diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 0ed1197504156d..472bd39a977a39 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -21,7 +21,7 @@
## Changelog
-
+
:cl:
add: Added new mechanics or gameplay changes
diff --git a/.github/guides/AUTODOC.md b/.github/guides/AUTODOC.md
index bcc92e10e59f31..fef5d62c668e2e 100644
--- a/.github/guides/AUTODOC.md
+++ b/.github/guides/AUTODOC.md
@@ -40,7 +40,7 @@ public functions rely on to implement logic
When documenting a proc, we give a short one line description (as this is shown
next to the proc definition in the list of all procs for a type or global
namespace), then a longer paragraph which will be shown when the user clicks on
-the proc to jump to it's definition
+the proc to jump to its definition
```
/**
* Short description of the proc
@@ -59,7 +59,7 @@ just going to be the typepath of the class, as dmdoc uses that by default
Then we give a short oneline description of the class
-Finally we give a longer multi paragraph description of the class and it's details
+Finally we give a longer multi paragraph description of the class and its details
```
/**
* # Classname (Can be omitted if it's just going to be the typepath)
diff --git a/.github/guides/STANDARDS.md b/.github/guides/STANDARDS.md
index 4716fa1b655c4d..9c6496e0c4dc9b 100644
--- a/.github/guides/STANDARDS.md
+++ b/.github/guides/STANDARDS.md
@@ -100,11 +100,11 @@ While we normally encourage (and in some cases, even require) bringing out of da
### RegisterSignal()
#### PROC_REF Macros
-When referencing procs in RegisterSignal, Callback and other procs you should use PROC_REF, TYPE_PROC_REF and GLOBAL_PROC_REF macros.
+When referencing procs in RegisterSignal, Callback and other procs you should use PROC_REF, TYPE_PROC_REF and GLOBAL_PROC_REF macros.
They ensure compilation fails if the reffered to procs change names or get removed.
The macro to be used depends on how the proc you're in relates to the proc you want to use:
-PROC_REF if the proc you want to use is defined on the current proc type or any of it's ancestor types.
+PROC_REF if the proc you want to use is defined on the current proc type or any of its ancestor types.
Example:
```
/mob/proc/funny()
@@ -129,7 +129,7 @@ Example:
/mob/subtype/proc/do_something()
var/obj/thing/x = new()
// we're referring to /obj/thing proc inside /mob/subtype proc
- RegisterSignal(x, COMSIG_FAKE, TYPE_PROC_REF(/obj/thing, funny))
+ RegisterSignal(x, COMSIG_FAKE, TYPE_PROC_REF(/obj/thing, funny))
```
GLOBAL_PROC_REF if the proc you want to use is a global proc.
@@ -154,7 +154,7 @@ All procs that are registered to listen for signals using `RegisterSignal()` mus
```
This is to ensure that it is clear the proc handles signals and turns on a lint to ensure it does not sleep.
-Any sleeping behaviour that you need to perform inside a `SIGNAL_HANDLER` proc must be called asynchronously (e.g. with `INVOKE_ASYNC()`) or be redone to work asynchronously.
+Any sleeping behaviour that you need to perform inside a `SIGNAL_HANDLER` proc must be called asynchronously (e.g. with `INVOKE_ASYNC()`) or be redone to work asynchronously.
#### `override`
@@ -280,7 +280,7 @@ Good:
off_overlay = iconstate2appearance(icon, "off")
broken_overlay = icon2appearance(broken_icon)
if (stat & broken)
- add_overlay(broken_overlay)
+ add_overlay(broken_overlay)
return
if (is_on)
add_overlay(on_overlay)
@@ -304,7 +304,7 @@ Bad:
if (isnull(our_overlays))
our_overlays = list("on" = iconstate2appearance(overlay_icon, "on"), "off" = iconstate2appearance(overlay_icon, "off"), "broken" = iconstate2appearance(overlay_icon, "broken"))
if (stat & broken)
- add_overlay(our_overlays["broken"])
+ add_overlay(our_overlays["broken"])
return
...
```
@@ -391,7 +391,7 @@ At its best, it can make some very common patterns easy to use, and harder to me
some_code()
if (do_something_else())
. = TRUE // Uh oh, what's going on!
-
+
// even
// more
// code
@@ -468,7 +468,7 @@ Meaning:
to_chat(world, uh_oh())
```
-...will print `woah!`.
+...will print `woah!`.
For this reason, it is acceptable for `.` to be used in places where consumers can reasonably continue in the event of a runtime.
@@ -494,7 +494,7 @@ If you are using `.` in this case (or for another case that might be acceptable,
. = ..()
if (. == BIGGER_SUPER_ATTACK)
return BIGGER_SUPER_ATTACK // More readable than `.`
-
+
// Due to how common it is, most uses of `. = ..()` do not need a trailing `return .`
```
diff --git a/.github/guides/VISUALS.md b/.github/guides/VISUALS.md
index 9c385ee8765fd4..a56d9f17677d5b 100644
--- a/.github/guides/VISUALS.md
+++ b/.github/guides/VISUALS.md
@@ -404,6 +404,9 @@ There are a few snowflake layers that can be used to accomplish niche goals, alo
Floating layers will float "up" the chain of things they're being drawn onto, until they find a real layer. They'll then offset off of that.
+Adding `TOPDOWN_LAYER` (actual value `10000`) to another layer forces the appearance into topdown rendering, locally disabling [side map](#side_map-check-the-main-page-too).
+We can think of this as applying to planes, since we don't want it interlaying with other non topdown objects.
+
This allows us to keep relative layer differences while not needing to make all sources static. Often very useful.
## Planes
diff --git a/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_lower.dmm b/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_lower.dmm
index 3d9b5410eea396..57d82ac5f87d86 100644
--- a/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_lower.dmm
+++ b/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_lower.dmm
@@ -504,7 +504,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 8
},
-/obj/machinery/smartfridge/drying_rack,
+/obj/machinery/smartfridge/drying/rack,
/turf/open/floor/stone/icemoon,
/area/ruin/unpowered/primitive_catgirl_den)
"lZ" = (
@@ -1336,7 +1336,7 @@
/turf/open/misc/dirt/icemoon,
/area/ruin/unpowered/primitive_catgirl_den)
"Hi" = (
-/obj/machinery/smartfridge/drying_rack,
+/obj/machinery/smartfridge/drying/rack,
/turf/open/misc/dirt/icemoon,
/area/ruin/unpowered/primitive_catgirl_den)
"Hv" = (
@@ -1935,6 +1935,11 @@
/obj/item/ammo_casing/arrow,
/turf/open/misc/dirt/icemoon,
/area/ruin/unpowered/primitive_catgirl_den)
+"VZ" = (
+/obj/effect/turf_decal/weather/snow/corner,
+/obj/machinery/smartfridge/drying/rack,
+/turf/open/misc/dirt/icemoon,
+/area/ruin/unpowered/primitive_catgirl_den)
"WM" = (
/obj/structure/mineral_door/wood/large_gate{
dir = 8
@@ -3614,7 +3619,7 @@ gY
wM
eS
pa
-Ug
+VZ
oJ
oJ
sS
diff --git a/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_upper.dmm b/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_upper.dmm
index 1f7e407ed3a8e5..e50a330f102ea9 100644
--- a/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_upper.dmm
+++ b/_maps/RandomRuins/IceRuins/skyrat/icemoon_underground_icewalker_upper.dmm
@@ -831,7 +831,7 @@
/turf/open/floor/wood/icemoon,
/area/ruin/unpowered/primitive_catgirl_den)
"Ej" = (
-/obj/machinery/smartfridge/drying_rack,
+/obj/machinery/smartfridge/drying/rack,
/turf/open/floor/stone/icemoon,
/area/ruin/unpowered/primitive_catgirl_den)
"Ez" = (
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
index 657683e20ec8b4..b99f9df9681bbb 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
@@ -806,16 +806,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/ruin/syndicate_lava_base/bar)
-"gK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/structure/cable,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/syndicate_lava_base/cargo)
"gO" = (
/obj/structure/sign/departments/cargo,
/turf/closed/wall/mineral/plastitanium/nodiagonal,
@@ -1738,6 +1728,21 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible,
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ruin/syndicate_lava_base/engineering)
+"nI" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small/directional/east,
+/obj/structure/window/reinforced/spawner/directional/north{
+ pixel_y = 1
+ },
+/obj/item/book/manual/chef_recipes{
+ pixel_x = 2;
+ pixel_y = 6
+ },
+/obj/item/book/manual/wiki/barman_recipes,
+/obj/item/reagent_containers/cup/glass/shaker,
+/obj/machinery/computer/security/telescreen/entertainment/directional/east,
+/turf/open/floor/wood,
+/area/ruin/syndicate_lava_base/bar)
"nK" = (
/obj/machinery/door/airlock/public/glass{
name = "Bar"
@@ -3062,15 +3067,6 @@
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/turf/open/floor/plating,
/area/ruin/syndicate_lava_base/arrivals)
-"Fq" = (
-/obj/machinery/firealarm/directional/west,
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/ruin/syndicate_lava_base/engineering)
"Ft" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/door/firedoor,
@@ -3159,6 +3155,15 @@
/obj/structure/table/reinforced,
/turf/open/floor/iron/dark,
/area/ruin/syndicate_lava_base/bar)
+"GI" = (
+/obj/machinery/firealarm/directional/west,
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/ruin/syndicate_lava_base/engineering)
"GV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -3474,21 +3479,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/ruin/syndicate_lava_base/cargo)
-"Lk" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/east,
-/obj/structure/window/reinforced/spawner/directional/north{
- pixel_y = 1
- },
-/obj/item/book/manual/chef_recipes{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/book/manual/wiki/barman_recipes,
-/obj/item/reagent_containers/cup/glass/shaker,
-/obj/machinery/computer/security/telescreen/entertainment/directional/east,
-/turf/open/floor/wood,
-/area/ruin/syndicate_lava_base/bar)
"Ll" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -3822,6 +3812,16 @@
},
/turf/open/floor/iron,
/area/ruin/syndicate_lava_base/arrivals)
+"QG" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/structure/cable,
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/syndicate_lava_base/cargo)
"QN" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -4034,6 +4034,34 @@
/obj/effect/mapping_helpers/airalarm/syndicate_access,
/turf/open/floor/iron,
/area/ruin/syndicate_lava_base/main)
+"TM" = (
+/obj/effect/turf_decal/bot,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ dir = 4
+ },
+/obj/item/turbine_parts/rotor{
+ current_tier = 3
+ },
+/obj/item/turbine_parts/stator{
+ current_tier = 2
+ },
+/obj/item/turbine_parts/compressor{
+ current_tier = 3
+ },
+/obj/item/pipe_dispenser,
+/obj/structure/closet/crate/engineering,
+/obj/item/stack/sheet/mineral/plastitanium{
+ amount = 30
+ },
+/obj/item/stack/sheet/plastitaniumglass{
+ amount = 15
+ },
+/obj/item/holosign_creator/atmos,
+/obj/item/circuitboard/machine/thermomachine,
+/obj/item/circuitboard/machine/thermomachine,
+/turf/open/floor/iron,
+/area/ruin/syndicate_lava_base/engineering)
"TN" = (
/obj/structure/table/wood,
/obj/machinery/light/small/directional/east,
@@ -4403,31 +4431,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/ruin/syndicate_lava_base/engineering)
-"YJ" = (
-/obj/effect/turf_decal/bot,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/obj/item/turbine_parts/rotor{
- current_tier = 3
- },
-/obj/item/turbine_parts/stator{
- current_tier = 2
- },
-/obj/item/turbine_parts/compressor{
- current_tier = 3
- },
-/obj/item/pipe_dispenser,
-/obj/structure/closet/crate/engineering,
-/obj/item/stack/sheet/mineral/plastitanium{
- amount = 30
- },
-/obj/item/stack/sheet/plastitaniumglass{
- amount = 15
- },
-/turf/open/floor/iron,
-/area/ruin/syndicate_lava_base/engineering)
"YP" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -5662,7 +5665,7 @@ jy
ka
ue
kM
-Lk
+nI
lC
To
TN
@@ -6314,7 +6317,7 @@ Bu
kV
lp
Dr
-Fq
+GI
mF
Cj
Lp
@@ -6494,7 +6497,7 @@ ab
dy
dy
eE
-gK
+QG
dy
gd
dy
@@ -6611,7 +6614,7 @@ ju
ju
TO
JE
-YJ
+TM
ta
vB
LW
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1/mistake_inevitable.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1/mistake_inevitable.dmm
index 1c4f402f49d1fa..7e885840c40e56 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1/mistake_inevitable.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1/mistake_inevitable.dmm
@@ -211,7 +211,9 @@
/obj/item/storage/toolbox/syndicate,
/obj/item/pipe_dispenser,
/obj/item/rpd_upgrade/unwrench,
+/obj/item/circuitboard/machine/emitter,
/obj/structure/rack,
+/obj/item/circuitboard/machine/emitter,
/turf/open/floor/iron/dark,
/area/ruin/syndicate_lava_base/testlab)
"uT" = (
diff --git a/_maps/RandomRuins/LavaRuins/skyrat/lavaland_surface_ash_walker1_skyrat.dmm b/_maps/RandomRuins/LavaRuins/skyrat/lavaland_surface_ash_walker1_skyrat.dmm
index f870375de62682..6d8c3d0ed0ae34 100644
--- a/_maps/RandomRuins/LavaRuins/skyrat/lavaland_surface_ash_walker1_skyrat.dmm
+++ b/_maps/RandomRuins/LavaRuins/skyrat/lavaland_surface_ash_walker1_skyrat.dmm
@@ -1041,7 +1041,7 @@
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/unpowered/ash_walkers)
"MR" = (
-/obj/machinery/smartfridge/drying_rack,
+/obj/machinery/smartfridge/drying/rack,
/obj/structure/stone_tile/slab,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/unpowered/ash_walkers)
diff --git a/_maps/RandomRuins/SpaceRuins/oldstation.dmm b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
index b67aa344ba66e9..ec4126fafe58fd 100644
--- a/_maps/RandomRuins/SpaceRuins/oldstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
@@ -45,6 +45,15 @@
"ak" = (
/turf/closed/wall/rust,
/area/ruin/space/ancientstation/charlie/bridge)
+"al" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/computer/monitor,
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"ao" = (
/obj/structure/alien/weeds,
/mob/living/basic/alien/drone,
@@ -59,20 +68,6 @@
/obj/structure/alien/weeds/node,
/turf/open/floor/iron/dark,
/area/ruin/space/ancientstation/delta/ai)
-"ar" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/structure/alien/weeds,
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/glass/fifty{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/plasteel{
- amount = 30
- },
-/obj/item/stack/sheet/mineral/diamond,
-/turf/open/floor/iron/dark,
-/area/ruin/space/ancientstation/delta/ai)
"as" = (
/turf/closed/wall,
/area/ruin/space/ancientstation/charlie/bridge)
@@ -226,16 +221,6 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/bridge)
-"bh" = (
-/obj/machinery/modular_computer/preset/research/away{
- dir = 4
- },
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/machinery/door/window/brigdoor/right/directional/east,
-/turf/open/floor/iron/dark,
-/area/ruin/space/ancientstation/delta/ai)
"bi" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -250,8 +235,10 @@
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/bridge)
"bl" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/turf/open/floor/engine/n2,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/atmos)
"bm" = (
/obj/effect/decal/cleanable/dirt,
@@ -354,6 +341,20 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/mining)
+"bH" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ruin/space/ancientstation/charlie/engie)
"bJ" = (
/turf/closed/wall,
/area/ruin/space/ancientstation/beta/atmos)
@@ -430,17 +431,6 @@
/obj/structure/sign/poster/official/science,
/turf/closed/wall/rust,
/area/ruin/space/ancientstation/delta/hall)
-"cd" = (
-/obj/machinery/door/airlock/command{
- name = "Beta Station Access"
- },
-/obj/machinery/door/poddoor{
- id = "ancient"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/hall)
"ce" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/rack,
@@ -740,17 +730,26 @@
/obj/structure/alien/weeds,
/turf/open/floor/iron/dark,
/area/ruin/space/ancientstation/delta/hall)
+"dg" = (
+/obj/machinery/door/airlock/science{
+ name = "Biolab"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor/closed,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron/white/textured_large,
+/area/ruin/space/ancientstation/delta/biolab)
"dh" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/ruin/space/ancientstation/delta/hall)
-"dj" = (
-/obj/machinery/door/airlock/external/glass/ruin,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
- },
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/beta/mining)
"dk" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -892,6 +891,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hydro)
+"dT" = (
+/obj/machinery/modular_computer/preset/research/away{
+ dir = 4
+ },
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/machinery/door/window/brigdoor/right/directional/east,
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/delta/ai)
"dU" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -908,6 +917,14 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
+"dW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light_switch/directional/west{
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/engine/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"dX" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -964,35 +981,11 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/bridge)
-"ek" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/yellow/half/contrasted,
-/obj/structure/closet/crate/bin,
-/obj/effect/spawner/random/trash/garbage,
-/obj/effect/spawner/random/trash/garbage,
-/obj/effect/spawner/random/trash/garbage,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
-"el" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"em" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/engie)
-"en" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"eo" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
@@ -1090,18 +1083,6 @@
"eJ" = (
/turf/closed/wall,
/area/ruin/space/ancientstation/charlie/sec)
-"eK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/directional/west,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 8
- },
-/obj/item/chair{
- pixel_y = -8;
- pixel_x = 13
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"eL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -1227,12 +1208,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/engie)
-"ff" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/reagent_containers/condiment/enzyme,
-/turf/open/floor/iron/cafeteria,
-/area/ruin/space/ancientstation/charlie/kitchen)
"fg" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
@@ -1317,6 +1292,12 @@
/obj/machinery/light/small/broken/directional/east,
/turf/open/floor/iron/dark,
/area/ruin/space/ancientstation/delta/ai)
+"fy" = (
+/obj/machinery/atmospherics/components/unary/airlock_pump{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"fE" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -1441,18 +1422,6 @@
"ga" = (
/turf/closed/wall,
/area/ruin/space/ancientstation/beta/mining)
-"gc" = (
-/obj/machinery/door/window/brigdoor/right/directional/west{
- name = "Plasma Canister Storage"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ruin/space/ancientstation/beta/atmos)
"gg" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small/directional/west,
@@ -1554,11 +1523,6 @@
/obj/structure/grille,
/turf/open/floor/plating/airless,
/area/ruin/space/ancientstation/beta/hall)
-"gM" = (
-/obj/machinery/rnd/production/circuit_imprinter/offstation,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/white,
-/area/ruin/space/ancientstation/delta/rnd)
"gP" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/computer/operating/oldstation{
@@ -1623,6 +1587,19 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/sec)
+"hf" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/crowbar,
+/obj/machinery/door/window/right/directional/north{
+ req_access = list("away_general")
+ },
+/obj/item/paper/fluff/ruins/oldstation/apc_note,
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
+/obj/item/card/id/away/old/equipment,
+/obj/item/stock_parts/power_store/battery/high,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"hh" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/xenoblood/xgibs/core,
@@ -1762,6 +1739,15 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/engie)
+"hR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/engine/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"hS" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/purple/anticorner/contrasted,
@@ -1813,26 +1799,6 @@
/obj/machinery/duct,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
-"ib" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock/command{
- name = "Delta Station Access"
- },
-/obj/machinery/door/poddoor{
- id = "ancient"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/duct,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/hall)
"ic" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/transit_tube_pod{
@@ -1921,15 +1887,6 @@
/obj/effect/turf_decal/tile/red/anticorner/contrasted,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/sec)
-"io" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/folder/white,
-/obj/item/reagent_containers/cup/beaker,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/reagent_containers/dropper,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/delta/rnd)
"ip" = (
/obj/machinery/chem_master,
/obj/effect/decal/cleanable/dirt,
@@ -2024,6 +1981,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/ruin/space/ancientstation/delta/rnd)
+"iH" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/structure/fluff/broken_canister_frame,
+/obj/effect/decal/cleanable/plasma,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/beta/atmos)
"iI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -2072,6 +2040,14 @@
},
/turf/open/floor/iron/airless,
/area/ruin/space/ancientstation/beta/hall)
+"iS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/engine/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"iU" = (
/obj/machinery/power/terminal{
dir = 4
@@ -2100,6 +2076,16 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/rnd)
+"jc" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/beta/atmos)
"je" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -2180,6 +2166,24 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
+"jy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small/directional/east,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
+"jz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"jB" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt,
@@ -2191,15 +2195,6 @@
"jE" = (
/turf/closed/wall/rust,
/area/ruin/space/ancientstation/beta/hall)
-"jF" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/structure/table,
-/obj/machinery/door/window/brigdoor/right/directional/east,
-/obj/item/computer_disk,
-/turf/open/floor/iron/dark,
-/area/ruin/space/ancientstation/delta/ai)
"jH" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small/directional/south,
@@ -2275,13 +2270,6 @@
/obj/machinery/door/window/left/directional/east,
/turf/open/floor/iron/white/textured,
/area/ruin/space/ancientstation/delta/proto)
-"jP" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet,
-/obj/item/storage/backpack/duffelbag/sec,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/dorms)
"jU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/public/glass{
@@ -2312,12 +2300,7 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hydro)
-"jZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/pipedispenser,
-/turf/open/floor/iron/airless,
-/area/ruin/space/ancientstation/beta/hall)
-"kb" = (
+"kb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
@@ -2701,14 +2684,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/cafeteria,
/area/ruin/space/ancientstation/charlie/kitchen)
-"lz" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 1
- },
-/obj/machinery/computer/apc_control/away,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"lB" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/directional/east,
@@ -2923,27 +2898,12 @@
/obj/structure/cable,
/turf/template_noop,
/area/ruin/space/solars/ancientstation/charlie/solars)
-"mz" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet,
-/obj/item/storage/backpack/industrial,
-/obj/item/storage/backpack/messenger/eng,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/dorms)
"mA" = (
/obj/machinery/conveyor{
id = "beta"
},
/turf/open/floor/plating,
/area/ruin/space/ancientstation/beta/mining)
-"mB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/mining)
"mC" = (
/turf/closed/wall/rust,
/area/ruin/space/ancientstation/charlie/storage)
@@ -2962,12 +2922,6 @@
},
/turf/open/floor/plating,
/area/ruin/space/ancientstation/beta/mining)
-"mF" = (
-/obj/machinery/shower/directional/west{
- has_water_reclaimer = 0
- },
-/turf/open/floor/pod/dark,
-/area/ruin/space/ancientstation/delta/biolab)
"mG" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -3007,13 +2961,6 @@
/obj/machinery/mineral/processing_unit_console,
/turf/closed/wall,
/area/ruin/space/ancientstation/beta/mining)
-"mP" = (
-/obj/machinery/door/airlock/external/glass/ruin,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
- },
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/beta/supermatter)
"mR" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -3087,24 +3034,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/hall)
-"nb" = (
-/obj/machinery/door/airlock/command{
- name = "Beta Station Access"
- },
-/obj/machinery/door/poddoor{
- id = "ancient"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/hall)
"nc" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -3114,25 +3043,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/hall)
-"nd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock/command{
- name = "Delta Station Access"
- },
-/obj/machinery/door/poddoor{
- id = "ancient"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/hall)
"nf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small/directional/east,
@@ -3142,17 +3052,6 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/hall)
-"ng" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/structure/fluff/broken_canister_frame,
-/obj/effect/decal/cleanable/plasma,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/atmos)
"nk" = (
/turf/closed/wall,
/area/ruin/space/ancientstation/charlie/dorms)
@@ -3205,27 +3104,6 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/atmos)
-"nC" = (
-/obj/structure/closet/crate,
-/obj/item/cautery{
- pixel_x = 4
- },
-/obj/item/hemostat,
-/obj/item/circular_saw,
-/obj/item/scalpel{
- pixel_y = 12
- },
-/obj/item/retractor,
-/obj/item/surgical_drapes,
-/obj/machinery/light/small/broken/directional/west,
-/obj/item/tank/internals/anesthetic,
-/obj/item/clothing/mask/breath/medical,
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 8
- },
-/obj/item/tank/internals/anesthetic/pure,
-/turf/open/floor/iron/airless,
-/area/ruin/space/ancientstation/beta/medbay)
"nD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table/optable,
@@ -3233,6 +3111,15 @@
/obj/effect/turf_decal/tile/blue/anticorner/contrasted,
/turf/open/floor/iron/airless,
/area/ruin/space/ancientstation/beta/medbay)
+"nG" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/structure/table,
+/obj/machinery/door/window/brigdoor/right/directional/east,
+/obj/item/computer_disk,
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/delta/ai)
"nI" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/science,
@@ -3291,6 +3178,11 @@
/obj/machinery/duct,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/rnd)
+"nT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/pipedispenser,
+/turf/open/floor/iron/airless,
+/area/ruin/space/ancientstation/beta/hall)
"nU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm/directional/north,
@@ -3648,12 +3540,6 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/mining)
-"qk" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/atmos)
"ql" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -3695,17 +3581,20 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
-"qx" = (
-/obj/machinery/door/airlock/external/glass/ruin,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/beta/supermatter)
"qF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2{
dir = 4
},
/turf/closed/wall,
/area/ruin/space/ancientstation/beta/atmos)
+"qH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/airlock_pump{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/charlie/engie)
"qK" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/portable_atmospherics/scrubber,
@@ -3727,14 +3616,12 @@
/obj/effect/mapping_helpers/airalarm/away_general_access,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
-"qQ" = (
+"qT" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
/obj/machinery/door/airlock/external/glass/ruin,
-/turf/open/floor/catwalk_floor,
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron/dark/airless,
/area/ruin/space/ancientstation/charlie/engie)
"rc" = (
/obj/effect/decal/cleanable/dirt,
@@ -3796,6 +3683,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
+"rw" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/turf/open/floor/engine/n2,
+/area/ruin/space/ancientstation/beta/atmos)
"rC" = (
/obj/effect/decal/cleanable/blood/xtracks{
dir = 8
@@ -3883,6 +3774,17 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
+"se" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/catwalk_floor,
+/area/ruin/space/ancientstation/charlie/engie)
"si" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb,
@@ -3950,6 +3852,15 @@
"sA" = (
/turf/closed/wall,
/area/ruin/space/ancientstation/beta/gravity)
+"sF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/catwalk_floor,
+/area/ruin/space/ancientstation/beta/mining)
"sJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -4024,6 +3935,16 @@
},
/turf/open/floor/iron/white/textured,
/area/ruin/space/ancientstation/delta/proto)
+"tg" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/beta/mining)
"tm" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/effect/mapping_helpers/damaged_window,
@@ -4033,6 +3954,14 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/ruin/space/ancientstation/beta/hall)
+"tw" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 1;
+ name = "Air to Distro"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/ruin/space/ancientstation/charlie/hall)
"tz" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -4125,6 +4054,11 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/sec)
+"ue" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"uj" = (
/turf/closed/wall/r_wall,
/area/ruin/space/ancientstation/delta/proto)
@@ -4170,6 +4104,10 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
+"uq" = (
+/obj/machinery/light/small/red/directional/east,
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/charlie/engie)
"ur" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/suit_storage_unit/void_old/jetpack,
@@ -4180,12 +4118,6 @@
/obj/effect/mapping_helpers/airalarm/away_general_access,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/mining)
-"us" = (
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/vatgrower,
-/turf/open/floor/engine,
-/area/ruin/space/ancientstation/delta/biolab)
"uv" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -4295,6 +4227,17 @@
dir = 1
},
/area/ruin/space/ancientstation/delta/biolab)
+"vh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 8
+ },
+/obj/item/tank/internals/oxygen{
+ pixel_x = 1
+ },
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/beta/atmos)
"vk" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -4376,6 +4319,14 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating/airless,
/area/ruin/space/ancientstation/beta/supermatter)
+"vQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster/official/safety_internals/directional/north,
+/obj/machinery/atmospherics/components/unary/airlock_pump{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/delta/hall)
"vS" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/cup/bottle/silver{
@@ -4419,19 +4370,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
-"wg" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/directional/east,
-/obj/structure/closet/crate/secure/weapon{
- req_access = list("away_sec")
- },
-/obj/item/spess_knife,
-/obj/item/clothing/suit/armor/vest/old,
-/obj/item/gun/ballistic/rifle/boltaction,
-/obj/item/ammo_box/strilka310,
-/obj/item/ammo_box/strilka310,
-/turf/open/floor/plating,
-/area/ruin/space/ancientstation/delta/hall)
"wi" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/command{
@@ -4538,6 +4476,10 @@
},
/turf/open/floor/plating/airless,
/area/ruin/space/ancientstation/beta/supermatter)
+"wI" = (
+/obj/machinery/atmospherics/components/unary/airlock_pump,
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/beta/mining)
"wJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/computer/old{
@@ -4582,11 +4524,6 @@
/obj/machinery/light/broken/directional/north,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
-"wR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/charlie/engie)
"wS" = (
/obj/item/stack/rods,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
@@ -4595,6 +4532,15 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating/airless,
/area/ruin/space/ancientstation/beta/supermatter)
+"xd" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/folder/white,
+/obj/item/reagent_containers/cup/beaker,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/reagent_containers/dropper,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/delta/rnd)
"xi" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -4669,6 +4615,14 @@
},
/turf/open/floor/engine,
/area/ruin/space/ancientstation/delta/biolab)
+"xS" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/dark/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"xT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -4678,6 +4632,21 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/airless,
/area/ruin/space/ancientstation/beta/hall)
+"xW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/reagent_containers/condiment/enzyme,
+/turf/open/floor/iron/cafeteria,
+/area/ruin/space/ancientstation/charlie/kitchen)
+"xX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"xY" = (
/obj/effect/turf_decal/caution/stand_clear,
/obj/effect/turf_decal/stripes/line,
@@ -4697,13 +4666,6 @@
/obj/structure/table,
/turf/open/floor/iron/cafeteria,
/area/ruin/space/ancientstation/charlie/kitchen)
-"yk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ruin/space/ancientstation/charlie/hall)
"yq" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -4789,21 +4751,18 @@
},
/turf/open/floor/iron/airless,
/area/ruin/space/ancientstation/beta/medbay)
-"zj" = (
-/obj/machinery/door/airlock/science{
- name = "Biolab"
+"zm" = (
+/obj/machinery/door/window/brigdoor/right/directional/west{
+ name = "Plasma Canister Storage"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor/closed,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/iron/white/textured_large,
-/area/ruin/space/ancientstation/delta/biolab)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/space/ancientstation/beta/atmos)
"zn" = (
/obj/machinery/door/airlock/engineering{
name = "Gravity Generator"
@@ -4897,16 +4856,6 @@
"zL" = (
/turf/closed/mineral/random,
/area/ruin/space/ancientstation/delta/hall)
-"zR" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/light/small/directional/south,
-/obj/machinery/atmospherics/components/binary/tank_compressor{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/atmos)
"zS" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
@@ -4914,22 +4863,27 @@
},
/turf/template_noop,
/area/space/nearstation)
-"zX" = (
+"zU" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
+/obj/machinery/door/airlock/command{
+ name = "Delta Station Access"
+ },
+/obj/machinery/door/poddoor{
+ id = "ancient"
},
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
-"zZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/directional/east,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
dir = 4
},
+/obj/machinery/duct,
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
+/area/ruin/space/ancientstation/charlie/hall)
"Aa" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -5004,6 +4958,13 @@
"Ax" = (
/turf/closed/mineral/plasma,
/area/ruin/space/ancientstation/beta/hall)
+"Az" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/effect/turf_decal/tile/yellow/half/contrasted,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"AA" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/kirbyplants/random/dead,
@@ -5041,6 +5002,23 @@
"AK" = (
/turf/closed/wall,
/area/ruin/space/ancientstation/beta/medbay)
+"AM" = (
+/obj/effect/decal/cleanable/glass,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/tank_dispenser/plasma,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/beta/atmos)
+"AO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/structure/sign/warning/vacuum/directional/west,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"AT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -5141,14 +5119,6 @@
/obj/machinery/light/directional/south,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/hall)
-"By" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/computer/monitor,
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"Bz" = (
/turf/open/floor/plating/airless,
/area/ruin/space/ancientstation/beta/hall)
@@ -5187,9 +5157,31 @@
/obj/structure/cable,
/turf/open/floor/iron/white,
/area/ruin/space/ancientstation/delta/rnd)
-"BP" = (
+"BR" = (
+/obj/machinery/shower/directional/west{
+ has_water_reclaimer = 0
+ },
+/turf/open/floor/pod/dark,
+/area/ruin/space/ancientstation/delta/biolab)
+"BS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small/directional/east,
+/obj/structure/closet/crate/secure/weapon{
+ req_access = list("away_sec")
+ },
+/obj/item/spess_knife,
+/obj/item/clothing/suit/armor/vest/old,
+/obj/item/gun/ballistic/rifle/boltaction,
+/obj/item/ammo_box/strilka310,
+/obj/item/ammo_box/strilka310,
+/turf/open/floor/plating,
+/area/ruin/space/ancientstation/delta/hall)
+"BT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/engine/airless,
+/turf/open/floor/catwalk_floor/airless,
/area/ruin/space/ancientstation/beta/supermatter)
"Cc" = (
/obj/effect/decal/cleanable/dirt,
@@ -5217,17 +5209,6 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
-"Cm" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 8
- },
-/obj/item/tank/internals/oxygen{
- pixel_x = 1
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/atmos)
"Cq" = (
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/hall)
@@ -5256,6 +5237,27 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/kitchen)
+"Ct" = (
+/obj/structure/closet/crate,
+/obj/item/cautery{
+ pixel_x = 4
+ },
+/obj/item/hemostat,
+/obj/item/circular_saw,
+/obj/item/scalpel{
+ pixel_y = 12
+ },
+/obj/item/retractor,
+/obj/item/surgical_drapes,
+/obj/machinery/light/small/broken/directional/west,
+/obj/item/tank/internals/anesthetic,
+/obj/item/clothing/mask/breath/medical,
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 8
+ },
+/obj/item/tank/internals/anesthetic/pure,
+/turf/open/floor/iron/airless,
+/area/ruin/space/ancientstation/beta/medbay)
"CA" = (
/obj/effect/turf_decal/tile/purple/anticorner/contrasted{
dir = 4
@@ -5483,15 +5485,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
-"Et" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored{
- dir = 8;
- chamber_id = "beta-n2"
- },
-/turf/open/floor/engine/n2,
-/area/ruin/space/ancientstation/beta/atmos)
"EB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/chair,
@@ -5593,6 +5586,22 @@
/obj/machinery/space_heater,
/turf/open/floor/plating/rust,
/area/ruin/space/ancientstation/delta/hall)
+"Fm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/tank/internals/oxygen{
+ pixel_y = -8;
+ pixel_x = 8
+ },
+/obj/item/tank/internals/oxygen{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/beta/atmos)
"Fo" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
@@ -5615,6 +5624,12 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/diagonal,
/area/ruin/space/ancientstation/beta/gravity)
+"Ft" = (
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/vatgrower,
+/turf/open/floor/engine,
+/area/ruin/space/ancientstation/delta/biolab)
"Fv" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -5634,6 +5649,18 @@
/obj/item/stack/rods,
/turf/open/floor/engine/airless,
/area/ruin/space/ancientstation/beta/supermatter)
+"FF" = (
+/obj/machinery/door/airlock/command{
+ name = "Beta Station Access"
+ },
+/obj/machinery/door/poddoor{
+ id = "ancient"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/hall)
"FJ" = (
/obj/structure/alien/weeds,
/obj/machinery/light/small/broken/directional/west,
@@ -5730,13 +5757,6 @@
/obj/effect/decal/cleanable/food/flour,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
-"Gb" = (
-/obj/effect/decal/cleanable/glass,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/tank_dispenser/plasma,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/atmos)
"Gd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate,
@@ -5779,10 +5799,6 @@
/obj/structure/closet/firecloset/full,
/turf/open/floor/plating,
/area/ruin/space/ancientstation/delta/hall)
-"Gt" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/ruin/space/ancientstation/charlie/engie)
"Gv" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -5790,14 +5806,20 @@
"Gz" = (
/turf/closed/wall/rust,
/area/ruin/space/ancientstation/delta/hall)
+"GA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/south,
+/obj/machinery/atmospherics/components/binary/tank_compressor{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/beta/atmos)
"GH" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
-"GJ" = (
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/engine/airless,
-/area/ruin/space/ancientstation/beta/supermatter)
"GK" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Storage Room"
@@ -5817,16 +5839,6 @@
},
/turf/open/floor/iron/cafeteria,
/area/ruin/space/ancientstation/charlie/kitchen)
-"GP" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/atmos)
"GX" = (
/turf/closed/wall/rust,
/area/ruin/space/ancientstation/delta/biolab)
@@ -5887,6 +5899,15 @@
initial_gas_mix = "co2=6;o2=16;n2=82;TEMP=293.15"
},
/area/ruin/space/ancientstation/delta/hall)
+"Ht" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 1
+ },
+/obj/machinery/computer/apc_control/away,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"Hw" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -5922,6 +5943,11 @@
/obj/machinery/door/firedoor/closed,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/hall)
+"HF" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron/dark/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"HG" = (
/obj/structure/grille/broken,
/turf/open/floor/plating/airless,
@@ -5987,6 +6013,15 @@
dir = 4
},
/area/ruin/space/ancientstation/delta/biolab)
+"Ib" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow/half/contrasted,
+/obj/structure/closet/crate/bin,
+/obj/effect/spawner/random/trash/garbage,
+/obj/effect/spawner/random/trash/garbage,
+/obj/effect/spawner/random/trash/garbage,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"Ic" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -6009,13 +6044,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/rust,
/area/ruin/space/ancientstation/delta/hall)
-"Im" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/light_switch/directional/west{
- pixel_x = -24
- },
-/turf/open/floor/engine/airless,
-/area/ruin/space/ancientstation/beta/supermatter)
"Ip" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/kitchen/fork{
@@ -6160,6 +6188,14 @@
/obj/structure/lattice,
/turf/template_noop,
/area/space/nearstation)
+"Jk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/item/storage/backpack/industrial,
+/obj/item/storage/backpack/messenger/eng,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/dorms)
"Jo" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -6179,6 +6215,20 @@
/obj/machinery/duct,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
+"Js" = (
+/obj/effect/decal/cleanable/robot_debris,
+/obj/structure/alien/weeds,
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/glass/fifty{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/sheet/plasteel{
+ amount = 30
+ },
+/obj/item/stack/sheet/mineral/diamond,
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/delta/ai)
"Jw" = (
/obj/effect/decal/cleanable/glass,
/obj/structure/closet/firecloset,
@@ -6285,10 +6335,6 @@
/obj/effect/spawner/random/maintenance/three,
/turf/open/floor/plating,
/area/ruin/space/ancientstation/delta/hall)
-"JR" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/delta/hall)
"JT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -6391,6 +6437,18 @@
/obj/effect/mapping_helpers/broken_machine,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/dorms)
+"Kr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/item/storage/backpack/duffelbag/sec,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/dorms)
+"Kt" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron/dark/airless,
+/area/ruin/space/ancientstation/delta/hall)
"Ku" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb/cobweb2,
@@ -6480,6 +6538,12 @@
/obj/item/paper/guides/jobs/engi/gravity_gen,
/turf/open/floor/iron/diagonal,
/area/ruin/space/ancientstation/beta/gravity)
+"KW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/catwalk_floor,
+/area/ruin/space/ancientstation/delta/hall)
"KX" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -6489,6 +6553,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/airless,
/area/ruin/space/ancientstation/beta/hall)
+"Lb" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/delta/hall)
"Lc" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -6513,6 +6583,18 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
+"Lg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/charlie/engie)
"Lh" = (
/obj/structure/window/reinforced/spawner/directional/south,
/turf/open/floor/engine/o2,
@@ -6626,10 +6708,30 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/generic,
-/turf/open/floor/iron/white/textured_large,
-/area/ruin/space/ancientstation/delta/biolab)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/iron/white/textured_large,
+/area/ruin/space/ancientstation/delta/biolab)
+"LO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/command{
+ name = "Delta Station Access"
+ },
+/obj/machinery/door/poddoor{
+ id = "ancient"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/hall)
"LS" = (
/obj/structure/table,
/obj/item/stack/sheet/glass,
@@ -6699,6 +6801,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/hall)
+"Mh" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron/dark/airless,
+/area/ruin/space/ancientstation/beta/mining)
"Mr" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -6820,11 +6927,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/plating,
/area/ruin/space/ancientstation/beta/supermatter)
-"Ni" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/sign/poster/official/safety_internals/directional/north,
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/delta/hall)
"Np" = (
/obj/effect/decal/cleanable/blood/xtracks{
dir = 10
@@ -6839,6 +6941,16 @@
/obj/structure/window/plasma/spawner/directional/west,
/turf/open/floor/engine/airless,
/area/ruin/space/ancientstation/beta/supermatter)
+"Nu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ruin/space/ancientstation/charlie/engie)
"Nx" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -6868,9 +6980,6 @@
/obj/structure/table_frame,
/turf/open/floor/iron/airless,
/area/ruin/space/ancientstation/beta/medbay)
-"NC" = (
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/beta/supermatter)
"ND" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/machinery/portable_atmospherics/pump,
@@ -6929,6 +7038,25 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/textured_half,
/area/ruin/space/ancientstation/beta/supermatter)
+"NV" = (
+/obj/machinery/door/airlock/command{
+ name = "Beta Station Access"
+ },
+/obj/machinery/door/poddoor{
+ id = "ancient"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/away/general,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/hall)
"NW" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor{
@@ -6996,6 +7124,14 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/white/textured,
/area/ruin/space/ancientstation/delta/proto)
+"Oi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/item/storage/backpack/science,
+/obj/item/storage/backpack/messenger/science,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/dorms)
"Ol" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -7057,13 +7193,6 @@
/obj/machinery/duct,
/turf/open/floor/iron/white/textured_large,
/area/ruin/space/ancientstation/delta/biolab)
-"OH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/effect/turf_decal/tile/yellow/half/contrasted,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"OM" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -7110,6 +7239,11 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/white/textured,
/area/ruin/space/ancientstation/delta/proto)
+"Pa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/engine/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"Pd" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -7141,13 +7275,6 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/sec)
-"Po" = (
-/obj/machinery/door/airlock/external/glass/ruin,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/delta/hall)
"Pq" = (
/obj/machinery/door/airlock/science,
/obj/effect/decal/cleanable/dirt,
@@ -7379,11 +7506,23 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/rnd)
+"QW" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark,
+/area/ruin/space/ancientstation/charlie/engie)
"QZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/charlie/engie)
+"Re" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/delta/hall)
"Rf" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -7398,12 +7537,25 @@
},
/turf/open/floor/iron,
/area/ruin/space/ancientstation/beta/atmos)
+"Rg" = (
+/obj/machinery/rnd/production/circuit_imprinter/offstation,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/white,
+/area/ruin/space/ancientstation/delta/rnd)
"Rm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
+"Rs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"Rv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -7631,14 +7783,6 @@
"Td" = (
/turf/closed/mineral/random,
/area/ruin/space/ancientstation/beta/hall)
-"Tf" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/ruin/space/ancientstation/charlie/engie)
"Tg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -7672,6 +7816,14 @@
/obj/structure/sign/warning/electric_shock/directional/south,
/turf/open/floor/plating,
/area/ruin/space/ancientstation/charlie/storage)
+"Tn" = (
+/obj/machinery/light/small/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/engine/airless,
+/area/ruin/space/ancientstation/beta/supermatter)
"Tq" = (
/obj/structure/alien/weeds,
/obj/machinery/light/small/broken/directional/east,
@@ -7798,13 +7950,19 @@
/obj/structure/cable,
/turf/open/floor/iron/solarpanel/airless,
/area/ruin/space/solars/ancientstation/charlie/solars)
-"Ui" = (
-/obj/machinery/door/airlock/external/glass/ruin,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
+"Uc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/delta/hall)
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/beta/mining)
"Uj" = (
/obj/structure/girder,
/turf/closed/mineral/random,
@@ -7844,9 +8002,6 @@
/obj/item/soap/nanotrasen,
/turf/open/floor/iron/white,
/area/ruin/space/ancientstation/charlie/hall)
-"Us" = (
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/beta/mining)
"Uu" = (
/turf/closed/mineral/plasma,
/area/space/nearstation)
@@ -7872,11 +8027,6 @@
"UJ" = (
/turf/open/floor/iron/white/textured,
/area/ruin/space/ancientstation/delta/proto)
-"UN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/engine/airless,
-/area/ruin/space/ancientstation/beta/supermatter)
"UP" = (
/turf/closed/mineral/random,
/area/space/nearstation)
@@ -7944,6 +8094,18 @@
/obj/machinery/griddle,
/turf/open/floor/iron/cafeteria,
/area/ruin/space/ancientstation/charlie/kitchen)
+"Vq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ruin/space/ancientstation/charlie/engie)
"Vw" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -7998,11 +8160,6 @@
},
/turf/open/floor/engine/airless,
/area/ruin/space/ancientstation/beta/supermatter)
-"VU" = (
-/obj/machinery/door/airlock/external/glass/ruin,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/beta/mining)
"VV" = (
/turf/open/floor/plating,
/area/ruin/space/ancientstation/delta/hall)
@@ -8010,15 +8167,6 @@
/obj/structure/window/reinforced/spawner/directional/south,
/turf/open/floor/engine,
/area/ruin/space/ancientstation/delta/biolab)
-"Wa" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/door/airlock/external/glass/ruin,
-/turf/open/floor/catwalk_floor,
-/area/ruin/space/ancientstation/charlie/engie)
"Wd" = (
/obj/effect/decal/cleanable/blood/xtracks{
dir = 5
@@ -8034,15 +8182,6 @@
/obj/structure/lattice/catwalk,
/turf/template_noop,
/area/space/nearstation)
-"Wn" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"Wp" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
@@ -8108,6 +8247,15 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
+"WT" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored{
+ dir = 8;
+ chamber_id = "beta-n2"
+ },
+/turf/open/floor/engine/n2,
+/area/ruin/space/ancientstation/beta/atmos)
"WV" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -8161,6 +8309,17 @@
/obj/effect/mapping_helpers/apc/away_general_access,
/turf/open/floor/iron/white/textured,
/area/ruin/space/ancientstation/delta/proto)
+"Xr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ruin/space/ancientstation/charlie/engie)
"Xs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/transit_tube/station/reverse/flipped{
@@ -8202,22 +8361,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/engine/n2,
/area/ruin/space/ancientstation/beta/atmos)
-"XB" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/tank/internals/oxygen{
- pixel_y = -8;
- pixel_x = 8
- },
-/obj/item/tank/internals/oxygen{
- pixel_x = -4;
- pixel_y = 4
- },
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/beta/atmos)
"XD" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Custodial Closet"
@@ -8227,11 +8370,6 @@
/obj/machinery/duct,
/turf/open/floor/iron,
/area/ruin/space/ancientstation/delta/hall)
-"XJ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ruin/space/ancientstation/charlie/engie)
"XK" = (
/obj/machinery/door/airlock/atmos/glass{
name = "Station Atmospherics"
@@ -8356,14 +8494,6 @@
/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/iron/dark,
/area/ruin/space/ancientstation/delta/ai)
-"Yo" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet,
-/obj/item/storage/backpack/science,
-/obj/item/storage/backpack/messenger/science,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/dorms)
"Yp" = (
/turf/closed/mineral/plasma,
/area/ruin/space/ancientstation/beta/atmos)
@@ -8417,19 +8547,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/rust,
/area/ruin/space/ancientstation/charlie/hall)
-"YC" = (
-/obj/structure/rack,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/crowbar,
-/obj/machinery/door/window/right/directional/north{
- req_access = list("away_general")
- },
-/obj/item/paper/fluff/ruins/oldstation/apc_note,
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
-/obj/item/card/id/away/old/equipment,
-/obj/item/stock_parts/power_store/battery/high,
-/turf/open/floor/iron,
-/area/ruin/space/ancientstation/charlie/engie)
"YD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -8501,6 +8618,18 @@
/obj/machinery/light/small/broken/directional/east,
/turf/open/floor/iron/dark,
/area/ruin/space/ancientstation/delta/ai)
+"YT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 8
+ },
+/obj/item/chair{
+ pixel_y = -8;
+ pixel_x = 13
+ },
+/turf/open/floor/iron,
+/area/ruin/space/ancientstation/charlie/engie)
"YW" = (
/turf/open/floor/iron/textured_half,
/area/ruin/space/ancientstation/beta/supermatter)
@@ -9944,8 +10073,8 @@ Rf
mH
mH
mH
-qk
-GP
+bl
+jc
bJ
aa
aa
@@ -9991,7 +10120,7 @@ zi
NP
NB
oE
-nC
+Ct
Ck
aa
aa
@@ -10001,9 +10130,9 @@ Uu
SZ
Uu
Yp
-Gb
-XB
-Cm
+AM
+Fm
+vh
kK
Ln
ny
@@ -10011,7 +10140,7 @@ nz
fR
nB
nK
-zR
+GA
mH
aa
aa
@@ -10077,7 +10206,7 @@ nA
UW
kW
HA
-ng
+iH
bJ
nr
aa
@@ -10199,7 +10328,7 @@ gJ
Ax
Ax
kQ
-jZ
+nT
Sf
Cj
VF
@@ -10272,8 +10401,8 @@ ND
bJ
TB
Kf
-gc
-Et
+zm
+WT
XA
bJ
UP
@@ -10339,7 +10468,7 @@ bJ
CU
Lh
Zg
-bl
+rw
OS
bJ
aa
@@ -10405,7 +10534,7 @@ bJ
Bs
Lh
Gi
-bl
+rw
Ze
bJ
nr
@@ -10459,9 +10588,9 @@ Hj
rJ
uw
wn
-BP
-Im
-UN
+Pa
+dW
+hR
SK
Jg
Jg
@@ -10527,7 +10656,7 @@ Hj
vY
Sk
wo
-GJ
+Tn
Vl
cx
cx
@@ -10593,11 +10722,11 @@ iv
Qi
ZD
Hj
-Hj
-qx
-NC
-NC
-mP
+iS
+xS
+BT
+fy
+HF
Jg
aa
aa
@@ -11163,12 +11292,12 @@ aa
aa
aa
aa
-VU
-Us
-Us
-dj
-mB
-mG
+Mh
+wI
+sF
+tg
+Uc
+cm
cm
gh
mM
@@ -11177,10 +11306,10 @@ mZ
RR
aa
aa
-aa
-aa
-aa
-aa
+JB
+JB
+JB
+my
dH
dH
my
@@ -11250,7 +11379,7 @@ aa
my
aa
aa
-my
+aa
aa
Jg
aa
@@ -11316,7 +11445,7 @@ aa
my
aa
aa
-JB
+aa
aa
Jg
aa
@@ -11377,12 +11506,12 @@ aa
aa
aa
aa
-aa
-Ma
-qQ
+eI
Ma
+qT
+eI
+aa
aa
-JB
aa
Jg
aa
@@ -11443,12 +11572,12 @@ aa
aa
aa
aa
-aa
Ma
-wR
+QW
+qH
Ma
aa
-JB
+aa
aa
Jg
aa
@@ -11509,9 +11638,9 @@ aa
aa
aa
aa
-aa
Ma
-wR
+uq
+se
Ma
aa
aa
@@ -11575,9 +11704,9 @@ aa
Ma
Ma
eI
-Ma
+dl
eI
-Wa
+Lg
eI
Ma
eI
@@ -11639,11 +11768,11 @@ mS
jE
aa
Ma
-By
-eK
+al
+YT
fc
-Wn
-Tf
+AO
+bH
YM
hl
lo
@@ -11705,15 +11834,15 @@ mS
jE
dl
eI
-lz
+Ht
ju
hm
Yi
-Gt
+Nu
Yi
hm
em
-ek
+Ib
dl
eI
Ox
@@ -11771,11 +11900,11 @@ mS
kQ
oy
em
-em
+kJ
em
fe
fE
-fE
+Vq
fE
fe
em
@@ -11837,17 +11966,17 @@ mY
kQ
AX
em
-ju
+ue
eM
pn
fF
-XJ
+Xr
wL
QZ
hP
em
em
-OH
+Az
Ox
iV
fI
@@ -11903,17 +12032,17 @@ mY
kQ
lJ
oP
-en
-zZ
-zX
-el
+Rs
+jy
+jz
+xX
kJ
WA
ho
pF
Cc
Rx
-YC
+hf
Ox
FN
fI
@@ -11964,8 +12093,8 @@ aT
hi
hi
hi
-cd
-nb
+FF
+NV
hi
eI
eI
@@ -12119,7 +12248,7 @@ JJ
XZ
Ga
HL
-yk
+tw
hT
aT
aa
@@ -12249,11 +12378,11 @@ wb
bR
aG
nk
-Yo
+Oi
gZ
kN
Mt
-mz
+Jk
nk
nk
aa
@@ -12569,7 +12698,7 @@ dR
Sr
dz
fi
-ff
+xW
GN
ht
ht
@@ -12781,7 +12910,7 @@ ks
uS
jB
Kk
-jP
+Kr
aG
nk
aa
@@ -13021,7 +13150,7 @@ aT
aT
aT
bX
-nd
+LO
bX
eJ
eJ
@@ -13037,7 +13166,7 @@ eJ
eJ
eJ
hM
-ib
+zU
bX
aT
hi
@@ -13755,7 +13884,7 @@ zL
UP
bE
bE
-Po
+Kt
bE
bE
hF
@@ -13821,7 +13950,7 @@ Fo
Hr
cs
Gz
-Ni
+vQ
bE
Ac
TV
@@ -13887,7 +14016,7 @@ LH
Bu
Ej
Gz
-JR
+KW
Gz
Ac
Ik
@@ -13953,7 +14082,7 @@ XD
Gz
Gz
bE
-Ui
+Lb
Gz
bE
Gz
@@ -14019,7 +14148,7 @@ MS
EE
cD
Dg
-cD
+Re
yq
cD
TA
@@ -14266,8 +14395,8 @@ ad
ag
aM
NS
-bh
-jF
+dT
+nG
cz
cz
ad
@@ -14287,7 +14416,7 @@ oe
WV
ca
hY
-io
+xd
iE
Yf
wx
@@ -14347,7 +14476,7 @@ wx
BN
fa
hh
-gM
+Rg
oH
of
WV
@@ -15075,7 +15204,7 @@ NG
GX
GX
yr
-zj
+dg
rp
rp
rp
@@ -15144,7 +15273,7 @@ OE
UR
rp
CK
-us
+Ft
Xy
vy
rp
@@ -15188,7 +15317,7 @@ aa
aa
ad
ad
-ar
+Js
be
bp
ZW
@@ -15206,7 +15335,7 @@ wK
UH
ae
GX
-mF
+BR
AT
rp
vy
@@ -15215,7 +15344,7 @@ Wd
Np
rp
jg
-wg
+BS
yx
bE
Jg
diff --git a/_maps/RandomRuins/SpaceRuins/waystation.dmm b/_maps/RandomRuins/SpaceRuins/waystation.dmm
index 38f8fcbac8cdde..312eb4d9bca59c 100644
--- a/_maps/RandomRuins/SpaceRuins/waystation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/waystation.dmm
@@ -1264,7 +1264,7 @@
},
/obj/structure/table/reinforced,
/obj/machinery/button/door/directional/north{
- desc = "A door remote control switch. From the looks of it, It seems to be broken after being pressed too hard, it's bloody handprint still visible.";
+ desc = "A door remote control switch. From the looks of it, It seems to be broken after being pressed too hard, its bloody handprint still visible.";
name = "Vault Lockdown"
},
/obj/item/modular_computer/laptop/preset/civilian,
diff --git a/_maps/RandomZLevels/undergroundoutpost45.dmm b/_maps/RandomZLevels/undergroundoutpost45.dmm
index 7db5cfd65e6b62..ccb04453e8f282 100644
--- a/_maps/RandomZLevels/undergroundoutpost45.dmm
+++ b/_maps/RandomZLevels/undergroundoutpost45.dmm
@@ -17,13 +17,6 @@
"ag" = (
/turf/closed/wall/mineral/titanium,
/area/awaymission/undergroundoutpost45/central)
-"ah" = (
-/obj/effect/turf_decal/sand/plating,
-/turf/open/floor/plating{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"ai" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -449,14 +442,6 @@
/obj/effect/mapping_helpers/burnt_floor,
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/central)
-"ci" = (
-/obj/effect/decal/cleanable/blood/gibs/limb,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"cm" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -555,6 +540,19 @@
},
/turf/open/floor/carpet,
/area/awaymission/undergroundoutpost45/central)
+"cM" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/awaymission/undergroundoutpost45/gateway)
"cS" = (
/obj/machinery/portable_atmospherics/scrubber,
/obj/structure/window/spawner/directional/west,
@@ -607,14 +605,6 @@
/obj/item/poster/random_contraband,
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/central)
-"dh" = (
-/obj/structure/table,
-/obj/item/stack/package_wrap,
-/obj/item/reagent_containers/condiment/enzyme,
-/turf/open/floor/iron/cafeteria{
- dir = 5
- },
-/area/awaymission/undergroundoutpost45/crew_quarters)
"dm" = (
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron,
@@ -623,6 +613,12 @@
/obj/machinery/light/blacklight/directional/north,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
+"do" = (
+/obj/item/kirbyplants,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/central)
"du" = (
/obj/effect/turf_decal/tile/purple{
dir = 4
@@ -890,13 +886,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/gateway)
-"ee" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced/spawner/directional/north,
-/turf/open/floor/iron/cafeteria{
- dir = 5
- },
-/area/awaymission/undergroundoutpost45/research)
"ef" = (
/obj/machinery/door/airlock/maintenance{
name = "Security Checkpoint Maintenance"
@@ -1034,6 +1023,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
+"eG" = (
+/obj/structure/alien/resin/wall,
+/obj/structure/alien/weeds,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"eH" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -1219,6 +1213,10 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
+"fs" = (
+/obj/effect/turf_decal/stripes/asteroid/line,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"ft" = (
/obj/structure/closet/crate/hydroponics,
/obj/item/shovel/spade,
@@ -1353,6 +1351,12 @@
/obj/item/bedsheet,
/turf/open/floor/carpet,
/area/awaymission/undergroundoutpost45/central)
+"fT" = (
+/obj/item/kirbyplants,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/central)
"fU" = (
/obj/machinery/firealarm/directional/south,
/obj/machinery/camera/directional/south{
@@ -1706,6 +1710,14 @@
dir = 5
},
/area/awaymission/undergroundoutpost45/crew_quarters)
+"hq" = (
+/obj/structure/table,
+/obj/item/stack/package_wrap,
+/obj/item/reagent_containers/condiment/enzyme,
+/turf/open/floor/iron/cafeteria{
+ dir = 5
+ },
+/area/awaymission/undergroundoutpost45/crew_quarters)
"hr" = (
/obj/structure/table,
/turf/open/floor/iron/cafeteria{
@@ -2147,14 +2159,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/gateway)
-"iY" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/white,
-/area/awaymission/undergroundoutpost45/research)
"iZ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -2442,6 +2446,20 @@
dir = 5
},
/area/awaymission/undergroundoutpost45/research)
+"kg" = (
+/obj/structure/disposaloutlet{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
+"kh" = (
+/obj/item/kirbyplants,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/white,
+/area/awaymission/undergroundoutpost45/research)
"kj" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/purple/half/contrasted{
@@ -2604,6 +2622,13 @@
},
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/gateway)
+"kN" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/engineering)
"kO" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -2964,6 +2989,15 @@
/obj/effect/turf_decal/tile/bar/opposingcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
+"lV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/machinery/computer/security/telescreen/underground_outpost/research/directional/south,
+/turf/open/floor/iron/cafeteria{
+ dir = 5
+ },
+/area/awaymission/undergroundoutpost45/research)
"lW" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
@@ -2973,16 +3007,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"lX" = (
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 26
- },
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/awaymission/undergroundoutpost45/engineering)
"lY" = (
/obj/machinery/light/small/directional/north,
/obj/machinery/camera/directional/north{
@@ -2998,19 +3022,6 @@
},
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/engineering)
-"ma" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/awaymission/undergroundoutpost45/gateway)
"mb" = (
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/gateway)
@@ -3252,6 +3263,13 @@
dir = 5
},
/area/awaymission/undergroundoutpost45/research)
+"mQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/kirbyplants,
+/turf/open/floor/iron/cafeteria{
+ dir = 5
+ },
+/area/awaymission/undergroundoutpost45/research)
"mR" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -3993,6 +4011,14 @@
/obj/effect/turf_decal/tile/red/half/contrasted,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/research)
+"pl" = (
+/obj/item/kirbyplants,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/crew_quarters)
"pm" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -4195,6 +4221,22 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/awaymission/undergroundoutpost45/engineering)
+"qd" = (
+/obj/machinery/meter{
+ name = "Mixed Air Tank Out"
+ },
+/obj/machinery/atmospherics/pipe/layer_manifold/supply,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/awaymission/undergroundoutpost45/engineering)
+"qe" = (
+/obj/machinery/meter{
+ name = "Mixed Air Tank In"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/general,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/awaymission/undergroundoutpost45/engineering)
"qh" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 4;
@@ -4300,6 +4342,17 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"qI" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/closet/secure_closet/engineering_personal{
+ req_access = list("away_maintenance")
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/engineering)
"qJ" = (
/obj/machinery/light/blacklight/directional/north,
/obj/machinery/camera/directional/north{
@@ -4468,6 +4521,13 @@
"rj" = (
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"rk" = (
+/obj/item/kirbyplants,
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/engineering)
"rl" = (
/obj/machinery/firealarm/directional/north,
/obj/structure/tank_dispenser{
@@ -4778,6 +4838,17 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"sc" = (
+/obj/machinery/computer/security{
+ dir = 4;
+ network = list("uo45")
+ },
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/computer/security/telescreen/underground_outpost/research/directional/west,
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/research)
"sd" = (
/obj/effect/turf_decal/tile/red/half/contrasted{
dir = 8
@@ -4850,6 +4921,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"sq" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/general,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/awaymission/undergroundoutpost45/engineering)
"sr" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored{
chamber_id = "uo45mix";
@@ -4972,14 +5049,6 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"sP" = (
-/obj/machinery/meter{
- name = "Mixed Air Tank Out"
- },
-/obj/machinery/atmospherics/pipe/layer_manifold/supply,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/awaymission/undergroundoutpost45/engineering)
"sQ" = (
/obj/structure/chair/office{
dir = 8
@@ -5021,6 +5090,14 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"td" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/layer_manifold/orange{
+ dir = 4
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/awaymission/undergroundoutpost45/engineering)
"te" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/monitored{
chamber_id = "uo45mix";
@@ -5043,6 +5120,11 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/research)
+"ti" = (
+/obj/structure/alien/weeds,
+/obj/structure/glowshroom/single,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"tj" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -5099,6 +5181,20 @@
dir = 1
},
/area/awaymission/undergroundoutpost45/engineering)
+"tw" = (
+/obj/machinery/light/small/directional/south,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/awaymission/undergroundoutpost45/engineering)
"tx" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -5160,6 +5256,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/green,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"tK" = (
+/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/mob_spawn/corpse/human,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"tL" = (
/obj/machinery/door/airlock/engineering{
name = "Engineering Maintenance"
@@ -5435,6 +5537,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/closed/wall/r_wall,
/area/awaymission/undergroundoutpost45/engineering)
+"uI" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/layer_manifold/orange,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/awaymission/undergroundoutpost45/engineering)
+"uJ" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/awaymission/undergroundoutpost45/engineering)
"uK" = (
/obj/machinery/light/small/directional/west,
/obj/effect/decal/cleanable/dirt,
@@ -5685,6 +5799,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"vB" = (
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 10
+ },
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"vC" = (
/obj/machinery/light/small/directional/east,
/obj/effect/decal/cleanable/dirt,
@@ -5791,13 +5911,6 @@
dir = 8
},
/area/awaymission/undergroundoutpost45/engineering)
-"vW" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/engineering)
"vY" = (
/obj/structure/closet/emcloset,
/obj/item/clothing/mask/breath,
@@ -5828,12 +5941,29 @@
/obj/item/bedsheet,
/turf/open/floor/carpet,
/area/awaymission/undergroundoutpost45/mining)
+"we" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 26
+ },
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/awaymission/undergroundoutpost45/engineering)
"wf" = (
/obj/effect/mapping_helpers/burnt_floor,
/turf/open/floor/iron{
dir = 8
},
/area/awaymission/undergroundoutpost45/mining)
+"wg" = (
+/obj/machinery/light/small/directional/north,
+/obj/item/kirbyplants,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/mining)
"wl" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -5896,12 +6026,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/mining)
-"wF" = (
-/obj/item/kirbyplants,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/central)
"wK" = (
/obj/machinery/door/airlock{
name = "Private Restroom"
@@ -5969,9 +6093,9 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"xe" = (
+"xd" = (
/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/engineering)
@@ -6033,17 +6157,6 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/mining)
-"xt" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/closet/secure_closet/engineering_personal{
- req_access = list("away_maintenance")
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/engineering)
"xu" = (
/obj/machinery/suit_storage_unit/mining,
/obj/effect/decal/cleanable/dirt,
@@ -6283,6 +6396,10 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/gateway)
+"yr" = (
+/obj/structure/glowshroom/single,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"yN" = (
/obj/structure/chair/office/light{
dir = 1;
@@ -6300,14 +6417,11 @@
},
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/gateway)
-"zb" = (
+"yX" = (
/obj/structure/alien/weeds,
-/obj/structure/alien/resin/wall,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
+/obj/structure/glowshroom/single,
+/obj/effect/decal/cleanable/blood/gibs/down,
+/turf/open/misc/asteroid/plasma,
/area/awaymission/undergroundoutpost45/caves)
"ze" = (
/obj/structure/table,
@@ -6327,6 +6441,10 @@
},
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/research)
+"zg" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"zn" = (
/obj/machinery/light/small/directional/east,
/obj/machinery/airalarm/directional/east,
@@ -6336,13 +6454,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"zq" = (
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"zr" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{
@@ -6374,22 +6485,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
-"zK" = (
+"zT" = (
/obj/structure/alien/weeds,
-/obj/structure/bed/nest,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"zO" = (
-/obj/effect/decal/cleanable/blood/gibs/up,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/plasma,
/area/awaymission/undergroundoutpost45/caves)
"zX" = (
/obj/structure/closet/secure_closet{
@@ -6493,14 +6592,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/mining)
-"BB" = (
-/obj/item/kirbyplants,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/crew_quarters)
"BI" = (
/obj/machinery/airalarm/directional/north,
/obj/effect/mapping_helpers/airalarm/all_access,
@@ -6515,16 +6606,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"BL" = (
-/obj/structure/alien/weeds,
-/obj/effect/decal/cleanable/blood/gibs/down,
-/obj/effect/mob_spawn/corpse/human,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"BN" = (
/obj/machinery/computer/monitor{
dir = 1;
@@ -6534,24 +6615,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"BQ" = (
-/obj/effect/decal/cleanable/blood/splatter,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"Cd" = (
-/obj/structure/alien/weeds,
-/obj/structure/glowshroom/single,
-/obj/effect/decal/cleanable/blood/gibs/down,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"Cj" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -6600,6 +6663,14 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"CM" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/white,
+/area/awaymission/undergroundoutpost45/research)
"CT" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -6609,6 +6680,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"CW" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/awaymission/undergroundoutpost45/research)
"De" = (
/obj/machinery/computer/monitor{
name = "primary power monitoring console"
@@ -6636,13 +6715,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/gateway)
-"Du" = (
+"Dw" = (
/obj/machinery/light/small/directional/north,
-/obj/item/kirbyplants,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/mining)
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Dz" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6665,16 +6741,6 @@
},
/turf/open/floor/iron/dark,
/area/awaymission/undergroundoutpost45/gateway)
-"DJ" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 6
- },
-/turf/open/floor/plating{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"DL" = (
/obj/effect/turf_decal/tile/green/half/contrasted{
dir = 4
@@ -6751,6 +6817,13 @@
dir = 5
},
/area/awaymission/undergroundoutpost45/crew_quarters)
+"ET" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced/spawner/directional/north,
+/turf/open/floor/iron/cafeteria{
+ dir = 5
+ },
+/area/awaymission/undergroundoutpost45/research)
"Fd" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/command/glass{
@@ -6768,6 +6841,10 @@
/obj/effect/mapping_helpers/airalarm/all_access,
/turf/open/floor/carpet,
/area/awaymission/undergroundoutpost45/crew_quarters)
+"Fx" = (
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"FA" = (
/obj/machinery/airalarm/directional/east,
/obj/effect/mapping_helpers/airalarm/all_access,
@@ -6779,28 +6856,16 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"FB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/machinery/computer/security/telescreen/underground_outpost/research/directional/south,
-/turf/open/floor/iron/cafeteria{
- dir = 5
- },
-/area/awaymission/undergroundoutpost45/research)
-"FP" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/layer_manifold/orange{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/awaymission/undergroundoutpost45/engineering)
"FS" = (
/obj/machinery/biogenerator,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/awaymission/undergroundoutpost45/central)
+"FU" = (
+/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Gc" = (
/obj/machinery/light/blacklight/directional/west,
/obj/machinery/airalarm/directional/west,
@@ -6821,14 +6886,6 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
-"Gn" = (
-/obj/structure/alien/weeds,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"Gp" = (
/obj/structure/table/reinforced,
/obj/item/folder/yellow,
@@ -6844,11 +6901,23 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/research)
+"GB" = (
+/obj/structure/closet/crate,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"GI" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"GV" = (
+/obj/effect/decal/cleanable/blood/gibs/up,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
+"Hb" = (
+/obj/structure/ore_box,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Hp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -6858,13 +6927,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"HL" = (
-/obj/item/kirbyplants,
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/engineering)
"HM" = (
/obj/structure/bed{
dir = 4
@@ -6883,15 +6945,6 @@
},
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
-"HW" = (
-/obj/structure/alien/weeds,
-/obj/structure/glowshroom/single,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"Ic" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -6914,6 +6967,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
+"Im" = (
+/obj/structure/alien/weeds,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Iw" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/purple{
@@ -6938,14 +6995,10 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/awaymission/undergroundoutpost45/central)
-"IT" = (
+"IQ" = (
/obj/structure/alien/weeds,
-/obj/effect/mob_spawn/corpse/human,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
+/obj/effect/decal/cleanable/blood/gibs/down,
+/turf/open/misc/asteroid/plasma,
/area/awaymission/undergroundoutpost45/caves)
"IV" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -6962,6 +7015,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/research)
+"Jc" = (
+/obj/machinery/light/small/directional/east,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Ji" = (
/obj/machinery/airalarm/directional/north,
/obj/effect/mapping_helpers/airalarm/all_access,
@@ -7029,21 +7086,18 @@
dir = 1
},
/area/awaymission/undergroundoutpost45/research)
+"Ks" = (
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 6
+ },
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"KE" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
/turf/open/floor/circuit/telecomms/server,
/area/awaymission/undergroundoutpost45/research)
-"KN" = (
-/obj/structure/alien/weeds,
-/obj/effect/decal/cleanable/blood/splatter,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"KO" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/preopen{
@@ -7060,14 +7114,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"KU" = (
-/obj/structure/closet/crate,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"KW" = (
/obj/machinery/airalarm/directional/north,
/obj/effect/mapping_helpers/airalarm/all_access,
@@ -7086,42 +7132,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"Lb" = (
-/obj/structure/alien/weeds,
-/obj/effect/decal/cleanable/blood/splatter,
-/obj/effect/mob_spawn/corpse/human,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"Lk" = (
-/obj/effect/decal/cleanable/blood/splatter,
-/obj/effect/mob_spawn/corpse/human,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"Lo" = (
-/obj/machinery/atmospherics/components/unary/passive_vent/layer2{
- dir = 4
- },
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"Lz" = (
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 351.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"LT" = (
/obj/structure/table/reinforced,
/obj/item/clipboard,
@@ -7155,12 +7165,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/research)
-"Mi" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/green,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/awaymission/undergroundoutpost45/engineering)
"Mo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
@@ -7174,21 +7178,10 @@
/obj/effect/turf_decal/tile/bar/opposingcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"Mx" = (
-/obj/machinery/light/small/directional/east,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"MC" = (
-/obj/machinery/light/small/directional/west,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
+"ME" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/mob_spawn/corpse/human,
+/turf/open/misc/asteroid/plasma,
/area/awaymission/undergroundoutpost45/caves)
"MJ" = (
/obj/machinery/light/blacklight/directional/west,
@@ -7196,6 +7189,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
+"MS" = (
+/obj/structure/alien/resin/membrane,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Nd" = (
/obj/machinery/light/small/directional/west,
/obj/machinery/airalarm/directional/west,
@@ -7276,12 +7273,10 @@
},
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/research)
-"Oo" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/layer_manifold/orange,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/awaymission/undergroundoutpost45/engineering)
+"Om" = (
+/obj/machinery/light/small/directional/west,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Oq" = (
/obj/machinery/light/small/directional/south,
/obj/structure/bed{
@@ -7309,14 +7304,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"OF" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/effect/turf_decal/stripes/asteroid/line,
-/turf/open/floor/plating{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"OL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/green,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
@@ -7340,20 +7327,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"Pd" = (
-/obj/machinery/light/small/directional/south,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
- dir = 1
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/awaymission/undergroundoutpost45/engineering)
"Pi" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/general,
/turf/open/floor/plating,
@@ -7365,17 +7338,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/general,
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/research)
+"PA" = (
+/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood/gibs/down,
+/obj/effect/mob_spawn/corpse/human,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"PB" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/central)
-"Qa" = (
-/obj/item/kirbyplants,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green,
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/central)
"Qb" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7424,19 +7397,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/carpet,
/area/awaymission/undergroundoutpost45/central)
-"Qu" = (
-/obj/structure/disposaloutlet{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"Qw" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -7465,6 +7425,11 @@
},
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/research)
+"QV" = (
+/obj/structure/alien/weeds,
+/obj/effect/mob_spawn/corpse/human,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"QX" = (
/obj/structure/table,
/obj/item/storage/medkit/regular,
@@ -7478,6 +7443,12 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/awaymission/undergroundoutpost45/central)
+"Rl" = (
+/obj/machinery/atmospherics/components/unary/passive_vent/layer2{
+ dir = 4
+ },
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Rn" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7494,14 +7465,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/awaymission/undergroundoutpost45/gateway)
-"RA" = (
-/obj/machinery/light/small/directional/south,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"RC" = (
/obj/machinery/airalarm/directional/west,
/obj/effect/mapping_helpers/airalarm/all_access,
@@ -7571,6 +7534,9 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/gateway)
+"Sq" = (
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"Su" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -7587,17 +7553,6 @@
dir = 5
},
/area/awaymission/undergroundoutpost45/research)
-"SV" = (
-/obj/machinery/computer/security{
- dir = 4;
- network = list("uo45")
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/obj/machinery/computer/security/telescreen/underground_outpost/research/directional/west,
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/research)
"SZ" = (
/obj/machinery/light/small/directional/west,
/obj/structure/sign/warning/secure_area/directional/west,
@@ -7616,14 +7571,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"Tr" = (
-/obj/structure/alien/resin/membrane,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"Tu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -7632,6 +7579,11 @@
/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"Ty" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"TC" = (
/obj/structure/table,
/obj/machinery/reagentgrinder,
@@ -7644,14 +7596,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"TO" = (
-/obj/machinery/meter{
- name = "Mixed Air Tank In"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/general,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/awaymission/undergroundoutpost45/engineering)
"TP" = (
/obj/machinery/light/small/directional/north,
/obj/machinery/airalarm/directional/north,
@@ -7661,13 +7605,6 @@
},
/turf/open/floor/carpet,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"TV" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/kirbyplants,
-/turf/open/floor/iron/cafeteria{
- dir = 5
- },
-/area/awaymission/undergroundoutpost45/research)
"Ud" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7687,31 +7624,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/research)
-"UE" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/general,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/awaymission/undergroundoutpost45/engineering)
-"UH" = (
-/obj/structure/alien/weeds,
-/obj/effect/decal/cleanable/blood/gibs/down,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"UM" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 10
- },
-/turf/open/floor/plating{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"UU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -7736,6 +7648,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
+"VI" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/obj/effect/mob_spawn/corpse/human,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"VM" = (
/obj/machinery/airalarm/directional/north,
/obj/effect/mapping_helpers/airalarm/all_access,
@@ -7771,15 +7689,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/general,
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/research)
-"Wd" = (
-/obj/structure/alien/resin/wall,
-/obj/structure/alien/weeds,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"Wk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7801,24 +7710,11 @@
},
/turf/open/floor/iron/dark,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"Ws" = (
-/obj/item/kirbyplants,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/white,
-/area/awaymission/undergroundoutpost45/research)
"WD" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
-"WE" = (
-/obj/structure/glowshroom/single,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 351.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"WG" = (
/obj/effect/turf_decal/tile/red/half/contrasted{
dir = 4
@@ -7879,14 +7775,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/white,
/area/awaymission/undergroundoutpost45/research)
-"XF" = (
-/obj/structure/ore_box,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"XJ" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -7901,28 +7789,10 @@
/obj/item/folder/red,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"XQ" = (
-/obj/structure/glowshroom/single,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"XU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/gateway)
-"Yb" = (
-/obj/structure/alien/weeds,
-/obj/structure/bed/nest,
-/obj/effect/mob_spawn/corpse/human,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"Yf" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -7957,6 +7827,10 @@
/obj/effect/turf_decal/tile/bar/opposingcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/crew_quarters)
+"YL" = (
+/obj/machinery/light/small/directional/south,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"YM" = (
/obj/machinery/conveyor{
id = "UO45_mining"
@@ -7967,6 +7841,11 @@
},
/turf/open/floor/plating,
/area/awaymission/undergroundoutpost45/mining)
+"YR" = (
+/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood/gibs/core,
+/turf/open/misc/asteroid/plasma,
+/area/awaymission/undergroundoutpost45/caves)
"YV" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -7977,31 +7856,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/awaymission/undergroundoutpost45/engineering)
-"Zf" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/awaymission/undergroundoutpost45/research)
-"Zs" = (
-/obj/machinery/light/small/directional/north,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
-"ZD" = (
-/obj/structure/alien/weeds,
-/obj/effect/decal/cleanable/blood/gibs/core,
-/turf/open/misc/asteroid{
- initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
- name = "Cave Floor";
- temperature = 363.9
- },
-/area/awaymission/undergroundoutpost45/caves)
"ZH" = (
/obj/machinery/airalarm/directional/east,
/obj/effect/mapping_helpers/airalarm/all_access,
@@ -26468,8 +26322,8 @@ ad
ad
ad
ad
-Yb
-ZD
+VI
+YR
ad
ad
ad
@@ -26725,9 +26579,9 @@ ad
ad
ad
ad
-zK
-KN
-Gn
+Ty
+FU
+Im
ad
ad
ad
@@ -26982,10 +26836,10 @@ ad
ad
ad
ad
-HW
-Gn
-zq
-Tr
+ti
+Im
+Sq
+MS
ad
ad
ad
@@ -27240,9 +27094,9 @@ ad
ad
ad
ad
-Gn
-zq
-ci
+Im
+Sq
+Fx
ad
ad
ad
@@ -27442,7 +27296,7 @@ jG
gw
ky
DB
-ma
+cM
mB
gK
ad
@@ -27498,12 +27352,12 @@ ad
ad
ad
ad
-zq
-zq
-zO
+Sq
+Sq
+GV
ad
-UH
-Yb
+IQ
+VI
ad
ad
ad
@@ -27756,11 +27610,11 @@ ad
ad
ad
ad
-Lk
-zq
-KN
-ZD
-BL
+ME
+Sq
+FU
+YR
+PA
ad
ad
ad
@@ -28007,17 +27861,17 @@ ad
ad
ad
ad
-Yb
-ZD
-zb
-Wd
+VI
+YR
+zT
+eG
ad
ad
ad
-zq
-Gn
-zq
-Tr
+Sq
+Im
+Sq
+MS
ad
ad
ad
@@ -28263,17 +28117,17 @@ ad
ad
ad
ad
-Yb
-zK
-Gn
-IT
-zb
+VI
+Ty
+Im
+QV
+zT
ad
ad
ad
-XQ
-zq
-BQ
+yr
+Sq
+zg
ad
ad
ad
@@ -28521,16 +28375,16 @@ ad
ad
ad
ad
-Cd
-zq
-BQ
-ZD
+yX
+Sq
+zg
+YR
ad
ad
-Tr
-zq
-zq
-Tr
+MS
+Sq
+Sq
+MS
ad
ad
ad
@@ -28730,7 +28584,7 @@ lt
XU
mG
gw
-zq
+Sq
ad
ad
ad
@@ -28779,21 +28633,21 @@ ad
ad
ad
ad
-zq
-zq
-zq
-Gn
+Sq
+Sq
+Sq
+Im
ad
-Lb
-zq
-zq
+tK
+Sq
+Sq
ad
ad
ad
ad
ad
-Yb
-Gn
+VI
+Im
ad
ad
ad
@@ -28987,8 +28841,8 @@ Qb
mc
mH
gw
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -29037,20 +28891,20 @@ ad
ad
ad
ad
-zO
-Gn
-Gn
-Gn
-Gn
-zq
-zq
+GV
+Im
+Im
+Im
+Im
+Sq
+Sq
ad
ad
ad
ad
-IT
-ZD
-UH
+QV
+YR
+IQ
ad
ad
ad
@@ -29244,8 +29098,8 @@ kl
gK
gw
gv
-zq
-XQ
+Sq
+yr
ad
ad
ad
@@ -29296,18 +29150,18 @@ ad
ad
ad
ad
-Gn
-zq
-zq
-zq
-zq
-Lk
-Tr
-zO
-XQ
-BQ
-zq
-zb
+Im
+Sq
+Sq
+Sq
+Sq
+ME
+MS
+GV
+yr
+zg
+Sq
+zT
ad
ad
ad
@@ -29500,10 +29354,10 @@ SZ
lv
md
gU
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -29553,18 +29407,18 @@ ad
ad
ad
ad
-Tr
-zq
-zq
-zq
-Gn
-zq
-zq
-zq
-zq
-zq
-zb
-Wd
+MS
+Sq
+Sq
+Sq
+Im
+Sq
+Sq
+Sq
+Sq
+Sq
+zT
+eG
ad
ad
ad
@@ -29757,10 +29611,10 @@ Dt
lv
me
gU
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -29810,15 +29664,15 @@ ad
ad
ad
ad
-IT
-BQ
-zq
-Gn
-Gn
-ZD
-zq
-Gn
-Gn
+QV
+zg
+Sq
+Im
+Im
+YR
+Sq
+Im
+Im
ad
ad
ad
@@ -30014,10 +29868,10 @@ kF
lx
gw
gv
-Zs
-zq
-zq
-zq
+Dw
+Sq
+Sq
+Sq
ad
ad
ad
@@ -30067,15 +29921,15 @@ ad
ad
ad
ad
-UH
-Gn
-zq
-Gn
+IQ
+Im
+Sq
+Im
ad
ad
-KN
-Yb
-zK
+FU
+VI
+Ty
ad
ad
ad
@@ -30263,18 +30117,18 @@ gL
gv
gv
gv
-XQ
-zq
-zq
+yr
+Sq
+Sq
gv
kG
ly
gw
-zq
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+Sq
+yr
ad
ad
ad
@@ -30325,8 +30179,8 @@ ad
ad
ad
ad
-Gn
-zq
+Im
+Sq
ad
ad
ad
@@ -30518,20 +30372,20 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
gU
kH
ly
gU
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -30572,8 +30426,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -30583,7 +30437,7 @@ ad
ad
ad
ad
-Tr
+MS
ad
ad
ad
@@ -30774,22 +30628,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gU
kI
ly
gU
-zq
-zq
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
ad
ad
ad
@@ -30830,8 +30684,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -30840,7 +30694,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -31031,23 +30885,23 @@ ad
ad
ad
ad
-XQ
-zq
-XQ
-zq
-zq
-zq
+yr
+Sq
+yr
+Sq
+Sq
+Sq
gU
kH
ly
gU
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -31088,16 +30942,16 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -31289,22 +31143,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-RA
+Sq
+Sq
+Sq
+Sq
+YL
gw
yR
lA
gw
-Zs
-zq
-zq
-zq
-zq
-zq
-zq
+Dw
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -31346,14 +31200,14 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -31546,22 +31400,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
gU
du
ly
gU
-zq
-zq
-XQ
-zq
-zq
-XQ
-zq
+Sq
+Sq
+yr
+Sq
+Sq
+yr
+Sq
ad
ad
ad
@@ -31603,14 +31457,14 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -31802,23 +31656,23 @@ ad
ad
ad
ad
-zq
-XQ
-zq
-zq
-zq
-zq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
gU
du
lB
gU
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -31861,13 +31715,13 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -32059,22 +31913,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gU
Iw
ly
gU
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -32119,11 +31973,11 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -32317,20 +32171,20 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+Sq
+yr
gw
kH
lC
gv
-zq
-XQ
-zq
-zq
-XQ
+Sq
+yr
+Sq
+Sq
+yr
ad
ad
ad
@@ -32377,9 +32231,9 @@ ad
ad
ad
ad
-zq
+Sq
ad
-zq
+Sq
ad
ad
ad
@@ -32575,16 +32429,16 @@ ad
ad
ad
ad
-zq
-XQ
-zq
+Sq
+yr
+Sq
gz
gw
kL
lD
gv
hc
-zq
+Sq
ad
gz
hc
@@ -32634,9 +32488,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -32836,7 +32690,7 @@ gz
hc
gz
gz
-Ws
+kh
ha
lE
mf
@@ -32891,8 +32745,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -33090,7 +32944,7 @@ gX
hB
ig
ze
-iY
+CM
jr
jO
mU
@@ -33148,8 +33002,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -33405,7 +33259,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -33662,7 +33516,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -33918,8 +33772,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -34119,8 +33973,8 @@ hF
YF
iC
hc
-zq
-zq
+Sq
+Sq
gz
mU
lJ
@@ -34174,8 +34028,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -34376,8 +34230,8 @@ WT
ik
iD
hc
-zq
-zq
+Sq
+Sq
hH
Jo
lM
@@ -34386,7 +34240,7 @@ mP
nn
nQ
oz
-FB
+lV
gy
ql
qT
@@ -34431,8 +34285,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -34441,8 +34295,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -34633,15 +34487,15 @@ hH
hH
hc
gz
-zq
-zq
+Sq
+Sq
hH
Jo
lL
mj
mP
mP
-ee
+ET
oA
pg
gy
@@ -34688,18 +34542,18 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
ad
ad
-zq
-XQ
-zq
-zq
-zq
+Sq
+yr
+Sq
+Sq
+Sq
ad
ad
ad
@@ -34884,19 +34738,19 @@ ad
ad
ad
ad
-zq
-MC
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Om
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
hH
Jo
ON
mj
-TV
+mQ
mP
nS
oB
@@ -34945,18 +34799,18 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
ad
ad
-zq
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+Sq
+yr
ad
ad
ad
@@ -35140,15 +34994,15 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-RA
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+YL
gz
IX
lN
@@ -35202,18 +35056,18 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -35397,21 +35251,21 @@ ad
ad
ad
ad
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
hH
Mg
lM
hH
mR
-SV
+sc
RC
oC
ph
@@ -35460,17 +35314,17 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
ad
-XQ
-zq
-zq
-zq
-zq
-zq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -35654,15 +35508,15 @@ ad
ad
ad
ad
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
hH
kU
lM
@@ -35717,17 +35571,17 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -35910,22 +35764,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
hH
kV
lM
hH
mT
-Zf
+CW
nV
WG
lu
@@ -35937,7 +35791,7 @@ sw
gz
tR
gz
-zq
+Sq
ad
ad
ad
@@ -35975,15 +35829,15 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -36167,15 +36021,15 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
gz
gz
kW
@@ -36194,9 +36048,9 @@ sx
gz
tP
hc
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -36232,15 +36086,15 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
-XQ
-zq
-zq
-XQ
+yr
+Sq
+Sq
+yr
ad
ad
ad
@@ -36425,14 +36279,14 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gz
gn
kV
@@ -36453,8 +36307,8 @@ tS
hc
hc
hc
-Zs
-zq
+Dw
+Sq
ad
ad
ad
@@ -36490,14 +36344,14 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -36682,14 +36536,14 @@ aC
aC
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gz
iL
kX
@@ -36710,8 +36564,8 @@ tT
gy
uN
hH
-ah
-zq
+Sq
+Sq
ad
ad
ad
@@ -36744,18 +36598,18 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -36939,13 +36793,13 @@ fQ
aC
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
gz
gz
@@ -36967,9 +36821,9 @@ tP
gc
uO
vk
-ah
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -37000,19 +36854,19 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
-zq
-XQ
+Sq
+Sq
+yr
ad
ad
ad
@@ -37196,13 +37050,13 @@ ZM
aC
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
ad
ad
gz
@@ -37224,10 +37078,10 @@ tV
gy
uP
hH
-ah
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -37256,21 +37110,21 @@ ad
ad
ad
ad
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+yr
ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -37452,15 +37306,15 @@ fC
fS
aC
ad
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
gy
NR
@@ -37481,10 +37335,10 @@ gz
hc
hc
hc
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -37511,23 +37365,23 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -37709,15 +37563,15 @@ fD
aC
aC
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
gx
la
@@ -37726,23 +37580,23 @@ Xq
gy
tP
gz
-zq
-zq
-XQ
-zq
-zq
-zq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -37767,10 +37621,10 @@ ad
ad
ad
ad
-XQ
-zq
-zq
-XQ
+yr
+Sq
+Sq
+yr
ad
ad
ad
@@ -37779,12 +37633,12 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -37963,18 +37817,18 @@ LZ
eZ
MJ
IV
-wF
+fT
aC
ad
ad
-zq
-zq
-Mx
-zq
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Jc
+Sq
+Sq
+Sq
+Sq
+yr
ad
gy
lb
@@ -37983,23 +37837,23 @@ mn
gy
tP
hc
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
ad
ad
ad
@@ -38036,12 +37890,12 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -38243,19 +38097,19 @@ hc
gr
gr
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -38293,17 +38147,17 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -38498,21 +38352,21 @@ mV
nw
JD
nD
-BB
+pl
gr
gr
-zq
-XQ
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
-zq
-zq
-XQ
+Sq
+yr
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
ad
ad
ad
@@ -38551,16 +38405,16 @@ ad
ad
ad
ad
-zq
+Sq
ad
-zq
+Sq
ad
-zq
+Sq
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -38758,18 +38612,18 @@ gs
pm
pN
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
+Sq
ad
ad
ad
@@ -38808,15 +38662,15 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
-zq
+Sq
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -39015,18 +38869,18 @@ gs
gs
pO
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
+Sq
ad
ad
ad
@@ -39069,10 +38923,10 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
-zq
+Sq
ad
ad
ad
@@ -39250,15 +39104,15 @@ fq
Ai
fV
ae
-zq
-zq
-zq
-zq
-MC
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+Sq
+Om
+Sq
+Sq
+Sq
+yr
gg
gg
VM
@@ -39272,18 +39126,18 @@ oG
pn
pP
gr
-zq
-zq
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -39326,10 +39180,10 @@ ad
ad
ad
ad
-zq
+Sq
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -39507,16 +39361,16 @@ fq
Ai
aF
aP
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
fK
Ro
lf
@@ -39531,16 +39385,16 @@ fN
fK
gg
gg
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -39583,9 +39437,9 @@ ad
ad
ad
ad
-zq
+Sq
ad
-zq
+Sq
ad
ad
ad
@@ -39764,16 +39618,16 @@ fr
Ai
fW
aP
-zq
-zq
-zq
-XQ
-zq
-zq
-XQ
-zq
-zq
-zq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
gr
KT
gs
@@ -39788,16 +39642,16 @@ pQ
qs
qY
gg
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -39835,14 +39689,14 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -40021,16 +39875,16 @@ PB
fH
fX
aP
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
Ro
gs
@@ -40045,17 +39899,17 @@ pR
Ie
mt
gg
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -40091,14 +39945,14 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -40267,7 +40121,7 @@ aD
cB
cL
aC
-Qa
+do
dB
dX
dB
@@ -40278,16 +40132,16 @@ HR
fI
fY
an
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gg
Ro
lg
@@ -40303,16 +40157,16 @@ fO
fO
gg
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -40354,8 +40208,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -40535,10 +40389,10 @@ ae
ae
an
an
-zq
-zq
-zq
-XQ
+Sq
+Sq
+Sq
+yr
gg
gr
gr
@@ -40560,23 +40414,23 @@ qu
mu
fO
ad
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
ad
ad
ad
@@ -40611,8 +40465,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -40791,10 +40645,10 @@ hZ
ae
ad
ad
-XQ
-zq
-zq
-zq
+yr
+Sq
+Sq
+Sq
gg
gg
hI
@@ -40818,24 +40672,24 @@ qZ
fN
ad
ad
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
ad
ad
ad
@@ -40863,12 +40717,12 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -41046,12 +40900,12 @@ aS
eR
fe
ae
-zq
-zq
-zq
-zq
-zq
-RA
+Sq
+Sq
+Sq
+Sq
+Sq
+YL
gg
hi
hJ
@@ -41076,24 +40930,24 @@ fO
fO
fK
gg
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -41122,10 +40976,10 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -41303,12 +41157,12 @@ aS
aS
ff
aP
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
hj
hK
@@ -41334,8 +41188,8 @@ sA
ts
gg
gg
-zq
-zq
+Sq
+Sq
vI
vI
vI
@@ -41343,15 +41197,15 @@ vI
vJ
vI
vI
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -41382,7 +41236,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -41560,12 +41414,12 @@ eb
eb
ff
aP
-zq
-zq
-XQ
-zq
-zq
-zq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
gr
hk
YK
@@ -41591,8 +41445,8 @@ sB
pX
tX
gg
-zq
-Qu
+Sq
+kg
vJ
wb
rs
@@ -41602,15 +41456,15 @@ wb
vI
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -41638,8 +41492,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -41817,12 +41671,12 @@ aS
eS
ff
aP
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
hl
hM
@@ -41861,16 +41715,16 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -41895,7 +41749,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -41904,7 +41758,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -42062,7 +41916,7 @@ ad
ad
ad
ad
-Lz
+Sq
an
bq
aC
@@ -42074,12 +41928,12 @@ eb
eb
fe
aP
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
hm
hN
@@ -42121,13 +41975,13 @@ vI
vI
vJ
vI
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -42151,8 +42005,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -42161,7 +42015,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -42318,8 +42172,8 @@ ad
ad
ad
ad
-Lz
-WE
+Sq
+yr
ae
bq
aD
@@ -42331,12 +42185,12 @@ aS
aS
fg
an
-Zs
-zq
-zq
-zq
-XQ
-zq
+Dw
+Sq
+Sq
+Sq
+yr
+Sq
gg
hn
hO
@@ -42378,14 +42232,14 @@ xE
xl
xl
vJ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-XF
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Hb
ad
ad
ad
@@ -42407,8 +42261,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -42417,9 +42271,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -42574,9 +42428,9 @@ ad
ad
ad
ad
-WE
-Lz
-Lz
+yr
+Sq
+Sq
an
bq
aC
@@ -42589,9 +42443,9 @@ eb
fh
an
an
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
fK
@@ -42638,11 +42492,11 @@ vI
vI
vI
vI
-Zs
-zq
-zq
-zq
-KU
+Dw
+Sq
+Sq
+Sq
+GB
ad
ad
ad
@@ -42663,8 +42517,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -42675,7 +42529,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -42831,9 +42685,9 @@ ad
ad
ad
ad
-Lz
-Lz
-Lz
+Sq
+Sq
+Sq
an
al
aD
@@ -42879,7 +42733,7 @@ uz
fO
fN
vK
-Du
+wg
wv
wD
Wk
@@ -42895,16 +42749,16 @@ ww
Ni
yc
ww
-UM
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+vB
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -42920,7 +42774,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -42931,8 +42785,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -43088,9 +42942,9 @@ ad
ad
ad
ad
-Lz
-Lz
-Lz
+Sq
+Sq
+Sq
aP
bY
aD
@@ -43152,20 +43006,20 @@ xX
ya
yd
yf
-OF
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+fs
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -43174,22 +43028,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -43346,8 +43200,8 @@ ad
ad
ad
ad
-WE
-Lz
+yr
+Sq
aP
bq
cX
@@ -43366,7 +43220,7 @@ fZ
gu
gD
gO
-dh
+hq
hR
iq
iK
@@ -43409,45 +43263,45 @@ yj
yb
ye
ww
-DJ
-zq
-zq
-zq
-zq
-zq
+Ks
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
-zq
-XQ
+Sq
+Sq
+yr
ad
ad
ad
@@ -43603,8 +43457,8 @@ ad
ad
ad
ad
-Lz
-Lz
+Sq
+Sq
an
bZ
bq
@@ -43666,46 +43520,46 @@ vI
vI
vI
vI
-Zs
-zq
-zq
-zq
-zq
-zq
+Dw
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
ad
-zq
+Sq
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
+Sq
ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -43860,8 +43714,8 @@ ad
ad
ad
ad
-Lz
-Lz
+Sq
+Sq
an
cS
al
@@ -43889,29 +43743,29 @@ fO
fy
kv
ae
-zq
-zq
-zq
-zq
-zq
-MC
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Om
+Sq
+Sq
+Sq
gr
rQ
sF
gr
-zq
-zq
-zq
-zq
-zq
-MC
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Om
+Sq
+Sq
+Sq
+Sq
ad
vJ
xu
@@ -43919,16 +43773,16 @@ xB
fP
xQ
vI
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -43937,12 +43791,12 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -43955,14 +43809,14 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44117,8 +43971,8 @@ ad
ad
ad
ad
-WE
-Lz
+yr
+Sq
an
cT
bq
@@ -44146,29 +44000,29 @@ fN
ka
kw
an
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
rQ
sG
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
vI
xu
@@ -44176,16 +44030,16 @@ xC
xK
xR
vJ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44194,9 +44048,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44213,14 +44067,14 @@ ad
ad
ad
ad
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44374,8 +44228,8 @@ ad
ad
ad
ad
-Lz
-Lz
+Sq
+Sq
ae
cU
bq
@@ -44403,45 +44257,45 @@ fN
kb
kx
an
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
rS
sF
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
vI
xv
xD
xL
xS
vI
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44452,9 +44306,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44471,12 +44325,12 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44660,43 +44514,43 @@ jD
kc
an
an
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-RA
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+YL
gg
BI
sH
gg
-Zs
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Dw
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
vI
vI
vJ
vI
vJ
vI
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44710,9 +44564,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44730,9 +44584,9 @@ ad
ad
ad
ad
-zq
-XQ
-zq
+Sq
+yr
+Sq
ad
ad
ad
@@ -44900,8 +44754,8 @@ et
eH
eV
an
-zq
-zq
+Sq
+Sq
ae
an
an
@@ -44916,43 +44770,43 @@ an
ae
an
ae
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
rQ
Tf
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -44968,8 +44822,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -44987,7 +44841,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -45157,59 +45011,59 @@ aP
eI
aP
an
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-MC
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Om
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
rU
Tf
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -45226,8 +45080,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -45244,7 +45098,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -45410,61 +45264,61 @@ ad
ad
ad
ad
-ah
-ah
-ah
-MC
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Om
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
gr
rV
sJ
gr
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -45483,9 +45337,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -45501,7 +45355,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -45668,54 +45522,54 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
fK
rW
sK
fK
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -45741,8 +45595,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -45752,13 +45606,13 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -45929,29 +45783,29 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ni
ni
ln
@@ -45964,11 +45818,11 @@ qb
qb
ni
ni
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -45999,8 +45853,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -46008,8 +45862,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -46189,26 +46043,26 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ni
qC
rh
@@ -46256,16 +46110,16 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -46448,30 +46302,30 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
qb
qD
ri
Qw
Yf
-Pd
+tw
ln
rj
uV
@@ -46514,14 +46368,14 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -46706,23 +46560,23 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
qb
qD
rj
@@ -46771,8 +46625,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -46963,26 +46817,26 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-RA
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+YL
ni
ln
-HL
+rk
sb
sO
Tu
@@ -47028,9 +46882,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -47220,24 +47074,24 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ni
ni
Qm
@@ -47286,8 +47140,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -47478,23 +47332,23 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ni
rl
sd
@@ -47543,9 +47397,9 @@ ad
ad
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -47738,11 +47592,11 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -47750,8 +47604,8 @@ ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ni
rm
rj
@@ -47795,15 +47649,15 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -48008,7 +47862,7 @@ ad
ad
ad
wn
-Lo
+Rl
ln
rn
sf
@@ -48018,7 +47872,7 @@ rr
qb
RF
vy
-vW
+kN
ni
ln
ni
@@ -48054,15 +47908,15 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
ad
ad
-zq
-zq
-zq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -48314,18 +48168,18 @@ ad
ad
ad
ad
-zq
-ad
+Sq
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
ad
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -48571,7 +48425,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -48772,7 +48626,7 @@ ad
ad
ad
ln
-lX
+we
mz
ln
nK
@@ -48828,7 +48682,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -49079,13 +48933,13 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -49342,7 +49196,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -49551,13 +49405,13 @@ ov
oY
pD
qb
-xt
+qI
rj
tE
rj
tG
um
-Oo
+uI
vd
vD
ln
@@ -49599,7 +49453,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -49814,7 +49668,7 @@ tE
rj
tb
un
-xe
+uJ
ve
vE
ln
@@ -49856,7 +49710,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -50064,7 +49918,7 @@ ad
ln
oZ
pE
-sP
+qd
qK
rv
sn
@@ -50113,7 +49967,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -50321,14 +50175,14 @@ ad
ln
pa
pF
-TO
+qe
qL
rw
so
rj
rj
up
-Oo
+uI
vf
vF
ln
@@ -50359,8 +50213,8 @@ ad
ad
ad
ad
-zq
-XQ
+Sq
+yr
ad
ad
ad
@@ -50370,7 +50224,7 @@ ad
ad
ad
ad
-zq
+Sq
ad
ad
ad
@@ -50585,7 +50439,7 @@ OL
YD
tI
uq
-Mi
+xd
vg
vG
ln
@@ -50613,21 +50467,21 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -50870,21 +50724,21 @@ ad
ad
ad
ad
-zq
-XQ
-zq
+Sq
+yr
+Sq
ad
ad
ad
-zq
+Sq
ad
ad
ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -51095,8 +50949,8 @@ ad
ln
ln
ln
-UE
-FP
+sq
+td
ln
ni
ni
@@ -51126,22 +50980,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
+Sq
+Sq
ad
ad
ad
ad
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -51383,22 +51237,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-XQ
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+yr
+Sq
ad
-zq
-zq
+Sq
+Sq
ad
ad
ad
@@ -51640,22 +51494,22 @@ ad
ad
ad
ad
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -51898,20 +51752,20 @@ ad
ad
ad
ad
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -52155,19 +52009,19 @@ ad
ad
ad
ad
-zq
-XQ
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
-zq
+Sq
+yr
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
+Sq
ad
ad
ad
@@ -52419,11 +52273,11 @@ ad
ad
ad
ad
-zq
-XQ
-zq
-zq
-zq
+Sq
+yr
+Sq
+Sq
+Sq
ad
ad
ad
diff --git a/_maps/map_files/Birdshot/birdshot.dmm b/_maps/map_files/Birdshot/birdshot.dmm
index c5bbda7ec777b6..01b91fc54a03bd 100644
--- a/_maps/map_files/Birdshot/birdshot.dmm
+++ b/_maps/map_files/Birdshot/birdshot.dmm
@@ -1,4 +1,10 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aae" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/camera/directional/north,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron,
+/area/station/maintenance/port/fore)
"aan" = (
/obj/effect/landmark/carpspawn,
/turf/open/space/basic,
@@ -16,21 +22,19 @@
},
/turf/open/floor/iron/small,
/area/station/security/prison/shower)
-"aaA" = (
-/obj/structure/table/reinforced,
-/obj/structure/spider/stickyweb,
-/obj/item/clothing/suit/hazardvest{
- pixel_x = 3;
- pixel_y = 21
- },
-/obj/item/hfr_box/corner{
- pixel_x = -5;
- pixel_y = 12
+"aaH" = (
+/obj/structure/chair/sofa/bench/right{
+ dir = 4
},
-/obj/item/hfr_box/body/interface,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/window/spawner/directional/west,
/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
+/area/station/hallway/secondary/recreation)
+"aaZ" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/tile/blue,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
"abh" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -40,12 +44,27 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"abk" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research/glass{
+ name = "Cubicle"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/cubicle)
"abt" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
/obj/machinery/power/tracker,
/turf/open/space/basic,
/area/station/solars/aft)
+"abB" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall/r_wall,
+/area/station/hallway/primary/port)
"abJ" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -53,23 +72,6 @@
},
/turf/open/floor/iron,
/area/station/security/tram)
-"abQ" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
-"abR" = (
-/obj/machinery/power/emitter{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/sign/warning/no_smoking/circle/directional/south,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"acg" = (
/obj/machinery/power/smes/engineering,
/turf/open/floor/plating,
@@ -85,32 +87,19 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"acu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"acw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"acG" = (
-/obj/machinery/light/dim/directional/west,
-/obj/machinery/duct,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
"acJ" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
+"acN" = (
+/obj/structure/table,
+/obj/item/hfr_box/body/waste_output,
+/obj/item/hfr_box/body/moderator_input,
+/obj/item/hfr_box/body/fuel_input,
+/obj/item/hfr_box/body/interface,
+/obj/structure/extinguisher_cabinet/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"acS" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -118,10 +107,22 @@
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"acV" = (
-/obj/machinery/light/floor,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"acX" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass/fifty,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
+"adh" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"adl" = (
/obj/effect/turf_decal/siding/white,
/obj/machinery/light/small/directional/south,
@@ -140,50 +141,33 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"adP" = (
-/obj/structure/chair/stool/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron/smooth,
-/area/station/hallway/secondary/command)
-"adV" = (
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics"
+"aef" = (
+/obj/structure/flora/bush/flowers_yw/style_3{
+ pixel_x = 5;
+ pixel_y = -5
},
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "atmos_airlock_1"
+/obj/structure/flora/bush/flowers_br/style_random{
+ pixel_y = -5;
+ pixel_x = 3
},
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/hallway)
-"aej" = (
+/obj/effect/light_emitter/fake_outdoors,
/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/machinery/firealarm/directional/west,
-/obj/structure/cable,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/turf/open/floor/stone,
-/area/station/service/bar)
-"aet" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 9
},
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/turf/open/floor/grass/Airless,
+/area/station/hallway/primary/central/aft)
"aeu" = (
/obj/structure/grille,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"aeC" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood/tile,
+/area/station/command/corporate_showroom)
"aeD" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/computer/scan_consolenew{
@@ -196,13 +180,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"aeW" = (
-/obj/structure/flora/tree/jungle/small/style_3,
-/obj/effect/turf_decal/weather/dirt,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/status_display/ai/directional/south,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"aeX" = (
/obj/structure/window/spawner/directional/east,
/obj/item/kirbyplants/random,
@@ -212,9 +189,14 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/engineering/lobby)
-"afa" = (
-/turf/open/floor/iron/small,
-/area/station/maintenance/port/lesser)
+"afk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"afu" = (
/obj/structure/chair/wood{
dir = 8
@@ -236,32 +218,21 @@
dir = 8
},
/area/station/science/lobby)
-"afB" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sign/warning/radiation/directional/west,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"afF" = (
/obj/structure/table,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"afS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
+"afJ" = (
+/obj/structure/chair/sofa/bench{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"afV" = (
-/obj/structure/closet/firecloset,
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
+/turf/open/floor/iron/white/corner{
+ dir = 1
},
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
+/area/station/hallway/secondary/entry)
"agb" = (
/obj/effect/turf_decal/tile/green{
dir = 8
@@ -274,11 +245,11 @@
},
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"agg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/maintenance/central/greater)
+"agp" = (
+/obj/structure/table/wood,
+/obj/item/cigarette/cigar/cohiba,
+/turf/open/floor/carpet,
+/area/station/commons/dorms)
"agy" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/components/tank/oxygen{
@@ -297,6 +268,14 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
+"agK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/white/corner{
+ dir = 8
+ },
+/area/station/hallway/secondary/dock)
"agR" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
@@ -305,11 +284,39 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/engineering/storage_shared)
-"ahc" = (
+"agY" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Main Engineering"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating/elevatorshaft,
-/area/station/commons/dorms)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/break_room)
+"ahf" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 10
+ },
+/obj/structure/flora/bush/flowers_pp/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"ahl" = (
+/obj/structure/flora/tree/jungle/style_5,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"ahr" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/supply/general,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"ahu" = (
/obj/effect/turf_decal/siding/blue{
dir = 1
@@ -334,16 +341,6 @@
/obj/effect/turf_decal/siding/yellow,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"ahJ" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/dark_red{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"ahW" = (
/obj/structure/railing{
dir = 1
@@ -359,23 +356,11 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron/showroomfloor,
/area/station/commons/toilet/auxiliary)
-"aig" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
-"aiy" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
+"aiI" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/turf/open/space/basic,
+/area/space/nearstation)
"aiK" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -386,39 +371,22 @@
},
/turf/open/floor/plating,
/area/station/engineering/lobby)
-"aiL" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{
- dir = 8
- },
-/turf/open/floor/engine/airless,
-/area/station/engineering/atmos)
-"aiN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+"aiS" = (
+/obj/effect/turf_decal/bot{
dir = 1
},
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
-"ajq" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 5
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"ajw" = (
-/obj/effect/turf_decal/siding/wood,
-/turf/closed/wall,
-/area/station/service/library)
-"ajU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/kirbyplants/organic/plant24,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
+"aiW" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
},
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Captain's Office - Emergency"
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/station/maintenance/hallway/abandoned_command)
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"ako" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -430,29 +398,24 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"akv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/machinery/light/small/directional/east,
-/obj/effect/landmark/start/janitor,
-/turf/open/floor/iron/grimy,
-/area/station/commons)
-"aky" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
+"akq" = (
+/obj/structure/table,
+/obj/item/clothing/under/suit/black_really,
+/obj/item/clothing/accessory/waistcoat,
+/obj/item/clothing/suit/toggle/lawyer/black,
+/obj/item/clothing/under/suit/red,
+/obj/item/clothing/neck/tie/black,
+/obj/item/clothing/under/costume/buttondown/slacks/service,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 1
},
-/obj/structure/railing,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/cafeteria,
+/area/station/commons/dorms)
"akF" = (
/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod,
/turf/closed/wall,
/area/station/maintenance/port/aft)
-"akN" = (
-/turf/open/floor/iron/white/corner{
- dir = 8
- },
-/area/station/science/xenobiology)
"akR" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -463,23 +426,6 @@
},
/turf/open/floor/iron,
/area/station/security)
-"akS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/suit_storage_unit/atmos,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/office)
-"akU" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - South"
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"alb" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -487,21 +433,17 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"all" = (
-/obj/structure/table/greyscale,
-/obj/item/folder/yellow{
- pixel_x = 9;
- pixel_y = 1
- },
-/obj/item/pen{
- pixel_x = 5
- },
-/obj/item/reagent_containers/cup/bottle/welding_fuel{
- pixel_x = -7;
- pixel_y = 5
+"als" = (
+/obj/machinery/holopad,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
+"alx" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 4
},
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"alF" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -518,15 +460,18 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/maintenance/solars/starboard/aft)
-"alY" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
+"amh" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 8
},
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/commons/storage/tools)
+/area/station/hallway/primary/central/fore)
"amE" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -539,23 +484,24 @@
},
/turf/open/floor/iron/textured_half,
/area/station/security/execution/transfer)
-"amH" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Air to Mix"
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
+"amK" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/weather/snow/corner{
+ dir = 9
},
-/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"amV" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
+"amX" = (
+/obj/machinery/light/small/directional/south{
+ dir = 4
+ },
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
"anb" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta,
/obj/effect/turf_decal/siding/red/corner{
@@ -566,13 +512,12 @@
},
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"ang" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+"ani" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
},
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/grass,
+/area/station/service/chapel)
"anJ" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 8
@@ -581,6 +526,10 @@
/obj/machinery/chem_heater/withbuffer,
/turf/open/floor/iron,
/area/station/medical/chemistry)
+"anX" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/ai_monitored/command/nuke_storage)
"aoa" = (
/obj/machinery/telecomms/server/presets/supply,
/turf/open/floor/circuit,
@@ -607,20 +556,11 @@
/obj/item/storage/lockbox/medal,
/turf/open/floor/carpet/executive,
/area/station/command/heads_quarters/captain/private)
-"aoA" = (
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"apd" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
+"aoL" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/lesser)
"apk" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/dark_red{
@@ -631,27 +571,34 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/station/security)
-"apB" = (
-/obj/structure/disposalpipe/junction{
+"apl" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron/checker,
-/area/station/security/breakroom)
-"apC" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/chair/sofa/bench/left{
+ dir = 1
},
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
+"apo" = (
+/obj/structure/cable,
+/turf/open/floor/iron/kitchen/small,
+/area/station/security/prison/mess)
+"apq" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"apB" = (
+/obj/structure/disposalpipe/junction{
dir = 4
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron/checker,
+/area/station/security/breakroom)
"apF" = (
/obj/machinery/rnd/destructive_analyzer,
/obj/effect/decal/cleanable/dirt,
@@ -660,25 +607,44 @@
"apZ" = (
/turf/open/floor/engine/helium,
/area/station/ai_monitored/turret_protected/ai)
-"aqn" = (
-/obj/effect/turf_decal/siding/dark{
+"aqf" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine/co2,
-/area/station/engineering/atmos/space_catwalk)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"aqj" = (
+/obj/machinery/air_sensor/engine_chamber,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"aqo" = (
/obj/effect/spawner/random/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"aqw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
+"aqC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"aqG" = (
/obj/structure/disposalpipe/segment{
- dir = 5
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=16.0-CentralFore-CentralPort";
+ location = "15.0-CentralStarboard-CentralFore"
},
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/area/station/hallway/primary/central/fore)
"aqV" = (
/obj/machinery/door/airlock/glass,
/obj/machinery/door/firedoor,
@@ -709,6 +675,16 @@
},
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/storage)
+"arH" = (
+/obj/effect/turf_decal/siding/thinplating/terracotta{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating/dark/corner,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"arK" = (
/obj/structure/sign/warning/secure_area{
desc = "A warning sign which reads 'BOMB RANGE";
@@ -716,6 +692,14 @@
},
/turf/closed/wall,
/area/station/science/ordnance/bomb)
+"arL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow/half/contrasted,
+/obj/machinery/light/cold/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
"arN" = (
/obj/structure/frame/machine,
/obj/item/circuitboard/machine/pacman,
@@ -745,26 +729,22 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/textured_half,
/area/station/security/prison/workout)
-"asw" = (
-/obj/effect/spawner/random/structure/crate,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+"asm" = (
+/obj/effect/turf_decal/siding/blue,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
+"asS" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/station/construction/mining/aux_base)
-"asy" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/closet/secure_closet/miner,
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
-"asE" = (
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
},
-/turf/open/floor/stone,
-/area/station/service/bar)
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"asZ" = (
/obj/structure/disposalpipe/trunk,
/obj/structure/disposaloutlet{
@@ -799,24 +779,24 @@
/obj/structure/sign/poster/contraband/lusty_xenomorph/directional/north,
/turf/open/floor/light/colour_cycle/dancefloor_b,
/area/station/maintenance/starboard/central)
-"atr" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+"atn" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
},
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/stone,
-/area/station/service/bar)
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"atx" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/structure/closet_maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"atB" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/science/lower)
"atE" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating/airless,
@@ -838,10 +818,14 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
-"atM" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+"atS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"atW" = (
/turf/open/floor/iron/chapel{
dir = 8
@@ -859,27 +843,29 @@
/turf/open/floor/iron/dark/small,
/area/station/maintenance/department/engine)
"auf" = (
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light/cold/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/security/office)
-"aul" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/trash,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/machinery/light/small/dim/directional/south,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"auv" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"aul" = (
/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/tile/dark_red{
dir = 4
},
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"aus" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot_white,
+/turf/open/floor/iron/smooth,
+/area/station/commons/storage/tools)
+"auF" = (
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/glass,
+/area/station/hallway/primary/central/aft)
"auG" = (
/obj/structure/chair{
dir = 1
@@ -891,44 +877,53 @@
/obj/structure/closet/emcloset,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"auN" = (
-/obj/structure/cable,
-/obj/structure/table/reinforced,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/machinery/status_display/ai/directional/north,
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
"auO" = (
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/showroomfloor,
-/area/station/service/barber)
-"auQ" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/railing/corner/end{
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/starboard/fore)
+"auP" = (
+/obj/effect/spawner/random/entertainment/arcade{
dir = 8
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"avb" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/east,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/trash,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
+"auT" = (
+/obj/structure/cable,
+/obj/structure/chair/office{
dir = 4
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/obj/machinery/power/apc/auto_name/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/command/gateway)
"ave" = (
/turf/open/space,
/area/space)
+"avm" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos)
+"avp" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"avr" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/pdapainter/research,
+/obj/machinery/computer/security/telescreen/rd/directional/north,
+/obj/effect/turf_decal/siding/purple{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"avB" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -947,12 +942,11 @@
},
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"avO" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"avR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/dark/herringbone,
-/area/station/ai_monitored/command/nuke_storage)
+/obj/structure/window/spawner/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/hallway/secondary/command)
"avU" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 8
@@ -961,28 +955,40 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"awd" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
+"avY" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"awe" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
},
/turf/open/floor/tram,
/area/station/security/tram)
-"awt" = (
-/obj/structure/table,
-/obj/item/circuitboard/machine/coffeemaker/impressa,
-/obj/item/coffee_cartridge/decaf{
- pixel_y = 9
+"aww" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"awC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"awE" = (
/obj/structure/disposalpipe/sorting/mail/flip{
dir = 8
@@ -1004,6 +1010,9 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"awO" = (
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"awQ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -1023,6 +1032,15 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/misc/sandy_dirt,
/area/station/hallway/secondary/entry)
+"axd" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/sign/directions/vault/directional/south{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/station/hallway/primary/central/aft)
"axj" = (
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron,
@@ -1034,19 +1052,38 @@
/obj/item/bodypart/arm/left,
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"axw" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"axz" = (
+/obj/effect/turf_decal/tile/neutral/full,
+/obj/structure/table/glass,
+/obj/item/food/taco/fish{
+ pixel_y = 9;
+ pixel_x = 4
+ },
+/obj/item/food/taco{
+ pixel_y = 2;
+ pixel_x = -2
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/maintenance/central/lesser)
+"axE" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"axN" = (
/obj/machinery/sparker/directional/north{
id = "Xenobio"
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"axW" = (
-/obj/machinery/holopad,
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/white/side{
- dir = 4
- },
-/area/station/science/xenobiology)
"axX" = (
/obj/effect/turf_decal/siding/yellow,
/obj/effect/turf_decal/tile/yellow/diagonal_centre,
@@ -1080,28 +1117,6 @@
},
/turf/open/floor/iron/white/small,
/area/station/science/cubicle)
-"ayx" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
- dir = 4
- },
-/obj/structure/railing{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
-"ayJ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/status_display/ai/directional/west,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"ayK" = (
/turf/closed/wall/r_wall,
/area/station/engineering/supermatter/room)
@@ -1123,12 +1138,30 @@
},
/turf/open/floor/wood,
/area/station/engineering/main)
+"ayT" = (
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/structure/reagent_dispensers/watertank/high,
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 9
+ },
+/obj/machinery/light/small/dim/directional/north,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"ayV" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/holopad,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
+"ayZ" = (
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"azh" = (
/obj/structure/chair{
dir = 8
@@ -1138,6 +1171,13 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"azl" = (
+/obj/machinery/power/energy_accumulator/tesla_coil/anchored,
+/obj/structure/window/reinforced/plasma/spawner/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"azm" = (
/obj/effect/turf_decal/siding/wood{
dir = 10
@@ -1149,6 +1189,12 @@
},
/turf/open/floor/iron/diagonal,
/area/station/command/heads_quarters/hop)
+"azq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"azv" = (
/obj/machinery/teleport/station,
/obj/effect/turf_decal/stripes/line{
@@ -1166,6 +1212,16 @@
"azz" = (
/turf/open/floor/iron,
/area/station/security/prison/workout)
+"azF" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering - Decontamination A"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/main)
"azJ" = (
/obj/item/kirbyplants/organic/applebush,
/obj/machinery/light/small/directional/south,
@@ -1188,55 +1244,43 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
-"aAb" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
-"aAf" = (
-/obj/structure/disposalpipe/segment,
+"azO" = (
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"azV" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"aAn" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Brig"
},
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "sci-entrance"
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/textured_half,
+/area/station/security/brig/entrance)
+"azZ" = (
+/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
+/area/station/maintenance/port/aft)
+"aAj" = (
+/obj/item/storage/backpack/duffelbag/sec{
+ pixel_x = -15;
+ pixel_y = 7
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/obj/machinery/light/cold/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/security/office)
"aAD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
/obj/item/book/manual/wiki/tcomms,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"aAH" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/structure/disposalpipe/junction/flip{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/security)
"aAL" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -1246,23 +1290,6 @@
},
/turf/open/floor/iron/dark,
/area/station/science/xenobiology)
-"aAM" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/storage/toolbox/electrical{
- pixel_x = 4;
- pixel_y = 6
- },
-/obj/item/clothing/head/utility/welding,
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"aAQ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/disposalpipe/junction/flip{
@@ -1273,20 +1300,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"aAR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Brig"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "sci-entrance"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/textured_half,
-/area/station/security/brig/entrance)
"aAV" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -1317,16 +1330,16 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"aBf" = (
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron/dark/side{
+"aBo" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/area/station/science/ordnance/testlab)
-"aBr" = (
-/obj/structure/flora/bush/flowers_pp/style_2,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"aBu" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -1346,6 +1359,14 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/medical/morgue)
+"aBB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"aBK" = (
/obj/structure/dresser,
/obj/effect/turf_decal/siding/wood{
@@ -1354,21 +1375,12 @@
/turf/open/floor/iron/small,
/area/station/security/prison/shower)
"aBL" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/structure/table/wood,
+/obj/item/flashlight/lamp/bananalamp{
+ pixel_y = 7
},
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
-"aBO" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/thinplating_new/light,
-/obj/machinery/light/small/dim/directional/south,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
+/turf/open/floor/carpet/blue,
+/area/station/commons/dorms)
"aBV" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral{
@@ -1377,26 +1389,6 @@
/obj/structure/sign/departments/science/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"aBW" = (
-/obj/structure/cable,
-/obj/structure/table/reinforced,
-/obj/item/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/assembly/flash/handheld,
-/obj/item/ai_module/reset{
- pixel_y = 14
- },
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
-"aCa" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/light_switch/directional/west,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
"aCi" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -1406,21 +1398,39 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
+"aCr" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
+"aCz" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"aCL" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/engineering/atmos/pumproom)
"aCM" = (
/obj/effect/spawner/random/structure/crate_abandoned,
/obj/structure/alien/weeds,
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
"aCN" = (
-/obj/structure/table,
-/obj/machinery/light/small/directional/south,
-/obj/item/clothing/head/utility/hardhat/reindeer{
- pixel_x = -16;
- pixel_y = 3
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
},
-/obj/item/clothing/shoes/clown_shoes/jester,
-/turf/open/floor/iron/dark/small,
-/area/station/commons/fitness/locker_room)
+/turf/open/floor/wood,
+/area/station/engineering/main)
"aCO" = (
/obj/structure/sign/directions/evac{
dir = 8
@@ -1447,28 +1457,16 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
-"aDr" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
+"aDJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"aDC" = (
-/obj/item/assembly/mousetrap/armed,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
-"aDO" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/effect/turf_decal/siding/wood/corner{
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/turf/open/floor/wood,
-/area/station/service/chapel)
+/obj/structure/sign/directions/vault/directional/west{
+ dir = 2
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"aEa" = (
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/tram,
@@ -1482,37 +1480,44 @@
/obj/machinery/disposal/bin/tagger,
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
-"aEq" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+"aEd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopqueue";
+ name = "HoP Queue Shutters"
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/tile/blue/half{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue/half{
dir = 8
},
-/obj/item/radio/intercom/directional/south,
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
-"aEy" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+/turf/open/floor/iron/half{
+ dir = 8
+ },
+/area/station/hallway/primary/central/fore)
+"aEo" = (
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"aEB" = (
/obj/structure/table,
/obj/effect/spawner/random/food_or_drink/seed_rare,
/obj/item/storage/bag/plants/portaseeder,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"aEE" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 9
- },
-/obj/structure/sink/directional/east,
-/obj/machinery/light/small/directional/north,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
"aEJ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -1531,12 +1536,26 @@
/obj/machinery/shower/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/maintenance/department/engine)
+"aFb" = (
+/obj/structure/flora/bush/flowers_br/style_random,
+/obj/structure/flora/bush/large/style_2,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"aFh" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"aFi" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"aFj" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/closed/wall/r_wall,
@@ -1551,6 +1570,13 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"aFu" = (
+/obj/structure/chair/sofa/bench/right{
+ dir = 8
+ },
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron/dark/small,
+/area/station/commons/dorms)
"aFE" = (
/obj/item/target,
/obj/structure/window/reinforced/spawner/directional/west,
@@ -1562,27 +1588,6 @@
"aFR" = (
/turf/open/floor/plating,
/area/station/security/tram)
-"aFS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/door/airlock/public/glass{
- name = "Chapel Office"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office,
-/turf/open/floor/iron/textured_half,
-/area/station/service/chapel/office)
-"aFU" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"aFY" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -1597,28 +1602,31 @@
/obj/structure/marker_beacon/fuchsia,
/turf/open/space/basic,
/area/space/nearstation)
-"aGc" = (
-/obj/effect/turf_decal/stripes/white/full,
-/obj/machinery/door/window/right/directional/west,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"aGi" = (
+"aGb" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/iron/dark/side{
dir = 4
},
+/area/station/science/ordnance/testlab)
+"aGg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock{
- name = "Library Maintenance"
- },
/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
-/area/station/service/library)
+/area/station/maintenance/disposal/incinerator)
+"aGq" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"aGv" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -1639,18 +1647,46 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
+"aGH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
+"aGI" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/trash/can/food/pine_nuts{
+ pixel_x = 16;
+ pixel_y = 6
+ },
+/obj/machinery/cell_charger{
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/commons/storage/tools)
"aGU" = (
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"aHb" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
+"aHl" = (
+/obj/structure/railing/corner,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
},
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
+/area/station/commons/dorms)
"aHq" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -1660,36 +1696,39 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
-"aHv" = (
-/obj/structure/table,
-/obj/item/bikehorn/rubberducky{
- pixel_y = 9;
- pixel_x = 6;
- color = "#a61a11";
- name = "Reggie, the Angry Duckling";
- desc = "Foooo! Ducky is maaaaad. Ducky waaaanna hiiiiiit stuuuuuuf!"
- },
-/obj/item/grenade/firecracker{
- pixel_x = 1
- },
-/obj/item/match{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"aHG" = (
-/turf/open/floor/iron/white/side{
- dir = 4
- },
-/area/station/science/lower)
"aHJ" = (
/obj/structure/window/spawner/directional/north,
/obj/machinery/hydroponics/soil,
/obj/machinery/airalarm/directional/west,
/turf/open/floor/grass,
/area/station/security/prison/garden)
+"aHS" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"aIb" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
+"aIi" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Library"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/iron/textured_half,
+/area/station/service/library)
"aIk" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -1698,20 +1737,41 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"aIr" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/right/directional/south,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenshutters";
+ name = "Kitchen Shutters"
+ },
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"aIu" = (
/obj/structure/bookcase/random/reference,
/obj/machinery/camera/autoname/directional/north,
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/white/small,
/area/station/medical/psychology)
-"aIE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
+"aIO" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/public/glass{
+ name = "Dormatories"
},
-/obj/effect/decal/cleanable/generic,
-/obj/effect/landmark/blobstart,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmospherics_engine)
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/commons/fitness/locker_room)
+"aIS" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4{
+ dir = 6
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"aIW" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -1723,19 +1783,31 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/small,
/area/station/engineering/main)
+"aJe" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/plating,
+/area/station/engineering/atmos/storage/gas)
+"aJk" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/rack,
+/obj/item/pipe_dispenser{
+ pixel_y = -7;
+ pixel_x = 2
+ },
+/obj/item/pipe_dispenser{
+ pixel_y = 5;
+ pixel_x = -2
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"aJq" = (
/turf/closed/mineral/random/stationside,
/area/space/nearstation)
-"aJr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/grunge{
- name = "Vacant Comissary"
- },
-/turf/open/floor/iron/textured_half{
- dir = 1
- },
-/area/station/maintenance/central/lesser)
"aJE" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/siding/wood{
@@ -1743,20 +1815,14 @@
},
/turf/open/floor/iron/small,
/area/station/maintenance/port/lesser)
-"aJM" = (
-/obj/structure/chair/sofa/bench/right{
- dir = 1
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - South"
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
+"aJV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
},
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/security/evidence)
"aJX" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock{
@@ -1779,35 +1845,12 @@
dir = 8
},
/area/station/construction/mining/aux_base)
-"aKb" = (
-/obj/structure/tank_dispenser,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"aKi" = (
-/obj/structure/table,
-/obj/item/canvas{
- pixel_x = 13;
- pixel_y = 12
- },
-/obj/item/canvas,
-/obj/item/canvas{
- pixel_x = 4;
- pixel_y = 16
- },
-/obj/item/canvas{
- pixel_y = 15
- },
-/obj/item/canvas{
- pixel_x = 6
+"aKl" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
},
/turf/open/floor/iron,
-/area/station/commons/storage/art)
-"aKo" = (
-/obj/machinery/computer/atmos_control/plasma_tank,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/status_display/evac/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
+/area/station/engineering/atmos)
"aKx" = (
/obj/machinery/holopad,
/turf/open/floor/iron/dark/small,
@@ -1826,34 +1869,10 @@
},
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"aKN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
-"aKU" = (
-/obj/effect/turf_decal/siding/wideplating{
- dir = 4
- },
-/obj/machinery/light/small/directional/south,
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"aKW" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/flowers_br/style_random,
-/obj/structure/flora/bush/flowers_pp,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north{
- low_power_nightshift_lights = 1
- },
-/obj/effect/turf_decal/weather/dirt,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"aKS" = (
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/dark/small,
+/area/station/hallway/secondary/dock)
"aLk" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/dark_red{
@@ -1871,18 +1890,13 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron/dark/small,
/area/station/ai_monitored/security/armory)
+"aLm" = (
+/turf/closed/wall/rust,
+/area/station/cargo/drone_bay)
"aLr" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
-"aLu" = (
-/obj/effect/turf_decal/delivery/white,
-/obj/machinery/door/airlock/engineering/glass/critical{
- heat_proof = 1;
- name = "Supermatter Chamber"
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"aLv" = (
/obj/structure/transport/linear/tram,
/obj/effect/turf_decal/stripes/white/line{
@@ -1900,6 +1914,33 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"aLB" = (
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/machinery/camera/autoname/directional/north,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 5
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"aLC" = (
+/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/light/cold/directional/east,
+/obj/machinery/power/apc/auto_name/directional/east{
+ areastring = "/area/station/science/ordnance/burnchamber"
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
+"aLS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
"aLU" = (
/obj/structure/chair{
dir = 4
@@ -1922,25 +1963,11 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
-"aMi" = (
+"aMr" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/side{
- dir = 6
- },
-/area/station/science/xenobiology)
-"aMu" = (
-/obj/structure/closet/crate,
-/obj/item/clothing/mask/bandana/blue,
-/obj/item/clothing/mask/bandana/blue,
-/obj/item/clothing/mask/bandana/gold,
-/obj/item/clothing/mask/bandana/gold,
-/obj/item/clothing/mask/bandana/red,
-/obj/item/clothing/mask/bandana/red,
-/obj/item/clothing/mask/bandana/skull,
-/obj/item/clothing/mask/bandana/skull,
-/obj/item/toy/basketball,
-/obj/machinery/firealarm/directional/east,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
"aMy" = (
@@ -1948,13 +1975,16 @@
/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible,
/turf/open/floor/plating,
/area/station/science/ordnance/testlab)
-"aNc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
- dir = 1
+"aNj" = (
+/obj/machinery/door/airlock/public{
+ name = "Arcade"
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/effect/turf_decal/siding/thinplating,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half,
+/area/station/hallway/primary/central/fore)
"aNk" = (
/obj/machinery/suit_storage_unit/security,
/turf/open/floor/iron/small,
@@ -1967,13 +1997,6 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron/dark/small,
/area/station/medical/storage)
-"aNv" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
"aNJ" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/left/directional/north{
@@ -1989,30 +2012,9 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/engineering/break_room)
-"aNK" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"aNL" = (
/turf/closed/wall,
/area/station/science/ordnance/bomb)
-"aNP" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/service/chapel)
"aNX" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -2034,24 +2036,27 @@
dir = 1
},
/area/station/hallway/secondary/exit/departure_lounge)
-"aOb" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+"aOh" = (
+/obj/machinery/status_display/ai/directional/south,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/light/cold/directional/north,
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"aOs" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/junction/flip{
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
+"aOt" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/obj/machinery/light/warm/dim,
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"aOz" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -2062,50 +2067,12 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"aOA" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"aOK" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/item/radio/intercom/directional/west,
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
-"aOS" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"aOT" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Holodeck Door"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "holodeck"
- },
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/commons/fitness/recreation/entertainment)
"aOX" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
},
/turf/open/floor/tram,
/area/station/security/tram)
-"aOY" = (
-/obj/structure/table/glass,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/machinery/light/small/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/service/lawoffice)
"aPa" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -2130,24 +2097,11 @@
luminosity = 2
},
/area/station/science/ordnance/bomb)
-"aPB" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 8
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
-"aPC" = (
-/obj/structure/window/spawner/directional/south,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -20;
- pixel_y = 3
- },
-/obj/structure/flora/bush/generic,
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/locker_room)
+"aPA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"aPD" = (
/obj/structure/chair{
dir = 1
@@ -2157,6 +2111,13 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"aPK" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"aPM" = (
/obj/structure/chair/sofa/bench/right,
/obj/machinery/firealarm/directional/north,
@@ -2164,32 +2125,29 @@
/obj/machinery/incident_display/tram/directional/north,
/turf/open/floor/iron,
/area/station/security/tram)
-"aPP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+"aPV" = (
+/obj/effect/spawner/random/structure/crate_abandoned,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"aPX" = (
/obj/structure/cable,
/obj/machinery/holopad,
/turf/open/floor/iron/smooth_large,
/area/station/science/robotics/mechbay)
+"aQf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Captain's Office - Emergency"
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/hallway/abandoned_command)
"aQm" = (
/obj/structure/window/reinforced/spawner/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs)
-"aQn" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
"aQr" = (
/obj/structure/cable,
/obj/effect/turf_decal/stripes/line{
@@ -2198,17 +2156,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
/turf/open/floor/iron/dark,
/area/station/medical/cryo)
-"aQs" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"aQB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/broken_flooring/singular/directional/south,
-/turf/open/floor/iron,
-/area/station/maintenance/starboard/aft)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Engineering Supermatter Chamber"
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"aQF" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -2217,16 +2173,12 @@
/obj/effect/turf_decal/siding/wideplating/dark/corner,
/turf/open/floor/iron,
/area/station/security)
-"aQU" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+"aQZ" = (
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 5
},
-/turf/open/floor/iron/white/corner,
-/area/station/hallway/secondary/exit/departure_lounge)
+/turf/open/floor/engine,
+/area/station/science/cytology)
"aRa" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -2238,6 +2190,21 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
+"aRo" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/white/mid_joiner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/commons/fitness/recreation)
+"aRv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"aRw" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/chapel{
@@ -2269,22 +2236,25 @@
/obj/machinery/newscaster/directional/west,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"aRU" = (
-/obj/effect/turf_decal/siding/wood{
+"aRZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wideplating/corner{
dir = 1
},
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/siding/wideplating/corner{
dir = 4
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"aSc" = (
-/obj/structure/reflector/double/anchored,
-/turf/open/floor/plating/rust,
-/area/station/engineering/supermatter/room)
-"aSy" = (
-/turf/closed/wall/r_wall,
-/area/station/science/xenobiology)
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
+"aSt" = (
+/obj/effect/spawner/random/structure/closet_private,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/carpet/blue,
+/area/station/commons/dorms)
+"aSy" = (
+/turf/closed/wall/r_wall,
+/area/station/science/xenobiology)
"aSI" = (
/obj/effect/turf_decal/delivery,
/obj/structure/closet/emcloset,
@@ -2294,21 +2264,36 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/dark/small,
/area/station/hallway/secondary/dock)
-"aSV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+"aSW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"aTb" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light/small/directional/west,
+/obj/structure/sign/poster/official/random/directional/west,
+/obj/machinery/button/door/directional/north{
+ id = "Toilet1";
+ specialfunctions = 4;
+ name = "Lock Control";
+ normaldoorcontrol = 1
+ },
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"aTc" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"aTl" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+"aTg" = (
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"aTn" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/spawner/random/maintenance,
@@ -2333,6 +2318,15 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"aTz" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"aTG" = (
/obj/structure/table/reinforced,
/obj/machinery/requests_console/directional/east{
@@ -2345,43 +2339,81 @@
/obj/machinery/recharger,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
-"aUq" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/turf/open/floor/iron,
-/area/station/security/warden)
+"aTO" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"aUA" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/smooth_edge,
/area/station/maintenance/starboard/greater)
-"aUN" = (
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron,
-/area/station/science/lower)
-"aUR" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/light/cold/directional/north,
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
- },
+"aUJ" = (
/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/area/station/engineering/supermatter/room)
-"aVr" = (
-/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 6
+/obj/effect/turf_decal/siding/dark_red{
+ dir = 4
+ },
+/turf/open/floor/stone,
+/area/station/command/heads_quarters/hos)
+"aUX" = (
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/effect/turf_decal/bot{
+ dir = 1
},
/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/area/station/maintenance/disposal/incinerator)
+"aVA" = (
+/obj/structure/closet/secure_closet/freezer/empty,
+/obj/item/food/grown/tomato{
+ pixel_y = 2;
+ pixel_x = 2
+ },
+/obj/item/food/grown/tomato{
+ pixel_y = 2;
+ pixel_x = 2
+ },
+/obj/item/food/grown/eggplant{
+ pixel_y = 5;
+ pixel_x = 5
+ },
+/obj/item/food/grown/eggplant{
+ pixel_y = 5;
+ pixel_x = 5
+ },
+/obj/item/storage/fancy/egg_box,
+/obj/item/storage/fancy/egg_box,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/food/grown/tomato{
+ pixel_y = 2;
+ pixel_x = 2
+ },
+/obj/item/food/grown/tomato{
+ pixel_y = 2;
+ pixel_x = 2
+ },
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
+"aVF" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc/auto_name/directional/south,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science/xenobiology)
"aVT" = (
/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior,
/obj/effect/mapping_helpers/airlock/locked,
@@ -2415,12 +2447,10 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
/area/station/security/prison/rec)
-"aWa" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sink/directional/east,
-/obj/structure/mirror/directional/west,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
+"aWb" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"aWc" = (
/turf/open/floor/iron/small,
/area/station/security/tram)
@@ -2436,6 +2466,10 @@
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/turf/open/floor/iron/textured_half,
/area/station/security/execution/transfer)
+"aWt" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/security/prison/garden)
"aWx" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/effect/turf_decal/stripes/corner{
@@ -2443,35 +2477,43 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
+"aWz" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
"aWA" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/iron/small,
/area/station/engineering/break_room)
-"aWG" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
-"aXy" = (
-/obj/effect/turf_decal/siding/wideplating{
- dir = 1
+"aXC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
+/turf/closed/wall,
+/area/station/hallway/primary/central/fore)
"aXI" = (
/turf/closed/wall/r_wall,
/area/station/science/lobby)
-"aYg" = (
-/obj/structure/chair{
- dir = 4
+"aXU" = (
+/obj/structure/easel,
+/obj/item/canvas/twentythree_twentythree,
+/obj/item/canvas/twentythree_twentythree,
+/turf/open/floor/iron,
+/area/station/commons/storage/art)
+"aYj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
},
-/turf/open/floor/iron/dark,
-/area/station/security/interrogation)
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"aYp" = (
/obj/structure/chair,
/obj/effect/turf_decal/stripes/line{
@@ -2489,6 +2531,14 @@
dir = 8
},
/area/station/command/corporate_showroom)
+"aYs" = (
+/obj/structure/cable,
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/security/prison/rec)
"aYv" = (
/obj/structure/transport/linear/tram,
/obj/effect/turf_decal/stripes/white/line{
@@ -2498,58 +2548,40 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"aYL" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating/corner{
+ dir = 6
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
"aYR" = (
/obj/structure/broken_flooring/singular/directional/east,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
"aYU" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
+/obj/structure/chair/wood{
+ dir = 8
},
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/service/chapel)
+/turf/open/floor/stone,
+/area/station/service/bar)
"aYY" = (
/obj/structure/flora/bush/flowers_yw/style_random,
/turf/open/misc/sandy_dirt,
/area/station/service/lawoffice)
-"aZf" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/structure/cable,
-/obj/structure/reflector/single/anchored{
- dir = 10
- },
-/turf/open/floor/plating/rust,
-/area/station/engineering/supermatter/room)
-"aZu" = (
-/obj/machinery/power/emitter{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plating/rust,
-/area/station/engineering/supermatter/room)
-"aZx" = (
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+"aZh" = (
+/obj/machinery/modular_computer/preset/curator{
dir = 8
},
-/obj/machinery/chem_master,
-/turf/open/floor/iron,
-/area/station/medical/chemistry)
-"aZz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/turf/open/floor/carpet,
+/area/station/service/library)
"aZG" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/turf_decal/siding/wood{
@@ -2575,14 +2607,6 @@
},
/turf/open/floor/wood/tile,
/area/station/command/meeting_room)
-"aZY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/brown/half,
-/obj/effect/turf_decal/tile/brown/half{
- dir = 1
- },
-/turf/open/floor/iron/textured_half,
-/area/station/cargo/miningoffice)
"bah" = (
/obj/structure/cable,
/obj/item/kirbyplants/organic/applebush,
@@ -2594,6 +2618,15 @@
"bat" = (
/turf/open/floor/engine/n2o,
/area/station/ai_monitored/turret_protected/ai)
+"bav" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"baE" = (
/obj/structure/table,
/obj/item/gps/mining{
@@ -2606,6 +2639,22 @@
/obj/structure/alien/weeds,
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
+"baJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"baO" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/effect/spawner/random/entertainment/arcade{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"baP" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -2626,34 +2675,20 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
-"bbg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
+"bbw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
-"bbp" = (
-/obj/structure/spider/stickyweb/sealed,
-/turf/open/floor/plating,
+/turf/open/floor/engine,
/area/station/engineering/atmospherics_engine)
-"bbD" = (
-/obj/effect/spawner/random/structure/crate,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/department/science/xenobiology)
-"bbF" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
+"bbC" = (
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
+/obj/machinery/shower/directional/east,
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/main)
"bbK" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
@@ -2666,6 +2701,12 @@
},
/turf/open/floor/wood,
/area/station/cargo/miningfoundry)
+"bbT" = (
+/obj/structure/chair/sofa/bench/left{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/commons/dorms)
"bbU" = (
/obj/effect/landmark/generic_maintenance_landmark,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -2673,6 +2714,18 @@
},
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
+"bcp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "atmospherics - turbine"
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"bcr" = (
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating/airless,
@@ -2684,38 +2737,42 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/white/small,
/area/station/medical/medbay/lobby)
-"bcZ" = (
-/obj/effect/turf_decal/stripes/corner{
+"bcC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"bcK" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw,
-/obj/structure/cable,
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"bdb" = (
-/obj/effect/turf_decal/siding/yellow,
-/obj/effect/turf_decal/siding/yellow{
- dir = 1
- },
-/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
+"bcO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/textured_half,
-/area/station/engineering/atmos)
-"bdd" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron/dark/corner{
+ dir = 4
+ },
+/area/station/science/xenobiology)
+"bdj" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold/general/visible,
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
-/obj/machinery/meter,
/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
-"bdV" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
+/area/station/engineering/atmos)
+"bdN" = (
+/obj/structure/falsewall,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"bed" = (
/obj/structure/railing/corner{
dir = 1
@@ -2728,21 +2785,21 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/mineral/titanium,
/area/station/command/heads_quarters/ce)
-"beg" = (
-/turf/closed/wall/r_wall,
-/area/station/engineering/hallway)
-"beq" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
-"bex" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
+"bej" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 4
},
/turf/open/floor/wood,
/area/station/service/chapel)
+"bes" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
"bey" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -2753,44 +2810,63 @@
"beK" = (
/turf/open/floor/iron/smooth,
/area/station/security/evidence)
+"beN" = (
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"beT" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Office"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "atmos_airlock_1"
+ },
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/office)
"bfe" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/camera/autoname/directional/west,
/obj/machinery/light/warm/directional/west,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"bfF" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/public/glass{
- name = "Recreation"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/fitness/recreation/entertainment)
-"bfK" = (
-/obj/item/radio/intercom/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
+"bfu" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
},
+/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"bgc" = (
-/obj/structure/flora/bush/flowers_pp/style_2,
-/obj/effect/turf_decal/weather/dirt{
+/area/station/engineering/atmos)
+"bfE" = (
+/obj/effect/turf_decal/siding/green/end{
dir = 1
},
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"bgf" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/light/cold/directional/west,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark/herringbone,
+/area/station/service/abandoned_gambling_den/gaming)
+"bgg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/machinery/airalarm/directional/north,
+/obj/item/wrench,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron/white/small,
+/area/station/science/server)
"bgn" = (
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance"
@@ -2798,12 +2874,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"bgo" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
"bgp" = (
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood/tile,
@@ -2821,20 +2891,24 @@
/turf/open/floor/iron/dark/small,
/area/station/engineering/lobby)
"bgx" = (
-/obj/effect/turf_decal/siding/wideplating/dark,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock/vault{
+ name = "Vault"
+ },
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/effect/mapping_helpers/airlock/access/all/supply/vault,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
-"bgz" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/dark/herringbone,
+/area/station/ai_monitored/command/nuke_storage)
+"bgy" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/area/station/maintenance/hallway/abandoned_command)
"bgA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/small,
@@ -2856,40 +2930,26 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"bgM" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"bgQ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
/turf/open/floor/iron/dark/small,
/area/station/tcommsat/server)
-"bhb" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/corner{
+"bha" = (
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
+"bhm" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/effect/turf_decal/siding/wideplating{
dir = 8
},
+/obj/effect/turf_decal/siding/wideplating/corner,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
-"bhi" = (
-/obj/structure/table,
-/obj/effect/spawner/random/techstorage/ai_all,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
"bho" = (
/obj/effect/turf_decal/siding/wood/corner{
dir = 4
@@ -2902,6 +2962,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
+"bhJ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"biB" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/dark/smooth_large,
@@ -2921,12 +2988,32 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/small,
/area/station/engineering/lobby)
-"bji" = (
+"bjc" = (
+/obj/machinery/light/small/directional/east,
+/obj/machinery/power/shieldwallgen/xenobiologyaccess,
+/obj/structure/cable/multilayer,
+/turf/open/floor/plating,
+/area/station/science/xenobiology)
+"bje" = (
+/obj/structure/chair/sofa/bench{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
+"bjh" = (
/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
+"bji" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/service/chapel/storage)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/stairs/left,
+/area/station/hallway/secondary/recreation)
"bjp" = (
/obj/structure/cable,
/obj/structure/rack,
@@ -2934,15 +3021,6 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"bjx" = (
-/obj/effect/spawner/random/vending/snackvend,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
"bjL" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/table,
@@ -2992,31 +3070,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"bkn" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"bkE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
-"bkI" = (
-/obj/machinery/status_display/evac/directional/south,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"bkO" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Pure to Mix"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"bkY" = (
/obj/machinery/requests_console/directional/west{
department = "Chief Medical Officer's Desk";
@@ -3052,15 +3105,6 @@
/obj/structure/hedge,
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
-"blj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
"blk" = (
/obj/effect/turf_decal/siding/white/corner{
dir = 1
@@ -3076,38 +3120,37 @@
/obj/effect/spawner/random/engineering/flashlight,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"blw" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/warm/directional/north,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
"bly" = (
/obj/structure/closet/crate/miningcar,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"blC" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/effect/spawner/random/entertainment/arcade{
+ dir = 1
+ },
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"blJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/small,
/area/station/science/ordnance/storage)
-"blL" = (
-/obj/structure/hedge,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 10
- },
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
-"blZ" = (
-/obj/effect/turf_decal/stripes/line{
+"blP" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
+"bmd" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/iron/grimy,
+/area/station/service/janitor)
"bmr" = (
/obj/structure/cable,
/obj/machinery/telecomms/broadcaster/preset_right,
@@ -3116,11 +3159,13 @@
},
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"bmy" = (
-/obj/structure/flora/bush/sparsegrass,
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"bmz" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"bmA" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -3148,6 +3193,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/stairs,
/area/station/maintenance/department/engine/atmos)
+"bmS" = (
+/obj/machinery/power/supermatter_crystal/engine,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"bmT" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
@@ -3155,13 +3204,28 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/tram,
/area/station/security/tram)
-"bmW" = (
-/obj/structure/disposalpipe/segment,
+"bmY" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/camera/directional/east,
-/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/central/aft)
+"bnn" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/fore)
"bno" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -3175,15 +3239,6 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"bnq" = (
-/obj/machinery/door/airlock/engineering{
- name = "Decomissioned Airlock"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/abandoned,
-/turf/open/floor/iron/textured_half,
-/area/station/engineering/engine_smes)
"bnr" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -3195,6 +3250,45 @@
/obj/structure/cable,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/surgery/theatre)
+"bnG" = (
+/obj/machinery/door/airlock/external{
+ name = "Atmospherics External Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
+"bnI" = (
+/obj/machinery/light/small/directional/north,
+/obj/machinery/suit_storage_unit/cmo,
+/turf/open/floor/wood/parquet,
+/area/station/command/heads_quarters/cmo)
+"bnO" = (
+/obj/effect/spawner/structure/window,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/engineering/main)
+"bnQ" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/rock/pile/jungle/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"bnU" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/aft)
"bnV" = (
/obj/machinery/airalarm/directional/east,
/obj/effect/turf_decal/tile/red/half/contrasted{
@@ -3205,20 +3299,18 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
+"bnX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"bob" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/command/nuke_storage)
-"boc" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/jungle/a,
-/obj/machinery/light/small/directional/north,
-/obj/machinery/status_display/ai/directional/north,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"boe" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 4
@@ -3226,16 +3318,33 @@
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
+"boi" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/mask/bandana/blue,
+/obj/item/clothing/mask/bandana/blue,
+/obj/item/clothing/mask/bandana/gold,
+/obj/item/clothing/mask/bandana/gold,
+/obj/item/clothing/mask/bandana/red,
+/obj/item/clothing/mask/bandana/red,
+/obj/item/clothing/mask/bandana/skull,
+/obj/item/clothing/mask/bandana/skull,
+/obj/item/toy/basketball,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"boq" = (
+/obj/structure/cable,
+/obj/machinery/modular_computer/preset/engineering{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"bor" = (
/obj/machinery/firealarm/directional/east,
/obj/machinery/power/apc/auto_name/directional/south,
/obj/structure/cable,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/surgery/theatre)
-"boE" = (
-/obj/structure/falsewall,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"boI" = (
/obj/machinery/mecha_part_fabricator/maint{
name = "forgotten exosuit fabricator"
@@ -3249,14 +3358,6 @@
},
/turf/open/floor/circuit/green,
/area/station/science/robotics/mechbay)
-"boR" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"boW" = (
/obj/structure/table/glass,
/obj/machinery/status_display/ai/directional/south,
@@ -3289,14 +3390,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"bpf" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"bpl" = (
/obj/machinery/flasher/directional/north{
id = "IsolationFlash"
@@ -3318,20 +3411,6 @@
/obj/machinery/light/broken/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"bpv" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/door/airlock/atmos/glass{
- name = "Air Mix"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half{
- dir = 1
- },
-/area/station/engineering/atmos/pumproom)
"bpI" = (
/obj/structure/table,
/obj/item/storage/box/donkpockets,
@@ -3345,17 +3424,18 @@
/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/virology)
-"bpU" = (
+"bpY" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/central/aft)
"bqd" = (
/obj/item/reagent_containers/cup/bottle/ammonia,
/obj/structure/steam_vent,
@@ -3395,6 +3475,10 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"bqx" = (
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/security/office)
"bqy" = (
/turf/open/floor/engine{
name = "Holodeck Projector Floor"
@@ -3418,41 +3502,25 @@
/obj/structure/closet/crate/mod,
/turf/open/floor/iron/white,
/area/station/science/robotics/augments)
-"bra" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/machinery/washing_machine,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 9
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/security/prison)
"brb" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/security/prison/workout)
-"bre" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube/crossing/horizontal{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"brn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
+"brj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/iron/dark/small,
+/area/station/service/chapel/storage)
"bro" = (
/obj/structure/frame/machine,
/turf/open/floor/tram,
/area/station/security/tram)
+"brw" = (
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
"bry" = (
/obj/structure/table,
/obj/item/storage/toolbox/mechanical{
@@ -3478,13 +3546,6 @@
/obj/vehicle/ridden/scooter/skateboard/hoverboard,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"brC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
"brD" = (
/obj/machinery/airalarm/directional/west,
/obj/effect/turf_decal/tile/neutral{
@@ -3501,15 +3562,20 @@
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"bsn" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 8
+"bsb" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
+"bsg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
},
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"bsu" = (
/obj/structure/barricade/wooden/crude,
/obj/effect/mapping_helpers/broken_floor,
@@ -3552,26 +3618,15 @@
dir = 4
},
/area/station/maintenance/starboard/greater)
-"bsJ" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/reagent_dispensers/fueltank/large,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"bsP" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"bsT" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Study"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+"bti" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"btG" = (
/obj/structure/rack,
/obj/effect/turf_decal/delivery/white,
@@ -3587,46 +3642,64 @@
},
/turf/open/floor/wood,
/area/station/engineering/main)
-"btW" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Public Shrine"
+"btY" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/obj/machinery/door/firedoor,
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/textured_half{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"bua" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
+"buc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/chair/stool/bamboo,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
+"buf" = (
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 4
},
-/obj/structure/table/reinforced,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = 4;
- pixel_y = 5
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
},
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/iron/dark,
-/area/station/science/robotics/lab)
-"bud" = (
-/obj/structure/chair/stool/directional/north,
-/obj/effect/turf_decal/siding/red,
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/iron/small,
-/area/station/security/office)
-"bui" = (
-/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
-/obj/machinery/door/airlock/hydroponics/glass{
- name = "Hydroponics"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security)
+"but" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/structure/cable,
+/obj/effect/turf_decal/arrows{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half,
-/area/station/service/hydroponics)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"buz" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"buA" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -3640,22 +3713,28 @@
dir = 8
},
/area/station/science/xenobiology)
-"buR" = (
-/obj/machinery/airalarm/directional/east,
+"buJ" = (
+/obj/effect/spawner/random/vending/snackvend,
+/obj/machinery/bluespace_vendor/directional/south,
/turf/open/floor/iron,
/area/station/commons/fitness/locker_room)
+"buU" = (
+/obj/structure/table,
+/obj/item/stack/sheet/iron/five,
+/obj/item/stack/cable_coil/five,
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/item/radio/intercom/directional/east,
+/obj/machinery/light_switch/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"buV" = (
/obj/effect/turf_decal/tile/green/half/contrasted{
dir = 4
},
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"bvb" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"bvh" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -3668,17 +3747,6 @@
"bvt" = (
/turf/closed/mineral/random/stationside,
/area/station/maintenance/department/electrical)
-"bvF" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"bvK" = (
/obj/effect/turf_decal/siding/red{
dir = 9
@@ -3689,48 +3757,54 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/white/small,
/area/station/security/warden)
-"bwj" = (
+"bvM" = (
+/obj/machinery/atmospherics/components/unary/passive_vent,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
+"bvP" = (
+/obj/machinery/door/airlock{
+ name = "Kitchen"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"bvV" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/qm)
+"bvW" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
},
-/obj/effect/turf_decal/stripes/red/line{
+/obj/structure/railing/corner{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"bwy" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random/directional/west,
+/obj/structure/destructible/cult/item_dispenser/archives/library,
+/obj/item/book/codex_gigas,
+/obj/machinery/light/small/dim/directional/west,
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
"bwz" = (
/obj/effect/spawner/random/entertainment/arcade,
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
-"bwD" = (
-/obj/structure/table,
-/obj/item/hand_labeler,
-/obj/item/camera,
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/art)
-"bwK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/sorting/mail{
- dir = 4
- },
-/obj/effect/mapping_helpers/mail_sorting/service/hydroponics,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"bwY" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"bxa" = (
/obj/structure/chair/sofa/bench/right{
dir = 4
@@ -3738,37 +3812,24 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"bxp" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/steam_vent,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"bxk" = (
+/obj/effect/turf_decal/tile/neutral/full,
+/obj/structure/rack,
+/obj/item/weldingtool/mini,
+/obj/item/tank/internals/emergency_oxygen/empty,
+/obj/item/cigarette/rollie,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/maintenance/central/lesser)
+"bxl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
-"bxs" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/orange/visible,
-/obj/machinery/meter,
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
-"bxu" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
+/obj/effect/turf_decal/weather/snow,
+/obj/effect/turf_decal/weather/snow/corner{
dir = 1
},
-/obj/machinery/button/door/directional/west{
- id = "Secure Storage";
- name = "Engineering Secure Storage";
- pixel_y = 24;
- req_access = list("engine_equip")
- },
-/turf/open/floor/iron/corner{
- dir = 8
- },
-/area/station/engineering/main)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/food_cart,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
"bxI" = (
/obj/structure/cable,
/obj/structure/disposalpipe/sorting/mail/flip{
@@ -3796,10 +3857,17 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/medical/morgue)
-"byw" = (
-/obj/structure/flora/tree/jungle/small/style_5,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"byv" = (
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/firealarm/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"byx" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -3819,6 +3887,12 @@
/obj/effect/turf_decal/stripes/asteroid/end,
/turf/open/floor/circuit/green,
/area/station/science/robotics/mechbay)
+"byN" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"byU" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
@@ -3827,106 +3901,57 @@
/obj/effect/gibspawner,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"bzb" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/computer/security/telescreen/engine/directional/west,
-/obj/machinery/status_display/evac/directional/south,
-/obj/item/radio/off{
- pixel_x = 1;
- pixel_y = 3
+"bzj" = (
+/obj/machinery/rnd/production/techfab/department/service,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/ce)
-"bzf" = (
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/siding/thinplating_new{
dir = 4
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/turf/open/floor/iron,
-/area/station/cargo/sorting)
-"bzr" = (
-/obj/structure/chair/stool/bar/directional/north,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"bzz" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/atmos/storage/gas)
+"bzF" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
},
-/obj/effect/landmark/start/assistant,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/hallway/primary/central/aft)
-"bzD" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/science/ordnance/testlab)
-"bzQ" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/security/tram)
-"bzS" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/sparsegrass,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"bzW" = (
-/obj/structure/extinguisher_cabinet/directional/west,
-/obj/effect/turf_decal/tile/neutral,
+/obj/structure/extinguisher_cabinet/directional/north,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/engineering/atmos)
"bzZ" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/hallway/secondary/construction)
+"bAb" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/public/glass{
+ name = "Recreation"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/fitness/recreation/entertainment)
+"bAr" = (
+/obj/effect/spawner/random/trash,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
"bAs" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"bAu" = (
-/obj/structure/flora/bush/flowers_br,
-/obj/structure/flora/bush/flowers_pp,
-/obj/structure/flora/bush/flowers_yw,
-/obj/structure/flora/bush/pale,
-/turf/open/floor/grass,
-/area/station/hallway/primary/central/fore)
-"bAD" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
"bAI" = (
/obj/structure/chair/office,
/obj/structure/sign/poster/official/work_for_a_future/directional/east,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"bAO" = (
-/obj/effect/gibspawner/human,
-/obj/structure/table/optable{
- desc = "A cold, hard place for your final rest.";
- name = "Morgue Slab"
- },
-/mob/living/carbon/human/species/monkey{
- name = "Charles";
- real_name = "Charles"
- },
-/turf/open/floor/iron/white/diagonal,
-/area/station/maintenance/department/science/xenobiology)
-"bAR" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"bAT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/siding/wood{
@@ -3934,20 +3959,18 @@
},
/turf/open/floor/wood,
/area/station/hallway/secondary/entry)
-"bAU" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/portable_atmospherics/canister/plasma,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/storage/gas)
-"bBd" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/grunge{
- name = "Turbine"
+"bBh" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/disposal/incinerator)
+/obj/structure/flora/bush/flowers_br/style_3,
+/obj/machinery/firealarm/directional/north,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -20;
+ pixel_y = -16
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"bBk" = (
/obj/effect/turf_decal/tile/dark_red,
/obj/structure/cable,
@@ -3962,19 +3985,6 @@
/obj/machinery/door/window/brigdoor/right/directional/north,
/turf/open/floor/iron/dark,
/area/station/security/processing)
-"bBm" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/jungle/c/style_3{
- pixel_x = -7
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"bBp" = (
-/obj/structure/chair/stool/directional/south,
-/obj/machinery/holopad,
-/obj/effect/landmark/start/cargo_technician,
-/turf/open/floor/iron,
-/area/station/cargo/sorting)
"bBr" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -3982,23 +3992,50 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron/white/small,
/area/station/science/cubicle)
-"bBy" = (
+"bBK" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/department/engine/atmos)
+"bBL" = (
+/obj/effect/landmark/start/cook,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
+"bBN" = (
+/obj/structure/window/spawner/directional/east,
+/obj/structure/table/wood,
+/obj/machinery/cell_charger{
+ pixel_y = 5
+ },
+/obj/item/stock_parts/power_store/cell/crap{
+ pixel_y = 5
+ },
+/obj/item/cigarette/pipe/cobpipe{
+ pixel_x = 1;
+ pixel_y = -2
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/wood/tile,
+/area/station/command/corporate_showroom)
+"bBU" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 4
+ },
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
+/area/station/engineering/atmos/pumproom)
"bBX" = (
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"bBZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"bCf" = (
/obj/machinery/computer/shuttle/labor{
dir = 8
@@ -4034,6 +4071,11 @@
/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"bCo" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/light/warm/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"bCs" = (
/obj/machinery/light/dim/directional/north,
/turf/open/floor/iron/dark/side{
@@ -4051,6 +4093,11 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/security/office)
+"bCP" = (
+/obj/effect/turf_decal/siding/wideplating/dark,
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"bCQ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -4117,16 +4164,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/cafeteria,
/area/station/science/circuits)
-"bDL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/holopad,
-/obj/effect/landmark/event_spawn,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
"bDN" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/brown/half/contrasted{
@@ -4134,13 +4171,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"bDO" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "N2 to Pure"
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"bEd" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/mapping_helpers/broken_floor,
@@ -4181,23 +4211,31 @@
/obj/effect/spawner/structure/window/reinforced/shuttle,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"bFa" = (
-/obj/structure/railing{
+"bFh" = (
+/obj/structure/rack,
+/obj/item/binoculars,
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - South"
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
+"bFt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
},
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/commons/dorms)
-"bFr" = (
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/item/kirbyplants/random,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"bFw" = (
/obj/machinery/telecomms/server/presets/science,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
+"bFO" = (
+/obj/effect/spawner/random/trash,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"bFR" = (
/obj/machinery/door/airlock/maintenance{
name = "Maintenance"
@@ -4208,11 +4246,36 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"bFT" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/storage/box/mousetraps{
+ pixel_x = -5
+ },
+/obj/item/storage/box/mousetraps{
+ pixel_x = 11;
+ pixel_y = 7
+ },
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/small,
+/area/station/service/janitor)
"bFW" = (
/obj/structure/rack,
/obj/effect/spawner/random/techstorage/rnd_all,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
+"bGe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/effect/turf_decal/siding/green{
+ dir = 4
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"bGi" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/cup/glass/mug{
@@ -4243,27 +4306,27 @@
},
/turf/open/floor/plating,
/area/station/hallway/secondary/construction)
-"bGy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating/elevatorshaft,
-/area/station/commons/dorms)
+"bGq" = (
+/obj/machinery/porta_turret/ai,
+/obj/machinery/computer/security/telescreen/minisat/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/iron/smooth,
+/area/station/ai_monitored/turret_protected/aisat_interior)
+"bGD" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/recreation)
"bGL" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"bGO" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/landmark/start/assistant,
-/obj/machinery/barsign{
- chosen_sign = "thecavern";
- icon_state = "thecavern";
- pixel_y = 32
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"bGU" = (
/obj/machinery/door/airlock/mining/glass{
name = "Filing Room"
@@ -4278,57 +4341,48 @@
/obj/machinery/chem_heater/withbuffer,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"bGZ" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"bHe" = (
-/obj/structure/closet/crate/trashcart/filled,
-/obj/structure/spider/stickyweb,
-/obj/effect/spawner/random/maintenance/four,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
-"bHs" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/iron,
-/area/station/maintenance/starboard/aft)
-"bHE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/window/right/directional/south{
- name = "AI Security Door"
+"bHp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = -11;
+ pixel_y = 2
},
-/obj/machinery/flasher/directional/west{
- id = "ai"
+/obj/item/reagent_containers/cup/glass/bottle/vodka,
+/obj/item/food/grown/citrus/orange,
+/obj/item/food/grown/citrus/orange{
+ pixel_x = 4;
+ pixel_y = 2
},
-/turf/open/floor/circuit/red,
-/area/station/ai_monitored/turret_protected/ai)
-"bHJ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
+/obj/item/food/grown/grapes/green{
+ pixel_y = -4;
+ pixel_x = -6
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
},
-/obj/machinery/firealarm/directional/west,
-/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/small,
+/area/station/maintenance/department/engine/atmos)
+"bHs" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/maintenance/starboard/aft)
+"bHy" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start/scientist,
+/turf/open/floor/iron,
+/area/station/science/ordnance/testlab)
+"bHz" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"bHU" = (
/obj/effect/turf_decal/siding/wood,
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/carpet/blue,
/area/station/cargo/boutique)
-"bHX" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"bIg" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/camera/directional/south{
@@ -4336,16 +4390,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"bIi" = (
-/obj/machinery/light/small/directional/east,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/main)
-"bIn" = (
-/obj/structure/table,
-/obj/item/clothing/head/utility/chefhat,
-/turf/open/floor/iron/dark/small,
-/area/station/commons/fitness/locker_room)
"bIp" = (
/obj/structure/flora/bush/large/style_random{
pixel_x = -28;
@@ -4356,25 +4400,26 @@
/obj/structure/window/spawner/directional/south,
/turf/open/misc/sandy_dirt,
/area/station/science/research)
-"bJp" = (
-/obj/structure/table/wood,
-/obj/item/flashlight/flare/candle{
- pixel_x = -5;
- pixel_y = 7
- },
-/obj/item/flashlight/flare/candle{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/item/flashlight/flare/candle{
- pixel_x = -5;
- pixel_y = 4
+"bIJ" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 4
},
-/obj/item/lighter{
- pixel_x = 4
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"bIN" = (
+/obj/structure/chair/stool/bar/directional/north,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/floor/carpet/purple,
-/area/station/commons/dorms)
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/hallway/primary/central/aft)
+"bJn" = (
+/obj/machinery/light/small/directional/west,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
"bJw" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/broken_flooring/singular/directional/south,
@@ -4382,6 +4427,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
+"bJx" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/service/chapel)
"bJK" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -4389,42 +4441,15 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"bJL" = (
-/obj/structure/closet{
- name = "Paramedic Supplies"
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
-"bJN" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/radio/intercom/directional/west,
-/obj/machinery/status_display/evac/directional/south,
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"bJO" = (
-/obj/machinery/flasher/portable,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/station/security/tram)
"bJZ" = (
/obj/structure/chair/stool/directional/south,
/turf/open/floor/iron,
/area/station/security/prison/workout)
-"bKk" = (
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
+"bKa" = (
+/obj/structure/chair/sofa/bench/right,
+/obj/machinery/incident_display/tram/directional/north,
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
"bKl" = (
/obj/structure/railing/corner{
dir = 8
@@ -4432,6 +4457,11 @@
/obj/effect/turf_decal/siding/wideplating,
/turf/open/floor/wood,
/area/station/engineering/main)
+"bKv" = (
+/obj/structure/flora/tree/jungle/style_4,
+/obj/effect/turf_decal/weather/dirt,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"bKz" = (
/obj/structure/disposalpipe/junction{
dir = 4
@@ -4442,6 +4472,16 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/smooth,
/area/station/command/heads_quarters/qm)
+"bKB" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Engineering Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"bKE" = (
/obj/effect/turf_decal/siding/red{
dir = 1
@@ -4463,6 +4503,18 @@
},
/turf/open/floor/iron/small,
/area/station/security/tram)
+"bKO" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
+"bKP" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"bKU" = (
/obj/item/toy/crayon/spraycan{
pixel_x = -7
@@ -4471,57 +4523,29 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"bLc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
-"bLf" = (
-/obj/structure/table/wood,
-/obj/structure/displaycase/forsale/kitchen{
- pixel_y = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
-"bLn" = (
-/obj/structure/window/spawner/directional/north,
-/obj/structure/window/spawner/directional/south,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -17;
- pixel_y = 2
+"bLi" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
},
-/obj/structure/flora/bush/flowers_pp/style_random,
-/obj/structure/flora/bush/flowers_yw,
-/obj/structure/flora/bush/lavendergrass,
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
-"bLu" = (
-/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"bLS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/main)
-"bLF" = (
-/obj/machinery/status_display/ai/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
-"bLQ" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock{
+ name = "Library Maintenance"
},
-/obj/structure/disposalpipe/segment{
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/unres{
dir = 4
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/turf/open/floor/plating,
+/area/station/service/library)
"bLT" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/south,
@@ -4529,17 +4553,31 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/dark,
/area/station/science/xenobiology)
-"bLZ" = (
-/obj/structure/cable,
-/obj/effect/spawner/random/structure/crate,
-/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
-"bMg" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"bLV" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/green{
+ dir = 4
+ },
+/obj/structure/lattice,
+/obj/structure/window/reinforced/spawner/directional/west,
+/turf/open/space/basic,
+/area/space/nearstation)
+"bMc" = (
+/obj/structure/table,
+/obj/item/rcl/pre_loaded,
+/obj/machinery/light/small/directional/south,
/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
+/area/station/commons/storage/art)
+"bMn" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/effect/turf_decal/weather/snow/corner,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
"bMt" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -4547,25 +4585,21 @@
},
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"bMN" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+"bMV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/vending/boozeomat,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"bMW" = (
/obj/machinery/iv_drip,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/virology)
-"bMX" = (
-/obj/effect/spawner/random/vending/snackvend,
-/obj/machinery/bluespace_vendor/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"bNd" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/modular_computer/preset/id{
@@ -4574,46 +4608,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
-"bNg" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"bNi" = (
-/obj/structure/closet/secure_closet/freezer/empty,
-/obj/item/food/grown/tomato{
- pixel_y = 2;
- pixel_x = 2
- },
-/obj/item/food/grown/tomato{
- pixel_y = 2;
- pixel_x = 2
- },
-/obj/item/food/grown/eggplant{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/food/grown/eggplant{
- pixel_y = 5;
- pixel_x = 5
- },
-/obj/item/storage/fancy/egg_box,
-/obj/item/storage/fancy/egg_box,
-/obj/item/reagent_containers/condiment/milk,
-/obj/item/reagent_containers/condiment/milk,
-/obj/item/reagent_containers/condiment/soymilk,
-/obj/item/reagent_containers/condiment/soymilk,
-/obj/item/reagent_containers/condiment/flour,
-/obj/item/reagent_containers/condiment/flour,
-/obj/item/food/grown/tomato{
- pixel_y = 2;
- pixel_x = 2
- },
-/obj/item/food/grown/tomato{
- pixel_y = 2;
- pixel_x = 2
- },
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"bNl" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
cycle_id = "sci-entrance"
@@ -4627,6 +4621,32 @@
"bNq" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/engine/atmos)
+"bNr" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"bNu" = (
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
+"bNA" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"bNL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/status_display/ai/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"bNP" = (
/obj/structure/cable,
/obj/structure/broken_flooring/pile/directional/east,
@@ -4644,39 +4664,51 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"bNX" = (
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/access/all/science/rd,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Research Director's Office"
+"bNR" = (
+/obj/item/stack/cable_coil,
+/obj/item/electronics/airlock,
+/obj/item/electronics/airlock,
+/obj/item/clothing/ears/earmuffs{
+ pixel_x = -3;
+ pixel_y = -2
},
-/obj/machinery/door/poddoor/preopen{
- id = "rdoffice";
- name = "Research Director's Shutters"
+/obj/item/clothing/ears/earmuffs{
+ pixel_x = -5;
+ pixel_y = 6
},
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/cubicle)
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/light/cold/dim/directional/west,
+/obj/structure/table/greyscale,
+/obj/item/screwdriver,
+/obj/item/stack/cable_coil/cut{
+ pixel_x = 11;
+ pixel_y = 7
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering - Office"
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"bOa" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/frame/machine,
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"bOb" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
-"bOs" = (
+"bOG" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
+/turf/closed/wall,
+/area/station/service/kitchen)
+"bON" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/white{
+ dir = 8
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron/dark/small,
+/area/station/science/xenobiology)
"bOR" = (
/obj/machinery/light/small/directional/west,
/obj/structure/flora/bush/flowers_yw,
@@ -4691,18 +4723,44 @@
},
/turf/open/floor/iron,
/area/station/cargo/miningfoundry)
+"bPa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
+"bPy" = (
+/obj/structure/cable,
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"bPU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible,
/turf/open/floor/iron,
/area/station/engineering/atmos)
-"bPZ" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/item/kirbyplants/random,
+"bQc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/red{
+ dir = 5
+ },
+/obj/effect/landmark/event_spawn,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
+/turf/open/floor/iron/small,
+/area/station/security/office)
+"bQd" = (
+/obj/structure/flora/grass/jungle/b/style_2,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
"bQi" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/engine,
@@ -4715,47 +4773,23 @@
/obj/machinery/computer/records/security,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"bQA" = (
-/obj/machinery/computer/monitor{
- dir = 1
- },
-/obj/machinery/computer/security/telescreen/minisat/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/ai_monitored/turret_protected/aisat/equipment)
-"bQC" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
-"bQG" = (
-/obj/machinery/light/floor,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"bQQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"bQy" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 8
},
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/effect/landmark/navigate_destination/tools,
+/obj/machinery/computer/security/telescreen/isolation/directional/east,
+/obj/machinery/photobooth/security,
/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
-"bRc" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/machinery/light/small/directional/west,
-/obj/structure/sign/warning/doors/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+/area/station/security/execution/transfer)
+"bQQ" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"bRf" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/spawner/random/structure/steam_vent,
@@ -4781,10 +4815,6 @@
/obj/structure/alien/weeds,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"bRq" = (
-/obj/structure/flora/bush/jungle/a/style_3,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
"bRr" = (
/obj/structure/chair{
dir = 1;
@@ -4798,6 +4828,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
+"bRK" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 4
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"bRN" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -4805,23 +4841,6 @@
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
-"bRY" = (
-/obj/structure/chair/office{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"bSm" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"bSo" = (
/turf/open/space/basic,
/area/space/nearstation)
@@ -4846,6 +4865,17 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"bSI" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Engine Room"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "engine_airlock_2"
+ },
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/supermatter/room)
"bSX" = (
/obj/machinery/flasher/directional/east{
id = "AI";
@@ -4853,39 +4883,37 @@
},
/turf/closed/wall,
/area/station/ai_monitored/turret_protected/ai)
-"bTd" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube/crossing/horizontal{
+"bTm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/turf/open/misc/asteroid/airless,
+/area/space/nearstation)
+"bTo" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/effect/turf_decal/weather/dirt{
dir = 1
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/structure/flora/bush/flowers_yw,
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/camera/directional/north,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"bTw" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"bTE" = (
+/obj/effect/turf_decal/tile/brown/half,
+/obj/effect/turf_decal/tile/brown/half{
dir = 1
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/iron/textured_half,
+/area/station/cargo/miningoffice)
+"bUi" = (
+/obj/machinery/atmospherics/components/trinary/mixer{
dir = 4
},
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"bTx" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/airalarm/directional/east,
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"bTJ" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{
- dir = 5
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/area/station/engineering/atmos)
"bUr" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/blue{
@@ -4928,6 +4956,12 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/tram,
/area/station/security/tram)
+"bVq" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
"bVD" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -4941,10 +4975,15 @@
/turf/open/floor/iron/white/small,
/area/station/security/execution/education)
"bVJ" = (
-/obj/effect/turf_decal/siding/wideplating/dark/corner,
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L13";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/area/station/hallway/primary/central/aft)
"bVO" = (
/obj/structure/chair/stool/directional/north,
/obj/effect/turf_decal/siding/red,
@@ -4952,27 +4991,12 @@
/turf/open/floor/iron/small,
/area/station/security/office)
"bVR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/maintenance/starboard/greater)
-"bWg" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{
- dir = 4
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron,
+/area/station/maintenance/starboard/greater)
"bWh" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -5007,13 +5031,6 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"bWk" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"bWl" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
@@ -5021,6 +5038,13 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"bWp" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"bWs" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -5028,31 +5052,35 @@
/obj/machinery/chem_heater/withbuffer,
/turf/open/floor/iron,
/area/station/science/xenobiology)
-"bXa" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"bXb" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"bXc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
"bXi" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/light/cold/directional/east,
-/obj/machinery/power/apc/auto_name/directional/east{
- areastring = "/area/station/science/ordnance/burnchamber"
- },
/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock/maintenance{
+ name = "Crematorium"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/security/brig/entrance)
+"bXs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"bXu" = (
/obj/item/kirbyplants/random,
/obj/machinery/firealarm/directional/south,
@@ -5081,17 +5109,19 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
-"bYe" = (
-/obj/effect/turf_decal/stripes/line{
+"bXR" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
},
-/obj/effect/turf_decal/trimline/yellow/line,
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 8
+/turf/open/floor/stone,
+/area/station/service/bar)
+"bYc" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrous_input{
+ dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/engine/n2o,
+/area/station/engineering/atmos)
"bYf" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/turf_decal/stripes/line{
@@ -5099,6 +5129,10 @@
},
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
+"bYh" = (
+/obj/structure/flora/bush/flowers_yw/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"bYk" = (
/obj/effect/spawner/random/engineering/tracking_beacon,
/turf/open/floor/iron/white/small,
@@ -5112,44 +5146,48 @@
dir = 1
},
/area/station/engineering/hallway)
-"bYy" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue/full,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron/white/textured_large,
-/area/station/command/heads_quarters/cmo)
-"bYY" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/door/airlock/atmos/glass{
- name = "Air Mix"
+"bYt" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Airlock"
},
/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/turf/open/floor/iron/textured_half{
- dir = 1
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "engine_airlock_2"
},
-/area/station/engineering/atmos/pumproom)
-"bZb" = (
-/obj/effect/landmark/start/bartender,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar)
-"bZj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/break_room)
+"bYK" = (
+/obj/effect/spawner/random/maintenance,
+/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
+"bZa" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/white{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/medical/medbay/aft)
+"bZd" = (
+/obj/machinery/door/airlock/external{
+ name = "Atmospherics External Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 6
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"bZj" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/area/station/engineering/atmos)
"bZs" = (
/obj/structure/table,
/obj/item/reagent_containers/cup/glass/drinkingglass,
@@ -5189,22 +5227,15 @@
},
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
-"bZC" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+"bZz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"bZL" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
},
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/turf/open/floor/wood/parquet,
+/area/station/medical/psychology)
"bZN" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 4
@@ -5217,11 +5248,10 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"bZR" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/chem_master,
-/turf/open/floor/iron,
-/area/station/science/xenobiology)
+"bZU" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input,
+/turf/open/floor/engine/vacuum,
+/area/station/maintenance/disposal/incinerator)
"cam" = (
/obj/machinery/flasher/directional/east{
id = "AI";
@@ -5236,18 +5266,28 @@
},
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai)
-"caB" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/smart/simple/pink/visible{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/engineering/supermatter)
"caI" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/glass,
/turf/open/floor/eighties,
/area/station/service/abandoned_gambling_den/gaming)
+"caK" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"caW" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/structure/cable,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/stone,
+/area/station/service/bar)
"cbg" = (
/obj/structure/table/wood,
/obj/item/storage/fancy/candle_box,
@@ -5310,20 +5350,18 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/meeting_room)
+"cbD" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"cbH" = (
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 1
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
-"cbJ" = (
-/obj/structure/rack,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/tank/internals/emergency_oxygen,
-/obj/item/clothing/mask/gas,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
+/obj/structure/cable,
+/obj/item/kirbyplants/random,
+/obj/machinery/power/apc/auto_name/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/starboard/fore)
"cbO" = (
/obj/structure/chair{
dir = 1
@@ -5331,21 +5369,6 @@
/obj/effect/turf_decal/bot_white,
/turf/open/floor/iron/small,
/area/station/medical/storage)
-"cbP" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/structure/chair/wood,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
-"cbS" = (
-/obj/structure/chair/plastic{
- dir = 4
- },
-/obj/effect/landmark/start/hangover,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"cbU" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 5
@@ -5365,18 +5388,6 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron/small,
/area/station/engineering/break_room)
-"ccc" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/turf/open/floor/iron,
-/area/station/security/prison)
-"cce" = (
-/obj/structure/cable,
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/starboard/fore)
"ccs" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -5384,23 +5395,6 @@
},
/turf/open/floor/iron,
/area/station/security/execution/transfer)
-"ccu" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"ccx" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 6
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"ccD" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -5410,15 +5404,6 @@
},
/turf/open/floor/iron,
/area/station/security/tram)
-"ccF" = (
-/obj/structure/cable,
-/obj/machinery/door/airlock/command{
- name = "Telecomms Server Room"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/tcommsat/server)
"ccG" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/disposalpipe/segment,
@@ -5426,25 +5411,21 @@
/obj/machinery/light/cold/dim/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"ccL" = (
-/obj/structure/closet/firecloset,
-/obj/machinery/light_switch/directional/north,
-/obj/item/tank/internals/emergency_oxygen/engi,
-/obj/item/tank/internals/emergency_oxygen/engi,
-/obj/item/radio/off{
- pixel_x = 1;
- pixel_y = 3
- },
-/turf/open/floor/plating/rust,
-/area/station/engineering/supermatter/room)
-"ccX" = (
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"cdg" = (
/obj/machinery/light/small/directional/west,
/turf/open/floor/grass,
/area/station/science/xenobiology)
+"cdk" = (
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Project Room"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"cdn" = (
/obj/machinery/telecomms/server/presets/medical,
/turf/open/floor/circuit,
@@ -5458,39 +5439,26 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
-"cdH" = (
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
- dir = 1
+"cdB" = (
+/obj/machinery/camera/directional/south,
+/obj/structure/flora/bush/flowers_pp/style_2,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
},
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
-"cdW" = (
-/obj/structure/cable,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/station/maintenance/disposal/incinerator)
-"cdZ" = (
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"cdY" = (
/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"cea" = (
/obj/structure/window/spawner/directional/south,
/turf/open/space/basic,
/area/space/nearstation)
-"ceA" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 5
- },
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
"ceP" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
@@ -5506,16 +5474,30 @@
/turf/open/floor/iron,
/area/station/command/heads_quarters/ce)
"ceS" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"cfa" = (
-/obj/structure/table/wood,
-/obj/item/cigarette/cigar/premium{
- pixel_y = 5
+/obj/structure/closet/lasertag/red,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
+"cfb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+/area/station/service/chapel)
"cfc" = (
/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
dir = 6
@@ -5540,20 +5522,18 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"cgh" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing/corner{
+"cgs" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
dir = 1
},
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Waste to Starboard Filter";
- dir = 1
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"cgt" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/garbage,
@@ -5566,28 +5546,24 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron/smooth_large,
/area/station/science/auxlab/firing_range)
-"cgz" = (
-/obj/machinery/door/airlock/atmos{
- name = "DECOMISSIONED"
- },
-/obj/structure/barricade/wooden/crude,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/turf/open/floor/iron/textured_half{
+"cgL" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
dir = 1
},
-/area/station/engineering/atmospherics_engine)
-"cgG" = (
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/security/office)
+/obj/machinery/duct,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
"cgM" = (
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
+"cgV" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 9
+ },
+/obj/structure/flora/bush/flowers_yw/style_3,
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"cgZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -5599,56 +5575,41 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
-"chb" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"chf" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
-"chj" = (
-/obj/structure/grille,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/atmos/space_catwalk)
-"cho" = (
+"chh" = (
/obj/structure/cable,
-/obj/effect/turf_decal/siding/blue{
- dir = 5
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 4
},
-/obj/machinery/light_switch/directional/east,
-/obj/item/kirbyplants/random,
-/obj/item/storage/medkit/regular{
- pixel_x = -3;
- pixel_y = -3
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 4
},
-/turf/open/floor/iron/white/small,
-/area/station/command/heads_quarters/cmo)
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"chp" = (
/obj/structure/cable,
/turf/closed/wall/r_wall,
/area/station/hallway/primary/aft)
-"chr" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner{
+"chC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible,
-/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible{
+/obj/machinery/light/cold/directional/north,
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/camera/directional/north,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 4
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"chI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 6
},
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/eighties,
+/area/station/hallway/primary/central/fore)
"chO" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -5666,10 +5627,51 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron,
/area/station/security)
-"cid" = (
-/obj/structure/railing/corner/end/flip,
-/turf/open/floor/plating,
-/area/station/cargo/miningfoundry)
+"chV" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/dark/fourcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"cib" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/bush/flowers_pp/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"cig" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"cik" = (
+/obj/structure/bookcase/random,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"cip" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/red/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/effect/landmark/start/depsec/science,
+/turf/open/floor/iron,
+/area/station/security/checkpoint/science)
"cis" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 9
@@ -5679,15 +5681,19 @@
},
/turf/open/floor/iron,
/area/station/maintenance/port/fore)
-"ciA" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Docking Corridor"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half{
+"ciw" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{
dir = 8
},
-/area/station/hallway/secondary/dock)
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
+"ciO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"ciR" = (
/obj/structure/table,
/obj/effect/spawner/random/techstorage/command_all,
@@ -5699,6 +5705,16 @@
/obj/machinery/recharger,
/turf/open/floor/iron/white,
/area/station/science/auxlab/firing_range)
+"ciV" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"ciW" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"cjm" = (
/obj/structure/closet/firecloset,
/obj/machinery/status_display/evac/directional/south,
@@ -5713,21 +5729,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
-"cjB" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
-"cjP" = (
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"cjR" = (
/obj/structure/disposalpipe/segment,
/obj/structure/plasticflaps/opaque,
@@ -5742,6 +5743,18 @@
/obj/machinery/light/cold/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"ckb" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
+ },
+/obj/machinery/button/door/directional/north{
+ id = "CabinS";
+ name = "Bolt Control";
+ normaldoorcontrol = 1;
+ specialfunctions = 4
+ },
+/turf/open/floor/carpet/green,
+/area/station/commons/dorms)
"cks" = (
/obj/structure/hedge,
/obj/effect/turf_decal/tile/yellow{
@@ -5756,19 +5769,19 @@
/obj/structure/sign/departments/engineering/directional/north,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"ckt" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"cku" = (
/obj/structure/barricade/wooden/crude,
/turf/open/floor/noslip,
/area/station/maintenance/department/medical/central)
-"ckI" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{
- dir = 1
- },
-/turf/open/floor/engine/o2,
-/area/station/engineering/atmos/space_catwalk)
+"ckC" = (
+/obj/structure/table,
+/obj/item/stack/sheet/iron/fifty,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"ckL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -5776,9 +5789,19 @@
/obj/effect/turf_decal/siding/wideplating/dark/corner{
dir = 1
},
-/obj/structure/cable,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/security)
+"ckP" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
/turf/open/floor/iron,
-/area/station/security)
+/area/station/hallway/primary/port)
"ckV" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -5791,21 +5814,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/medical/chemistry)
-"cla" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Atmospherics - Distribution"
- },
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
"clb" = (
/obj/structure/chair/stool/directional/north,
/turf/open/floor/iron/kitchen/small,
@@ -5818,6 +5826,13 @@
},
/turf/open/floor/plating,
/area/station/commons/toilet/auxiliary)
+"cll" = (
+/obj/machinery/door/window/right/directional/west{
+ name = "Fitness Ring"
+ },
+/obj/structure/window/spawner/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
"clq" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -5832,10 +5847,22 @@
/obj/structure/cable,
/turf/open/floor/iron/white/small,
/area/station/command/heads_quarters/cmo)
-"clX" = (
-/obj/structure/railing/corner,
-/turf/open/floor/wood,
+"clR" = (
+/obj/machinery/vending/wardrobe/atmos_wardrobe,
+/turf/open/floor/iron/dark,
/area/station/engineering/atmos/office)
+"clV" = (
+/obj/structure/table,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/clothing/mask/breath{
+ pixel_x = 15;
+ pixel_y = 5
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/command/gateway)
"clZ" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -5852,25 +5879,23 @@
"cmf" = (
/turf/closed/wall/rust,
/area/station/maintenance/department/engine/atmos)
-"cms" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
-"cmu" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner,
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/structure/railing/corner{
- dir = 1
+"cmn" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/table,
+/obj/item/stock_parts/subspace/analyzer,
+/obj/item/stock_parts/subspace/analyzer,
+/obj/item/stock_parts/subspace/analyzer,
+/obj/item/stock_parts/capacitor{
+ pixel_x = -7;
+ pixel_y = 9
},
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 9
+/obj/item/stock_parts/capacitor{
+ pixel_x = -7;
+ pixel_y = 9
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/engineering/storage/tcomms)
"cmw" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -5885,26 +5910,30 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"cmy" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "atmospherics - storage"
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"cmz" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"cmK" = (
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"cmM" = (
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/table,
-/obj/item/storage/medkit/regular{
- pixel_x = 3;
- pixel_y = -3
- },
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
+"cmD" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/trash,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"cmX" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 8
@@ -5914,65 +5943,55 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron,
/area/station/security/tram)
+"cnn" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"cns" = (
/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
dir = 5
},
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
-"cnx" = (
-/obj/structure/table/wood/fancy/green,
-/obj/item/storage/wallet{
- pixel_x = -3;
- pixel_y = 10
- },
-/obj/item/cigarette/cigar{
- pixel_x = -1;
- pixel_y = -2
- },
-/obj/item/lighter{
- pixel_x = 11;
- pixel_y = -7
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron/grimy,
-/area/station/command/heads_quarters/qm)
+"cny" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"cnG" = (
/obj/machinery/suit_storage_unit/rd,
/turf/open/floor/iron/dark/small,
/area/station/command/heads_quarters/rd)
-"cnL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/floor/iron/dark/small,
-/area/station/tcommsat/server)
-"cnU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 8
+"cnZ" = (
+/obj/machinery/power/energy_accumulator/grounding_rod/anchored,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
-/obj/structure/railing/corner{
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
+"cob" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"com" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/station/commons/fitness/recreation/entertainment)
-"con" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
+/obj/effect/landmark/start/shaft_miner,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
+"coi" = (
+/obj/structure/cable/layer3,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/window/left/directional/south{
+ name = "AI Security Door"
},
-/obj/effect/turf_decal/stripes/red/line,
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/machinery/flasher/directional/east{
+ id = "ai"
},
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/circuit/red,
+/area/station/ai_monitored/turret_protected/ai)
"cop" = (
/obj/machinery/portable_atmospherics/canister/anesthetic_mix,
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
@@ -5987,23 +6006,28 @@
"cow" = (
/turf/closed/wall,
/area/station/engineering/lobby)
-"coO" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
-"coP" = (
-/obj/machinery/vending/cigarette,
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
-"cpw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"coC" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/hallway/primary/central/fore)
+"cpq" = (
+/obj/machinery/igniter/incinerator_atmos,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/turf/open/floor/engine/vacuum,
+/area/station/maintenance/disposal/incinerator)
+"cpu" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
+ dir = 1
+ },
+/obj/machinery/meter/monitored/distro_loop,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"cpA" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -6018,15 +6042,6 @@
/obj/effect/mapping_helpers/airlock/access/any/command/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"cpC" = (
-/obj/effect/turf_decal/siding/red{
- dir = 5
- },
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input{
- dir = 1
- },
-/turf/open/floor/engine/n2,
-/area/station/engineering/atmos/space_catwalk)
"cpE" = (
/obj/structure/closet/emcloset,
/turf/open/floor/iron,
@@ -6059,12 +6074,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/wood/tile,
/area/station/command/heads_quarters/hop)
-"cpZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"cqa" = (
/obj/machinery/status_display/ai/directional/west,
/turf/open/floor/iron,
@@ -6083,10 +6092,6 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/white/side,
/area/station/science/xenobiology)
-"cqp" = (
-/obj/effect/spawner/random/structure/crate,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/aft)
"cqr" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/chapel{
@@ -6103,12 +6108,22 @@
},
/turf/open/floor/plating,
/area/station/science/ordnance/storage)
-"cqE" = (
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
+"cqD" = (
+/obj/structure/closet/secure_closet/bar,
+/obj/item/stack/spacecash/c1,
+/obj/item/stack/spacecash/c1,
+/obj/item/stack/spacecash/c1,
+/obj/item/stack/spacecash/c1,
+/obj/item/stack/spacecash/c1,
+/obj/machinery/airalarm/directional/north,
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"cqM" = (
/obj/structure/railing{
dir = 8
@@ -6134,32 +6149,70 @@
},
/turf/open/floor/plating,
/area/station/service/janitor)
-"crv" = (
-/obj/structure/closet/emcloset,
-/obj/effect/turf_decal/siding/white{
+"cri" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock{
+ name = "Kitchen"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
+"crm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"cro" = (
+/obj/structure/cable,
+/obj/structure/chair/sofa/corp/left{
dir = 4
},
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/aft)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/wood/large,
+/area/station/command/corporate_suite)
+"cru" = (
+/obj/structure/cable,
+/obj/machinery/light/cold/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
+"crx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"crE" = (
/obj/structure/window/spawner/directional/north,
/turf/open/space/basic,
/area/space/nearstation)
-"crI" = (
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
- dir = 1
- },
-/obj/machinery/chem_dispenser,
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/medical/pharmacy)
"crJ" = (
/obj/effect/turf_decal/siding/red{
dir = 6
},
/turf/open/floor/iron/small,
/area/station/security/brig)
+"crN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"crY" = (
+/obj/structure/reflector/single/anchored{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"csl" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -6174,6 +6227,16 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"csv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/white/corner,
+/area/station/hallway/secondary/exit/departure_lounge)
"csw" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/effect/turf_decal/stripes/end,
@@ -6192,9 +6255,6 @@
/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"csB" = (
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos)
"csE" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
@@ -6232,11 +6292,20 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
-"ctz" = (
-/obj/effect/spawner/xmastree,
-/obj/structure/flora/tree/jungle/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"ctg" = (
+/obj/structure/reflector/single/anchored,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"ctl" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron,
+/area/station/security/prison/work)
+"ctH" = (
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"cua" = (
/obj/effect/spawner/random/maintenance,
/obj/effect/spawner/random/structure/crate,
@@ -6253,13 +6322,6 @@
/obj/machinery/computer/security/telescreen/entertainment/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"cuc" = (
-/obj/machinery/door/airlock{
- id_tag = "Toilet2";
- name = "Unit 2"
- },
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
"cuh" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -6267,66 +6329,21 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron,
/area/station/security/prison/rec)
-"cuq" = (
-/obj/effect/turf_decal/siding/red{
- dir = 5
- },
-/obj/structure/chair/office{
- dir = 4
- },
-/obj/item/radio/intercom/directional/north,
-/obj/effect/landmark/start/warden,
-/turf/open/floor/iron/white/small,
-/area/station/security/warden)
-"cuU" = (
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
-"cuZ" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
-"cvf" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/structure/chair/comfy/brown{
- buildstackamount = 0;
- color = "#c45c57";
- dir = 8
- },
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
-"cvm" = (
-/obj/structure/table/wood,
-/obj/item/pai_card,
-/obj/item/storage/crayons,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"cvk" = (
+/obj/effect/spawner/random/structure/crate,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
+"cvl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/firealarm/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"cvy" = (
/obj/structure/bed/medical/emergency,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
-"cvD" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/small/broken/directional/south,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"cvH" = (
/obj/effect/turf_decal/trimline/purple/end{
dir = 4
@@ -6363,6 +6380,20 @@
dir = 1
},
/area/station/cargo/bitrunning/den)
+"cvV" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"cvX" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/machinery/restaurant_portal/bar,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"cwb" = (
/obj/effect/turf_decal/stripes/white/end{
dir = 1
@@ -6382,21 +6413,15 @@
},
/turf/open/floor/iron/textured_large,
/area/station/security/checkpoint/customs)
-"cww" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/storage/box/mousetraps{
- pixel_x = -5
+"cwH" = (
+/obj/effect/turf_decal/arrows/white{
+ dir = 4
},
-/obj/item/storage/box/mousetraps{
- pixel_x = 11;
- pixel_y = 7
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/small,
-/area/station/commons)
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"cwL" = (
/obj/structure/chair/sofa/bench/left{
dir = 1
@@ -6404,13 +6429,6 @@
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
/area/station/security/tram)
-"cwO" = (
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"cwS" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -6427,6 +6445,16 @@
/obj/effect/spawner/structure/window/survival_pod,
/turf/open/floor/engine,
/area/station/ai_monitored/turret_protected/ai)
+"cxv" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 4;
+ initialize_directions = 8
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"cxy" = (
/obj/structure/cable,
/obj/structure/disposalpipe/junction{
@@ -6437,6 +6465,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
+"cxz" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/turf/open/floor/wood,
+/area/station/service/chapel)
"cxO" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -6446,14 +6481,6 @@
},
/turf/open/floor/plating,
/area/station/science/cubicle)
-"cxQ" = (
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/door/airlock/atmos{
- name = "Locker Room"
- },
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/atmos/office)
"cyf" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -6468,12 +6495,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai)
-"cyt" = (
-/obj/machinery/space_heater,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"cyx" = (
/obj/effect/turf_decal/tile/red/opposingcorners{
dir = 1
@@ -6496,26 +6517,6 @@
/obj/structure/cable,
/turf/open/floor/iron/dark/small,
/area/station/command/heads_quarters/ce)
-"cyH" = (
-/obj/structure/table/wood,
-/obj/item/clothing/glasses/eyepatch/medical,
-/turf/open/floor/carpet/orange,
-/area/station/commons/dorms)
-"cyP" = (
-/obj/structure/flora/rock/pile/jungle/style_2,
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"cyS" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/chair/sofa/bench/right{
- dir = 4
- },
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
"cyU" = (
/obj/effect/spawner/random/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -6542,18 +6543,23 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/textured,
/area/station/ai_monitored/turret_protected/ai)
-"czf" = (
-/obj/effect/turf_decal/stripes/white/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"czg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"czq" = (
+/obj/structure/curtain/cloth,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/service/janitor)
"cAb" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -6568,6 +6574,9 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/wood/parquet,
/area/station/command/heads_quarters/cmo)
+"cAi" = (
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos/storage)
"cAj" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -6579,6 +6588,19 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/surgery/theatre)
+"cAl" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/start/assistant,
+/obj/structure/cable,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"cAm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/box/corners{
@@ -6606,14 +6628,14 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/science/robotics/mechbay)
-"cAR" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
+"cAZ" = (
/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
-/area/station/maintenance/fore/lesser)
+/area/station/maintenance/port/greater)
"cBw" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/structure/filingcabinet/chestdrawer,
@@ -6625,28 +6647,6 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron,
/area/station/command/heads_quarters/ce)
-"cBR" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
-"cBV" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
-"cBX" = (
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/obj/structure/transit_tube/horizontal{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"cCb" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line{
@@ -6666,6 +6666,19 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"cCv" = (
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/siding/wideplating_new/terracotta,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
+"cCx" = (
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"cCD" = (
/obj/structure/cable,
/obj/machinery/door/airlock/maintenance/external{
@@ -6681,12 +6694,16 @@
},
/turf/open/misc/asteroid/airless,
/area/space/nearstation)
-"cCI" = (
-/obj/effect/turf_decal/siding/red{
- dir = 9
+"cCF" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{
+ dir = 4
},
-/turf/open/floor/iron/small,
-/area/station/security/brig)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"cCM" = (
+/obj/structure/cable,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"cCW" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -6697,6 +6714,17 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/dark/small,
/area/station/medical/chemistry)
+"cDa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1
+ },
+/turf/open/floor/iron/white/side{
+ dir = 8
+ },
+/area/station/science/xenobiology)
"cDb" = (
/obj/structure/chair/office{
dir = 4
@@ -6704,24 +6732,10 @@
/obj/effect/landmark/start/head_of_security,
/turf/open/floor/carpet/red,
/area/station/command/heads_quarters/hos)
-"cDd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"cDj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
+"cDf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/secondary/dock)
"cDt" = (
/obj/structure/chair/comfy/shuttle,
/obj/structure/transport/linear/tram,
@@ -6734,18 +6748,6 @@
dir = 8
},
/area/station/science/lower)
-"cDE" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor{
- id = "Secure Storage";
- name = "Secure Storage"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/plating/rust,
-/area/station/engineering/storage_shared)
"cDH" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -6782,18 +6784,19 @@
dir = 1
},
/area/station/maintenance/starboard/greater)
-"cEb" = (
-/obj/item/radio/intercom/directional/west,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"cEn" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
+"cEo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"cED" = (
/obj/structure/railing/corner,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
@@ -6802,23 +6805,12 @@
},
/turf/open/floor/iron/small,
/area/station/engineering/break_room)
-"cEG" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"cEF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"cEH" = (
-/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/orange/visible,
-/obj/effect/landmark/start/station_engineer,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light_switch/directional/north,
+/turf/open/floor/wood/large,
+/area/station/command/heads_quarters/captain/private)
"cEK" = (
/obj/effect/landmark/start/ai,
/obj/item/radio/intercom/directional/south{
@@ -6859,20 +6851,6 @@
},
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
-"cER" = (
-/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/machinery/door/airlock/freezer{
- name = "Freezer"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen)
-"cEV" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"cEX" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta{
dir = 1
@@ -6906,10 +6884,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"cFm" = (
-/obj/effect/turf_decal/weather/dirt,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"cFq" = (
/obj/machinery/door/airlock{
name = "Maintenance"
@@ -6917,11 +6891,11 @@
/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"cFK" = (
-/obj/structure/sink/directional/south,
-/obj/structure/mirror/directional/north,
-/turf/open/floor/iron/white/small,
-/area/station/maintenance/port/aft)
+"cFu" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/machinery/meter,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"cFR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -6945,28 +6919,6 @@
"cGj" = (
/turf/closed/wall/r_wall,
/area/station/security/execution/education)
-"cGm" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"cGs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"cGI" = (
/obj/machinery/firealarm/directional/south,
/obj/structure/closet/secure_closet/medical3,
@@ -6975,14 +6927,14 @@
/obj/item/clothing/mask/surgical,
/turf/open/floor/iron/small,
/area/station/medical/storage)
-"cGK" = (
-/obj/machinery/vending/clothing,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
+"cHi" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2{
+ dir = 6
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"cHp" = (
/obj/effect/turf_decal/siding/dark_red/corner{
dir = 4
@@ -7003,14 +6955,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/small,
/area/station/ai_monitored/security/armory)
-"cHx" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/trash,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"cHC" = (
/obj/structure/chair{
pixel_y = -2
@@ -7023,6 +6967,25 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/dark,
/area/station/service/lawoffice)
+"cHG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"cHI" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 4
+ },
+/obj/effect/turf_decal/box/corners{
+ dir = 1
+ },
+/obj/machinery/vatgrower,
+/turf/open/floor/engine,
+/area/station/science/cytology)
"cHO" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/blue/full,
@@ -7055,23 +7018,38 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
-"cIy" = (
-/obj/machinery/atmospherics/components/trinary/filter{
+"cIi" = (
+/obj/machinery/light/small/directional/south{
dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
"cIU" = (
/mob/living/carbon/human/species/monkey,
/turf/open/floor/grass,
/area/station/medical/virology)
-"cJb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
+"cIX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/stone,
+/area/station/service/bar)
+"cJk" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/obj/machinery/power/apc/auto_name/directional/west{
+ areastring = "/area/station/science/ordnance/freezerchamber"
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
+"cJv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/thinplating_new/light,
+/obj/machinery/light/small/dim/directional/south,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"cJz" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7080,15 +7058,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
-"cJH" = (
-/obj/structure/table/reinforced,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/shutters{
- id = "meow";
- name = "Commissary"
- },
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"cJL" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
@@ -7125,68 +7094,43 @@
/obj/item/clothing/head/utility/welding,
/turf/open/floor/iron/smooth,
/area/station/commons/storage/tools)
-"cKk" = (
-/turf/closed/mineral/random/stationside,
-/area/station/ai_monitored/turret_protected/aisat/maint)
-"cKl" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
+"cKa" = (
+/turf/open/floor/iron/dark/side{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"cKr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/area/station/science/lab)
+"cKi" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Janitorial Closet"
},
-/obj/effect/landmark/navigate_destination/teleporter,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"cKv" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
- dir = 4
- },
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/sign/warning/electric_shock/directional/south,
-/turf/open/floor/iron/stairs/old{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
-"cKK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/table/wood,
-/turf/open/floor/stone,
-/area/station/service/bar)
-"cKL" = (
-/obj/structure/closet/lasertag/blue,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/any/service/janitor,
+/turf/open/floor/iron/textured_half{
+ dir = 8
},
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"cKT" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
+/area/station/service/janitor)
+"cKk" = (
+/turf/closed/mineral/random/stationside,
+/area/station/ai_monitored/turret_protected/aisat/maint)
+"cKt" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"cKL" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/tcommsat/server)
"cKV" = (
/obj/machinery/light/floor,
/obj/effect/landmark/event_spawn,
@@ -7201,17 +7145,6 @@
/obj/structure/marker_beacon/indigo,
/turf/open/space/basic,
/area/space/nearstation)
-"cLo" = (
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/unres,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"cLD" = (
/obj/structure/window/spawner/directional/north,
/obj/effect/turf_decal/siding/thinplating_new/dark{
@@ -7221,6 +7154,30 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron,
/area/station/security/courtroom)
+"cLJ" = (
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
+"cLL" = (
+/obj/structure/flora/rock/pile/jungle/style_5{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"cLR" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/window/right/directional/south{
+ name = "AI Security Door"
+ },
+/obj/machinery/flasher/directional/west{
+ id = "ai"
+ },
+/turf/open/floor/circuit/red,
+/area/station/ai_monitored/turret_protected/ai)
"cLS" = (
/obj/effect/turf_decal/siding/white{
dir = 10
@@ -7235,39 +7192,11 @@
},
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"cLU" = (
-/obj/structure/table,
-/obj/machinery/computer/security/telescreen/ordnance/directional/north,
-/turf/open/floor/iron/dark/side{
- dir = 1
- },
-/area/station/science/ordnance/testlab)
-"cLV" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"cLW" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/item/book/manual/wiki/barman_recipes{
- pixel_x = 5;
- pixel_y = 6
- },
-/obj/machinery/camera/autoname/directional/north,
-/obj/machinery/firealarm/directional/east,
-/obj/item/gun/ballistic/shotgun/doublebarrel,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
+/mob/living/basic/mouse/brown/tom,
+/obj/item/radio/intercom/prison/directional/south,
+/turf/open/floor/plating,
+/area/station/security/prison/safe)
"cLY" = (
/obj/machinery/computer/security{
dir = 4
@@ -7275,10 +7204,6 @@
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
-"cMg" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"cMq" = (
/turf/open/floor/plating/airless,
/area/space/nearstation)
@@ -7287,6 +7212,19 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
+"cME" = (
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/camera/autoname/directional/north,
+/obj/machinery/button/door/directional/east{
+ id = "kitchenshutters";
+ name = "Kitchen Shutter Control"
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"cMS" = (
/obj/structure/cable,
/obj/structure/chair/stool/directional/north,
@@ -7302,24 +7240,23 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"cMZ" = (
-/obj/machinery/power/smes/engineering,
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Energy Silos"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/engine_smes)
-"cNx" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 4
- },
+"cMY" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/aft)
+"cNk" = (
+/obj/structure/sign/departments/restroom/directional/south,
+/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
/area/station/commons/fitness/locker_room)
-"cNE" = (
-/obj/structure/flora/rock/pile/jungle/style_4,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"cNF" = (
+/obj/machinery/air_sensor/mix_tank,
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - Mix"
+ },
+/turf/open/floor/engine/vacuum,
+/area/station/engineering/atmos)
"cNR" = (
/obj/structure/chair/office{
dir = 4
@@ -7340,13 +7277,37 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"cOf" = (
-/obj/effect/spawner/random/trash,
-/obj/effect/decal/cleanable/dirt,
+"cOd" = (
+/obj/structure/flora/bush/flowers_yw/style_random,
+/obj/structure/flora/rock/pile/style_2{
+ pixel_x = -1;
+ pixel_y = -3
+ },
+/obj/structure/window/spawner/directional/east,
+/obj/structure/window/spawner/directional/west,
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/recreation/entertainment)
+"cOC" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 1
+ },
+/area/station/science/xenobiology)
+"cON" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
"cOW" = (
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/plating,
@@ -7362,16 +7323,29 @@
/obj/effect/turf_decal/siding/blue/corner,
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
-"cPv" = (
-/obj/effect/turf_decal/siding/red{
- dir = 10
+"cPj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/engine/n2,
-/area/station/engineering/atmos/space_catwalk)
-"cPB" = (
-/obj/machinery/air_sensor/incinerator_tank,
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"cPn" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "atmospherics - lower"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"cPp" = (
+/obj/structure/urinal/directional/east,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"cPD" = (
/obj/effect/turf_decal/stripes/end{
dir = 4
@@ -7405,6 +7379,26 @@
},
/turf/closed/wall/r_wall,
/area/station/command/heads_quarters/ce)
+"cQo" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/light/small/dim/directional/west,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/aft)
+"cQG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/sign/departments/holy/directional/west,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"cQN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/table/wood,
+/turf/open/floor/stone,
+/area/station/service/bar)
"cQP" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -7419,11 +7413,11 @@
"cRc" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/sign/departments/court/directional/east,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/science/lower)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"cRm" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -7435,25 +7429,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/science/lobby)
-"cRq" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table/greyscale,
-/obj/item/reagent_containers/cup/glass/mug/coco{
- pixel_x = -9
- },
-/obj/item/paper_bin{
- pixel_x = 5;
- pixel_y = 6
- },
-/obj/item/pen{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/machinery/newscaster/directional/east,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"cRw" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/blue,
@@ -7478,6 +7453,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/textured,
/area/station/ai_monitored/turret_protected/ai)
+"cRL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"cRS" = (
/obj/structure/table,
/obj/item/vending_refill/hydroseeds,
@@ -7489,6 +7473,13 @@
},
/turf/open/floor/tram,
/area/station/security/tram)
+"cSb" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 10
+ },
+/obj/structure/flora/bush/sparsegrass,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"cSk" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/closet/l3closet,
@@ -7503,95 +7494,59 @@
/obj/structure/cable,
/obj/structure/table/glass,
/obj/item/computer_disk/medical{
- pixel_x = -5
- },
-/obj/item/computer_disk/medical{
- pixel_x = -4;
- pixel_y = 2
- },
-/obj/effect/mapping_helpers/broken_floor,
-/obj/item/stamp/head/cmo{
- pixel_x = 8;
- pixel_y = 7
- },
-/turf/open/floor/wood/parquet,
-/area/station/command/heads_quarters/cmo)
-"cSs" = (
-/obj/machinery/shower/directional/east,
-/obj/effect/spawner/random/trash/soap{
- spawn_scatter_radius = 1
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/security/prison/shower)
-"cSC" = (
-/turf/closed/wall,
-/area/station/commons/vacant_room/office)
-"cSE" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 8
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"cSI" = (
-/obj/structure/sign/departments/restroom/directional/south,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"cSP" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/turf_decal/trimline/yellow/line,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"cSV" = (
-/obj/structure/table,
-/obj/machinery/light/small/directional/north,
-/obj/item/clothing/head/costume/rice_hat,
-/turf/open/floor/iron/dark/small,
-/area/station/commons/fitness/locker_room)
-"cTo" = (
-/obj/effect/turf_decal/siding/dark_red,
-/obj/item/stack/sheet/cardboard{
- pixel_x = -3;
- pixel_y = 8
- },
-/obj/item/storage/box/teargas{
- pixel_x = -7;
- pixel_y = 14
+ pixel_x = -5
},
-/obj/item/gun/grenadelauncher{
- pixel_x = 17;
- pixel_y = 10
+/obj/item/computer_disk/medical{
+ pixel_x = -4;
+ pixel_y = 2
},
-/obj/machinery/requests_console/directional/north{
- department = "Security";
- name = "Security Requests Console"
+/obj/effect/mapping_helpers/broken_floor,
+/obj/item/stamp/head/cmo{
+ pixel_x = 8;
+ pixel_y = 7
},
-/obj/effect/mapping_helpers/requests_console/supplies,
-/obj/effect/mapping_helpers/requests_console/assistance,
-/turf/open/floor/iron/dark/small,
-/area/station/ai_monitored/security/armory)
-"cTp" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/turf/open/floor/wood/parquet,
+/area/station/command/heads_quarters/cmo)
+"cSs" = (
+/obj/machinery/shower/directional/east,
+/obj/effect/spawner/random/trash/soap{
+ spawn_scatter_radius = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/turf/open/floor/iron/showroomfloor,
+/area/station/security/prison/shower)
+"cSy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 5
},
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"cTu" = (
+/area/station/hallway/primary/central/aft)
+"cSC" = (
+/turf/closed/wall,
+/area/station/commons/vacant_room/office)
+"cTc" = (
+/obj/structure/sign/warning/engine_safety/directional/north,
+/obj/machinery/light/cold/dim/directional/north,
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/item/clothing/suit/hooded/wintercoat/engineering,
+/turf/open/floor/iron/small,
+/area/station/engineering/break_room)
+"cTn" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"cTp" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"cTw" = (
/obj/structure/table/wood,
/obj/machinery/light/small/directional/south,
@@ -7616,48 +7571,66 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"cTS" = (
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"cUa" = (
+"cTI" = (
+/obj/machinery/door/airlock/external{
+ name = "Atmospherics External Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"cTJ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
+"cTX" = (
+/obj/machinery/computer/crew{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
+"cTZ" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/disposalpipe/segment,
+/obj/item/radio/intercom/directional/west,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/start/hangover,
/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
+"cUe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/station_engineer,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
-"cUe" = (
-/obj/effect/landmark/start/chaplain,
-/turf/open/floor/iron/dark/small,
-/area/station/service/chapel/storage)
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"cUf" = (
-/obj/structure/sink/directional/west,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/north,
-/obj/machinery/light/cold/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/service/chapel/storage)
-"cUi" = (
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/carpet/blue,
-/area/station/commons/dorms)
-"cUB" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L1";
- pixel_y = -15
+/obj/structure/sign/directions/engineering{
+ dir = 1;
+ pixel_y = 8
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/structure/sign/directions/command{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/sign/directions/supply{
+ dir = 1;
+ pixel_y = -8
},
+/turf/closed/wall,
+/area/station/service/library)
+"cUB" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/holodeck/rec_center)
"cUH" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -7686,12 +7659,52 @@
dir = 1
},
/area/station/hallway/primary/aft)
+"cUY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"cVe" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"cVh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
+/obj/machinery/button/crematorium{
+ id = "cremateme";
+ pixel_y = -30
},
/turf/open/floor/iron/dark/small,
-/area/station/tcommsat/server)
+/area/station/service/chapel/storage)
+"cVm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/aft)
+"cVo" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red/fourcorners,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"cVx" = (
/obj/effect/turf_decal/siding/dark_red{
dir = 4
@@ -7717,13 +7730,6 @@
},
/turf/open/floor/iron/dark/herringbone,
/area/station/security/execution/education)
-"cVM" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"cVQ" = (
/obj/machinery/firealarm/directional/south,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -7733,20 +7739,6 @@
dir = 1
},
/area/station/science/lower)
-"cVS" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"cVY" = (
-/obj/machinery/atmospherics/components/tank/air{
- dir = 4
- },
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos/office)
"cWh" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7768,16 +7760,6 @@
dir = 1
},
/area/station/hallway/primary/aft)
-"cWQ" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"cWS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/airalarm/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"cWZ" = (
/obj/machinery/door/airlock/external{
name = "Primary Docking Bay"
@@ -7789,10 +7771,48 @@
dir = 1
},
/area/station/hallway/secondary/entry)
+"cXb" = (
+/obj/machinery/light/small/directional/north,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 9
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"cXh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"cXp" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/general,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Service Hallway"
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half,
+/area/station/hallway/secondary/service)
"cXu" = (
/obj/effect/landmark/atmospheric_sanity/ignore_area,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
+"cXz" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 8
+ },
+/turf/open/floor/iron/kitchen/small,
+/area/station/security/breakroom)
+"cXH" = (
+/obj/effect/landmark/start/cook,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"cXJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/siding/wood{
@@ -7800,29 +7820,55 @@
},
/turf/open/floor/iron/small,
/area/station/security/prison/shower)
-"cXK" = (
-/obj/structure/closet/lasertag/red,
-/obj/effect/turf_decal/stripes/red/line{
+"cYc" = (
+/obj/effect/spawner/random/structure/crate,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
+"cYf" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"cXY" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/stairs{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 1
},
-/area/station/cargo/office)
-"cYc" = (
-/obj/effect/spawner/random/structure/crate,
-/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"cYk" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/sign/departments/telecomms/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"cYp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"cYt" = (
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/engineering/supermatter/room)
+"cYD" = (
+/obj/structure/table/wood,
+/obj/item/hemostat{
+ name = "Totally Not Scissors";
+ desc = "Ah yes, the Haircutting Device."
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"cYE" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7836,14 +7882,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"cYK" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/landmark/navigate_destination/vault,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"cYL" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
@@ -7855,60 +7893,84 @@
},
/turf/open/floor/iron/dark/small,
/area/station/maintenance/department/engine)
+"cYP" = (
+/obj/structure/table,
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/sheet/iron/fifty,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable,
+/obj/machinery/camera/directional/east{
+ c_tag = "atmospherics - entrance"
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/office)
+"cYS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
"cYT" = (
/obj/structure/hedge,
/obj/structure/sign/poster/contraband/random/directional/east,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/qm)
-"cYU" = (
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/main)
"cYW" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/structure/steam_vent,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
"cYY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
-"cZd" = (
-/obj/structure/disposalpipe/segment{
+/obj/structure/disposalpipe/junction/flip{
dir = 4
},
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=6.2-Arrivals";
- location = "6.1-Arrivals"
+/turf/open/floor/iron/dark/side{
+ dir = 1
},
-/obj/machinery/light/floor,
-/turf/open/floor/iron/white/corner{
- dir = 8
+/area/station/hallway/primary/central/fore)
+"cZi" = (
+/obj/machinery/camera/autoname/directional/south,
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
+"cZk" = (
+/obj/structure/chair{
+ dir = 1
},
-/area/station/hallway/secondary/entry)
+/turf/open/floor/iron/dark,
+/area/station/security/interrogation)
+"cZl" = (
+/obj/machinery/light/small/directional/east,
+/obj/item/kirbyplants/random/dead/research_director,
+/turf/open/floor/iron/dark/small,
+/area/station/command/heads_quarters/rd)
"cZm" = (
/obj/effect/landmark/start/hangover,
/turf/open/floor/engine{
name = "Holodeck Projector Floor"
},
/area/station/holodeck/rec_center)
-"cZw" = (
-/obj/machinery/door/airlock/vault{
- name = "Vault"
+"cZs" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/obj/effect/mapping_helpers/airlock/access/all/supply/vault,
-/obj/effect/mapping_helpers/airlock/locked,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"cZx" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/dark/herringbone,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/power/apc/auto_name/directional/south,
+/turf/open/floor/wood,
+/area/station/commons/fitness/recreation)
"cZy" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7919,13 +7981,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port/aft)
-"cZz" = (
-/obj/machinery/door/airlock{
- id_tag = "Toilet1";
- name = "Unit 1"
- },
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
"cZA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -7942,34 +7997,6 @@
/obj/structure/thermoplastic,
/turf/open/floor/tram,
/area/station/security/tram)
-"cZH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible,
-/obj/structure/table,
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new/dark,
-/obj/item/radio/intercom/directional/south,
-/obj/item/c_tube{
- pixel_x = 20
- },
-/obj/item/clothing/head/cone{
- pixel_y = 5;
- pixel_x = -6
- },
-/obj/item/clothing/head/cone{
- pixel_y = 7;
- pixel_x = -6
- },
-/obj/item/pipe_dispenser{
- pixel_y = 9;
- pixel_x = 14
- },
-/obj/item/cigarette{
- pixel_y = 2
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
"cZL" = (
/obj/item/reagent_containers/cup/bucket,
/obj/item/mop,
@@ -7981,13 +8008,6 @@
},
/turf/open/floor/iron/white/small,
/area/station/service/janitor)
-"dae" = (
-/obj/structure/flora/bush/flowers_br/style_random,
-/obj/effect/turf_decal/weather/dirt{
- dir = 5
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"dah" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
@@ -7996,6 +8016,10 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron,
/area/station/security)
+"dao" = (
+/obj/effect/landmark/start/assistant,
+/turf/open/floor/stone,
+/area/station/service/bar)
"daq" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -8024,21 +8048,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"dbl" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
-"dbo" = (
-/obj/structure/cable,
-/obj/effect/spawner/random/structure/steam_vent,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
"dbs" = (
/obj/structure/chair/plastic{
dir = 8
@@ -8053,6 +8062,20 @@
/obj/machinery/holopad/secure,
/turf/open/floor/iron/dark/textured,
/area/station/ai_monitored/turret_protected/ai)
+"dby" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/washing_machine,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 9
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/security/prison)
"dbz" = (
/obj/structure/cable/layer3,
/obj/structure/chair/office{
@@ -8063,30 +8086,67 @@
"dbF" = (
/turf/open/floor/plating/rust,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"dbG" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
-"dbN" = (
-/obj/effect/turf_decal/stripes/line{
+"dbJ" = (
+/obj/effect/landmark/start/librarian,
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
+"dbZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
dir = 6
},
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 5
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/wood,
+/area/station/service/chapel)
"dcc" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/machinery/holopad,
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
+"dcj" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/light/directional/east,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"dcx" = (
+/obj/effect/turf_decal/siding/white{
+ dir = 10
+ },
+/obj/structure/closet{
+ anchored = 1;
+ can_be_unanchored = 1;
+ name = "Cold protection gear"
+ },
+/obj/item/clothing/suit/hooded/wintercoat/science,
+/obj/item/clothing/suit/hooded/wintercoat/science,
+/turf/open/floor/iron/dark/small,
+/area/station/science/xenobiology)
+"dcD" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/port)
"dcH" = (
/obj/structure/cable,
/obj/structure/disposalpipe/junction{
@@ -8097,10 +8157,6 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"dcI" = (
-/obj/machinery/holopad,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"dcS" = (
/obj/effect/turf_decal/siding/wideplating/dark/corner{
dir = 4
@@ -8112,13 +8168,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
-"ddd" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 4
+"dde" = (
+/obj/structure/chair{
+ dir = 1;
+ pixel_y = -2
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/turf/open/floor/iron,
+/area/station/science/lower)
"ddl" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 4
@@ -8141,11 +8197,27 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"ddB" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"ddE" = (
/obj/structure/cable,
/obj/structure/chair/stool/directional/west,
/turf/open/floor/carpet/red,
/area/station/command/heads_quarters/hos)
+"ddF" = (
+/mob/living/basic/goat/pete,
+/obj/effect/turf_decal/weather/snow,
+/obj/effect/turf_decal/weather/snow/corner,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
"ddK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -8155,6 +8227,22 @@
/obj/effect/landmark/start/chief_medical_officer,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"ddT" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"deb" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"deh" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -8185,6 +8273,23 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/station/science/xenobiology)
+"deR" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/status_display/evac/directional/west,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"deS" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 10
+ },
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"dfb" = (
/obj/structure/cable,
/obj/structure/table/glass,
@@ -8192,46 +8297,23 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/white/small,
/area/station/medical/psychology)
-"dfj" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/red/line,
-/obj/structure/cable,
+"dff" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/airalarm/directional/east,
+/obj/effect/turf_decal/tile/neutral,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/small,
+/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
"dfo" = (
/obj/structure/cable,
/obj/machinery/status_display/ai/directional/north,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
-"dfz" = (
-/obj/structure/barricade/wooden,
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Maintenance"
- },
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/locked,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
"dfN" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/window/spawner/directional/south,
/turf/open/floor/grass,
/area/station/cargo/storage)
-"dfX" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/camera/autoname/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"dgm" = (
/obj/structure/railing/corner{
dir = 1
@@ -8262,32 +8344,6 @@
/obj/structure/cable,
/turf/open/floor/iron/white/corner,
/area/station/science/lower)
-"dgp" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/directional/east,
-/turf/open/floor/iron/stairs/right,
-/area/station/hallway/secondary/recreation)
-"dgw" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/obj/machinery/button/door/directional/north{
- id = "CabinS";
- name = "Bolt Control";
- normaldoorcontrol = 1;
- specialfunctions = 4
- },
-/turf/open/floor/carpet/green,
-/area/station/commons/dorms)
-"dgE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
"dgV" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 5
@@ -8299,12 +8355,6 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/engineering/storage_shared)
-"dhg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/service/lawoffice)
"dhh" = (
/obj/structure/cable,
/obj/machinery/status_display/ai/directional/north,
@@ -8313,6 +8363,16 @@
},
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
+"dhu" = (
+/obj/structure/flora/bush/sparsegrass{
+ pixel_x = -5;
+ pixel_y = 9
+ },
+/obj/effect/turf_decal/weather/dirt{
+ dir = 10
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"dhy" = (
/obj/structure/cable,
/obj/structure/disposalpipe/trunk{
@@ -8341,21 +8401,29 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"dhE" = (
+"dhH" = (
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
+"dhK" = (
/obj/structure/cable,
-/obj/effect/turf_decal/tile/red/opposingcorners{
- dir = 1
+/turf/open/floor/plating,
+/area/station/maintenance/department/engine)
+"dhV" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"dia" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/effect/landmark/start/depsec/science,
/turf/open/floor/iron,
-/area/station/security/checkpoint/science)
-"dhK" = (
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
+/area/station/engineering/atmos/project)
"dim" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -8385,26 +8453,41 @@
/obj/effect/turf_decal/delivery/red,
/turf/open/floor/iron/dark/small,
/area/station/medical/medbay/lobby)
-"div" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"diL" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
+"diF" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Barber"
},
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/fitness/locker_room)
+"diG" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/light/small/directional/east,
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
+"diI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/brown/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"diK" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/effect/landmark/start/mime,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"diP" = (
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"diS" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -8412,30 +8495,88 @@
/obj/structure/sink/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"djg" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
+"diU" = (
+/obj/machinery/airalarm/directional/south,
+/obj/machinery/light/floor,
+/turf/open/floor/iron/smooth,
+/area/station/hallway/secondary/command)
+"djc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 8
},
-/obj/effect/turf_decal/siding/wood/corner,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"djf" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/landmark/start/hangover,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"djp" = (
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
-"dkh" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/right/directional/west,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutters";
- name = "Kitchen Shutters"
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"djg" = (
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/red{
+ dir = 10
+ },
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/small,
+/area/station/security/brig)
+"djt" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4{
+ dir = 9
},
/turf/open/floor/iron,
-/area/station/service/kitchen)
+/area/station/engineering/atmos)
+"djO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/bluespace_vendor/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"djS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"djY" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Dorms"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/dorms)
+"dkh" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"dkz" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -8449,20 +8590,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/small,
/area/station/security/execution/education)
-"dkR" = (
-/obj/structure/railing/corner/end/flip{
- dir = 4
- },
-/obj/structure/railing/corner/end{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/loading_area,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
"dkT" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/turf_decal/stripes/line{
@@ -8471,13 +8598,6 @@
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
/area/station/hallway/secondary/construction)
-"dlk" = (
-/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible,
-/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"dlx" = (
/obj/structure/flora/bush/flowers_br/style_random,
/obj/structure/flora/rock/pile/style_random,
@@ -8495,65 +8615,39 @@
/obj/item/clothing/mask/surgical,
/turf/open/floor/iron/small,
/area/station/medical/storage)
+"dlB" = (
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
+"dlG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/white{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/science/xenobiology)
"dlJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/structure/crate,
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"dlK" = (
-/obj/machinery/microwave{
- pixel_y = 5
- },
-/obj/machinery/light_switch/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/table,
-/obj/effect/turf_decal/siding/end,
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
-"dlV" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/service/library)
-"dmb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"dmk" = (
/obj/machinery/holopad,
/obj/effect/landmark/start/depsec/medical,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
-"dmv" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood/corner{
+"dml" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/effect/spawner/random/food_or_drink/refreshing_beverage{
- pixel_y = 10
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 4
},
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
-"dmC" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/iron/dark,
-/area/station/security/office)
+/area/station/medical/cryo)
"dmG" = (
/obj/structure/transport/linear/tram,
/obj/structure/tram,
@@ -8583,36 +8677,53 @@
dir = 1
},
/area/station/security/prison/safe)
-"dnn" = (
+"dng" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/turf/open/floor/wood/tile,
+/area/station/maintenance/aft)
+"dnk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch/directional/south,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"dnK" = (
+/obj/item/kirbyplants/random,
+/obj/item/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron/dark/small,
+/area/station/security/detectives_office)
+"dnM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/sorting/mail{
- dir = 4
+/obj/machinery/door/airlock/research/glass{
+ name = "Cytology Lab"
},
-/obj/effect/mapping_helpers/mail_sorting/service/bar,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"dnx" = (
+/obj/effect/mapping_helpers/airlock/access/all/science/research,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/cytology)
+"dnO" = (
/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
+/obj/effect/turf_decal/trimline/white/warning{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/white/warning{
dir = 8
},
-/obj/effect/turf_decal/trimline/neutral/line{
+/obj/effect/turf_decal/trimline/white/mid_joiner{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"dnQ" = (
-/obj/structure/cable,
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+/obj/effect/turf_decal/trimline/white/mid_joiner{
dir = 8
},
-/turf/open/floor/iron,
-/area/station/security/prison/rec)
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/wood,
+/area/station/commons/fitness/recreation)
"dnU" = (
/obj/machinery/door/airlock/maintenance{
name = "Maintenance"
@@ -8625,13 +8736,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"dnX" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"dob" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -8694,26 +8798,19 @@
},
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"dpc" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line,
-/obj/effect/turf_decal/stripes/red/line{
+"dpf" = (
+/obj/machinery/computer/atmos_control/mix_tank{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"dph" = (
/obj/structure/railing,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/department/engine/atmos)
-"dpk" = (
-/obj/effect/turf_decal/arrows/white,
-/obj/effect/decal/cleanable/generic,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmospherics_engine)
"dps" = (
/obj/machinery/camera/directional/south{
c_tag = "AI Chamber - Aft";
@@ -8731,49 +8828,25 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
-"dpL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/effect/turf_decal/siding/green{
- dir = 4
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"dpR" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
},
/turf/open/floor/tram,
/area/station/security/tram)
-"dqi" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/security/prison/garden)
-"dqk" = (
-/obj/structure/closet{
- name = "Evidence Closet 2"
- },
-/obj/structure/secure_safe/directional/north{
- name = "evidence safe"
- },
-/turf/open/floor/iron/smooth,
-/area/station/security/evidence)
-"dqn" = (
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+"dqj" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/plating,
+/area/station/maintenance/aft)
+"dqB" = (
+/obj/structure/table,
+/obj/item/clothing/head/utility/chefhat,
+/turf/open/floor/iron/dark/small,
+/area/station/commons/fitness/locker_room)
"dqO" = (
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs/auxiliary)
-"dqV" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 5
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"dqX" = (
/obj/structure/reagent_dispensers/wall/peppertank/directional/north,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -8786,26 +8859,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"drt" = (
-/obj/structure/cable,
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
-"drw" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/computer/atmos_control/nocontrol/incinerator{
- dir = 4
- },
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"dry" = (
/obj/structure/bed/medical{
dir = 4
@@ -8816,15 +8869,14 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/virology)
-"drF" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+"drC" = (
+/obj/machinery/vending/cola,
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
"drI" = (
/obj/structure/railing{
dir = 1
@@ -8847,13 +8899,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"drS" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/public/glass{
- name = "Old Command Hallway"
+"drT" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/arrows/white{
+ color = "#0000FF";
+ pixel_y = 15
},
-/turf/open/floor/iron/textured_half,
-/area/station/maintenance/hallway/abandoned_command)
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"dsb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -8872,12 +8925,24 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"dsl" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/siding/wood/corner,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"dsp" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/rack,
/obj/item/pickaxe,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"dss" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple,
+/obj/item/kirbyplants/random,
+/obj/machinery/newscaster/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"dst" = (
/obj/effect/turf_decal/siding/white{
dir = 4
@@ -8888,11 +8953,14 @@
},
/turf/open/floor/iron/small,
/area/station/medical/morgue)
-"dsE" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/screwdriver,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
+"dsK" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
"dsN" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -8905,10 +8973,35 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"dte" = (
+/obj/machinery/door/airlock/atmos/glass{
+ name = "HFR Chamber"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"dtk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
/turf/closed/wall,
/area/station/science/ordnance/testlab)
+"dtm" = (
+/obj/structure/window/spawner/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
+"dtv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"dtC" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/siding/purple{
@@ -8933,6 +9026,24 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/science/genetics)
+"dtO" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"dtQ" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ name = "N2 to Airmix"
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"dua" = (
/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
@@ -8945,26 +9056,12 @@
},
/turf/open/floor/iron/white,
/area/station/science/robotics/augments)
-"due" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/station/science/ordnance/testlab)
-"dum" = (
-/obj/machinery/door/airlock{
- name = "Hydroponics Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
+"duj" = (
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/textured_half{
- dir = 8
+ dir = 5
},
-/area/station/service/hydroponics)
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"dun" = (
/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
@@ -8983,20 +9080,39 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron,
/area/station/security/checkpoint/escape)
+"duE" = (
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"duI" = (
/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
dir = 10
},
/turf/closed/wall/rust,
/area/station/ai_monitored/turret_protected/ai)
-"duY" = (
-/obj/structure/railing,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{
- dir = 5
+"duT" = (
+/obj/structure/closet/wardrobe/white,
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
},
-/turf/open/floor/wood,
-/area/station/engineering/atmos/office)
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
+"duX" = (
+/obj/effect/spawner/random/structure/crate_loot,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/department/engine/atmos)
+"dvd" = (
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"dvo" = (
/obj/machinery/ore_silo,
/obj/effect/turf_decal/bot_white,
@@ -9007,11 +9123,6 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
-"dvv" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
"dvJ" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/dark_red/fourcorners,
@@ -9021,27 +9132,16 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
-"dvM" = (
-/obj/structure/toilet,
-/obj/machinery/light/small/directional/west,
-/obj/machinery/button/door/directional/east{
- id = "AuxToilet1";
- name = "Lock Control";
- normaldoorcontrol = 1;
- specialfunctions = 4
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
-"dvO" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+"dvY" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
},
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
+/obj/machinery/light/small/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/wood/tile,
+/area/station/service/lawoffice)
"dwa" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
@@ -9057,12 +9157,6 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
-"dwv" = (
-/obj/structure/chair/wood{
- dir = 4
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
"dwC" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -9072,14 +9166,6 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/storage_shared)
-"dwP" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden,
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/disposal/incinerator)
"dwT" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -9099,39 +9185,28 @@
"dxf" = (
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/medical/central)
-"dxr" = (
-/obj/effect/turf_decal/stripes/white/box,
-/obj/item/hfr_box/core,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmospherics_engine)
-"dxt" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/structure/closet/l3closet/janitor,
-/obj/item/clothing/gloves/color/orange,
-/obj/item/clothing/shoes/galoshes,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/small,
-/area/station/commons)
-"dxu" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
+"dxw" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/light/warm/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
},
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering - Cold Room"
- },
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
-"dxB" = (
-/obj/structure/chair{
+/area/station/commons/fitness/recreation/entertainment)
+"dxG" = (
+/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/security/detectives_office)
+"dxM" = (
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"dxO" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -9143,12 +9218,16 @@
/obj/item/stack/rods/fifty,
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
-"dxY" = (
-/obj/structure/chair/sofa/bench/left{
- dir = 8
+"dxV" = (
+/obj/machinery/airalarm/directional/north,
+/obj/structure/table/wood,
+/obj/machinery/chem_dispenser/drinks,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
},
-/turf/open/floor/iron/dark/small,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"dxZ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -9158,30 +9237,6 @@
/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"dyg" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/bed/dogbed/mcgriff,
-/mob/living/basic/pet/dog/pug/mcgriff,
-/turf/open/floor/iron,
-/area/station/security/warden)
-"dyn" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"dyp" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt,
@@ -9198,26 +9253,12 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"dyt" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "Atmospherics Blast Door"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"dyD" = (
+"dyr" = (
/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood/tile,
-/area/station/service/lawoffice)
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/broken_flooring/singular/directional/east,
+/turf/open/floor/plating,
+/area/station/maintenance/port/aft)
"dyF" = (
/obj/item/kirbyplants/random,
/obj/effect/turf_decal/tile/blue{
@@ -9266,20 +9307,14 @@
/obj/item/radio/intercom/chapel/directional/east,
/turf/open/floor/iron/terracotta/diagonal,
/area/station/service/chapel/office)
-"dzy" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
-"dzA" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/smart/simple/brown/visible,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
-"dzD" = (
-/obj/effect/spawner/random/structure/crate,
-/obj/effect/spawner/random/maintenance,
+"dzs" = (
+/obj/structure/cable,
+/obj/machinery/light/directional/west,
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering Supermatter Emitters"
+ },
/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
+/area/station/engineering/supermatter/room)
"dzE" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -9303,6 +9338,14 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"dAC" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/door/poddoor/shutters{
+ id = "meow";
+ name = "Commissary"
+ },
+/turf/open/floor/plating,
+/area/station/commons/vacant_room/commissary)
"dAF" = (
/obj/effect/turf_decal/siding/thinplating_new{
dir = 4
@@ -9333,6 +9376,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/maintenance/department/engine/atmos)
+"dAL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth,
+/area/station/security/evidence)
"dBh" = (
/obj/effect/turf_decal/siding/wood{
dir = 6
@@ -9340,6 +9389,11 @@
/obj/item/kirbyplants/random,
/turf/open/floor/wood/tile,
/area/station/science/lower)
+"dBj" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"dBr" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -9347,15 +9401,19 @@
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/turf/open/floor/iron,
/area/station/security/tram)
-"dBu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/window/brigdoor/right/directional/north{
- atom_integrity = 300;
- name = "AI Core Chamber Access";
- req_access = list("ai_upload")
+"dBt" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/blue{
+ dir = 5
},
-/turf/open/floor/circuit/red,
-/area/station/ai_monitored/turret_protected/ai)
+/obj/machinery/light_switch/directional/east,
+/obj/item/kirbyplants/random,
+/obj/item/storage/medkit/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/iron/white/small,
+/area/station/command/heads_quarters/cmo)
"dBy" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/broken_flooring/pile/directional/east,
@@ -9367,6 +9425,11 @@
dir = 1
},
/area/station/hallway/secondary/exit/departure_lounge)
+"dBJ" = (
+/obj/machinery/air_sensor/plasma_tank,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
"dCe" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -9390,6 +9453,19 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"dCu" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"dCR" = (
/obj/structure/cable/layer3,
/turf/open/floor/circuit/red,
@@ -9412,40 +9488,34 @@
},
/turf/open/floor/iron/smooth,
/area/station/cargo/drone_bay)
+"dDi" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"dDk" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/chapel{
dir = 1
},
/area/station/maintenance/starboard/greater)
-"dDy" = (
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/rods/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/electronics/airlock,
-/obj/item/electronics/airlock,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 30
- },
-/obj/item/gps,
-/obj/structure/closet/crate/engineering,
-/obj/machinery/light/cold/directional/east,
-/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/storage_shared)
-"dDA" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
"dDB" = (
/turf/open/space/basic,
/area/space)
+"dDC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/start/janitor,
+/turf/open/floor/iron/white/small,
+/area/station/service/janitor)
"dDF" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -9457,18 +9527,6 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"dDK" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
-"dDL" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
"dDO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/box/red/corners{
@@ -9479,17 +9537,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"dDP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
"dDQ" = (
/obj/structure/table/reinforced/plastitaniumglass,
/obj/item/inspector{
@@ -9505,79 +9552,80 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
-"dEs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
+"dEq" = (
+/obj/effect/turf_decal/siding/thinplating_new/light,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"dEu" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/iron/kitchen/small,
/area/station/security/breakroom)
-"dEA" = (
-/obj/machinery/modular_computer/preset/engineering,
-/obj/structure/cable,
-/obj/machinery/light_switch/directional/west,
-/turf/open/floor/iron/small,
-/area/station/engineering/engine_smes)
"dEF" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 5
},
/turf/open/floor/tram,
/area/station/security/tram)
-"dEJ" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"dEK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/status_display/ai/directional/north,
-/obj/effect/turf_decal/tile/neutral{
+"dEI" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/office)
+"dEL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron/dark/corner{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"dEU" = (
-/obj/structure/urinal/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"dFa" = (
-/obj/structure/table,
-/obj/item/rcl/pre_loaded,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/storage/art)
-"dFw" = (
+/area/station/science/ordnance/testlab)
+"dEQ" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/turf/open/floor/iron/dark/side,
-/area/station/science/xenobiology)
-"dFH" = (
-/obj/structure/chair/stool/directional/north,
-/turf/open/floor/carpet/purple,
-/area/station/commons/dorms)
-"dGr" = (
-/obj/effect/turf_decal/siding/wood{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"dEY" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 5
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"dFN" = (
+/obj/structure/window/spawner/directional/east,
+/obj/structure/window/spawner/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
+"dFQ" = (
/obj/structure/cable,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"dGV" = (
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/spawner/random/trash,
+/obj/structure/disposalpipe/segment{
dir = 9
},
-/turf/closed/wall,
-/area/station/engineering/atmos/storage/gas)
+/turf/open/floor/plating,
+/area/station/maintenance/port/lesser)
+"dGF" = (
+/obj/machinery/light/small/directional/south{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
+"dGK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/augments)
"dHk" = (
/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 8
@@ -9593,16 +9641,6 @@
},
/turf/open/floor/tram,
/area/station/security/tram)
-"dHq" = (
-/obj/machinery/status_display/evac/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"dHL" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9611,150 +9649,78 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"dHM" = (
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
"dHT" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/light_switch/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"dHU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{
- dir = 8
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"dIC" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"dIW" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/sign/departments/botany/alt1/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"dIZ" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 6
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"dJd" = (
-/obj/machinery/computer/records/security,
-/turf/open/floor/wood/tile,
-/area/station/command/heads_quarters/hop)
-"dJe" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"dIt" = (
/obj/structure/cable,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/effect/spawner/random/structure/girder,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/lesser)
-"dJL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/port)
-"dJT" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/security/glass{
- id_tag = "permaouter";
- name = "Permabrig Transfer"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/turf/open/floor/iron/textured_half{
- dir = 1
- },
-/area/station/security/execution/transfer)
-"dJU" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 10
- },
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
+/obj/machinery/button/door/directional/east{
+ id = "armory";
+ name = "Armory Shutters";
+ req_access = list("armory")
},
-/obj/effect/turf_decal/siding/thinplating_new/dark{
+/obj/effect/turf_decal/siding/dark_red{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
-"dJZ" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/button/door/directional/north{
- id = "meow";
- name = "Comissary Shutters";
- pixel_x = 29
- },
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
-"dKj" = (
+/turf/open/floor/iron/dark/small,
+/area/station/ai_monitored/security/armory)
+"dIQ" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_yw/style_3,
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/camera/directional/south,
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"dJd" = (
+/obj/machinery/computer/records/security,
+/turf/open/floor/wood/tile,
+/area/station/command/heads_quarters/hop)
+"dJe" = (
/obj/structure/disposalpipe/segment{
- dir = 10
+ dir = 4
},
-/turf/open/floor/iron/white,
-/area/station/hallway/primary/central/aft)
-"dKk" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/effect/spawner/random/structure/girder,
/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+/area/station/maintenance/fore/lesser)
+"dJv" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"dJT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "permaouter";
+ name = "Permabrig Transfer"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/turf/open/floor/iron/textured_half{
+ dir = 1
+ },
+/area/station/security/execution/transfer)
"dKl" = (
/obj/effect/spawner/random/engineering/material_cheap,
/obj/effect/spawner/random/engineering/material,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"dKm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/cold/directional/east,
+/obj/effect/turf_decal/tile/neutral,
+/obj/item/radio/intercom/directional/east,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"dKq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -9787,52 +9753,52 @@
},
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"dKE" = (
-/obj/machinery/computer/crew{
- dir = 4
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
-"dKO" = (
-/obj/machinery/computer/slot_machine{
- pixel_y = 2
- },
-/obj/machinery/light/small/dim/directional/south,
-/obj/machinery/computer/security/telescreen/entertainment/directional/east,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
"dKQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/layer3,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai)
-"dLj" = (
-/obj/structure/closet/secure_closet/engineering_electrical,
-/obj/effect/turf_decal/bot,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/iron/small,
-/area/station/engineering/break_room)
"dLn" = (
/obj/structure/chair/office,
/turf/open/floor/iron/dark/herringbone,
/area/station/security/execution/education)
-"dLu" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/camera/autoname/directional/west,
+"dLq" = (
+/obj/structure/table,
+/obj/item/hand_labeler,
+/obj/item/camera,
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/storage/art)
+"dLv" = (
/obj/structure/disposalpipe/segment{
- dir = 5
+ dir = 4
},
-/turf/open/floor/iron/white,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/gulag_item_reclaimer{
+ pixel_y = 24
+ },
+/turf/open/floor/iron/dark,
+/area/station/security/processing)
"dLQ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
+"dLR" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 8
+ },
+/obj/machinery/light_switch/directional/west,
+/turf/open/floor/iron/small,
+/area/station/security/office)
+"dLW" = (
+/obj/structure/chair/office{
+ dir = 8
+ },
+/obj/effect/landmark/start/librarian,
+/turf/open/floor/carpet,
+/area/station/service/library)
"dMg" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
@@ -9840,6 +9806,14 @@
},
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
+"dMi" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar)
"dMm" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/turf_decal/stripes/line{
@@ -9848,6 +9822,12 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
+"dMw" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/main)
"dMM" = (
/obj/effect/spawner/random/engineering/tracking_beacon,
/turf/open/floor/iron,
@@ -9861,13 +9841,17 @@
/obj/item/wrench,
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
-"dNo" = (
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
+"dNj" = (
+/obj/structure/chair{
+ dir = 4
},
-/turf/open/floor/iron/white/small,
-/area/station/commons/fitness/locker_room)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
+"dNo" = (
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"dNq" = (
/turf/closed/wall/r_wall/rust,
/area/station/ai_monitored/aisat/exterior)
@@ -9881,13 +9865,6 @@
},
/turf/open/floor/wood/tile,
/area/station/science/lower)
-"dNF" = (
-/obj/structure/chair/sofa/bench/right{
- dir = 4
- },
-/obj/structure/window/spawner/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"dNG" = (
/obj/structure/chair/stool/directional/south,
/turf/open/floor/light/colour_cycle/dancefloor_b,
@@ -9902,14 +9879,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"dNM" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/binary/pump/on/layer2{
- dir = 1;
- name = "Air to Distro"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"dNU" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -9918,6 +9887,13 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
+"dNZ" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/turf/open/floor/plating,
+/area/station/maintenance/department/engine/atmos)
"dOb" = (
/obj/structure/broken_flooring/singular/directional/east,
/obj/structure/alien/weeds,
@@ -9928,39 +9904,16 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/dark,
/area/station/security/office)
-"dOi" = (
+"dOf" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/red{
- dir = 10
- },
-/turf/open/floor/iron/small,
-/area/station/security/office)
-"dOp" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/computer/security,
-/obj/machinery/computer/security/telescreen/prison/directional/north,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/junction,
/turf/open/floor/iron,
-/area/station/security/warden)
-"dOs" = (
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 5
- },
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
+/area/station/hallway/primary/central/fore)
"dOz" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/commons/storage/tools)
-"dOI" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
"dOT" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -9975,24 +9928,6 @@
},
/turf/open/floor/wood,
/area/station/security/detectives_office)
-"dOU" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/button/door/directional/west{
- id = "engsm";
- name = "Radiation Shutters Control"
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"dOY" = (
-/obj/effect/turf_decal/arrows{
- dir = 4
- },
-/obj/effect/decal/cleanable/shreds,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmospherics_engine)
"dPa" = (
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
@@ -10015,16 +9950,30 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"dPI" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
+"dPp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sign/warning/radiation/rad_area/directional/east,
-/turf/open/floor/iron/stairs/right{
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 1
},
-/area/station/maintenance/hallway/abandoned_command)
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"dPx" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"dQb" = (
+/obj/machinery/computer/station_alert{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"dQi" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -10033,26 +9982,49 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/engineering/lobby)
+"dQn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/station/holodeck/rec_center)
+"dQt" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/components/unary/bluespace_sender,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
+"dQE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"dQQ" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 9
},
/turf/open/floor/engine,
/area/station/science/cytology)
-"dQV" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
+"dQZ" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 10
},
+/obj/structure/extinguisher_cabinet/directional/east,
/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
+/area/station/engineering/atmos)
"dRb" = (
-/obj/machinery/firealarm/directional/north,
+/obj/structure/sign/poster/official/random/directional/east,
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"dRk" = (
/obj/structure/flora/bush/lavendergrass/style_random,
/obj/structure/flora/bush/fullgrass/style_random,
@@ -10062,30 +10034,10 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
-"dRq" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/light/cold/dim/directional/east,
-/obj/machinery/newscaster/directional/east,
-/obj/structure/cable,
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = 5;
- pixel_y = 19
- },
-/obj/item/pen{
- pixel_x = 5;
- pixel_y = 20
- },
-/obj/machinery/cell_charger{
- pixel_x = 2;
- pixel_y = 1
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = 2;
- pixel_y = 2
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/break_room)
+"dRn" = (
+/obj/effect/turf_decal/siding/wood/end,
+/turf/open/floor/stone,
+/area/station/service/chapel)
"dRD" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -10097,29 +10049,19 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"dRM" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/structure/disposalpipe/junction/flip{
- dir = 2
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/exit/departure_lounge)
"dRT" = (
-/obj/structure/table/wood,
-/obj/item/hemostat{
- name = "Totally Not Scissors";
- desc = "Ah yes, the Haircutting Device."
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"dRX" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
+ },
+/obj/machinery/light/no_nightlight/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"dSb" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 4
@@ -10161,15 +10103,6 @@
},
/turf/open/floor/iron/showroomfloor,
/area/station/commons/toilet/auxiliary)
-"dSA" = (
-/obj/effect/turf_decal/trimline/white/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/white/mid_joiner{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/commons/fitness/recreation)
"dSO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -10196,37 +10129,17 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
-"dTq" = (
+"dTd" = (
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"dTg" = (
/obj/structure/cable,
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/turf/open/floor/wood/tile,
-/area/station/service/lawoffice)
-"dTt" = (
-/obj/structure/window/spawner/directional/north,
-/obj/machinery/light/small/directional/south,
-/obj/structure/flora/bush/jungle,
-/obj/structure/flora/rock/pile/style_2{
- pixel_x = -20
- },
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/locker_room)
-"dTw" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/sign/departments/cargo/directional/west,
+/obj/machinery/light/floor,
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/central/aft)
"dTB" = (
/obj/structure/broken_flooring/pile/directional/east,
/obj/effect/decal/cleanable/dirt,
@@ -10237,14 +10150,42 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"dTH" = (
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"dTI" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"dTQ" = (
-/obj/structure/cable,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
+"dTN" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Airlock"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/effect/landmark/navigate_destination,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "engine_airlock_2"
+ },
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/break_room)
+"dTW" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/computer/shuttle/mining{
+ dir = 4
+ },
+/obj/machinery/light/cold/directional/west,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
+"dUg" = (
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"dUw" = (
/obj/structure/railing{
dir = 4
@@ -10287,18 +10228,25 @@
/obj/machinery/holopad,
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"dUY" = (
-/obj/structure/railing{
- dir = 4
+"dVs" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/siding/wideplating/corner,
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
+"dVQ" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 8
+ },
+/obj/structure/flora/bush/sparsegrass,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"dVW" = (
/obj/structure/chair{
dir = 8
@@ -10318,18 +10266,19 @@
/obj/structure/sign/departments/science/directional/north,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"dWn" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/biogenerator,
-/obj/effect/turf_decal/delivery/white{
- color = "#52B4E9"
+"dWm" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/eighties/red,
+/area/station/service/abandoned_gambling_den/gaming)
+"dWq" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/computer/atmos_control/nocontrol/master{
+ dir = 1
},
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/machinery/light/no_nightlight/directional/south,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
"dWs" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -10340,6 +10289,35 @@
},
/turf/open/floor/iron/dark/corner,
/area/station/science/xenobiology)
+"dWz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/sofa/bench/right{
+ dir = 4
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
+"dWF" = (
+/obj/structure/disposalpipe/junction/flip{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/status_display/evac/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"dWG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"dWK" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/chair/office{
@@ -10348,15 +10326,6 @@
/obj/effect/landmark/start/warden,
/turf/open/floor/iron,
/area/station/security/warden)
-"dWQ" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/table,
-/obj/item/stock_parts/subspace/filter,
-/obj/item/stock_parts/subspace/filter,
-/obj/item/stock_parts/subspace/filter,
-/obj/item/stock_parts/subspace/filter,
-/turf/open/floor/iron/dark,
-/area/station/engineering/storage/tcomms)
"dWS" = (
/obj/structure/closet/crate/large,
/obj/effect/mapping_helpers/broken_floor,
@@ -10367,27 +10336,6 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/station/maintenance/central/lesser)
-"dXa" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"dXb" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -10400,13 +10348,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"dXc" = (
-/obj/machinery/porta_turret/ai,
-/obj/machinery/computer/security/telescreen/research/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/status_display/ai/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/ai_monitored/turret_protected/aisat_interior)
"dXe" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -10428,16 +10369,6 @@
},
/turf/open/floor/plating,
/area/station/service/janitor)
-"dXT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"dXU" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
@@ -10448,6 +10379,22 @@
dir = 1
},
/area/station/science/xenobiology)
+"dYc" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_x = 6;
+ pixel_y = 9
+ },
+/obj/item/multitool{
+ pixel_x = -6;
+ pixel_y = 3
+ },
+/obj/item/cigarette{
+ pixel_x = 5;
+ pixel_y = 2
+ },
+/turf/open/floor/iron/dark,
+/area/station/security/lockers)
"dYj" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/dark_red,
@@ -10467,15 +10414,11 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"dYw" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
+"dYu" = (
+/obj/machinery/light/floor,
+/obj/effect/landmark/start/cook,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"dYI" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -10496,6 +10439,11 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"dYW" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"dYX" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -10503,11 +10451,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"dYY" = (
-/obj/machinery/light/cold/dim/directional/north,
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"dZa" = (
/obj/structure/table/reinforced,
/obj/machinery/camera/directional/west,
@@ -10528,6 +10471,13 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"dZl" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/structure/cable,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
"dZm" = (
/obj/structure/chair{
dir = 8
@@ -10575,20 +10525,18 @@
},
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"dZX" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/binary/pump/off/general/visible{
- dir = 4;
- name = "Air to Pure"
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"dZZ" = (
/obj/structure/cable/layer3,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai)
+"eag" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/marker_beacon/indigo,
+/obj/machinery/atmospherics/pipe/smart/simple/orange,
+/turf/open/space/basic,
+/area/space/nearstation)
"eam" = (
/obj/effect/spawner/random/structure/crate,
/obj/machinery/airalarm/directional/east,
@@ -10603,32 +10551,34 @@
dir = 8
},
/area/station/engineering/main)
-"eba" = (
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/hallway/secondary/command)
-"ebc" = (
+"eav" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Gambling Den"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"ebd" = (
-/obj/machinery/door/airlock/public{
- name = "Arcade"
+/area/station/maintenance/fore/greater)
+"eaN" = (
+/obj/machinery/door/airlock/external/glass{
+ name = "ATMOS PROJECT Airlock"
},
-/obj/effect/turf_decal/siding/thinplating,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"ebc" = (
/obj/structure/cable,
-/turf/open/floor/iron/textured_half,
-/area/station/hallway/primary/central/fore)
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/steam_vent,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"ebe" = (
/obj/structure/hoop{
dir = 4;
@@ -10641,6 +10591,33 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
+"ebk" = (
+/obj/structure/chair/stool/bar/directional/north,
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/landmark/start/assistant,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"ebE" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/flasher/directional/west{
+ id = "brigentry"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"ebK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"ebU" = (
/obj/structure/table/reinforced,
/obj/structure/reagent_dispensers/servingdish,
@@ -10667,13 +10644,6 @@
},
/turf/open/floor/iron/small,
/area/station/maintenance/department/engine/atmos)
-"ecp" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
"ecq" = (
/turf/closed/wall/r_wall/rust,
/area/station/maintenance/department/engine/atmos)
@@ -10687,6 +10657,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
+"ecC" = (
+/obj/machinery/light/floor,
+/turf/open/floor/stone,
+/area/station/service/bar)
"ecL" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/transit_tube/horizontal,
@@ -10712,13 +10686,22 @@
dir = 1
},
/area/station/science/research)
-"eds" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/service/bar)
+"edk" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/seed_extractor,
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
+"edt" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/structure/railing,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"edD" = (
/obj/machinery/light/small/directional/west,
/obj/item/kirbyplants/random,
@@ -10727,6 +10710,19 @@
},
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
+"edG" = (
+/obj/machinery/vending/hydronutrients,
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/item/radio/intercom/directional/north,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"edJ" = (
/obj/machinery/teleport/station,
/obj/machinery/airalarm/directional/north,
@@ -10752,13 +10748,6 @@
/obj/machinery/status_display/ai/directional/north,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/teleporter)
-"edV" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
"eeb" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -10768,10 +10757,6 @@
dir = 8
},
/area/station/cargo/storage)
-"eel" = (
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
"eem" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -10794,19 +10779,13 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"efa" = (
-/obj/machinery/light/small/directional/east,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"efl" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible,
+"efm" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/hallway/primary/central/aft)
"efy" = (
/obj/item/kirbyplants/organic/plant21,
/obj/machinery/status_display/ai/directional/west,
@@ -10850,91 +10829,66 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/security/prison/rec)
+"egc" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/machinery/reagentgrinder{
+ pixel_y = 10;
+ pixel_x = -5
+ },
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"egr" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/xenobiology)
-"egz" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
-"egA" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"egG" = (
/obj/effect/landmark/start/medical_doctor,
/obj/item/radio/intercom/directional/south,
/obj/effect/turf_decal/siding/blue,
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
+"egJ" = (
+/obj/structure/closet/wardrobe/black,
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 9
+ },
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"egN" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/chapel,
/area/station/maintenance/starboard/greater)
-"egR" = (
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
+"ehf" = (
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"ehj" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"ehl" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L13";
- pixel_y = -15
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+"ehu" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
+"ehT" = (
+/obj/machinery/door/airlock{
+ id_tag = "commiss2";
+ name = "Commissary"
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"eho" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"ehp" = (
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/machinery/light/cold/directional/south,
-/obj/machinery/airalarm/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"ehw" = (
-/obj/machinery/computer/atmos_control/carbon_tank,
-/obj/structure/sign/poster/official/random/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/vacant_room/commissary)
"ehV" = (
/obj/structure/cable,
/obj/structure/chair/sofa/right{
@@ -10964,6 +10918,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/equipment)
+"eiy" = (
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light/cold/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/security/office)
"eiC" = (
/obj/structure/cable/multilayer/connected,
/obj/structure/rack,
@@ -10985,6 +10944,12 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/engineering/lobby)
+"eiL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 8
+ },
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
"eiN" = (
/obj/machinery/light/cold/dim/directional/east,
/obj/structure/disposalpipe/segment,
@@ -11016,15 +10981,15 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/cargo/bitrunning/den)
-"ejv" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/holopad,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"ejx" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/science/ordnance/testlab)
+"ejz" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"ejL" = (
/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
/obj/effect/turf_decal/tile/yellow,
@@ -11063,29 +11028,6 @@
},
/turf/open/floor/catwalk_floor,
/area/station/engineering/main)
-"eka" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"ekf" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"ekr" = (
/obj/effect/turf_decal/siding/dark_red{
dir = 1
@@ -11110,22 +11052,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/command/heads_quarters/hop)
-"ekv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"ekz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/transport/power_rectifier{
- configured_transport_id = "bird_2"
- },
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
"ekL" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 9
@@ -11149,6 +11075,11 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"ekW" = (
+/obj/machinery/air_sensor/nitrous_tank,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/n2o,
+/area/station/engineering/atmos)
"ekZ" = (
/obj/structure/disposalpipe/segment,
/obj/effect/landmark/navigate_destination,
@@ -11156,31 +11087,43 @@
name = "Security Delivery";
req_access = list("security")
},
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/station/security)
-"elb" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
-"eld" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Decontamination A"
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/station/security)
+"elb" = (
+/obj/structure/table/reinforced,
+/obj/structure/displaycase/forsale/kitchen{
+ pixel_y = 5
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenshutters";
+ name = "Kitchen Shutters"
},
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/main)
+/turf/open/floor/plating,
+/area/station/service/kitchen)
"elh" = (
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2,
/obj/structure/sign/warning/cold_temp/directional/west,
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
+"ell" = (
+/obj/structure/table,
+/obj/item/stack/rods/fifty,
+/obj/item/wrench,
+/obj/item/storage/box/lights/mixed,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"eln" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/station/commons/fitness/recreation/entertainment)
+/obj/structure/flora/tree/jungle/small/style_5,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"elv" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
dir = 4
@@ -11234,14 +11177,6 @@
},
/turf/open/floor/wood/parquet,
/area/station/command/heads_quarters/cmo)
-"elD" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar)
"elM" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -11251,6 +11186,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
+"elN" = (
+/obj/effect/landmark/start/hangover,
+/obj/machinery/light/small/directional/north,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"elR" = (
/obj/structure/table,
/obj/structure/window/spawner/directional/south,
@@ -11266,6 +11209,15 @@
"emd" = (
/turf/open/floor/iron,
/area/station/medical/chemistry)
+"emn" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple{
+ dir = 8
+ },
+/obj/machinery/holopad,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"emB" = (
/obj/machinery/door/airlock/maintenance{
name = "Maintenance"
@@ -11273,13 +11225,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"emC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/end,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"ena" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/reagent_dispensers/plumbed{
@@ -11295,6 +11240,15 @@
/obj/effect/landmark/navigate_destination/aiupload,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
+"enq" = (
+/obj/structure/cable,
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/machinery/status_display/ai/directional/north,
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"enE" = (
/obj/item/cultivator/rake,
/obj/structure/cable,
@@ -11304,6 +11258,11 @@
"enG" = (
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
+"enV" = (
+/obj/structure/closet/secure_closet/research_director,
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron/dark/small,
+/area/station/command/heads_quarters/rd)
"eoa" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -11314,18 +11273,16 @@
},
/turf/open/floor/iron,
/area/station/security/prison)
-"eod" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutters";
- name = "Kitchen Shutters"
+"eof" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 1
},
-/obj/effect/spawner/random/food_or_drink/donuts,
-/turf/open/floor/plating,
-/area/station/service/kitchen)
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"eoz" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -11341,13 +11298,10 @@
/obj/structure/broken_flooring/pile/directional/east,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"eoU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 9
- },
-/turf/open/space/basic,
-/area/space/nearstation)
+"eoM" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/station/maintenance/central/greater)
"epa" = (
/obj/machinery/telecomms/bus/preset_four,
/obj/effect/decal/cleanable/dirt,
@@ -11376,28 +11330,10 @@
},
/turf/open/floor/iron/white/textured_large,
/area/station/medical/medbay/lobby)
-"epr" = (
-/obj/structure/closet/emcloset,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
-"eps" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"epu" = (
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/station/security/prison/rec)
-"epO" = (
-/obj/structure/table/wood,
-/obj/item/cigarette/cigar/cohiba,
-/turf/open/floor/carpet,
-/area/station/commons/dorms)
"eqg" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -11405,17 +11341,6 @@
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
/area/station/security/tram)
-"eqk" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/security/glass{
- name = "Security Office"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/security/checkpoint/science)
"eqz" = (
/obj/effect/turf_decal/siding/white/corner{
dir = 8
@@ -11428,25 +11353,36 @@
},
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"eqB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/window/reinforced/plasma/spawner/directional/west,
+"eqG" = (
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
+"eqI" = (
/obj/structure/cable,
-/obj/machinery/power/energy_accumulator/tesla_coil/anchored,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"eqK" = (
-/obj/structure/easel,
-/obj/item/canvas/twentythree_twentythree,
-/obj/item/canvas/twentythree_twentythree,
-/turf/open/floor/iron,
-/area/station/commons/storage/art)
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"eqS" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/engineering/atmos/storage/gas)
+"erf" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
+/obj/machinery/door/airlock/hydroponics/glass{
+ name = "Hydroponics"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/service/hydroponics)
"erg" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -11455,15 +11391,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"ero" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/hallway/secondary/command)
"erA" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -11472,47 +11399,38 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"erB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"erE" = (
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood/tile,
/area/station/science/lower)
-"erJ" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table/greyscale,
-/obj/item/folder/yellow{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/clothing/glasses/meson,
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = -8;
- pixel_y = 14
- },
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"erK" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/thinplating_new,
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
+"erS" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
"erZ" = (
/obj/machinery/computer/records/security,
/turf/open/floor/iron/small,
/area/station/security/office)
-"esj" = (
-/obj/item/radio/intercom/directional/west,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/science/auxlab/firing_range)
-"ess" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+"esr" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
"esv" = (
/obj/docking_port/stationary{
dwidth = 4;
@@ -11524,16 +11442,14 @@
},
/turf/open/space/basic,
/area/space)
-"esA" = (
+"esz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/showroomfloor,
-/area/station/service/barber)
-"esE" = (
-/obj/machinery/libraryscanner,
-/obj/machinery/camera/autoname/directional/north,
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/central)
"esF" = (
/obj/structure/cable,
/obj/item/kirbyplants/organic/applebush,
@@ -11558,14 +11474,18 @@
/obj/structure/sign/departments/medbay/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"eta" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
+"ete" = (
/obj/structure/cable,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"etl" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
dir = 5
@@ -11587,16 +11507,6 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/circuit,
/area/station/maintenance/port/aft)
-"ety" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/junction,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"etX" = (
-/obj/structure/sign/warning/hot_temp/directional/east,
-/turf/open/floor/iron/stairs/right,
-/area/station/engineering/atmos)
"etZ" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/obj/effect/turf_decal/siding/wideplating/dark/corner{
@@ -11609,6 +11519,19 @@
/obj/machinery/seed_extractor,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"euh" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 6
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"eul" = (
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/white/small,
+/area/station/commons/fitness/locker_room)
"euq" = (
/obj/structure/cable,
/obj/item/kirbyplants/random/fullysynthetic,
@@ -11627,6 +11550,17 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
+"euz" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/closed/wall,
+/area/station/hallway/primary/central/aft)
+"euG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"euO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line{
@@ -11634,11 +11568,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"euP" = (
-/obj/structure/chair/office,
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"euR" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -11659,17 +11588,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"evm" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "Engine Room"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "engine_airlock_2"
- },
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/department/engine)
"evq" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -11677,80 +11595,60 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"evs" = (
-/obj/structure/flora/bush/flowers_br,
-/obj/structure/flora/bush/flowers_pp/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"evv" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 4
+ },
+/area/station/science/xenobiology)
+"evA" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"evM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/small,
/area/station/maintenance/department/engine)
-"ewh" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/eighties/red,
-/area/station/service/abandoned_gambling_den/gaming)
-"ewl" = (
-/turf/closed/mineral/random/stationside,
-/area/station/maintenance/fore/greater)
-"ewS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "AI Core shutters";
- name = "AI Core Shutter"
+"ewt" = (
+/obj/structure/cable,
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
},
-/turf/open/floor/iron/stairs,
-/area/station/ai_monitored/turret_protected/ai)
-"ewV" = (
-/obj/structure/sign/painting/large/library{
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/starboard/fore)
+"ewF" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/vending/coffee,
+/turf/open/floor/iron/white/corner{
dir = 1
},
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/area/station/hallway/secondary/dock)
"ewW" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"exr" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/machinery/air_sensor/oxygen_tank,
-/turf/open/floor/engine/o2,
-/area/station/engineering/atmos/space_catwalk)
-"exA" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/clothing/head/cone{
- pixel_x = -7;
- pixel_y = 9
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"exE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Pure to North Ports"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"exO" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/machinery/status_display/door_timer{
- id = "Cell 3";
- name = "Cell 3";
- pixel_y = -32
- },
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/iron/dark/small,
-/area/station/security/brig)
+"exM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"exQ" = (
/obj/structure/chair/stool/directional/north,
/obj/effect/turf_decal/siding/yellow,
@@ -11772,17 +11670,23 @@
/obj/structure/sink/directional/east,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"eyy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock{
- name = "Kitchen"
+"eyo" = (
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Distro Access"
},
-/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/firedoor,
/obj/structure/cable,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"eyB" = (
/obj/structure/cable,
/obj/machinery/door/firedoor,
@@ -11792,6 +11696,11 @@
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/turf/open/floor/iron/textured_half,
/area/station/security/lockers)
+"eyG" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"eyJ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -11800,16 +11709,6 @@
dir = 1
},
/area/station/ai_monitored/turret_protected/aisat/maint)
-"eyR" = (
-/obj/effect/turf_decal/siding/wood/end,
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"eyU" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/holopad,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
"eyZ" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/firealarm/directional/west,
@@ -11819,18 +11718,6 @@
/obj/structure/chair/stool/directional/west,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
-"ezu" = (
-/obj/structure/curtain/cloth,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/service/janitor)
"ezw" = (
/obj/structure/cable,
/obj/effect/landmark/start/hangover,
@@ -11857,28 +11744,16 @@
/obj/effect/mapping_helpers/requests_console/assistance,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain)
-"ezD" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 4
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"ezy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/small/directional/east,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/break_room)
"ezE" = (
/obj/vehicle/ridden/secway,
/turf/open/floor/plating,
/area/station/security/tram)
-"ezG" = (
-/obj/structure/railing,
-/obj/machinery/airalarm/directional/north,
-/obj/effect/mapping_helpers/airalarm/engine_access,
-/obj/effect/mapping_helpers/airalarm/link{
- chamber_id = "engine"
- },
-/obj/effect/mapping_helpers/airalarm/tlv_no_checks,
-/turf/open/floor/iron/stairs/old{
- dir = 4
- },
-/area/station/engineering/supermatter/room)
"ezM" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/wideplating/dark{
@@ -11887,11 +11762,6 @@
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
-"ezQ" = (
-/obj/machinery/firealarm/directional/west,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/break_room)
"ezS" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/showcase/cyborg/old{
@@ -11905,6 +11775,10 @@
},
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/teleporter)
+"ezV" = (
+/obj/machinery/computer/security/telescreen/prison/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/security/office)
"eAc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -11918,22 +11792,14 @@
/obj/machinery/light/floor,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"eAh" = (
+"eAm" = (
/obj/structure/cable,
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 4
- },
+/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+/area/station/maintenance/central/greater)
"eAn" = (
/obj/machinery/computer/mech_bay_power_console,
/obj/effect/turf_decal/siding/thinplating_new/light{
@@ -11965,14 +11831,6 @@
/obj/machinery/light/floor,
/turf/open/floor/noslip,
/area/station/medical/medbay/central)
-"eAC" = (
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
-"eAI" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1,
-/turf/open/space/basic,
-/area/space/nearstation)
"eAK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
@@ -11980,39 +11838,39 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/teleporter)
-"eAM" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/siding/dark_red{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/stone,
-/area/station/command/heads_quarters/hos)
-"eAQ" = (
-/obj/machinery/restaurant_portal/restaurant,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"eAY" = (
/turf/open/floor/grass,
/area/station/science/xenobiology)
+"eBd" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 5
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"eBe" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"eBE" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/weather/dirt{
- dir = 10
+"eBy" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
-/obj/structure/flora/bush/flowers_yw/style_3,
-/obj/structure/flora/bush/jungle/c/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/turf/open/floor/iron,
+/area/station/commons/storage/art)
+"eBC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"eBH" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -12062,32 +11920,28 @@
},
/turf/open/floor/iron/small,
/area/station/engineering/main)
-"eDb" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
+"eCM" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
},
-/obj/structure/flora/grass/jungle,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
-"eDe" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Maintenance"
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine/atmos)
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"eDh" = (
/obj/effect/spawner/structure/window/survival_pod,
/turf/open/floor/engine,
/area/station/ai_monitored/turret_protected/ai)
-"eDn" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/security/prison/workout)
+"eDi" = (
+/obj/structure/flora/bush/flowers_br,
+/obj/structure/flora/bush/flowers_pp,
+/obj/structure/flora/bush/flowers_yw,
+/obj/structure/flora/bush/pale,
+/turf/open/floor/grass,
+/area/station/hallway/primary/central/fore)
"eDo" = (
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
@@ -12099,6 +11953,20 @@
},
/turf/open/floor/catwalk_floor,
/area/station/engineering/break_room)
+"eDr" = (
+/obj/structure/table/glass,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell,
+/obj/machinery/status_display/evac/directional/north,
+/obj/structure/sign/directions/supply/directional/west,
+/obj/structure/sign/directions/engineering/directional/west{
+ pixel_y = 8
+ },
+/obj/structure/sign/directions/command/directional/west{
+ pixel_y = -8
+ },
+/turf/open/floor/iron/white,
+/area/station/hallway/primary/starboard)
"eDt" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -12187,12 +12055,6 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"eEX" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"eFc" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/firealarm/directional/west,
@@ -12235,13 +12097,6 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"eFw" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"eFy" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -12250,15 +12105,6 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron,
/area/station/security/prison)
-"eFD" = (
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
"eFO" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -12280,6 +12126,14 @@
/obj/effect/landmark/navigate_destination/eva,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"eFT" = (
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"eFV" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/circuit,
@@ -12315,6 +12169,12 @@
dir = 1
},
/area/station/science/lobby)
+"eGn" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"eGw" = (
/obj/machinery/camera/directional/west{
c_tag = "Engineering - Public Desk"
@@ -12334,16 +12194,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/smooth,
/area/station/engineering/break_room)
-"eGz" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/hydroponics/constructable,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"eGL" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -12362,16 +12212,17 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/white,
/area/station/medical/paramedic)
-"eHb" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/white/side{
- dir = 8
+"eGU" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
},
-/area/station/science/research)
+/obj/item/kirbyplants/random,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"eHa" = (
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/showroomfloor,
+/area/station/service/barber)
"eHe" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -12401,6 +12252,18 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron,
/area/station/security/prison/workout)
+"eHv" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ color = "#c45c57";
+ dir = 8
+ },
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
"eHy" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -12423,24 +12286,13 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/dark/textured,
/area/station/ai_monitored/turret_protected/ai)
-"eIv" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 9
- },
-/obj/machinery/atmospherics/components/tank,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/pumproom)
-"eIx" = (
-/obj/structure/chair/plastic{
- dir = 8
+"eIF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"eII" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/chair/stool/bamboo,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
+/obj/structure/table,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
"eIM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/disposalpipe/sorting/mail/flip{
@@ -12450,6 +12302,20 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"eIO" = (
+/obj/structure/chair/sofa/bench/right{
+ dir = 1
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - South"
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
"eIT" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/effect/turf_decal/stripes/line{
@@ -12459,15 +12325,10 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/plating,
/area/station/engineering/atmos/storage/gas)
-"eIX" = (
-/obj/machinery/light/cold/directional/south,
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/line,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
+"eIW" = (
+/obj/effect/spawner/random/structure/girder,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"eJe" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/turf/open/floor/iron/smooth,
@@ -12497,30 +12358,14 @@
/turf/open/misc/asteroid/airless,
/area/space/nearstation)
"eJJ" = (
-/obj/structure/flora/bush/flowers_br/style_random{
- pixel_x = -3;
- pixel_y = 4
- },
-/obj/effect/light_emitter/fake_outdoors,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/turf/open/floor/grass/Airless,
-/area/station/hallway/primary/central/aft)
-"eJL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1
},
-/obj/structure/sign/poster/official/random/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"eJN" = (
-/obj/structure/sign/painting/library{
- pixel_y = 32
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/turf/open/floor/iron/smooth,
-/area/station/service/library)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"eJP" = (
/obj/machinery/mech_bay_recharge_port{
dir = 1
@@ -12543,6 +12388,13 @@
dir = 4
},
/area/station/maintenance/starboard/greater)
+"eKD" = (
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/mail_sorting/service/library,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"eKP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -12558,6 +12410,16 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
+"eKY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/service/chapel/office)
"eLn" = (
/obj/machinery/door/airlock/glass{
name = "Gold Standard Law Firm"
@@ -12566,13 +12428,12 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/grimy,
/area/station/maintenance/starboard/greater)
-"eLw" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+"eLo" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Air to Pure"
},
-/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/iron,
-/area/station/science/xenobiology)
+/area/station/engineering/atmos)
"eLx" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -12586,25 +12447,31 @@
dir = 1
},
/area/station/ai_monitored/command/storage/eva)
-"eLM" = (
-/obj/structure/closet/firecloset,
-/obj/effect/turf_decal/tile/blue,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
-"eLZ" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Gas Port";
- dir = 8
+"eLB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/aft)
+"eMc" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/plating,
+/area/station/security/tram)
+"eMk" = (
/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/security/glass{
+ name = "Security Office"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/security/checkpoint/science)
"eMl" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/camera/autoname/directional/west,
@@ -12614,23 +12481,40 @@
/obj/effect/turf_decal/tile/blue/anticorner/contrasted,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"eMu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/airalarm/directional/east,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
+"eMp" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/clothing/glasses/meson{
+ pixel_x = -2;
+ pixel_y = 3
+ },
+/obj/item/clothing/glasses/meson{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/obj/item/clothing/glasses/meson{
+ pixel_x = 5;
+ pixel_y = 8
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"eMQ" = (
+/obj/machinery/light_switch/directional/east,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/commons/fitness/locker_room)
+"eMS" = (
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"eMU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
-"eNh" = (
-/obj/effect/turf_decal/siding/thinplating{
- dir = 1
- },
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
"eNl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -12639,19 +12523,6 @@
},
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai)
-"eNm" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube/curved,
-/turf/open/space/basic,
-/area/space/nearstation)
-"eNn" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/transit_tube/horizontal,
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"eNo" = (
/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty{
pixel_x = -6
@@ -12663,25 +12534,25 @@
/obj/effect/turf_decal/sand/plating,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"eNp" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/commons/storage/art)
"eNt" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
+"eNB" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"eND" = (
/obj/structure/cable/layer3,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/textured,
/area/station/ai_monitored/turret_protected/ai)
-"eNS" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/structure/steam_vent,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"eNU" = (
/obj/structure/table/reinforced,
/obj/item/phone{
@@ -12695,62 +12566,45 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
-"eNY" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
-"eOc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"eOk" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
-"eOh" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+/area/station/commons/storage/tools)
"eOt" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"eOP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/holopad,
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+"eOX" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/item/kirbyplants/random,
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"eOZ" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/coldroom)
-"ePc" = (
-/turf/closed/wall/r_wall,
-/area/station/hallway/primary/central/aft)
-"ePm" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
+"ePk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/flora/bush/flowers_br/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"ePn" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small/directional/south,
@@ -12760,26 +12614,35 @@
},
/turf/open/floor/iron,
/area/station/cargo/miningfoundry)
+"ePo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"ePt" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/flora/grass/jungle/a/style_4,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"ePy" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"ePL" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/pdapainter/research,
-/obj/machinery/computer/security/telescreen/rd/directional/north,
-/obj/effect/turf_decal/siding/purple{
- dir = 5
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/augments)
+"ePP" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/dark_red{
+ dir = 1
},
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
+/obj/structure/secure_safe/hos{
+ pixel_x = 15;
+ pixel_y = 28
+ },
+/turf/open/floor/stone,
+/area/station/command/heads_quarters/hos)
"ePV" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/west,
@@ -12818,13 +12681,6 @@
},
/turf/open/floor/wood/tile,
/area/station/science/lower)
-"eQp" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 9
- },
-/obj/structure/flora/bush/flowers_pp/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"eQt" = (
/turf/closed/wall,
/area/station/command/heads_quarters/rd)
@@ -12833,15 +12689,12 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/tram,
/area/station/security/tram)
-"eQO" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
+"eQF" = (
+/obj/effect/landmark/start/hangover,
+/obj/effect/spawner/random/engineering/tracking_beacon,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
"eQQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -12857,23 +12710,22 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"eRy" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/structure/steam_vent,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"eRX" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/small,
/area/station/medical/virology)
-"eSb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/chair/sofa/bench/right{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
"eSd" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -12891,31 +12743,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/catwalk_floor/iron,
/area/station/science/lower)
-"eSe" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"eSp" = (
-/obj/structure/chair/plastic{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"eSQ" = (
-/obj/machinery/newscaster/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"eSV" = (
/obj/structure/bed/maint,
/turf/open/floor/iron/small,
@@ -12940,16 +12767,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/teleporter)
-"eTf" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/light/cold/directional/west,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/firealarm/directional/west,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"eTi" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 4
@@ -12966,14 +12783,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/storage_shared)
-"eTl" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"eTr" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -12981,10 +12790,12 @@
/turf/open/floor/iron,
/area/station/security/prison)
"eTJ" = (
-/obj/structure/cable,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/lesser)
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"eTT" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -12993,6 +12804,15 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/white/small,
/area/station/science/cubicle)
+"eUa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
"eUb" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -13012,10 +12832,16 @@
/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/teleporter)
-"eUo" = (
-/obj/structure/cable,
-/turf/closed/wall,
-/area/station/service/bar)
+"eUv" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"eUA" = (
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"eUC" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -13045,15 +12871,6 @@
/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"eUR" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 1;
- name = "Gas to Cold Loop"
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
"eUZ" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 1
@@ -13087,39 +12904,6 @@
/obj/machinery/light/warm/directional/east,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port/aft)
-"eVj" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"eVk" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 5
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"eVm" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
"eVz" = (
/obj/machinery/camera/directional/west{
c_tag = "AI Sat - Antechamber";
@@ -13130,6 +12914,13 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
+"eVH" = (
+/obj/structure/window/spawner/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
"eVI" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/turf/open/floor/iron/smooth,
@@ -13140,45 +12931,32 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"eVQ" = (
-/obj/structure/table/glass,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell,
-/obj/machinery/status_display/evac/directional/north,
-/obj/structure/sign/directions/supply/directional/west,
-/obj/structure/sign/directions/engineering/directional/west{
- pixel_y = 8
+"eVX" = (
+/obj/structure/statue/sandstone/venus{
+ dir = 8;
+ pixel_y = -15
},
-/obj/structure/sign/directions/command/directional/west{
- pixel_y = -8
+/obj/structure/flora/bush/flowers_pp,
+/obj/structure/flora/bush/flowers_br/style_3,
+/obj/effect/dummy/lighting_obj,
+/obj/effect/light_emitter/fake_outdoors,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/floor/iron/white,
-/area/station/hallway/primary/starboard)
+/turf/open/floor/grass/Airless,
+/area/station/hallway/primary/central/aft)
"eVY" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"eWf" = (
-/obj/structure/closet/cardboard,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+"eWk" = (
+/obj/effect/turf_decal/siding/wood/corner{
dir = 8
},
-/obj/item/airlock_painter,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"eWj" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{
- dir = 4;
- initialize_directions = 8
- },
-/obj/effect/turf_decal/siding/thinplating_new/dark/end{
- dir = 1
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
+/turf/open/floor/wood,
+/area/station/service/chapel)
"eWB" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -13194,13 +12972,21 @@
"eWI" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/aft)
-"eWJ" = (
-/obj/structure/easel,
-/obj/item/canvas/twentythree_twentythree,
-/obj/item/canvas/twentythree_twentythree,
-/obj/machinery/newscaster/directional/south,
+"eWO" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 8
+ },
+/area/station/science/xenobiology)
+"eWP" = (
+/obj/effect/turf_decal/siding/wideplating/dark,
/turf/open/floor/iron,
-/area/station/commons/storage/art)
+/area/station/commons/fitness/locker_room)
"eWY" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -13209,27 +12995,6 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"eXb" = (
-/obj/machinery/atmospherics/components/binary/pump/off/general/visible{
- name = "Plasma to Pure";
- color = "#BF40BF";
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"eXd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"eXo" = (
/turf/closed/wall/r_wall,
/area/station/tcommsat/server)
@@ -13239,6 +13004,13 @@
/obj/item/storage/crayons,
/turf/open/floor/iron,
/area/station/security/prison/workout)
+"eXB" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/spawner/random/structure/closet_maintenance,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"eXK" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/structure/table/wood,
@@ -13247,15 +13019,13 @@
},
/turf/open/floor/stone,
/area/station/maintenance/aft)
-"eXS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
+"eXR" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/landmark/start/hangover,
+/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
"eXW" = (
@@ -13268,19 +13038,6 @@
"eYc" = (
/turf/open/floor/iron/dark/textured,
/area/station/ai_monitored/turret_protected/ai)
-"eYh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"eYk" = (
/obj/structure/cable,
/obj/machinery/computer/station_alert{
@@ -13300,6 +13057,10 @@
},
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/equipment)
+"eYB" = (
+/obj/effect/turf_decal/siding/wood/end,
+/turf/open/floor/wood,
+/area/station/service/chapel)
"eYD" = (
/obj/structure/railing{
dir = 8
@@ -13317,6 +13078,19 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
+"eYH" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/station/science/lower)
+"eYM" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Project Room"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"eYY" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/window/spawner/directional/east,
@@ -13326,56 +13100,28 @@
},
/turf/open/misc/sandy_dirt,
/area/station/maintenance/port/lesser)
-"eZb" = (
-/obj/structure/closet/secure_closet/research_director,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/command/heads_quarters/rd)
-"eZt" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/turf/open/floor/plating,
-/area/station/engineering/engine_smes)
-"eZM" = (
-/obj/structure/cable/layer3,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark/textured,
-/area/station/ai_monitored/turret_protected/ai)
-"faa" = (
-/turf/open/floor/iron/smooth,
-/area/station/service/library)
-"fac" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/structure/grille,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/plating,
-/area/station/hallway/primary/central/fore)
-"fah" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron/dark/corner{
+"eZi" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/station/science/xenobiology)
-"faq" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
+/obj/effect/turf_decal/trimline/neutral/line,
/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
+ dir = 1
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/central/aft)
+"eZj" = (
+/obj/structure/window/spawner/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
+"eZM" = (
+/obj/structure/cable/layer3,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark/textured,
+/area/station/ai_monitored/turret_protected/ai)
"fav" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/machinery/computer/security/telescreen/entertainment/directional/west,
@@ -13407,21 +13153,15 @@
},
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"faY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/ammo_casing/spent{
- pixel_x = 5;
- pixel_y = 6
+"faS" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - CO2"
},
-/obj/item/ammo_casing/spent,
-/obj/item/ammo_casing/spent{
- pixel_x = 4;
- pixel_y = -2
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/carbon_output{
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
"fbe" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -13429,6 +13169,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
+"fbi" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/catwalk_floor/iron_smooth,
+/area/station/engineering/break_room)
"fbj" = (
/obj/structure/table/wood,
/obj/machinery/computer/pod/old,
@@ -13441,10 +13185,6 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"fbs" = (
-/obj/effect/spawner/random/trash,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
"fbt" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -13452,14 +13192,10 @@
},
/turf/open/floor/iron,
/area/station/security/tram)
-"fbF" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/firealarm/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+"fby" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"fbG" = (
/obj/effect/turf_decal/stripes/white/corner{
dir = 4
@@ -13467,15 +13203,16 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/dark/small,
/area/station/security/execution/education)
-"fbI" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+"fbL" = (
+/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior,
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/turf/open/floor/engine,
+/area/station/maintenance/disposal/incinerator)
"fbM" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/opposingcorners,
@@ -13526,38 +13263,23 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"fcI" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Atmospherics - Airlock"
- },
-/obj/structure/cable,
-/obj/structure/sign/warning/vacuum/external/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
-"fcV" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped/layer2{
- dir = 4
+"fcv" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input,
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
+"fcU" = (
+/obj/structure/window/spawner/directional/south,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -20;
+ pixel_y = 3
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/obj/structure/flora/bush/generic,
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/locker_room)
+"fcW" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"fdi" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/neutral/line{
@@ -13578,6 +13300,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
+"fdv" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"fdy" = (
/obj/structure/railing{
dir = 1
@@ -13588,19 +13318,6 @@
},
/turf/open/floor/catwalk_floor,
/area/station/engineering/break_room)
-"fdA" = (
-/obj/structure/chair/sofa/bench/right{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
"fdE" = (
/obj/machinery/door/airlock/command{
name = "Chief Engineer's Bedroom"
@@ -13618,14 +13335,6 @@
dir = 1
},
/area/station/science/lower)
-"fdH" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/machinery/duct,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"fdM" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -13635,10 +13344,6 @@
},
/turf/open/floor/plating,
/area/station/science/robotics/lab)
-"fen" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/closed/wall,
-/area/station/service/kitchen)
"feo" = (
/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
/obj/effect/turf_decal/tile/yellow,
@@ -13646,30 +13351,46 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
-"feQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/item/trash/flare{
- pixel_x = 11;
- pixel_y = 21
- },
-/obj/effect/turf_decal/tile/neutral{
+"feL" = (
+/obj/effect/turf_decal/weather/dirt{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/dark/corner{
- dir = 4
- },
-/area/station/hallway/primary/central/fore)
+/obj/structure/flora/bush/flowers_pp,
+/obj/structure/cable,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"feR" = (
+/turf/open/floor/carpet,
+/area/station/service/library)
+"ffi" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
"ffp" = (
/obj/structure/closet/firecloset,
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"ffq" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/hallway)
+"ffx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden,
+/obj/structure/cable,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"ffD" = (
/obj/machinery/conveyor/inverted{
dir = 10;
@@ -13677,22 +13398,32 @@
},
/turf/open/floor/plating,
/area/station/service/janitor)
-"ffE" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 9
+"ffK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/poddoor{
+ id = "Secure Storage top";
+ name = "Secure Storage"
},
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
-/obj/structure/sign/poster/official/random/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/storage_shared)
"ffL" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"fga" = (
-/turf/open/floor/wood,
-/area/station/security/detectives_office)
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "External Gas to Loop"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"ffO" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "atmos to engine"
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"fgk" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/machinery/status_display/door_timer{
@@ -13733,6 +13464,19 @@
},
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
+"fgT" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/bush/flowers_br/style_random,
+/obj/structure/flora/bush/flowers_pp,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/north{
+ low_power_nightshift_lights = 1
+ },
+/obj/effect/turf_decal/weather/dirt,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"fgW" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/vending/drugs,
@@ -13761,24 +13505,33 @@
},
/turf/open/floor/iron/small,
/area/station/security/office)
-"fhG" = (
-/obj/machinery/button/transport/tram/directional/south{
- id = 1;
- specific_transport_id = "bird_2"
+"fhp" = (
+/obj/structure/table,
+/obj/effect/spawner/random/food_or_drink/donkpockets{
+ pixel_y = 6
},
-/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
-"fhX" = (
-/obj/structure/table/greyscale,
-/obj/item/lightreplacer{
- pixel_y = 7
+/obj/effect/turf_decal/siding{
+ dir = 8
},
-/obj/item/lightreplacer{
- pixel_y = 2;
- pixel_x = -2
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
+"fhT" = (
+/obj/structure/sink/directional/east,
+/obj/structure/mirror/directional/west,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
+"fhZ" = (
+/obj/structure/chair/sofa/bench/right{
+ dir = 4
},
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/hallway/secondary/entry)
"fib" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -13797,18 +13550,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"fiq" = (
-/obj/machinery/computer/atmos_control/nitrous_tank,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"fiv" = (
-/obj/structure/table/wood,
-/obj/item/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 7
- },
-/turf/open/floor/carpet,
-/area/station/service/library)
+"fik" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/eighties,
+/area/station/service/abandoned_gambling_den/gaming)
"fiw" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/table,
@@ -13820,30 +13565,56 @@
/obj/item/plate,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
-"fiI" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"fiT" = (
-/obj/item/kirbyplants/random,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"fiK" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 2
},
-/obj/machinery/light_switch/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/mail_sorting/medbay/general,
+/obj/machinery/duct,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
+"fiW" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
-"fjv" = (
/obj/structure/disposalpipe/segment{
dir = 10
},
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/chair/sofa/bench/right,
+/turf/open/floor/stone,
+/area/station/service/chapel)
+"fjp" = (
+/obj/machinery/door/airlock{
+ id_tag = "Cabin1";
+ name = "Cabin 1"
+ },
+/turf/open/floor/carpet/orange,
+/area/station/commons/dorms)
+"fjq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"fjB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/button/door/directional/east{
+ id = "Secure Storage top";
+ name = "Secure engineering storage";
+ req_access = list("engine_equip")
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/supermatter/room)
+"fjJ" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"fjL" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
@@ -13854,6 +13625,10 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/wood/tile,
/area/station/science/lower)
+"fjQ" = (
+/obj/structure/chair/stool/directional/east,
+/turf/open/floor/carpet/blue,
+/area/station/commons/dorms)
"fjV" = (
/obj/item/radio/intercom/directional/south{
broadcasting = 1;
@@ -13867,6 +13642,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai)
+"fkd" = (
+/obj/structure/chair/stool/directional/south,
+/obj/machinery/holopad,
+/obj/effect/landmark/start/cargo_technician,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
"fkj" = (
/obj/machinery/porta_turret/ai{
dir = 4
@@ -13883,18 +13664,56 @@
/obj/item/mod/module/signlang_radio,
/turf/open/floor/iron/small,
/area/station/medical/storage)
+"fkF" = (
+/obj/structure/table/wood,
+/obj/item/pen/red{
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/obj/item/pen/blue{
+ pixel_x = -6;
+ pixel_y = 12
+ },
+/turf/open/floor/carpet,
+/area/station/service/library)
+"fkN" = (
+/obj/structure/mannequin/plastic,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/station/cargo/boutique)
+"fkS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/red/line,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"fkT" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/alien/weeds,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"fld" = (
-/obj/structure/disposalpipe/segment{
+"fla" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/siding/white{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/aft)
+"flh" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix Outlet Pump"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"flo" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -13908,20 +13727,18 @@
},
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"flE" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Canister Storage"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/storage/gas)
-"flK" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/effect/spawner/random/entertainment/arcade{
+"flw" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_yw/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"flD" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
+/turf/open/floor/iron/smooth,
+/area/station/command/gateway)
"flM" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -13933,18 +13750,14 @@
/obj/item/flashlight/lantern,
/turf/open/floor/plating/rust,
/area/station/maintenance/starboard/greater)
-"fmb" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 10
+"fme" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/structure/flora/bush/sparsegrass,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"fmf" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/landmark/event_spawn,
@@ -13963,15 +13776,15 @@
/turf/open/floor/plating,
/area/station/security/prison/work)
"fmD" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/effect/turf_decal/arrows/red{
+ dir = 4;
+ pixel_x = -15
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"fmH" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -13984,23 +13797,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/service/chapel/funeral)
-"fmY" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/light/cold/directional/north,
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/iron/dark/side{
- dir = 9
- },
-/area/station/science/ordnance/testlab)
-"fna" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
"fnd" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
/turf/closed/wall/r_wall,
@@ -14015,20 +13811,9 @@
/obj/effect/landmark/start/depsec/science,
/turf/open/floor/iron,
/area/station/security/checkpoint/science)
-"fno" = (
-/obj/structure/table/reinforced,
-/obj/structure/displaycase/forsale/kitchen{
- pixel_y = 5
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutters";
- name = "Kitchen Shutters"
- },
-/turf/open/floor/plating,
-/area/station/service/kitchen)
+"fnq" = (
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"fnw" = (
/obj/structure/chair{
pixel_y = -2
@@ -14041,21 +13826,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"fnD" = (
-/obj/structure/bed{
- dir = 4
- },
-/obj/effect/spawner/random/bedsheet{
- dir = 4
- },
-/obj/machinery/button/door/directional/south{
- id = "Cabin4";
- name = "Cabin Bolt Control";
- normaldoorcontrol = 1;
- specialfunctions = 4
- },
-/turf/open/floor/carpet,
-/area/station/commons/dorms)
"fnI" = (
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/dark/side{
@@ -14102,6 +13872,26 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"fok" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"fot" = (
+/obj/effect/turf_decal/trimline/white/line,
+/obj/effect/turf_decal/trimline/white/mid_joiner,
+/obj/item/radio/intercom/directional/south,
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood,
+/area/station/commons/fitness/recreation)
"fov" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/vending/security,
@@ -14123,24 +13913,23 @@
dir = 8
},
/area/station/science/xenobiology)
-"foJ" = (
-/obj/effect/spawner/random/structure/crate,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
"foL" = (
/obj/structure/sign/poster/official/random/directional/north,
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"foQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+"fpe" = (
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 9
+ },
+/obj/machinery/shower/directional/east,
+/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/main)
"fpg" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -14177,19 +13966,16 @@
/obj/effect/mapping_helpers/airlock/access/all/science/research,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
-"fpF" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 8
- },
-/obj/machinery/door/airlock/external{
- name = "Turbine Interior Airlock"
- },
+"fpN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/disposal/incinerator)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"fpO" = (
/turf/closed/wall/r_wall,
/area/station/command/heads_quarters/ce)
@@ -14201,21 +13987,6 @@
"fpY" = (
/turf/closed/mineral/random/stationside,
/area/station/ai_monitored/aisat/exterior)
-"fpZ" = (
-/obj/item/radio/intercom/directional/east,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/bin,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"fqE" = (
-/obj/structure/chair/comfy/black{
- dir = 1
- },
-/obj/effect/landmark/start/chaplain,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
"fqG" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14223,11 +13994,13 @@
/obj/structure/cable,
/turf/open/floor/iron/white/side,
/area/station/science/research)
-"fqQ" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+"fqT" = (
+/obj/machinery/computer/slot_machine{
+ pixel_y = 2
+ },
+/obj/machinery/computer/security/telescreen/entertainment/directional/west,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"frf" = (
/obj/structure/table/glass,
/obj/item/defibrillator/loaded{
@@ -14236,10 +14009,34 @@
/obj/item/defibrillator/loaded,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"fri" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/structure/cable,
+/obj/machinery/door/airlock{
+ id_tag = "commiss2";
+ name = "Commissary"
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"frj" = (
+/obj/machinery/air_sensor/nitrogen_tank,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
"frC" = (
-/obj/structure/chair/stool/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/starboard/fore)
+/obj/effect/turf_decal/tile/neutral/full,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/maintenance/central/lesser)
+"frE" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - Central Aft"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"frI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -14253,27 +14050,41 @@
/obj/machinery/door/window/brigdoor/right/directional/north,
/turf/open/floor/iron/textured_large,
/area/station/security/checkpoint/customs)
-"fse" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"fsk" = (
/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair{
+ dir = 1;
+ pixel_y = -2
+ },
+/obj/machinery/duct,
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/area/station/maintenance/department/medical/central)
"fsl" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/small/directional/east,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
+"fsq" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small/dim/directional/north,
+/obj/item/reagent_containers/cup/glass/bottle/vodka{
+ pixel_y = 18;
+ pixel_x = -8
+ },
+/obj/item/reagent_containers/cup/glass/bottle/rum{
+ pixel_y = 21;
+ pixel_x = 3
+ },
+/obj/item/reagent_containers/cup/glass/bottle/whiskey{
+ pixel_y = 11
+ },
+/obj/item/reagent_containers/cup/glass/bottle/gin{
+ pixel_x = -6
+ },
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"fst" = (
/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
/obj/effect/mapping_helpers/broken_floor,
@@ -14285,28 +14096,6 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"fsv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/hallway/primary/central/aft)
-"fsB" = (
-/obj/machinery/light/small/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
-"fsH" = (
-/obj/machinery/button/door/directional/north{
- id = "Cabin4";
- name = "Cabin Bolt Control";
- normaldoorcontrol = 1
- },
-/turf/closed/wall,
-/area/station/service/abandoned_gambling_den)
"fsL" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -14314,26 +14103,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/xenobiology)
-"fsN" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/pipe_scrubber,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"fsS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
-/turf/open/floor/wood,
-/area/station/service/chapel/office)
"fsT" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
+"fsV" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Pure to Ports"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"fsW" = (
/obj/effect/turf_decal/siding/wood{
dir = 6
@@ -14343,19 +14124,9 @@
},
/turf/open/floor/wood/tile,
/area/station/maintenance/aft)
-"ftc" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/siding/wideplating{
- dir = 1
- },
-/obj/structure/closet/emcloset,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/camera/directional/west{
- c_tag = "Atmospherics - Lockers"
- },
-/obj/structure/sign/poster/official/random/directional/south,
+"ftb" = (
/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/engineering/atmos/project)
"fts" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -14391,27 +14162,16 @@
},
/turf/open/floor/iron,
/area/station/security/warden)
-"ftA" = (
-/obj/structure/flora/grass/jungle/b/style_random,
-/obj/machinery/camera/directional/north,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
-"ftH" = (
-/obj/effect/spawner/random/structure/crate_abandoned,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
-"ftQ" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/airlock/vault{
- name = "Vault"
- },
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/effect/mapping_helpers/airlock/access/all/supply/vault,
+"ftC" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/dark/herringbone,
-/area/station/ai_monitored/command/nuke_storage)
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"ftX" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
@@ -14442,53 +14202,54 @@
/obj/effect/mapping_helpers/airlock/access/all/command/minisat,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
-"fuB" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
+"fuu" = (
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 1
},
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/turf_decal/tile/brown{
+/obj/machinery/light/cold/directional/south,
+/obj/structure/disposalpipe/sorting/mail/flip{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/obj/effect/mapping_helpers/mail_sorting/security/detectives_office,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"fuD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"fuC" = (
-/obj/machinery/door/poddoor/incinerator_atmos_aux,
-/turf/open/floor/engine/airless,
-/area/station/maintenance/disposal/incinerator)
+/turf/open/floor/iron/white/small,
+/area/station/service/janitor)
"fuL" = (
/obj/docking_port/stationary/escape_pod{
dir = 2
},
/turf/open/space/basic,
/area/space)
-"fuT" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
+"fuV" = (
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 1
},
+/obj/structure/chair,
+/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
-"fuZ" = (
-/obj/structure/window/spawner/directional/east,
-/obj/structure/window/spawner/directional/west,
-/obj/machinery/light/floor,
-/obj/structure/flora/bush/sparsegrass,
-/obj/structure/flora/bush/flowers_br,
-/obj/structure/flora/bush/flowers_pp,
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
+/area/station/commons/storage/tools)
+"fva" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
+ dir = 10
+ },
+/obj/machinery/shower/directional/west,
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 6
+ },
+/obj/structure/fireaxecabinet/directional/east,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/office)
"fvh" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/disposaloutlet{
@@ -14497,6 +14258,15 @@
/obj/structure/disposalpipe/trunk,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
+"fvj" = (
+/obj/structure/window/spawner/directional/south,
+/obj/machinery/light/small/directional/north,
+/obj/structure/flora/bush/flowers_yw/style_random,
+/obj/structure/flora/rock/pile/style_random{
+ pixel_x = 32
+ },
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/locker_room)
"fvs" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -14531,6 +14301,11 @@
},
/turf/open/floor/iron/dark,
/area/station/security/processing)
+"fvS" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange,
+/obj/structure/lattice,
+/turf/open/misc/asteroid/airless,
+/area/space/nearstation)
"fwc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -14581,19 +14356,16 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/station/hallway/secondary/entry)
-"fxf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/wood/parquet,
-/area/station/medical/psychology)
-"fxh" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
+"fxa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/service/hydroponics)
+/area/station/maintenance/department/medical/central)
+"fxi" = (
+/turf/open/floor/iron/dark/small,
+/area/station/science/xenobiology)
"fxF" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -14601,18 +14373,22 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
+"fxH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"fxN" = (
/obj/structure/table,
/turf/open/floor/iron/kitchen/small,
/area/station/maintenance/aft)
-"fxV" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Pure to Waste"
+"fxW" = (
+/obj/machinery/restaurant_portal/restaurant,
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"fyo" = (
/obj/structure/table,
/obj/machinery/light/small/directional/east,
@@ -14656,6 +14432,32 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
+"fyL" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/effect/turf_decal/siding/purple{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/purple,
+/obj/item/storage/box/bodybags{
+ pixel_x = -4;
+ pixel_y = 9
+ },
+/obj/machinery/light_switch/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
+"fyW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"fyZ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -14687,6 +14489,11 @@
},
/turf/open/floor/iron/white,
/area/station/medical/virology)
+"fzw" = (
+/obj/machinery/light/floor,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar)
"fzx" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -14695,12 +14502,34 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating/rust,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"fzM" = (
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron/white/side{
- dir = 4
+"fzA" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 5
},
-/area/station/science/xenobiology)
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"fzI" = (
+/obj/machinery/door/airlock{
+ id_tag = "Cabin3";
+ name = "Cabin 3"
+ },
+/turf/open/floor/carpet/blue,
+/area/station/commons/dorms)
+"fzT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L6";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"fAr" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/structure/barricade/wooden/crude,
@@ -14726,10 +14555,13 @@
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
"fAy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/smooth_large,
-/area/station/science/auxlab/firing_range)
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/railing,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
"fAJ" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -14768,10 +14600,6 @@
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"fBg" = (
-/obj/machinery/status_display/evac/directional/east,
-/turf/open/floor/glass,
-/area/station/hallway/primary/central/aft)
"fBj" = (
/obj/structure/table,
/obj/item/grenade/smokebomb{
@@ -14784,17 +14612,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"fBr" = (
-/obj/structure/table,
-/obj/machinery/light/small/directional/east,
-/obj/item/clothing/head/utility/hardhat/welding{
- pixel_x = 7;
- pixel_y = 13
- },
-/obj/item/clothing/shoes/cowboy/lizard{
- pixel_x = -2
+"fBs" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
},
-/turf/open/floor/iron/dark/small,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/small,
/area/station/commons/fitness/locker_room)
"fBw" = (
/obj/structure/cable,
@@ -14802,12 +14625,24 @@
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"fBy" = (
-/obj/structure/table,
-/obj/item/folder,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
+"fBB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/stone,
+/area/station/service/bar)
+"fBN" = (
+/obj/structure/flora/bush/flowers_yw/style_3{
+ pixel_x = 3;
+ pixel_y = 2
+ },
+/obj/machinery/light/floor,
+/obj/effect/light_emitter/fake_outdoors,
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/turf/open/floor/grass/Airless,
+/area/station/hallway/primary/central/aft)
"fBO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/tank_holder/extinguisher,
@@ -14820,16 +14655,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
-"fBZ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Emitters"
- },
-/obj/machinery/power/energy_accumulator/tesla_coil,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"fCd" = (
/turf/open/floor/wood,
/area/station/cargo/miningfoundry)
@@ -14862,20 +14687,17 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
+"fCC" = (
+/obj/structure/reflector/single/anchored{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"fCS" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
-"fCW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/storage_shared)
"fDd" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -14902,9 +14724,19 @@
},
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
+"fDC" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"fDI" = (
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"fDJ" = (
+/obj/structure/cable,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
"fDL" = (
/obj/structure/cable/layer3,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -14918,12 +14750,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
-"fDO" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/closed/wall,
-/area/station/engineering/atmos/storage/gas)
"fDQ" = (
/obj/machinery/flasher/directional/north,
/turf/open/floor/iron/dark/smooth_large,
@@ -14977,43 +14803,21 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/engineering/lobby)
-"fEi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/obj/structure/sign/poster/official/plasma_effects/directional/west,
-/obj/effect/mapping_helpers/apc/cell_10k,
-/turf/open/floor/iron/smooth_corner{
- dir = 4
- },
-/area/station/engineering/supermatter/room)
"fEq" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"fEr" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 10
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"fEC" = (
/turf/closed/wall,
/area/station/maintenance/port/lesser)
+"fEF" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 5
+ },
+/turf/open/floor/eighties,
+/area/station/hallway/primary/central/fore)
"fEU" = (
/obj/structure/table,
/obj/item/multitool{
@@ -15026,17 +14830,14 @@
},
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
-"fFe" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing{
- dir = 4
+"fEX" = (
+/obj/structure/table/wood,
+/obj/item/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 7
},
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/carpet,
+/area/station/service/library)
"fFt" = (
/obj/structure/chair/wood{
dir = 8
@@ -15044,31 +14845,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/service/chapel/funeral)
-"fFu" = (
-/turf/open/floor/iron/stairs/medium,
-/area/station/engineering/atmos)
-"fFv" = (
-/obj/machinery/light/floor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
-"fFw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"fFD" = (
/obj/effect/turf_decal/siding/blue,
/obj/effect/landmark/start/paramedic,
@@ -15096,12 +14872,6 @@
},
/turf/open/floor/iron/small,
/area/station/maintenance/department/electrical)
-"fFR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"fFT" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -15155,54 +14925,24 @@
},
/turf/open/floor/plating/rust,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"fGm" = (
-/obj/structure/cable,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"fGn" = (
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
-"fGz" = (
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+"fGk" = (
+/obj/machinery/smartfridge,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenshutters";
+ name = "Kitchen Shutters"
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"fGB" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"fGO" = (
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
+"fGT" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/machinery/chem_dispenser,
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron,
-/area/station/medical/chemistry)
-"fGT" = (
-/obj/structure/window/spawner/directional/north,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -20;
- pixel_y = -11
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/structure/flora/bush/flowers_yw/style_random,
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/locker_room)
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
"fGU" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 1
@@ -15213,6 +14953,13 @@
/obj/structure/sign/warning/pods/directional/west,
/turf/open/floor/iron/dark,
/area/station/engineering/hallway)
+"fGW" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 5
+ },
+/obj/structure/flora/bush/large/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"fHf" = (
/obj/structure/bed/maint,
/obj/effect/spawner/random/maintenance,
@@ -15228,14 +14975,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"fHy" = (
-/obj/machinery/camera/directional/south,
-/obj/structure/flora/bush/flowers_pp/style_2,
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"fHD" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -15244,66 +14983,60 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/storage_shared)
-"fHE" = (
+"fHK" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/button/door/directional/north{
+ name = "Lock Control";
+ id = "Toilet2";
+ specialfunctions = 4;
+ normaldoorcontrol = 1
+ },
+/obj/machinery/light/small/directional/west,
+/obj/structure/sign/poster/contraband/random/directional/west,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
+"fHN" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=21.0-Bar-Porthall";
+ location = "20.0-CentralPort-Bar"
},
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"fHJ" = (
/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/exodrone_launcher,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"fHT" = (
/obj/machinery/newscaster/directional/south,
/obj/machinery/vending/wardrobe/science_wardrobe,
/turf/open/floor/iron/white,
/area/station/science/research)
-"fIc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/machinery/airalarm/directional/north,
-/obj/item/wrench,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron/white/small,
-/area/station/science/server)
-"fIe" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
-/obj/effect/landmark/start/security_officer,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"fIf" = (
/obj/structure/filingcabinet/filingcabinet,
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
"fIj" = (
-/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
-/obj/machinery/door/airlock/hydroponics/glass{
- name = "Hydroponics"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half{
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
+"fIl" = (
+/obj/structure/chair/wood{
dir = 8
},
-/area/station/service/hydroponics)
-"fIq" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/sparsegrass,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/machinery/light/floor,
+/turf/open/floor/stone,
+/area/station/service/bar)
+"fIw" = (
+/obj/effect/landmark/navigate_destination/dockescpod,
+/turf/open/floor/plating,
+/area/station/maintenance/department/medical/central)
"fJl" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -15325,13 +15058,6 @@
/obj/effect/mapping_helpers/airlock/access/all/command/minisat,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/ai_monitored/turret_protected/aisat/teleporter)
-"fJt" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{
- dir = 8;
- initialize_directions = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"fJK" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -15345,24 +15071,6 @@
},
/turf/open/floor/iron,
/area/station/science/xenobiology)
-"fJP" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"fJX" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/transit_tube/crossing/horizontal{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"fJZ" = (
/obj/structure/closet/firecloset,
/obj/effect/turf_decal/tile/yellow{
@@ -15375,12 +15083,22 @@
dir = 1
},
/area/station/hallway/primary/aft)
+"fKa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
"fKc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
+"fKd" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/holopad,
+/turf/open/floor/iron,
+/area/station/science/ordnance/testlab)
"fKl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -15395,31 +15113,27 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/space/basic,
/area/space/nearstation)
-"fKA" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
+"fKN" = (
+/obj/effect/landmark/event_spawn,
+/obj/machinery/computer/security/telescreen/test_chamber/directional/west,
+/turf/open/floor/iron/white/side{
+ dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/area/station/science/xenobiology)
+"fKP" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"fKN" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
+/area/station/science/lower)
+"fKT" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{
+ dir = 4
},
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"fKR" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/disposal/bin,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/airalarm/directional/north,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/turf_decal/stripes/box,
/turf/open/floor/iron,
-/area/station/engineering/hallway)
+/area/station/engineering/atmos)
"fLf" = (
/obj/structure/cable/layer3,
/obj/structure/cable,
@@ -15430,20 +15144,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
-"fLj" = (
-/obj/item/clothing/head/cone{
- pixel_x = -12;
- pixel_y = 5
- },
-/obj/effect/decal/cleanable/insectguts,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos)
+"fLg" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/assembly/mousetrap/armed,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"fLk" = (
/obj/effect/turf_decal/tile/green{
dir = 8
@@ -15481,29 +15187,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
-"fLy" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/table,
-/obj/item/reagent_containers/condiment/pack/sugar{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/reagent_containers/cup/glass/coffee/no_lid{
- pixel_y = 13;
- pixel_x = 6
- },
-/obj/item/plate/small{
- pixel_y = 1;
- pixel_x = -4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/food/butterbiscuit{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"fLC" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/opposingcorners,
@@ -15524,14 +15207,35 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"fLH" = (
-/obj/structure/closet/wardrobe/black,
-/obj/machinery/light/small/directional/west,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 9
+"fLF" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ location = "QM #2"
},
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/obj/effect/turf_decal/delivery,
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light/small/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
+"fLI" = (
+/obj/effect/spawner/random/structure/crate,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/aft)
+"fLJ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/obj/machinery/holopad,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"fLK" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -15545,41 +15249,20 @@
/turf/open/floor/iron,
/area/station/security)
"fLL" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/condiment/peppermill{
- pixel_x = 3
- },
-/obj/item/reagent_containers/condiment/saltshaker{
- pixel_x = -3
- },
-/obj/machinery/door/firedoor/border_only{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutters";
- name = "Kitchen Shutters"
- },
-/obj/effect/spawner/random/food_or_drink/condiment,
-/turf/open/floor/plating,
-/area/station/service/kitchen)
-"fMa" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Aft Corridor"
- },
/obj/structure/cable,
-/turf/open/floor/iron/textured_half,
-/area/station/hallway/primary/aft)
-"fMi" = (
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
-"fMk" = (
-/obj/effect/landmark/start/assistant,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/maintenance/hallway/abandoned_command)
+"fLR" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/station/commons/fitness/recreation/entertainment)
+"fMg" = (
+/obj/structure/chair/stool/directional/north,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/starboard/fore)
"fMs" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -15620,34 +15303,6 @@
/obj/effect/turf_decal/stripes/box,
/turf/open/floor/mineral/titanium,
/area/station/command/heads_quarters/ce)
-"fMD" = (
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"fMH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/status_display/evac/directional/west,
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"fMP" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/binoculars{
- pixel_x = -7;
- pixel_y = 13
- },
-/obj/item/phone{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"fMQ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -15659,6 +15314,12 @@
},
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
+"fMX" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"fNb" = (
/obj/effect/turf_decal/arrows{
dir = 8
@@ -15686,6 +15347,20 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"fNC" = (
+/obj/structure/chair/sofa/bench/right{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/station/hallway/primary/central/fore)
+"fND" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced/spawner/directional/west,
+/turf/open/space/basic,
+/area/space/nearstation)
"fNF" = (
/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
@@ -15698,14 +15373,6 @@
/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/catwalk_floor,
/area/station/ai_monitored/turret_protected/ai)
-"fNQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 9
- },
-/obj/structure/railing/corner,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"fNR" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/left/directional/north{
@@ -15720,6 +15387,32 @@
/obj/effect/turf_decal/bot_white,
/turf/open/floor/iron/small,
/area/station/medical/storage)
+"fNW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"fNZ" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"fOg" = (
/obj/effect/spawner/random/maintenance,
/obj/effect/turf_decal/sand/plating,
@@ -15732,37 +15425,51 @@
},
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
+"fOq" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
+"fOJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark/herringbone,
+/area/station/ai_monitored/command/nuke_storage)
+"fOM" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/airalarm/directional/east,
+/obj/structure/table/reinforced,
+/obj/item/folder/yellow{
+ pixel_x = 2
+ },
+/obj/item/reagent_containers/cup/glass/mug/coco{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/machinery/light_switch/directional/north,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/break_room)
"fOQ" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/north,
/turf/open/floor/iron,
/area/station/security/prison/workout)
-"fPb" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
+"fOW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"fPu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable/layer3,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
-"fPx" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/smooth,
-/area/station/service/library)
-"fPz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/effect/mapping_helpers/airlock/unres,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"fPO" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -15778,6 +15485,21 @@
/obj/structure/alien/weeds,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"fPV" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/hallway/secondary/dock)
"fPY" = (
/obj/effect/turf_decal/siding/yellow/corner{
dir = 4
@@ -15800,14 +15522,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"fQK" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"fQL" = (
/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/hidden{
dir = 8
@@ -15822,26 +15536,14 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat_interior)
-"fRm" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
+"fRl" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple{
dir = 8
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"fRq" = (
/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
dir = 4
@@ -15878,6 +15580,23 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"fRV" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"fRX" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Study"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"fSe" = (
/turf/closed/wall/rust,
/area/station/cargo/miningfoundry)
@@ -15886,18 +15605,12 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/security/prison)
-"fSs" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"fSt" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+"fSg" = (
+/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
+ dir = 4
},
-/obj/effect/spawner/random/vending/colavend,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"fSx" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -15920,6 +15633,11 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/iron/white/small,
/area/station/medical/psychology)
+"fSU" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"fSX" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -15953,14 +15671,6 @@
"fTh" = (
/turf/closed/wall/r_wall/rust,
/area/station/ai_monitored/turret_protected/aisat_interior)
-"fTr" = (
-/obj/effect/turf_decal/siding/thinplating{
- dir = 6
- },
-/obj/machinery/light/small/directional/south,
-/obj/structure/sign/poster/official/random/directional/east,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
"fTt" = (
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
@@ -15973,23 +15683,32 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
+"fTB" = (
+/obj/machinery/atmospherics/components/unary/passive_vent/layer2{
+ dir = 4
+ },
+/turf/open/misc/asteroid/airless,
+/area/space/nearstation)
"fTD" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"fTE" = (
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/siding/wideplating_new/terracotta,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
"fTM" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"fTS" = (
+/obj/machinery/computer/atmos_control/nitrogen_tank{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"fUb" = (
/obj/effect/turf_decal/arrows{
dir = 8
@@ -16016,6 +15735,12 @@
/obj/effect/mapping_helpers/airlock/access/all/science/general,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
+"fUC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"fUI" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -16023,26 +15748,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"fUL" = (
-/obj/structure/table/wood,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -2;
- pixel_y = 4
- },
-/turf/open/floor/carpet,
-/area/station/service/library)
-"fUN" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/red/line,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
"fUO" = (
/obj/machinery/turretid{
control_area = "/area/station/ai_monitored/turret_protected/aisat_interior";
@@ -16073,11 +15778,6 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"fUS" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"fUT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -16094,6 +15794,12 @@
},
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
+"fVl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/stone,
+/area/station/service/bar)
"fVy" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
/obj/effect/turf_decal/siding/green{
@@ -16107,10 +15813,20 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron/small,
/area/station/security/checkpoint/engineering)
+"fVF" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/sparsegrass,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"fVG" = (
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
+"fVM" = (
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"fVU" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -16118,27 +15834,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"fWe" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/firealarm/directional/west,
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - West"
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
+"fWi" = (
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 1
},
-/area/station/engineering/supermatter/room)
-"fWl" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/stairs,
-/area/station/maintenance/port/greater)
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"fWr" = (
/obj/structure/closet/crate,
/obj/structure/barricade/wooden/crude,
@@ -16150,46 +15853,16 @@
/obj/item/kirbyplants/random,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port/aft)
-"fWC" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"fWJ" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"fWO" = (
-/obj/structure/bookcase/random,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"fWT" = (
/obj/machinery/vending/assist,
/obj/machinery/firealarm/directional/west,
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"fXe" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/atmos/glass{
- name = "Locker Room"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"fXg" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -16220,18 +15893,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"fXm" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -20;
- pixel_y = 3
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"fXo" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/closed/wall/r_wall,
-/area/station/maintenance/department/engine)
"fXB" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -16251,6 +15912,12 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/security/tram)
+"fXG" = (
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"fXJ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -16266,45 +15933,25 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"fXU" = (
+"fYe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/item/fuel_pellet,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
-"fYg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
-/obj/effect/turf_decal/siding/thinplating_new{
+/obj/effect/turf_decal/siding/wood/corner,
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"fYl" = (
+/obj/structure/chair/office,
+/obj/structure/railing/corner{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
-"fYn" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
-"fYo" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 8
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
"fYr" = (
/obj/structure/table,
/obj/item/extinguisher/empty,
@@ -16312,44 +15959,31 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
-"fYK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+"fYC" = (
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
+"fYH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
+"fYJ" = (
+/obj/structure/table/wood,
+/obj/structure/displaycase/forsale/kitchen{
+ pixel_y = 8
},
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"fYU" = (
/obj/effect/spawner/random/structure/crate_loot,
/obj/item/pickaxe,
/obj/effect/spawner/random/maintenance,
/turf/open/misc/asteroid,
/area/station/maintenance/department/engine/atmos)
-"fZi" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"fZj" = (
-/obj/machinery/light/small/directional/east,
-/obj/machinery/power/shieldwallgen/xenobiologyaccess,
-/obj/structure/cable/multilayer,
-/turf/open/floor/plating,
-/area/station/science/xenobiology)
"fZp" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -16361,32 +15995,32 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
-"fZL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
-"fZR" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
+"fZG" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
},
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
-"fZV" = (
-/obj/effect/turf_decal/stripes/line{
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
+"fZK" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement{
+ dir = 1;
+ pixel_y = 5
+ },
+/turf/open/floor/carpet,
+/area/station/service/library)
+"fZZ" = (
+/obj/structure/chair/sofa/bench/left{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
"gad" = (
/obj/structure/table/bronze,
/obj/item/food/grown/cannabis{
@@ -16419,26 +16053,17 @@
},
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/hop)
-"gan" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research{
- name = "Mech Bay"
+"gaj" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/mechbay)
-"gay" = (
-/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/line,
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 10
},
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"gaF" = (
/obj/machinery/stasis{
dir = 4
@@ -16485,19 +16110,32 @@
/obj/effect/mapping_helpers/requests_console/assistance,
/turf/open/floor/iron/white/small,
/area/station/science/lab)
+"gbj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/floor,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
+"gby" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"gbD" = (
/obj/machinery/hydroponics/soil,
/obj/item/food/grown/mushroom/reishi,
/obj/structure/alien/weeds,
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
-"gbE" = (
-/obj/effect/turf_decal/siding/purple{
- dir = 10
+"gbG" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
},
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output,
-/turf/open/floor/engine/plasma,
-/area/station/engineering/atmos/space_catwalk)
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"gbH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -16510,20 +16148,19 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"gbI" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/requests_console/auto_name/directional/west,
-/obj/effect/mapping_helpers/requests_console/supplies,
-/turf/open/floor/stone,
-/area/station/service/bar)
"gbM" = (
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
+"gcg" = (
+/obj/structure/chair{
+ name = "Defense"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/security/courtroom)
"gcs" = (
/turf/closed/wall,
/area/space/nearstation)
@@ -16535,38 +16172,6 @@
/obj/effect/spawner/random/structure/crate_abandoned,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"gcM" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
-"gcR" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"gda" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
"gdn" = (
/obj/item/kirbyplants/organic/applebush,
/obj/effect/turf_decal/tile/red{
@@ -16582,15 +16187,10 @@
"gdr" = (
/turf/closed/wall/rust,
/area/station/maintenance/fore/lesser)
-"gdw" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/service/barber)
+"gdx" = (
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"gdA" = (
/obj/structure/railing/corner{
dir = 8
@@ -16625,12 +16225,19 @@
},
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"gdM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"gdF" = (
+/obj/structure/railing/corner{
+ dir = 8
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/turf/open/floor/iron,
+/area/station/commons/dorms)
+"gdL" = (
+/obj/effect/turf_decal/siding/wideplating,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/main)
"geb" = (
/obj/structure/table/reinforced/plastitaniumglass,
/obj/item/flashlight/lamp/green,
@@ -16643,14 +16250,6 @@
/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"ger" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 4
- },
-/obj/structure/flora/bush/flowers_pp/style_random,
-/obj/structure/flora/bush/large/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"geu" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -16669,6 +16268,16 @@
/obj/machinery/light/small/directional/west,
/turf/open/misc/sandy_dirt,
/area/station/hallway/primary/central/fore)
+"geH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red,
+/obj/structure/sign/warning/no_smoking/circle/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron,
+/area/station/security)
"geJ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -16701,6 +16310,16 @@
/obj/effect/mapping_helpers/airlock/access/all/command/general,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/ai_monitored/turret_protected/aisat/foyer)
+"gfm" = (
+/obj/structure/chair/office{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"gfs" = (
/turf/closed/wall/r_wall,
/area/station/hallway/secondary/command)
@@ -16721,15 +16340,6 @@
},
/turf/open/floor/plating,
/area/station/engineering/supermatter/room)
-"gfF" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/structure/chair{
- pixel_y = -2
- },
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"gfJ" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -16744,17 +16354,30 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"gfV" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
+"gfQ" = (
+/obj/machinery/light/small/directional/east,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
},
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
+/turf/open/floor/iron/smooth_large,
+/area/station/science/auxlab/firing_range)
"gfZ" = (
/obj/structure/window/spawner/directional/west,
/obj/effect/turf_decal/sand/plating,
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"ggc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/public/glass{
+ name = "Departure Lounge"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 1
+ },
+/area/station/hallway/secondary/exit/departure_lounge)
"ggh" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
@@ -16780,21 +16403,10 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"ggB" = (
-/obj/machinery/door/airlock{
- name = "Unit B";
- id_tag = "Toilet3"
- },
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"ggH" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/structure/filingcabinet/employment,
-/turf/open/floor/wood/tile,
-/area/station/service/lawoffice)
+"ggK" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
"ggN" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 9
@@ -16811,6 +16423,15 @@
},
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
+"ggY" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ pixel_x = -1;
+ pixel_y = -3
+ },
+/obj/item/stack/cable_coil,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"ghc" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -16822,23 +16443,19 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"ghd" = (
-/obj/machinery/firealarm/directional/east,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 5
- },
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
-"ghk" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
+"ghj" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
},
-/turf/open/floor/wood,
-/area/station/service/chapel)
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
+"ghl" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"ghs" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -16862,10 +16479,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/medical/virology)
-"ghy" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/station/hallway/primary/port)
"ghC" = (
/obj/structure/cable,
/obj/structure/chair/office/light{
@@ -16895,18 +16508,15 @@
/obj/item/kirbyplants/random,
/turf/open/floor/iron,
/area/station/science/lower)
-"ghM" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
+"ghL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/obj/structure/disposalpipe/segment,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"ghQ" = (
/obj/machinery/nuclearbomb/selfdestruct,
/turf/open/floor/circuit/green,
@@ -16917,6 +16527,17 @@
},
/turf/open/floor/plating,
/area/station/service/janitor)
+"ghX" = (
+/obj/structure/spider/stickyweb,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"gia" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input{
+ dir = 1
+ },
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
"giq" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -16928,12 +16549,6 @@
/obj/machinery/nuclearbomb/beer,
/turf/open/floor/iron/freezer,
/area/station/command/corporate_suite)
-"giv" = (
-/obj/machinery/light/small/directional/east,
-/obj/structure/table/wood,
-/obj/item/book/manual/wiki/tgc,
-/turf/open/floor/carpet/green,
-/area/station/commons/dorms)
"giU" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta{
dir = 1
@@ -16955,53 +16570,40 @@
/obj/machinery/digital_clock/directional/south,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"giW" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 1
- },
-/obj/structure/cable,
-/obj/effect/landmark/start/botanist,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"giX" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"giY" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"gjo" = (
-/obj/structure/closet/secure_closet/bar,
-/obj/item/stack/spacecash/c1,
-/obj/item/stack/spacecash/c1,
-/obj/item/stack/spacecash/c1,
-/obj/item/stack/spacecash/c1,
-/obj/item/stack/spacecash/c1,
-/obj/machinery/airalarm/directional/north,
-/obj/structure/reagent_dispensers/beerkeg,
-/obj/structure/reagent_dispensers/beerkeg,
-/obj/effect/turf_decal/siding/wood{
+"gjc" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
+ },
+/obj/machinery/light/small/directional/south,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"gjg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
-"gjz" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/machinery/gibber,
-/obj/effect/turf_decal/weather/snow/corner{
- dir = 6
+/turf/open/floor/iron/dark/corner,
+/area/station/science/xenobiology)
+"gjn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
+"gjI" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
"gjL" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
@@ -17010,48 +16612,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/tcommsat/server)
-"gjP" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = -2;
- pixel_y = 9
- },
-/obj/item/clothing/suit/hazardvest{
- pixel_x = -3;
- pixel_y = -7
- },
-/obj/item/clothing/suit/hazardvest{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = 3;
- pixel_y = 6
- },
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/clothing/head/cone{
- pixel_x = 6;
- pixel_y = -8
- },
-/obj/item/clothing/head/cone{
- pixel_x = -3;
- pixel_y = -14
- },
-/obj/item/clothing/head/cone{
- pixel_x = 6;
- pixel_y = -8
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"gjS" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta{
dir = 1
@@ -17062,44 +16622,6 @@
/obj/effect/turf_decal/siding/yellow,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"gjX" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=1.5-PNexus-Vault";
- location = "1.0-Security-PNexus"
- },
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"gkf" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"gki" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 8
- },
-/turf/open/floor/iron/kitchen/small,
-/area/station/security/breakroom)
"gkq" = (
/obj/structure/transport/linear/tram,
/obj/effect/turf_decal/stripes/white/corner,
@@ -17109,6 +16631,13 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"gkv" = (
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/white/small,
+/area/station/science/server)
"gkw" = (
/obj/structure/cable,
/obj/machinery/light_switch/directional/west,
@@ -17122,12 +16651,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"gkz" = (
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
- dir = 5
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"gkE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/flora/bush/flowers_pp/style_random,
@@ -17142,20 +16665,18 @@
dir = 8
},
/area/station/engineering/main)
-"glJ" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
+"gln" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
+ dir = 4
+ },
/obj/effect/turf_decal/siding/wideplating,
-/obj/structure/closet/firecloset,
-/obj/machinery/light/small/directional/east,
-/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"gls" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/radio/off{
- pixel_x = 1;
- pixel_y = 3
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/maintenance/central/greater)
"glM" = (
/obj/effect/turf_decal/trimline/neutral/line,
/obj/effect/turf_decal/trimline/neutral/line{
@@ -17163,16 +16684,28 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"glO" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/item/kirbyplants/random,
-/obj/machinery/light/small/directional/west,
-/obj/machinery/firealarm/directional/north,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+"glT" = (
+/obj/effect/landmark/event_spawn,
+/obj/structure/table,
+/obj/machinery/reagentgrinder{
+ pixel_y = 9;
+ pixel_x = 4
},
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
+/obj/item/reagent_containers/condiment/peppermill{
+ pixel_x = 3
+ },
+/obj/item/reagent_containers/condiment/saltshaker{
+ pixel_x = -3
+ },
+/obj/item/reagent_containers/condiment/enzyme{
+ pixel_x = -7;
+ pixel_y = 6
+ },
+/obj/effect/turf_decal/siding{
+ dir = 5
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"glY" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/rack,
@@ -17183,12 +16716,19 @@
/obj/item/wrench/medical,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
-"gmd" = (
-/obj/machinery/vending/dinnerware,
-/obj/machinery/requests_console/auto_name/directional/south,
-/obj/effect/mapping_helpers/requests_console/supplies,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
+"gmf" = (
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
+"gml" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research/glass{
+ name = "Break Room"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
"gmm" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -17207,14 +16747,26 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/cryo)
-"gnd" = (
-/turf/closed/wall,
-/area/station/engineering/atmos/office)
"gnA" = (
/obj/structure/cable,
/obj/machinery/light/small/directional/north,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
+"gnL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"gnQ" = (
/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden,
/obj/effect/spawner/structure/window,
@@ -17238,6 +16790,10 @@
},
/turf/open/floor/light/colour_cycle/dancefloor_b,
/area/station/maintenance/starboard/central)
+"goa" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"gom" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
@@ -17248,6 +16804,16 @@
"gow" = (
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
+"goA" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"goB" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
@@ -17286,12 +16852,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"gpw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
"gpy" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/toy/plush/slimeplushie{
@@ -17299,6 +16859,11 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
+"gpA" = (
+/obj/effect/turf_decal/siding/thinplating/terracotta,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"gpI" = (
/turf/closed/wall,
/area/station/command/heads_quarters/ce)
@@ -17314,19 +16879,28 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron/dark/small,
/area/station/medical/virology)
-"gpS" = (
+"gpP" = (
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 9
},
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 8
},
-/obj/effect/turf_decal/trimline/neutral/line,
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
+"gpT" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 9
+ },
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
+"gpV" = (
+/obj/structure/chair/stool/directional/north,
+/turf/open/floor/carpet/orange,
+/area/station/commons/dorms)
"gqb" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -17341,6 +16915,10 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
+"gqh" = (
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"gqs" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 10
@@ -17355,28 +16933,13 @@
/obj/structure/spider/stickyweb,
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
-"gqW" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/trash,
-/turf/open/floor/iron/stairs{
- dir = 8
+"gqY" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 10
},
-/area/station/maintenance/port/greater)
-"grg" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/duct,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"grl" = (
-/obj/structure/flora/bush/flowers_br/style_random,
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"grm" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -17387,14 +16950,6 @@
/obj/machinery/atmospherics/components/unary/outlet_injector/on,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/execution/education)
-"gro" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Pure to South Ports"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"grx" = (
/obj/machinery/vending/wardrobe/medi_wardrobe,
/obj/structure/window/reinforced/spawner/directional/west,
@@ -17409,17 +16964,23 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/department/engine/atmos)
-"grS" = (
-/obj/effect/landmark/start/assistant,
-/obj/effect/turf_decal/tile/neutral,
+"grH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted,
+/obj/machinery/computer/security/telescreen/interrogation/directional/north,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"gsc" = (
-/obj/machinery/light/small/directional/east,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+/area/station/security)
+"grS" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research{
+ name = "Gun Lab"
},
-/turf/open/floor/iron/smooth_large,
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/auxlab/firing_range)
"gsh" = (
/obj/structure/cable,
@@ -17440,22 +17001,24 @@
/obj/effect/landmark/start/scientist,
/turf/open/floor/iron/white/small,
/area/station/science/lab)
-"gsD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"gsW" = (
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Engineering Storage"
},
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+/turf/open/floor/iron/smooth_half{
dir = 8
},
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
-"gsW" = (
-/obj/machinery/bluespace_vendor/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
+/area/station/engineering/main)
"gsY" = (
/turf/open/floor/iron/smooth,
/area/station/engineering/break_room)
+"gtk" = (
+/obj/structure/hedge,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 10
+ },
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"gto" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -17480,6 +17043,11 @@
/obj/effect/landmark/start/depsec/engineering,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
+"gtH" = (
+/turf/open/floor/iron/stairs/left{
+ dir = 4
+ },
+/area/station/hallway/secondary/recreation)
"gtJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -17489,44 +17057,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/central)
-"gtT" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/table,
-/obj/item/stock_parts/subspace/analyzer,
-/obj/item/stock_parts/subspace/analyzer,
-/obj/item/stock_parts/subspace/analyzer,
-/obj/item/stock_parts/capacitor{
- pixel_x = -7;
- pixel_y = 9
- },
-/obj/item/stock_parts/capacitor{
- pixel_x = -7;
- pixel_y = 9
- },
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/storage/tcomms)
-"gtU" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
-/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/storage_shared)
-"gub" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Distro to Waste"
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"gun" = (
/obj/machinery/firealarm/directional/east,
/obj/effect/turf_decal/tile/red{
@@ -17534,70 +17064,31 @@
},
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/exit/departure_lounge)
-"guu" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/rock/pile/jungle/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"guz" = (
/obj/structure/cable,
/obj/item/kirbyplants/random,
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
-"guA" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"guC" = (
/obj/effect/turf_decal/tile/green/half/contrasted,
/obj/structure/closet/l3closet/virology,
/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"guX" = (
-/obj/structure/cable,
-/obj/machinery/light/small/directional/west,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 8
+"guK" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/machinery/status_display/door_timer{
+ id = "Cell 3";
+ name = "Cell 3";
+ pixel_y = -32
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/iron/dark/small,
+/area/station/security/brig)
"guY" = (
/turf/closed/wall,
/area/station/service/chapel/storage)
-"gvg" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/structure/rack,
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
-"gvB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/computer/turbine_computer{
- dir = 4
- },
-/obj/machinery/light_switch/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
-"gvC" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"gvV" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/chair/office{
@@ -17607,17 +17098,23 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
-"gwi" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 8
+"gwa" = (
+/obj/structure/chair{
+ dir = 1
},
-/obj/machinery/newscaster/directional/west,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -20;
- pixel_y = -8
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/checker,
+/area/station/security/breakroom)
+"gwc" = (
+/obj/machinery/door/airlock/external{
+ name = "Atmospherics External Access"
},
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"gwl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -17628,6 +17125,32 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/small,
/area/station/engineering/atmos/storage/gas)
+"gwm" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"gwx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"gwQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/radio/intercom/directional/east,
@@ -17640,10 +17163,6 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"gwT" = (
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"gwV" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -17691,11 +17210,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"gxp" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/maintenance/central/lesser)
+"gxl" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/structure/filingcabinet/employment,
+/turf/open/floor/wood/tile,
+/area/station/service/lawoffice)
"gxq" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -17738,13 +17260,8 @@
/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
-/turf/open/misc/sandy_dirt,
-/area/station/security/tram)
-"gxK" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/supermatter/room)
+/turf/open/misc/sandy_dirt,
+/area/station/security/tram)
"gxL" = (
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron,
@@ -17771,6 +17288,12 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"gyc" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 8
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"gyd" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/window/spawner/directional/east,
@@ -17804,6 +17327,18 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/engineering/supermatter/room)
+"gyx" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/obj/machinery/newscaster/directional/north,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"gyy" = (
+/obj/structure/table/wood,
+/turf/open/floor/stone,
+/area/station/service/bar)
"gzs" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 5
@@ -17837,14 +17372,6 @@
"gzF" = (
/turf/closed/wall/r_wall,
/area/station/security/prison/rec)
-"gzL" = (
-/obj/structure/window/reinforced/plasma/spawner/directional/west,
-/obj/effect/turf_decal/stripes/white/full,
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"gzY" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
@@ -17857,22 +17384,11 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"gAo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/iron/cafeteria,
-/area/station/security/prison/mess)
-"gAt" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/camera/autoname/directional/north,
-/obj/structure/cable,
-/obj/structure/sign/painting/large/library{
- dir = 1
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+"gAu" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/extinguisher_cabinet/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"gAA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -17881,15 +17397,23 @@
dir = 5
},
/area/station/science/research)
-"gAB" = (
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/port/aft)
-"gAF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
+"gAC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
+"gAH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"gAJ" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/iron,
@@ -17903,21 +17427,13 @@
},
/turf/open/floor/iron,
/area/station/security/warden)
-"gAW" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"gBe" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/structure/railing/corner/end{
- dir = 4
+"gBg" = (
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"gBh" = (
/turf/closed/mineral/random/stationside,
/area/station/maintenance/department/engine/atmos)
@@ -17940,25 +17456,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"gBj" = (
-/obj/structure/flora/bush/flowers_yw/style_3{
- pixel_y = -3
- },
-/obj/structure/flora/bush/flowers_br/style_random{
- pixel_x = -6;
- pixel_y = -6
- },
-/obj/structure/flora/bush/flowers_pp{
- pixel_y = -5;
- pixel_x = -3
- },
-/obj/machinery/light/floor,
-/obj/effect/light_emitter/fake_outdoors,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/turf/open/floor/grass/Airless,
-/area/station/hallway/primary/central/aft)
"gBk" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -17968,6 +17465,12 @@
"gBu" = (
/turf/closed/wall/r_wall,
/area/station/security/prison/mess)
+"gBw" = (
+/obj/machinery/ticket_machine/directional/north,
+/turf/open/floor/iron/half{
+ dir = 8
+ },
+/area/station/hallway/primary/central/fore)
"gBx" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/table/glass,
@@ -17996,21 +17499,12 @@
},
/turf/open/floor/catwalk_floor,
/area/station/engineering/break_room)
-"gBG" = (
-/obj/effect/turf_decal/siding/wideplating,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"gBT" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/structure/secure_safe/caps_spare,
/obj/structure/table/glass,
/turf/open/floor/glass/reinforced,
/area/station/command/bridge)
-"gBV" = (
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/glass,
-/area/station/hallway/primary/central/aft)
"gCe" = (
/obj/structure/cable,
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -18025,14 +17519,13 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"gCn" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/cold/directional/east,
-/obj/effect/turf_decal/tile/neutral,
-/obj/item/radio/intercom/directional/east,
-/obj/structure/disposalpipe/segment,
+"gCl" = (
+/obj/machinery/light/floor,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/central/aft)
"gCo" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -18042,10 +17535,6 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/tcommsat/server)
-"gCp" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"gCq" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_dark,
@@ -18068,61 +17557,35 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"gCP" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
+"gCI" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"gCR" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/machinery/newscaster/directional/east,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/fax{
+ fax_name = "Law Office";
+ name = "Law Office Fax Machine"
},
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood/tile,
+/area/station/service/lawoffice)
"gCT" = (
/turf/closed/wall,
/area/station/hallway/secondary/command)
"gDc" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/storage/box/lights/mixed{
- pixel_x = -20;
- pixel_y = -2
- },
-/obj/item/storage/box/lights/mixed{
- pixel_x = 6;
- pixel_y = 12
- },
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/item/grenade/chem_grenade/cleaner{
- pixel_x = 8;
- pixel_y = 6
- },
-/obj/item/grenade/chem_grenade/cleaner{
- pixel_x = 5;
- pixel_y = 1
- },
-/turf/open/floor/iron/small,
-/area/station/commons)
-"gDe" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/structure/railing,
-/obj/structure/sign/warning/electric_shock/directional/north,
-/turf/open/floor/iron/stairs/old{
- dir = 8
+/obj/structure/table/reinforced,
+/obj/item/folder/blue{
+ pixel_y = 2
},
-/area/station/engineering/supermatter/room)
+/obj/item/pen,
+/obj/machinery/airalarm/directional/south,
+/obj/machinery/status_display/evac/directional/east,
+/turf/open/floor/circuit/red,
+/area/station/ai_monitored/turret_protected/ai)
"gDk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -18140,29 +17603,14 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"gDq" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/light/small/directional/east,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 9
- },
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/engineering/supermatter/room)
"gDs" = (
/obj/structure/lattice,
/obj/structure/window/spawner/directional/south,
/turf/open/space/basic,
/area/space/nearstation)
-"gDu" = (
-/obj/structure/cable,
-/obj/structure/chair/stool/directional/north,
+"gDB" = (
/turf/open/floor/iron,
-/area/station/security/prison/workout)
+/area/station/science/lower)
"gDC" = (
/obj/structure/lattice,
/obj/structure/railing{
@@ -18182,28 +17630,13 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"gDJ" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
-"gDO" = (
-/obj/structure/cable/layer3,
+"gDS" = (
+/obj/machinery/light/small/directional/east,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/window/left/directional/south{
- name = "AI Security Door"
- },
-/obj/machinery/flasher/directional/east{
- id = "ai"
- },
-/turf/open/floor/circuit/red,
-/area/station/ai_monitored/turret_protected/ai)
-"gDW" = (
-/obj/structure/chair/wood{
- dir = 8
- },
-/obj/machinery/light/floor,
-/turf/open/floor/stone,
-/area/station/service/bar)
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/break_room)
"gEc" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
@@ -18213,23 +17646,23 @@
/obj/machinery/digital_clock/directional/north,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"gEy" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/railing/corner,
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+"gEx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/airalarm/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 10
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"gED" = (
+/turf/open/floor/iron/grimy,
+/area/station/service/janitor)
+"gEG" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/security/office)
"gEH" = (
/turf/closed/wall/r_wall,
/area/station/security/evidence)
@@ -18243,32 +17676,19 @@
/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron,
/area/station/cargo/office)
-"gEL" = (
-/obj/structure/displaycase/trophy,
-/obj/effect/turf_decal/siding/wood{
+"gEM" = (
+/obj/structure/chair/sofa/bench/right{
dir = 4
},
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"gEN" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/dark_red{
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/stone,
-/area/station/command/heads_quarters/hos)
-"gET" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 1
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
-/obj/machinery/power/apc/auto_name/directional/north,
+/obj/effect/landmark/start/assistant,
/turf/open/floor/iron,
-/area/station/security/brig/entrance)
+/area/station/hallway/primary/fore)
"gFg" = (
/obj/machinery/computer/cargo/request,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -18277,6 +17697,12 @@
},
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
+"gFm" = (
+/obj/machinery/light/dim/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"gFs" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -18316,14 +17742,10 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
-"gFM" = (
-/obj/structure/chair/stool/bar/directional/north,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/hallway/primary/central/aft)
+"gFU" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"gFX" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
@@ -18351,14 +17773,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/textured_half,
/area/station/security/processing)
-"gGi" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes/line{
+"gGk" = (
+/obj/machinery/status_display/evac/directional/north,
+/turf/open/floor/iron/stairs/right{
dir = 4
},
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
+/area/station/hallway/secondary/recreation)
"gGl" = (
/obj/structure/bed/double{
dir = 1
@@ -18380,6 +17800,15 @@
/obj/structure/chair,
/turf/open/floor/wood,
/area/station/cargo/miningfoundry)
+"gGx" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"gGB" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -18400,10 +17829,18 @@
},
/turf/open/floor/iron/small,
/area/station/medical/morgue)
-"gHb" = (
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/glass,
-/area/station/hallway/primary/central/aft)
+"gGV" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research{
+ name = "Augment Corridor"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/augments)
"gHe" = (
/obj/structure/rack,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -18414,6 +17851,10 @@
/obj/item/melee/chainofcommand,
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
+"gHg" = (
+/obj/machinery/status_display/ai/directional/east,
+/turf/open/floor/glass,
+/area/station/hallway/primary/central/aft)
"gHl" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
@@ -18421,16 +17862,11 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
-"gHn" = (
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
-"gHz" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
+"gHD" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
"gHP" = (
/obj/structure/hedge,
/obj/effect/mapping_helpers/broken_floor,
@@ -18463,25 +17899,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/command/gateway)
-"gIm" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Library"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/textured_half,
-/area/station/service/library)
-"gIr" = (
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "Atmospherics Blast Door"
- },
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos)
"gIs" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -18491,11 +17908,20 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"gIu" = (
-/obj/machinery/light/warm/directional/south,
+"gIv" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/item/radio/intercom/directional/east,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"gIx" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -18504,23 +17930,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"gIz" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/door/airlock/external/glass{
- name = "North Tanks Airlock"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
"gIF" = (
/obj/effect/turf_decal/siding/green,
/turf/open/floor/iron/dark/small,
@@ -18536,20 +17945,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"gIM" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"gIS" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/cup/glass/bottle/holywater,
@@ -18563,10 +17958,15 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron,
/area/station/security)
-"gJg" = (
+"gIW" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/poddoor{
+ id = "Secure Storage below";
+ name = "Secure Storage"
+ },
+/turf/open/floor/plating/rust,
+/area/station/engineering/main)
"gJo" = (
/turf/open/floor/iron/stairs{
dir = 8
@@ -18578,38 +17978,34 @@
},
/turf/open/floor/iron/freezer,
/area/station/command/corporate_suite)
-"gJs" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/siding/wideplating,
-/obj/structure/closet/secure_closet/atmospherics,
-/obj/item/clothing/head/utility/welding{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"gJu" = (
/obj/structure/closet,
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/light/small/directional/north,
/turf/open/floor/carpet/royalblue,
/area/station/command/corporate_suite)
-"gJJ" = (
+"gJD" = (
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+ dir = 9
},
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"gJO" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/components/unary/passive_vent,
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"gJE" = (
+/obj/structure/cable,
+/obj/machinery/power/emitter/welded,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"gJQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/stack/spacecash/c1,
+/obj/item/cigarette/cigar/havana,
+/turf/open/floor/light/colour_cycle/dancefloor_b,
+/area/station/maintenance/starboard/central)
"gJS" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -18636,20 +18032,26 @@
"gKs" = (
/turf/closed/wall,
/area/station/maintenance/disposal/incinerator)
-"gKz" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
-/turf/closed/wall/r_wall,
-/area/station/engineering/hallway)
"gKE" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/broken_flooring/pile/directional/east,
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"gKF" = (
-/obj/effect/spawner/random/structure/grille,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
+"gKH" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
+/obj/machinery/door/airlock/command/glass{
+ name = "Telecommunications Server Room"
+ },
+/obj/machinery/atmospherics/pipe/heat_exchanging/junction,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "comms-entrance-north"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/tcommsat/server)
"gKK" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -18665,6 +18067,15 @@
"gKL" = (
/turf/closed/wall/r_wall,
/area/station/engineering/break_room)
+"gKQ" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"gKT" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/turf/open/floor/plating,
@@ -18672,20 +18083,25 @@
"gLb" = (
/turf/closed/wall,
/area/station/medical/virology)
-"gLe" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
+"gLg" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/camera/autoname/directional/north,
+/obj/structure/cable,
+/obj/structure/sign/painting/large/library{
+ dir = 1
},
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"gLo" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
-"gLr" = (
-/obj/machinery/door/airlock{
- id_tag = "Cabin2";
- name = "Cabin 2"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/carpet/purple,
-/area/station/commons/dorms)
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"gLs" = (
/obj/effect/turf_decal/siding/thinplating{
dir = 8
@@ -18704,11 +18120,6 @@
/obj/effect/turf_decal/siding/wideplating/dark,
/turf/open/floor/iron,
/area/station/security)
-"gLL" = (
-/obj/item/kirbyplants/random/fullysynthetic,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
"gLM" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -18722,6 +18133,26 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
+"gLO" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L11";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"gLV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/trash,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"gLY" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
@@ -18738,20 +18169,8 @@
"gMb" = (
/obj/structure/closet/secure_closet/exile,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
-/area/station/command/gateway)
-"gMc" = (
-/obj/structure/hoop{
- dir = 8;
- pixel_x = 10;
- pixel_y = 11
- },
-/obj/effect/turf_decal/trimline/white/end{
- dir = 8
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/wood,
-/area/station/commons/fitness/recreation)
+/turf/open/floor/plating,
+/area/station/command/gateway)
"gMe" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -18759,6 +18178,14 @@
},
/turf/open/floor/iron/dark,
/area/station/tcommsat/server)
+"gMq" = (
+/obj/machinery/vending/clothing,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"gMs" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window,
@@ -18771,6 +18198,25 @@
},
/turf/open/floor/plating,
/area/station/command/gateway)
+"gMz" = (
+/obj/structure/chair/sofa/bench/right,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"gMM" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery/red,
+/obj/machinery/door/airlock/medical/glass{
+ id_tag = "MedbayFoyer";
+ name = "Medbay Clinic"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "medlock";
+ name = "Lockdown Shutters"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/white/small,
+/area/station/medical/medbay/lobby)
"gMQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/displaycase/labcage,
@@ -18792,18 +18238,29 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/station/science/xenobiology)
-"gMY" = (
-/obj/machinery/door/airlock/silver{
- name = "Showers"
- },
-/turf/open/floor/iron/textured_half{
- dir = 1
+"gMX" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/area/station/commons/dorms)
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"gNb" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"gNg" = (
+/obj/structure/closet/radiation,
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/catwalk_floor/iron_smooth,
+/area/station/engineering/break_room)
+"gNs" = (
+/obj/machinery/duct,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
"gNt" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -18825,50 +18282,47 @@
},
/turf/open/floor/plating,
/area/station/cargo/miningoffice)
-"gNI" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
+"gNP" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
-"gNS" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 5
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
-"gOe" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron/dark/side{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"gNV" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/stairs{
dir = 1
},
-/area/station/science/xenobiology)
+/area/station/cargo/office)
+"gNX" = (
+/obj/machinery/light/floor,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"gOm" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/turret_protected/aisat/equipment)
-"gOz" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/port/lesser)
-"gOE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
+"gOt" = (
+/obj/structure/flora/tree/jungle/small/style_2,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"gOw" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/structure/chair{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
+/obj/machinery/flasher/directional/east{
+ id = "brigisolation"
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"gOK" = (
/obj/structure/fermenting_barrel/gunpowder,
/obj/structure/barricade/wooden/crude,
@@ -18905,17 +18359,13 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/small,
/area/station/security/checkpoint/engineering)
-"gPf" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/engine,
-/area/station/engineering/atmos)
-"gPu" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Public Shrine"
+"gPm" = (
+/obj/machinery/computer/monitor{
+ dir = 1
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/stone,
-/area/station/hallway/primary/port)
+/obj/machinery/computer/security/telescreen/minisat/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/ai_monitored/turret_protected/aisat/equipment)
"gPN" = (
/obj/structure/fermenting_barrel,
/turf/open/floor/plating,
@@ -18925,17 +18375,6 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"gPX" = (
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/firealarm/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"gPY" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/effect/turf_decal/stripes/white/line{
@@ -18943,17 +18382,19 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
+"gPZ" = (
+/turf/open/floor/iron,
+/area/station/security/tram)
"gQa" = (
/obj/structure/sign/warning/chem_diamond,
/turf/closed/wall,
/area/station/medical/chemistry)
-"gQk" = (
-/obj/machinery/door/airlock{
- id_tag = "Cabin1";
- name = "Cabin 1"
+"gQi" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 10
},
-/turf/open/floor/carpet/orange,
-/area/station/commons/dorms)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"gQm" = (
/obj/structure/window/spawner/directional/east,
/obj/item/kirbyplants/random,
@@ -18962,11 +18403,6 @@
/obj/structure/sign/warning/no_smoking/circle/directional/north,
/turf/open/floor/iron/smooth,
/area/station/commons/storage/tools)
-"gQw" = (
-/obj/effect/turf_decal/siding/wideplating/dark,
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"gQG" = (
/obj/structure/window/spawner/directional/east,
/obj/structure/closet/crate,
@@ -18983,40 +18419,29 @@
},
/turf/open/floor/iron/smooth,
/area/station/commons/storage/tools)
-"gQI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/transit_tube/horizontal{
- dir = 2
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
-"gQK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
+"gRc" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
-"gQL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/kirbyplants/random,
-/obj/machinery/status_display/ai/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/hallway/secondary/command)
-"gQV" = (
-/obj/machinery/status_display/ai/directional/south,
-/obj/effect/turf_decal/tile/neutral{
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
+"gRm" = (
+/obj/structure/flora/bush/flowers_br,
+/obj/structure/flora/bush/flowers_pp/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"gRo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{
dir = 8
},
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/engine/vacuum,
+/area/station/engineering/atmos)
"gRp" = (
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/obj/machinery/door/airlock/security{
@@ -19026,11 +18451,6 @@
dir = 1
},
/area/station/security/tram)
-"gRy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/service/chapel/storage)
"gRG" = (
/obj/structure/toilet{
dir = 8
@@ -19042,28 +18462,14 @@
/obj/machinery/light_switch/directional/east,
/turf/open/floor/iron/freezer,
/area/station/command/heads_quarters/captain/private)
-"gRJ" = (
-/obj/structure/table/wood,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/small/directional/north,
-/obj/structure/sign/painting/library{
- pixel_y = 32
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
+"gRH" = (
+/obj/machinery/button/door/directional/north{
+ id = "Cabin4";
+ name = "Cabin Bolt Control";
+ normaldoorcontrol = 1
},
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/turf/closed/wall,
+/area/station/service/abandoned_gambling_den)
"gRL" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -19077,19 +18483,9 @@
/obj/structure/broken_flooring/singular/directional/east,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"gSh" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/siding/wideplating{
- dir = 1
- },
-/obj/structure/closet/secure_closet/atmospherics,
-/obj/item/clothing/head/utility/welding{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron,
+"gSc" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
+/turf/open/floor/engine/plasma,
/area/station/engineering/atmos)
"gSi" = (
/obj/structure/chair{
@@ -19106,12 +18502,6 @@
/obj/effect/gibspawner/human,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"gSp" = (
-/obj/machinery/light/small/directional/north,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"gSr" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -19132,23 +18522,6 @@
/obj/item/stack/sheet/mineral/titanium,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
-"gSx" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/firedoor,
-/obj/machinery/smartfridge,
-/turf/open/floor/plating,
-/area/station/service/hydroponics)
-"gSy" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"gSz" = (
/obj/item/stack/sheet/mineral/titanium,
/turf/open/floor/tram,
@@ -19159,34 +18532,13 @@
},
/turf/open/floor/plating,
/area/station/service/chapel/funeral)
-"gSE" = (
-/obj/machinery/door/airlock/grunge{
- name = "Gambling Den"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
-"gSM" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
+"gSQ" = (
+/obj/machinery/airalarm/directional/east,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 6
},
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"gSN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/warm/dim,
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/engineering/atmos/project)
"gSX" = (
/obj/machinery/computer/piratepad_control/civilian{
dir = 1
@@ -19223,12 +18575,6 @@
},
/turf/open/floor/carpet/executive,
/area/station/command/meeting_room)
-"gTy" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"gTH" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -19252,27 +18598,12 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/cafeteria,
/area/station/science/circuits)
-"gTM" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
-"gTN" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/all/supply/general,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"gTO" = (
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron,
+/area/station/security/prison/work)
"gTS" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/turf_decal/tile/purple/opposingcorners,
@@ -19344,14 +18675,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"gUD" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/structure/chair/office{
- dir = 8
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"gUG" = (
/obj/effect/turf_decal/siding/red{
dir = 1
@@ -19359,6 +18682,10 @@
/obj/effect/turf_decal/tile/blue/half/contrasted,
/turf/open/floor/iron/white,
/area/station/security/medical)
+"gUQ" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"gUV" = (
/obj/structure/cable,
/obj/structure/chair/stool/directional/south{
@@ -19371,13 +18698,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
-"gUW" = (
-/obj/machinery/light/small/directional/north,
-/obj/effect/turf_decal/weather/dirt{
- dir = 9
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"gVc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -19385,9 +18705,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/hallway/secondary/command)
-"gVg" = (
-/turf/open/floor/iron,
-/area/station/security/tram)
"gVi" = (
/obj/effect/spawner/structure/window,
/obj/structure/sign/departments/medbay/alt/directional/east,
@@ -19397,12 +18714,22 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/wood/large,
/area/station/command/corporate_suite)
+"gVt" = (
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"gVA" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
+"gVL" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/bush/sparsegrass,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"gVW" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/light/small/directional/east,
@@ -19411,6 +18738,11 @@
"gWb" = (
/turf/closed/wall,
/area/station/command/heads_quarters/hos)
+"gWf" = (
+/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"gWk" = (
/obj/effect/turf_decal/siding/wood,
/obj/effect/turf_decal/siding/wood{
@@ -19421,26 +18753,13 @@
},
/turf/open/floor/iron/dark/textured_half,
/area/station/command/corporate_suite)
-"gWl" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engine Airlock"
+"gWw" = (
+/obj/machinery/power/emitter/welded{
+ dir = 1
},
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
/obj/structure/cable,
-/obj/effect/landmark/navigate_destination,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "engine_airlock_2"
- },
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/break_room)
-"gWx" = (
-/obj/effect/turf_decal/siding/red{
- dir = 4
- },
-/obj/machinery/holopad,
-/turf/open/floor/iron/small,
-/area/station/security/office)
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"gWB" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -19449,22 +18768,11 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/security/processing)
-"gWJ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/item/wrench,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"gWN" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"gWU" = (
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/dark/small,
-/area/station/hallway/secondary/dock)
"gXf" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt,
@@ -19476,12 +18784,13 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/plating/rust,
/area/station/maintenance/fore/lesser)
-"gXn" = (
-/obj/structure/closet/radiation,
-/obj/item/clothing/glasses/meson,
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/station/engineering/break_room)
+"gXs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/breakroom)
"gXL" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -19498,19 +18807,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/command/gateway)
-"gXR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/red/line,
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
"gXS" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -19521,65 +18817,18 @@
},
/turf/open/floor/plating,
/area/station/hallway/secondary/construction)
-"gYh" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"gYi" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/chair/office/light{
+"gYc" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/effect/turf_decal/siding/purple/corner,
-/obj/effect/landmark/start/research_director,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
-"gYj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
-"gYk" = (
-/obj/effect/spawner/random/structure/closet_private,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/carpet/blue,
-/area/station/commons/dorms)
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/supermatter/room)
"gYq" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/maintenance/starboard/greater)
-"gYH" = (
-/obj/machinery/vending/wardrobe/robo_wardrobe,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/augments)
-"gYJ" = (
-/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
-"gZb" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"gZf" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/misc/asteroid,
-/area/station/maintenance/hallway/abandoned_command)
"gZh" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/holopad,
@@ -19602,33 +18851,26 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/security/checkpoint/escape)
-"gZw" = (
-/obj/item/kirbyplants/random/fullysynthetic,
-/obj/structure/sign/poster/contraband/random/directional/north,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/machinery/computer/security/telescreen/entertainment/directional/east,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
-"gZB" = (
+"gZy" = (
/obj/structure/table,
-/obj/machinery/recharger{
- pixel_x = 6;
- pixel_y = 9
+/obj/machinery/cell_charger{
+ pixel_y = 18
},
-/obj/item/multitool{
- pixel_x = -6;
- pixel_y = 3
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_y = 18
},
-/obj/item/cigarette{
- pixel_x = 5;
- pixel_y = 2
+/obj/item/clothing/suit/hazardvest,
+/obj/effect/turf_decal/siding/thinplating_new/terracotta{
+ dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/security/lockers)
-"gZH" = (
-/obj/structure/sink/kitchen/directional/south,
-/turf/open/floor/iron/kitchen/small,
-/area/station/security/prison/mess)
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron,
+/area/station/command/teleporter)
+"gZC" = (
+/obj/structure/marker_beacon/fuchsia,
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"gZM" = (
/obj/item/kirbyplants/random,
/obj/machinery/light/cold/directional/east,
@@ -19637,6 +18879,21 @@
dir = 4
},
/area/station/hallway/secondary/entry)
+"gZN" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"gZS" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/west,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"gZU" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -19649,6 +18906,18 @@
},
/turf/open/floor/iron,
/area/station/security)
+"gZW" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"had" = (
/obj/structure/cable,
/obj/structure/disposalpipe/junction/flip{
@@ -19656,12 +18925,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"ham" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/port/aft)
"haq" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -19681,17 +18944,16 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"haY" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+"hbc" = (
+/obj/effect/turf_decal/siding/dark_red/corner{
+ dir = 8
},
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/secure_safe/directional/north{
+ name = "armory safe A"
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron/dark/small,
+/area/station/ai_monitored/security/armory)
"hbk" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding{
@@ -19726,6 +18988,13 @@
},
/turf/open/floor/iron,
/area/station/commons/storage/tools)
+"hbz" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"hbG" = (
/obj/machinery/light_switch/directional/west,
/obj/machinery/camera/autoname/directional/north,
@@ -19767,18 +19036,14 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"hbX" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/weather/snow/corner{
- dir = 9
+"hbY" = (
+/obj/structure/chair/plastic{
+ dir = 4
},
-/obj/structure/cable,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
+/obj/effect/landmark/start/hangover,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"hcb" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line,
@@ -19809,6 +19074,33 @@
/obj/effect/turf_decal/siding/yellow,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
+"hcf" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/storage/box/lights/mixed{
+ pixel_x = -20;
+ pixel_y = -2
+ },
+/obj/item/storage/box/lights/mixed{
+ pixel_x = 6;
+ pixel_y = 12
+ },
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = -5;
+ pixel_y = 3
+ },
+/obj/item/grenade/chem_grenade/cleaner{
+ pixel_x = 8;
+ pixel_y = 6
+ },
+/obj/item/grenade/chem_grenade/cleaner{
+ pixel_x = 5;
+ pixel_y = 1
+ },
+/turf/open/floor/iron/small,
+/area/station/service/janitor)
"hcl" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -19822,12 +19114,16 @@
/obj/machinery/light_switch/directional/south,
/turf/open/floor/iron/smooth,
/area/station/commons/storage/tools)
-"hcm" = (
-/obj/machinery/status_display/evac/directional/north,
-/turf/open/floor/iron/stairs/right{
- dir = 4
+"hcn" = (
+/obj/structure/table,
+/obj/machinery/light/small/directional/south,
+/obj/item/clothing/head/utility/hardhat/reindeer{
+ pixel_x = -16;
+ pixel_y = 3
},
-/area/station/hallway/secondary/recreation)
+/obj/item/clothing/shoes/clown_shoes/jester,
+/turf/open/floor/iron/dark/small,
+/area/station/commons/fitness/locker_room)
"hcs" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -19835,6 +19131,28 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/station/hallway/secondary/construction)
+"hcu" = (
+/obj/effect/turf_decal/siding/dark_red,
+/obj/item/stack/sheet/cardboard{
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/item/storage/box/teargas{
+ pixel_x = -7;
+ pixel_y = 14
+ },
+/obj/item/gun/grenadelauncher{
+ pixel_x = 17;
+ pixel_y = 10
+ },
+/obj/machinery/requests_console/directional/north{
+ department = "Security";
+ name = "Security Requests Console"
+ },
+/obj/effect/mapping_helpers/requests_console/supplies,
+/obj/effect/mapping_helpers/requests_console/assistance,
+/turf/open/floor/iron/dark/small,
+/area/station/ai_monitored/security/armory)
"hcE" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta{
dir = 1
@@ -19846,11 +19164,26 @@
/turf/open/floor/wood/tile,
/area/station/command/bridge)
"hcQ" = (
-/obj/structure/table/greyscale,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/wrench,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/newscaster/directional/north,
+/turf/open/floor/stone,
+/area/station/service/bar)
+"hcT" = (
+/obj/machinery/computer/slot_machine{
+ pixel_y = 2
+ },
+/obj/machinery/light/small/dim/directional/south,
+/obj/machinery/computer/security/telescreen/entertainment/directional/east,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"hcU" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -19893,6 +19226,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
+"hdv" = (
+/obj/effect/turf_decal/stripes/corner,
+/turf/closed/wall,
+/area/station/engineering/atmos/storage/gas)
+"hdz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron/cafeteria,
+/area/station/security/prison/mess)
"hdB" = (
/obj/effect/turf_decal/siding/white{
dir = 8
@@ -19915,6 +19259,19 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/command/bridge)
+"hdI" = (
+/obj/structure/table/wood,
+/obj/item/pai_card,
+/obj/item/storage/crayons,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/firealarm/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"hdQ" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 4
@@ -19931,6 +19288,17 @@
/obj/effect/spawner/structure/window/reinforced/plasma,
/turf/open/floor/plating,
/area/station/engineering/supermatter/room)
+"hdZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
+"hed" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"hei" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -19958,12 +19326,6 @@
/obj/effect/turf_decal/bot_white,
/turf/open/floor/iron/small,
/area/station/medical/storage)
-"heG" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"heH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -19990,12 +19352,15 @@
dir = 1
},
/area/station/command/gateway)
-"heQ" = (
+"heN" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
/obj/structure/disposalpipe/segment{
dir = 10
},
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"heT" = (
/obj/structure/table,
/obj/machinery/airalarm/directional/west,
@@ -20024,21 +19389,17 @@
},
/turf/open/floor/iron,
/area/station/science/ordnance/testlab)
+"heY" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/computer/security,
+/obj/machinery/computer/security/telescreen/prison/directional/north,
+/turf/open/floor/iron,
+/area/station/security/warden)
"hfc" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance/three,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"hfe" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 9
- },
-/obj/effect/turf_decal/trimline/neutral/corner,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"hfC" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -20103,19 +19464,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
-"hgs" = (
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
-"hgt" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"hgu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -20128,16 +19476,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
-"hgC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/end{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/aft)
"hgF" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -20145,21 +19483,31 @@
},
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
+"hgG" = (
+/obj/machinery/door/poddoor{
+ id = "Secure Storage top";
+ name = "Secure Storage"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/storage_shared)
+"hgH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"hgP" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
-"hgV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine/atmos)
"hgY" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
@@ -20172,35 +19520,11 @@
},
/turf/open/floor/iron,
/area/station/commons/storage/tools)
-"hha" = (
-/obj/effect/turf_decal/siding/wood/end,
-/turf/open/floor/stone,
-/area/station/service/chapel)
"hhb" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
/turf/open/floor/catwalk_floor/iron,
/area/station/maintenance/department/medical/central)
-"hhd" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"hhf" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"hhg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -20210,11 +19534,6 @@
/obj/effect/mapping_helpers/airlock/access/any/security/general,
/turf/open/floor/iron/textured_half,
/area/station/security/checkpoint/customs)
-"hhj" = (
-/obj/structure/closet/secure_closet/evidence,
-/obj/machinery/light/dim/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/security/evidence)
"hhk" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/pdapainter{
@@ -20246,23 +19565,32 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"hhT" = (
+/obj/structure/steam_vent,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"hic" = (
/obj/machinery/holopad,
/turf/open/floor/wood/large,
/area/station/command/corporate_suite)
+"hid" = (
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
+/obj/machinery/door/airlock/command/glass{
+ name = "Telecommunications Server Room"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "comms-entrance-north"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/tcommsat/server)
"hiq" = (
/obj/structure/closet{
name = "Evidence Closet 1"
},
/turf/open/floor/iron/smooth,
/area/station/security/evidence)
-"hir" = (
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/engineering/atmos/office)
"his" = (
/obj/structure/table/reinforced/plastitaniumglass,
/obj/item/mod/module/plasma_stabilizer{
@@ -20279,34 +19607,24 @@
},
/turf/open/floor/iron/small,
/area/station/security/office)
-"hiB" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/engine{
- name = "Holodeck Projector Floor"
- },
-/area/station/holodeck/rec_center)
-"hiV" = (
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/station/science/cytology)
-"hjc" = (
-/obj/structure/cable,
+"hiK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wideplating/dark,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 1
- },
+/obj/effect/turf_decal/tile/neutral,
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"hjj" = (
+/area/station/hallway/primary/port)
+"hiU" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/construction/mining/aux_base)
+"hiV" = (
+/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/transit_tube/curved,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
+/turf/open/floor/engine,
+/area/station/science/cytology)
"hjk" = (
/obj/structure/railing{
dir = 4
@@ -20340,14 +19658,6 @@
},
/turf/open/floor/iron,
/area/station/engineering/lobby)
-"hka" = (
-/obj/machinery/smartfridge,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutters";
- name = "Kitchen Shutters"
- },
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"hkk" = (
/obj/machinery/computer/records/medical{
dir = 4
@@ -20369,11 +19679,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/plating,
/area/station/command/gateway)
-"hkr" = (
-/obj/item/radio/intercom/directional/south,
-/obj/machinery/holopad,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/service/lawoffice)
"hkt" = (
/obj/item/radio/intercom/directional/east,
/obj/effect/turf_decal/siding/white{
@@ -20392,6 +19697,13 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/exit/departure_lounge)
+"hkA" = (
+/obj/effect/turf_decal/siding/blue{
+ dir = 8
+ },
+/obj/structure/rack,
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
"hkB" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -20414,19 +19726,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"hkG" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/main)
-"hkK" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 10
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"hkL" = (
/obj/structure/cable,
/turf/open/floor/wood/large,
@@ -20442,13 +19741,6 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron/dark,
/area/station/science/lab)
-"hkT" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
-/obj/structure/sink/directional/east,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/break_room)
"hkW" = (
/obj/structure/closet/crate/goldcrate,
/obj/effect/turf_decal/bot_white/right,
@@ -20456,6 +19748,12 @@
/obj/machinery/status_display/ai/directional/west,
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
+"hlE" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"hlJ" = (
/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
dir = 4
@@ -20467,28 +19765,12 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/dark,
/area/station/science/ordnance/storage)
-"hlM" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/smooth_corner{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
-"hlW" = (
-/obj/structure/chair{
- name = "Defense"
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
+"hlX" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Old Command Hallway"
},
-/turf/open/floor/iron,
-/area/station/security/courtroom)
+/turf/open/floor/iron/textured_half,
+/area/station/maintenance/hallway/abandoned_command)
"hmb" = (
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -20523,22 +19805,57 @@
/obj/item/storage/toolbox/emergency/old,
/turf/open/floor/iron/dark,
/area/station/commons/storage/tools)
+"hmk" = (
+/obj/structure/chair/stool/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/port/aft)
+"hmn" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white,
+/area/station/hallway/primary/central/aft)
"hmt" = (
-/obj/structure/chair{
- pixel_y = -2
- },
+/obj/structure/closet/crate,
+/obj/item/stack/license_plates/empty/fifty,
+/obj/item/stack/license_plates/empty/fifty,
+/obj/item/stack/license_plates/empty/fifty,
+/obj/item/stack/license_plates/empty/fifty,
+/obj/item/stack/license_plates/empty/fifty,
+/obj/item/stack/license_plates/empty/fifty,
+/obj/effect/spawner/random/contraband/prison,
+/obj/effect/spawner/random/contraband/prison,
/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
-"hmw" = (
-/obj/effect/turf_decal/siding/thinplating_new/light,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"hmB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+/area/station/security/prison/work)
+"hmC" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
},
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"hmH" = (
+/obj/effect/spawner/xmastree,
+/obj/structure/flora/tree/jungle/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"hmI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/iron/dark,
/area/station/engineering/atmospherics_engine)
+"hmK" = (
+/obj/machinery/door/airlock/wood{
+ name = "Bar Backroom"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/bar,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/turf/open/floor/iron/dark/textured_half{
+ dir = 1
+ },
+/area/station/service/bar/backroom)
"hmQ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/table,
@@ -20571,17 +19888,13 @@
},
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"hnG" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{
- dir = 8;
- initialize_directions = 8
- },
+"hnn" = (
/obj/effect/turf_decal/tile/brown/opposingcorners{
dir = 1
},
-/obj/effect/turf_decal/tile/yellow,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/area/station/commons/vacant_room/commissary)
"hnO" = (
/obj/structure/disposalpipe/segment,
/obj/structure/disposalpipe/segment{
@@ -20622,6 +19935,16 @@
},
/turf/open/floor/plating,
/area/station/engineering/gravity_generator)
+"hoc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"hok" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -20638,12 +19961,6 @@
"hop" = (
/turf/closed/wall,
/area/station/service/chapel/funeral)
-"hox" = (
-/obj/structure/closet/radiation,
-/obj/item/clothing/glasses/meson,
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/station/engineering/main)
"hoG" = (
/obj/structure/cable,
/obj/effect/landmark/start/scientist,
@@ -20675,15 +19992,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron,
/area/station/maintenance/department/engine/atmos)
-"hpi" = (
-/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/station/maintenance/disposal/incinerator)
"hpj" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
@@ -20705,14 +20013,6 @@
/obj/effect/turf_decal/siding,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"hpO" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted,
-/obj/machinery/computer/security/telescreen/interrogation/directional/north,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/security)
"hpQ" = (
/obj/structure/closet/crate/coffin,
/obj/structure/window/spawner/directional/south,
@@ -20737,30 +20037,6 @@
dir = 8
},
/area/station/science/lobby)
-"hqf" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/structure/cable,
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"hqm" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 6
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"hqr" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/simple/supply/visible/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"hqH" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/reagent_containers/cup/watering_can/wood,
@@ -20775,6 +20051,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"hqR" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/station/engineering/main)
"hqS" = (
/turf/closed/wall,
/area/station/security/prison/work)
@@ -20786,11 +20066,20 @@
},
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
-"hrw" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/chair/stool/bar/directional/north,
+"hrc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
+/area/station/hallway/primary/central/aft)
+"hrl" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/right/directional/west,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenshutters";
+ name = "Kitchen Shutters"
+ },
+/turf/open/floor/iron,
+/area/station/service/kitchen)
"hrx" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -20811,17 +20100,6 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/tcommsat/server)
-"hrA" = (
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/door/window/brigdoor/left/directional/east{
- name = "Secure Creature Pen";
- req_access = list("research")
- },
-/turf/open/floor/iron,
-/area/station/science/xenobiology)
"hrC" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
@@ -20844,11 +20122,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"hrK" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/computer/robotics,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
"hrL" = (
/obj/structure/lattice,
/obj/structure/railing{
@@ -20866,6 +20139,18 @@
/obj/machinery/light/warm/directional/east,
/turf/open/floor/iron,
/area/station/security/prison)
+"hrR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
+"hrT" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos)
"hrV" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 5
@@ -20878,26 +20163,22 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/small,
/area/station/hallway/primary/fore)
-"hsa" = (
-/obj/machinery/button/door/directional/east{
- id = "AuxToilet2";
- name = "Lock Control";
- normaldoorcontrol = 1;
- specialfunctions = 4
- },
-/obj/structure/toilet,
-/obj/machinery/light/small/directional/west,
-/obj/effect/spawner/random/trash/soap{
- spawn_scatter_radius = 1
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
"hsc" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/firedoor,
/turf/open/floor/iron/small,
/area/station/hallway/primary/fore)
+"hsg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/landmark/navigate_destination/chapel,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"hss" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -20905,16 +20186,24 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/small,
/area/station/engineering/break_room)
-"hsy" = (
-/obj/structure/railing/corner{
- dir = 4
+"hsx" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 5
+/obj/machinery/vending/boozeomat,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
+"hsA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/station/engineering/atmos/office)
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/machinery/computer/atmos_control/oxygen_tank{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"hsC" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -20927,18 +20216,21 @@
},
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/rd)
+"hsH" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"hsJ" = (
/obj/docking_port/stationary/mining_home,
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/plating,
/area/station/cargo/miningoffice)
-"hsL" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 6
- },
-/turf/open/space/basic,
-/area/space/nearstation)
+"hsN" = (
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos/pumproom)
"hsO" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window,
@@ -20954,6 +20246,9 @@
/obj/structure/barricade/wooden,
/turf/open/floor/plating,
/area/station/security/tram)
+"htp" = (
+/turf/closed/wall,
+/area/station/service/barber)
"htM" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 4
@@ -20974,27 +20269,12 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/security/processing)
-"htQ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
-"htT" = (
-/obj/effect/landmark/start/chaplain,
-/obj/effect/turf_decal/siding/wood/end{
+"htN" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 8
},
-/turf/open/floor/stone,
-/area/station/service/chapel)
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"hua" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -21013,12 +20293,23 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron/smooth,
/area/station/commons/storage/tools)
-"huk" = (
-/obj/structure/closet{
- name = "Evidence Closet 3"
+"huj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/turf/open/floor/iron/smooth,
-/area/station/security/evidence)
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"hum" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos/pumproom)
"hur" = (
/obj/structure/table/glass,
/obj/item/storage/briefcase/secure,
@@ -21047,14 +20338,11 @@
},
/turf/open/floor/iron/dark/small,
/area/station/ai_monitored/security/armory)
-"huO" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- id = "meow";
- name = "Commissary"
- },
-/turf/open/floor/plating,
-/area/station/commons/vacant_room/commissary)
+"huY" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/port/aft)
"hvc" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -21072,39 +20360,11 @@
/obj/effect/mapping_helpers/airlock/access/all/command/general,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"hvo" = (
-/obj/structure/sign/warning/hot_temp/directional/east,
-/turf/open/floor/iron/stairs/right{
- dir = 1
- },
-/area/station/engineering/atmos)
"hvx" = (
/obj/structure/flora/rock/pile/jungle/style_random,
/obj/machinery/light/small/directional/north,
/turf/open/floor/grass,
/area/station/medical/virology)
-"hvG" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/desk_bell{
- pixel_x = 4;
- pixel_y = 3
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
-"hvS" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/mining{
- name = "Drone Bay"
- },
-/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating,
-/area/station/cargo/drone_bay)
"hvT" = (
/obj/structure/railing,
/obj/effect/decal/cleanable/dirt/dust,
@@ -21130,19 +20390,18 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron,
/area/station/security/tram)
-"hvZ" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 5
+"hvX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"hwi" = (
-/obj/machinery/door/airlock{
- id_tag = "Cabin4";
- name = "Cabin 4"
+/turf/open/floor/iron/dark/small,
+/area/station/tcommsat/server)
+"hwh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
},
-/turf/open/floor/carpet,
-/area/station/commons/dorms)
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"hwn" = (
/obj/machinery/light_switch/directional/east,
/turf/open/floor/iron/showroomfloor,
@@ -21187,16 +20446,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"hwG" = (
-/obj/machinery/door/window/left/directional/south,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
-/obj/effect/turf_decal/stripes/white/full,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"hwH" = (
-/obj/effect/landmark/start/cook,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"hwJ" = (
/turf/closed/wall/rust,
/area/space/nearstation)
@@ -21209,35 +20458,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
-"hxc" = (
-/obj/structure/table/wood,
-/obj/item/reagent_containers/cup/rag{
- pixel_x = -6;
- pixel_y = 6
- },
-/obj/item/reagent_containers/cup/glass/drinkingglass{
- pixel_x = 10;
- pixel_y = 8
- },
-/obj/item/reagent_containers/cup/glass/drinkingglass{
- pixel_x = 5;
- pixel_y = 16
- },
-/obj/item/reagent_containers/cup/glass/drinkingglass{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/reagent_containers/cup/glass/shaker{
- pixel_x = -7;
- pixel_y = 15
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/effect/turf_decal/siding/wood,
-/obj/structure/sign/warning/no_smoking/circle/directional/north,
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
"hxj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -21247,6 +20467,27 @@
},
/turf/open/floor/wood/tile,
/area/station/command/corporate_showroom)
+"hxp" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/item/storage/box{
+ pixel_x = -8;
+ pixel_y = 15
+ },
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"hxt" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/light/directional/south,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"hxA" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -21255,30 +20496,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"hxG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/light/small/directional/west,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
"hxQ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"hxT" = (
-/obj/structure/mirror/directional/east,
-/obj/structure/chair/stool/bar/directional/east,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron/showroomfloor,
-/area/station/service/barber)
+"hxV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"hxY" = (
/obj/effect/turf_decal/siding/yellow{
dir = 9
@@ -21312,20 +20541,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"hyx" = (
-/obj/effect/turf_decal/stripes/white/line,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/button/door/directional/west{
- id = "Secure Storage";
- name = "Engineering Secure Storage";
- pixel_y = -24;
- req_access = list("engine_equip");
- pixel_x = 24
- },
-/obj/structure/cable,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
"hyA" = (
/obj/machinery/light/dim/directional/south,
/turf/open/floor/iron/dark/side,
@@ -21339,20 +20554,16 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"hyU" = (
-/obj/item/kirbyplants/random,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"hyW" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/weather/dirt{
+ dir = 10
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/obj/effect/turf_decal/weather/dirt{
+ dir = 9
+ },
+/obj/structure/flora/bush/flowers_pp/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"hyX" = (
/obj/structure/window/spawner/directional/north,
/obj/machinery/hydroponics/soil,
@@ -21360,21 +20571,34 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/grass,
/area/station/security/prison/garden)
+"hzb" = (
+/obj/structure/cable,
+/obj/item/radio/intercom/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/herringbone,
+/area/station/ai_monitored/command/nuke_storage)
"hzm" = (
/turf/closed/wall/rust,
/area/station/cargo/miningoffice)
-"hzq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/stone,
-/area/station/service/chapel)
+"hzp" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"hzK" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"hzS" = (
-/obj/effect/landmark/start/librarian,
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
"hzV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -21387,16 +20611,18 @@
/obj/effect/mapping_helpers/airlock/access/all/supply/mining,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/cargo/miningoffice)
-"hAa" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Dorms"
+"hAg" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/textured_half{
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
-/area/station/commons/fitness/locker_room)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"hAu" = (
/obj/machinery/door/airlock{
name = "Maintenance"
@@ -21405,25 +20631,12 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"hAw" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
-"hAz" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/obj/structure/table/glass,
-/obj/item/food/taco/fish{
- pixel_y = 9;
- pixel_x = 4
- },
-/obj/item/food/taco{
- pixel_y = 2;
- pixel_x = -2
+"hAB" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
},
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/wood,
+/area/station/service/chapel)
"hAC" = (
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/dark/small,
@@ -21448,6 +20661,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
+"hAW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/turf/open/floor/iron,
+/area/station/security/execution/transfer)
"hBq" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -21459,6 +20678,16 @@
/obj/item/radio/intercom/directional/north,
/turf/open/floor/plating,
/area/station/commons/storage/tools)
+"hBt" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/fore)
"hBA" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window,
@@ -21480,13 +20709,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"hBS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"hBW" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -21494,6 +20716,36 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
+"hBX" = (
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"hCd" = (
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 4
+ },
+/mob/living/simple_animal/bot/secbot/beepsky/officer,
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security)
+"hCh" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/components/binary/volume_pump,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
+"hCl" = (
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/security/prison/work)
"hCq" = (
/obj/effect/decal/cleanable/glass/titanium,
/obj/structure/closet/crate,
@@ -21503,6 +20755,25 @@
"hCr" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/command/storage/eva)
+"hCB" = (
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/storage/art)
+"hCH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/lesser)
+"hCN" = (
+/obj/effect/turf_decal/siding/thinplating/terracotta,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"hCQ" = (
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
@@ -21522,6 +20793,17 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"hDf" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/effect/turf_decal/arrows{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"hDg" = (
/obj/structure/chair/stool/directional/east,
/obj/effect/decal/cleanable/dirt/dust,
@@ -21541,23 +20823,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
-"hDk" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/starboard)
-"hDl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/security/processing)
"hDt" = (
/obj/structure/toilet{
pixel_y = 8
@@ -21581,6 +20846,15 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/security/interrogation)
+"hDS" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - Toxins"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/plasma_output{
+ dir = 1
+ },
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
"hDT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -21615,30 +20889,22 @@
},
/turf/open/floor/plating,
/area/station/ai_monitored/command/storage/eva)
-"hEr" = (
-/obj/structure/flora/bush/jungle/c/style_3,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"hEt" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 8
- },
+"hEu" = (
/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"hEw" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/light/small/directional/east,
+/obj/structure/chair/stool/bar/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"hED" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -21646,26 +20912,9 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"hEL" = (
-/obj/structure/flora/tree/jungle/style_6,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"hEM" = (
-/obj/structure/flora/bush/flowers_yw/style_random,
-/obj/structure/flora/rock/pile/style_2{
- pixel_x = -1;
- pixel_y = -3
- },
-/obj/structure/window/spawner/directional/east,
-/obj/structure/window/spawner/directional/west,
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/recreation/entertainment)
-"hEX" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
+"hEJ" = (
+/turf/open/floor/iron/smooth,
+/area/station/service/library)
"hFb" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -21674,19 +20923,10 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"hFh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"hFn" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+"hFl" = (
+/obj/effect/turf_decal/sand/plating,
+/turf/closed/wall/r_wall,
+/area/space/nearstation)
"hFp" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -21701,6 +20941,12 @@
dir = 1
},
/area/station/maintenance/starboard/greater)
+"hFz" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input{
+ dir = 1
+ },
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
"hFA" = (
/obj/effect/turf_decal/siding/thinplating_new/dark{
dir = 1
@@ -21712,6 +20958,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating/rust,
/area/station/maintenance/fore/lesser)
+"hFE" = (
+/obj/machinery/door/poddoor/incinerator_atmos_aux,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"hFG" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -21720,24 +20970,6 @@
/obj/effect/spawner/random/structure/crate_abandoned,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"hFK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/computer/atmos_control/mix_tank{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"hFR" = (
-/obj/effect/turf_decal/siding/red{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output{
- dir = 1
- },
-/turf/open/floor/engine/n2,
-/area/station/engineering/atmos/space_catwalk)
"hGb" = (
/turf/closed/wall/r_wall,
/area/station/science/ordnance/storage)
@@ -21753,22 +20985,16 @@
},
/turf/open/floor/wood,
/area/station/engineering/main)
+"hGr" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/tcommsat/server)
"hGt" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"hGu" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/chem_dispenser/drinks/beer,
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/digital_clock/directional/north,
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
"hGE" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -21776,6 +21002,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/stairs,
/area/station/medical/medbay/central)
+"hGQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/chair/stool/bamboo,
+/obj/structure/cable,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
"hHf" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin{
@@ -21785,6 +21017,24 @@
/obj/structure/sign/departments/telecomms/directional/south,
/turf/open/floor/iron,
/area/station/science/lobby)
+"hHp" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/structure/chair/office{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
+"hHy" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"hHE" = (
/obj/effect/turf_decal/bot_white,
/turf/open/floor/engine,
@@ -21811,22 +21061,18 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"hHW" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
-"hId" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
+"hIi" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/light_switch/directional/east,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/turf/open/floor/iron/smooth,
+/area/station/command/gateway)
+"hIm" = (
+/obj/machinery/libraryscanner,
+/obj/machinery/camera/autoname/directional/north,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"hIE" = (
/obj/structure/table/glass,
/obj/machinery/light/small/directional/east,
@@ -21837,37 +21083,9 @@
/obj/item/hemostat,
/turf/open/floor/iron/white,
/area/station/science/robotics/augments)
-"hIK" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/effect/spawner/random/trash,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"hIU" = (
-/obj/effect/turf_decal/siding/yellow{
- dir = 10
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output,
-/turf/open/floor/engine/n2o,
-/area/station/engineering/atmos/space_catwalk)
-"hIZ" = (
-/obj/effect/spawner/random/structure/closet_private,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/carpet/orange,
-/area/station/commons/dorms)
"hJp" = (
/turf/closed/wall/r_wall/rust,
/area/station/ai_monitored/turret_protected/ai)
-"hJs" = (
-/obj/item/kirbyplants/random,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"hJC" = (
/obj/structure/closet/crate/hydroponics,
/obj/item/paper/guides/jobs/hydroponics,
@@ -21879,14 +21097,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/security/prison/garden)
-"hJF" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron,
-/area/station/security/execution/transfer)
"hJO" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -21935,10 +21145,6 @@
/obj/structure/sign/warning/no_smoking/circle/directional/east,
/turf/open/floor/iron/white,
/area/station/science/robotics/augments)
-"hKj" = (
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/starboard/fore)
"hKs" = (
/obj/effect/turf_decal/box/corners,
/obj/effect/turf_decal/stripes/white/line{
@@ -21955,22 +21161,35 @@
dir = 4
},
/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron/grimy,
-/area/station/hallway/secondary/entry)
-"hKR" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/ai_monitored/turret_protected/aisat/maint)
-"hKS" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
+/turf/open/floor/iron/grimy,
+/area/station/hallway/secondary/entry)
+"hKR" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/ai_monitored/turret_protected/aisat/maint)
+"hKT" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
+"hKU" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark/small,
+/area/station/security/detectives_office)
+"hKV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/area/station/hallway/primary/central/fore)
"hKX" = (
/turf/closed/mineral/random/stationside,
/area/station/hallway/primary/fore)
+"hKZ" = (
+/obj/structure/flora/bush/jungle/a/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"hLa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -21979,19 +21198,13 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
+"hLb" = (
+/obj/machinery/holopad,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"hLc" = (
/turf/open/floor/plating,
/area/station/science/xenobiology)
-"hLg" = (
-/obj/effect/turf_decal/siding/wideplating/dark/corner,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"hLm" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
@@ -22006,16 +21219,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"hLL" = (
-/obj/structure/table,
-/obj/effect/spawner/random/food_or_drink/donkpockets{
- pixel_y = 6
- },
-/obj/effect/turf_decal/siding{
- dir = 8
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
"hLS" = (
/obj/machinery/portable_atmospherics/canister,
/obj/effect/turf_decal/stripes/line{
@@ -22057,14 +21260,6 @@
},
/turf/open/floor/plating,
/area/station/security)
-"hMb" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
"hMh" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/chair/stool/bamboo{
@@ -22075,22 +21270,6 @@
},
/turf/open/floor/wood/tile,
/area/station/command/heads_quarters/hop)
-"hMm" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- location = "QM #2"
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light/small/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"hMr" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/closet/secure_closet/security/sec,
@@ -22107,26 +21286,46 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
+"hML" = (
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/glass,
+/area/station/hallway/primary/central/aft)
+"hMS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/all/science/rd,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Research Director's Office"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
"hNb" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"hNk" = (
-/obj/machinery/door/airlock/multi_tile/public{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
+"hNj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/tile/dark_red/half/contrasted,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"hNk" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
dir = 4
},
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/service/library)
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"hNo" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -22135,25 +21334,19 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"hNs" = (
-/obj/machinery/door/airlock/wood{
- name = "Bar Backroom"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/bar,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/dark/textured_half{
- dir = 1
- },
-/area/station/service/bar)
"hNv" = (
/obj/machinery/netpod,
/obj/machinery/light_switch/directional/north,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/cargo/bitrunning/den)
+"hNy" = (
+/obj/machinery/vending/wardrobe/chap_wardrobe,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/cable,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
"hNA" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
/turf/open/floor/iron,
@@ -22170,14 +21363,19 @@
/obj/item/clothing/head/utility/welding,
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"hNU" = (
-/obj/structure/table/reinforced,
-/obj/structure/spider/stickyweb,
-/obj/item/mod/module/plasma_stabilizer{
- pixel_y = 11
+"hNP" = (
+/obj/item/storage/backpack/duffelbag/sec{
+ pixel_y = 12
},
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
+/turf/open/floor/iron/dark,
+/area/station/security/office)
+"hNV" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 4
+ },
+/obj/machinery/light/cold/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"hNY" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -22194,12 +21392,6 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/wood/tile,
/area/station/command/corporate_showroom)
-"hOi" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 6
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"hOl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -22210,17 +21402,6 @@
"hOp" = (
/turf/open/floor/iron/showroomfloor,
/area/station/medical/virology)
-"hOx" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/turf_decal/siding/red{
- dir = 5
- },
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/security/office)
"hOF" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/chair/office{
@@ -22231,22 +21412,27 @@
dir = 1
},
/area/station/security/execution/transfer)
-"hOT" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+"hOO" = (
+/obj/structure/flora/tree/jungle/small/style_4,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"hOX" = (
/obj/item/chair,
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
"hOY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+/obj/structure/chair/stool/bar/directional/west,
+/obj/structure/sign/poster/contraband/random/directional/north,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
+"hPb" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"hPd" = (
/obj/structure/hedge,
/obj/effect/turf_decal/tile/brown{
@@ -22254,20 +21440,6 @@
},
/turf/open/floor/iron/dark/side,
/area/station/cargo/office)
-"hPe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/station/commons/fitness/recreation)
-"hPg" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/obj/structure/chair{
- dir = 8
- },
-/obj/structure/sign/poster/contraband/random/directional/south,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/maintenance/central/lesser)
"hPi" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -22279,10 +21451,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"hPk" = (
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
"hPl" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22304,22 +21472,14 @@
/obj/machinery/airalarm/directional/south,
/turf/open/floor/engine,
/area/station/engineering/gravity_generator)
-"hPM" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/status_display/evac/directional/east,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/turf_decal/stripes/end,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/tile/green/fourcorners,
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
+"hPU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/side{
+ dir = 5
},
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/area/station/science/xenobiology)
"hPW" = (
/obj/structure/cable,
/obj/machinery/door/airlock/external{
@@ -22338,10 +21498,45 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"hQh" = (
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
+"hQo" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering - North Corridor"
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
+"hQs" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"hQx" = (
+/obj/effect/turf_decal/siding/wideplating/dark/corner,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"hQz" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line,
@@ -22368,23 +21563,34 @@
/obj/effect/mapping_helpers/airlock/access/any/security/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"hQZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
+"hQS" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
+ dir = 1
},
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/camera/directional/east{
+ c_tag = "atmospherics - entrance"
},
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/office)
+"hRc" = (
/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/structure/closet/crate/wooden/toy,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
"hRd" = (
/obj/structure/table/reinforced,
/obj/item/binoculars,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"hRs" = (
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
"hRA" = (
/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{
dir = 4
@@ -22392,13 +21598,6 @@
/obj/machinery/atmospherics/components/binary/pump,
/turf/open/floor/engine,
/area/station/science/ordnance/burnchamber)
-"hRF" = (
-/obj/structure/transit_tube/curved{
- dir = 1
- },
-/obj/effect/turf_decal/sand/plating,
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"hRO" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -22419,33 +21618,6 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
-"hSd" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"hSs" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 9
- },
-/obj/effect/spawner/random/trash/bin,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
-"hSG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/stack/cable_coil{
- pixel_x = 9;
- pixel_y = -1
- },
-/obj/item/analyzer{
- pixel_y = 9
- },
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"hSK" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/white{
@@ -22469,15 +21641,6 @@
},
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
-"hSZ" = (
-/obj/machinery/camera/autoname/directional/north,
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 1
- },
-/obj/machinery/firealarm/directional/north,
-/obj/structure/closet/secure_closet/hydroponics,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"hTr" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/maintenance{
@@ -22488,22 +21651,6 @@
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"hTz" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/dark,
-/area/station/cargo/office)
-"hTC" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
"hTD" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 6
@@ -22518,6 +21665,31 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"hTM" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Distro Staging to Distro"
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/east,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"hTT" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"hTU" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"hTW" = (
/obj/structure/window/reinforced/spawner/directional/north,
/obj/vehicle/ridden/janicart,
@@ -22532,26 +21704,44 @@
},
/turf/open/floor/iron/dark/side,
/area/station/security/execution/transfer)
-"hUh" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"hUq" = (
/obj/structure/table/glass,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"hUy" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
+"hUC" = (
+/obj/structure/toilet,
+/obj/machinery/light/small/directional/north,
+/obj/machinery/button/door/directional/east{
+ id = "ShowerToilet1";
+ name = "Lock Control";
+ normaldoorcontrol = 1;
+ specialfunctions = 4
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
+"hUH" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/iron/dark,
+/area/station/science/xenobiology)
"hUI" = (
/obj/structure/table,
/obj/item/storage/belt/utility,
/obj/item/radio/off,
/turf/open/floor/iron/smooth,
/area/station/command/gateway)
+"hUO" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Lockers"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/fitness/locker_room)
"hVb" = (
/obj/machinery/plate_press,
/obj/effect/turf_decal/stripes/line,
@@ -22566,16 +21756,14 @@
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
"hVk" = (
+/obj/structure/cable,
/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/obj/machinery/power/apc/auto_name/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
"hVo" = (
/obj/machinery/smartfridge/organ,
/obj/effect/turf_decal/trimline/blue/corner{
@@ -22591,21 +21779,19 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"hVu" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
+"hVx" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
},
-/turf/open/floor/stone,
-/area/station/service/chapel)
-"hVK" = (
-/obj/item/flashlight/lantern/on,
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
},
/turf/open/floor/wood,
-/area/station/service/chapel)
+/area/station/engineering/atmospherics_engine)
+"hVJ" = (
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"hVM" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22620,6 +21806,14 @@
},
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
+"hVO" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/machinery/light/small/directional/south,
+/obj/item/radio/intercom/directional/south,
+/obj/structure/flora/bush/flowers_yw,
+/obj/machinery/camera/directional/south,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"hVX" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral{
@@ -22639,6 +21833,28 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/dark,
/area/station/science/genetics)
+"hWd" = (
+/obj/machinery/computer/atmos_control/air_tank{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"hWk" = (
+/obj/machinery/vending/coffee,
+/obj/structure/extinguisher_cabinet/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"hWm" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"hWu" = (
/obj/machinery/door/airlock/medical{
name = "CMO Bedroom"
@@ -22646,6 +21862,20 @@
/obj/effect/mapping_helpers/airlock/access/all/medical/cmo,
/turf/open/floor/wood/parquet,
/area/station/command/heads_quarters/cmo)
+"hWE" = (
+/obj/machinery/button/door/directional/east{
+ id = "AuxToilet2";
+ name = "Lock Control";
+ normaldoorcontrol = 1;
+ specialfunctions = 4
+ },
+/obj/structure/toilet,
+/obj/machinery/light/small/directional/west,
+/obj/effect/spawner/random/trash/soap{
+ spawn_scatter_radius = 1
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"hWJ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -22655,6 +21885,14 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
/area/station/security)
+"hWL" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/effect/turf_decal/weather/snow/corner,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
"hWU" = (
/obj/machinery/door/airlock{
name = "Maintenance"
@@ -22665,17 +21903,6 @@
},
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"hWY" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 8
- },
-/obj/structure/flora/bush/sparsegrass,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"hXa" = (
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"hXf" = (
/obj/machinery/door/airlock/engineering/glass{
name = "Hull Breach Emergency Storage"
@@ -22693,44 +21920,28 @@
/obj/effect/turf_decal/delivery/red,
/turf/open/floor/iron/white/small,
/area/station/medical/medbay/central)
-"hXm" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"hXp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/thinplating_new/light,
-/obj/machinery/requests_console/auto_name/directional/south,
-/obj/effect/mapping_helpers/requests_console/supplies,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"hXt" = (
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"hXB" = (
-/obj/effect/turf_decal/siding/white{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output{
- dir = 1
- },
-/turf/open/floor/engine/air,
-/area/station/engineering/atmos/space_catwalk)
-"hXO" = (
-/obj/structure/table/greyscale,
-/obj/item/pen{
- pixel_x = 13;
- pixel_y = 4
- },
-/obj/machinery/light/small/directional/south,
-/obj/item/flatpack{
- board = /obj/item/circuitboard/machine/flatpacker;
- pixel_x = -6;
- pixel_y = 5
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research/glass{
+ name = "Cubicle"
},
-/obj/item/multitool{
- pixel_x = 7;
- pixel_y = -2
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
+"hXP" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ name = "Secure Network Access"
},
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/iron/dark/textured_half,
+/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"hXU" = (
/turf/closed/wall,
/area/station/security/execution/education)
@@ -22755,6 +21966,13 @@
/obj/effect/landmark/navigate_destination/research,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
+"hYh" = (
+/obj/structure/flora/bush/jungle/c/style_3,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"hYn" = (
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
@@ -22764,16 +21982,8 @@
dir = 4
},
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
-"hYr" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 9
- },
-/obj/structure/flora/bush/flowers_yw/style_3,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
"hYw" = (
/obj/effect/turf_decal/bot_white,
/obj/effect/decal/cleanable/dirt,
@@ -22790,16 +22000,6 @@
dir = 8
},
/area/station/science/lab)
-"hYP" = (
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/aft)
"hYS" = (
/obj/effect/turf_decal/tile/yellow/diagonal_centre,
/obj/structure/railing,
@@ -22840,16 +22040,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/meeting_room)
-"hZb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{
- dir = 9
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"hZe" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22862,13 +22052,6 @@
/obj/machinery/brm,
/turf/open/floor/iron,
/area/station/cargo/miningfoundry)
-"hZf" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"hZP" = (
/obj/structure/cable,
/obj/structure/sign/poster/official/random/directional/north,
@@ -22954,60 +22137,21 @@
dir = 8
},
/area/station/maintenance/starboard/greater)
-"iaW" = (
-/obj/structure/grille/broken,
-/obj/effect/decal/cleanable/glass/plasma,
-/turf/open/floor/engine,
-/area/station/engineering/atmos)
-"ibc" = (
-/obj/structure/cable,
-/obj/machinery/button/door/directional/south{
- id = "secbreach";
- name = "Emergency Breach Shutters";
- req_access = list("security")
- },
-/turf/open/floor/iron/dark,
-/area/station/security/office)
"ibe" = (
/obj/effect/turf_decal/bot_white,
/obj/structure/closet/crate/freezer,
/obj/item/emptysandbag,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/warehouse)
-"ibf" = (
-/obj/machinery/griddle,
-/obj/effect/turf_decal/siding{
- dir = 10
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
"ibo" = (
/obj/structure/bed,
/obj/item/bedsheet/centcom,
/turf/open/floor/carpet/royalblue,
/area/station/command/corporate_suite)
-"ibt" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/cafeteria,
-/area/station/security/prison/mess)
"ibv" = (
/obj/item/kirbyplants/random,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"ibz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"ibB" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"ibD" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/firedoor,
@@ -23020,6 +22164,13 @@
/obj/effect/spawner/random/engineering/atmospherics_portable,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"ibF" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"ibI" = (
/obj/effect/turf_decal/siding/white/corner{
dir = 8
@@ -23030,20 +22181,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"ibQ" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"icb" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/circuit,
-/area/station/maintenance/port/aft)
"icc" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/south,
@@ -23068,14 +22205,18 @@
},
/turf/open/floor/wood,
/area/station/hallway/secondary/entry)
-"icD" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
+"icN" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"icT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -23094,22 +22235,20 @@
/obj/structure/table/reinforced,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/central)
+"idd" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/xenobiology)
"ide" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/medical/paramedic)
-"idg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"idj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -23131,6 +22270,20 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"ids" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/button/door/directional/north{
+ name = "Door Bolt Control";
+ id = "commiss2";
+ normaldoorcontrol = 1;
+ specialfunctions = 4
+ },
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"idt" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -23164,11 +22317,6 @@
},
/turf/open/floor/sepia,
/area/station/maintenance/aft)
-"idH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/maintenance/department/engine)
"idJ" = (
/obj/structure/disposalpipe/trunk,
/obj/machinery/disposal/bin,
@@ -23189,69 +22337,17 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/diagonal,
/area/station/command/heads_quarters/hop)
-"idO" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/left/directional/south{
- name = "Hydroponics Desk"
- },
-/obj/machinery/door/firedoor,
-/obj/item/paper/guides/jobs/hydroponics,
-/obj/item/pen{
- pixel_x = 4
- },
-/obj/machinery/door/window/right/directional/north{
- name = "Hydroponics Desk";
- req_access = list("hydroponics")
- },
-/turf/open/floor/plating,
-/area/station/service/hydroponics)
"idW" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/machinery/light/small/directional/south,
/obj/machinery/digital_clock/directional/south,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"iec" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
-"iee" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"ief" = (
/obj/structure/cable,
/obj/machinery/telecomms/message_server/preset,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"ier" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/station/science/ordnance/testlab)
-"ieM" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"ieQ" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/item/clothing/mask/gas,
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/camera/directional/west,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"ieY" = (
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/broken_floor,
@@ -23268,28 +22364,40 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"ifn" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"ifq" = (
+"ifg" = (
+/obj/structure/chair/sofa/bench/right,
+/obj/machinery/light/dim/directional/north,
+/turf/open/floor/iron/white,
+/area/station/science/cytology)
+"ifl" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/stone,
-/area/station/command/heads_quarters/hos)
-"ifw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/trash,
+/turf/open/floor/iron/stairs{
+ dir = 8
+ },
+/area/station/maintenance/port/greater)
+"ifu" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/commons/dorms)
-"ifx" = (
-/obj/effect/spawner/structure/window,
+/area/station/hallway/primary/central/fore)
+"ifH" = (
/obj/machinery/door/firedoor,
-/turf/open/floor/plating,
-/area/station/service/bar)
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/aft)
"ifI" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/stripes/line{
@@ -23328,12 +22436,18 @@
},
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"igA" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
+"igs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/structure/chair/stool/directional/south,
+/obj/effect/turf_decal/siding/red{
+ dir = 1
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/security/office)
"igD" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -23341,6 +22455,31 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
+"igP" = (
+/obj/structure/table,
+/obj/item/grenade/chem_grenade/smart_metal_foam,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/item/flatpack{
+ board = /obj/item/circuitboard/machine/flatpacker;
+ pixel_x = -6;
+ pixel_y = 5
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
+"igR" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 9
+ },
+/obj/machinery/meter/monitored/distro_loop,
+/obj/structure/extinguisher_cabinet/directional/east,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"ihb" = (
+/obj/effect/spawner/random/trash,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"ihc" = (
/obj/structure/cable,
/obj/machinery/door/airlock/command/glass{
@@ -23350,6 +22489,12 @@
/obj/effect/mapping_helpers/airlock/access/all/command/teleporter,
/turf/open/floor/iron/dark/textured_half,
/area/station/command/teleporter)
+"ihd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"ihh" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt,
@@ -23360,20 +22505,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
-"ihi" = (
-/obj/effect/spawner/random/engineering/atmospherics_portable,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"ihj" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Turbine to Wastes"
- },
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"ihl" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
@@ -23415,29 +22546,17 @@
"iht" = (
/turf/closed/wall/r_wall,
/area/station/command/corporate_dock)
-"ihA" = (
-/obj/structure/transit_tube/curved{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
+"ihv" = (
+/obj/structure/bed/maint,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/eighties/red,
+/area/station/service/abandoned_gambling_den/gaming)
"ihC" = (
/obj/structure/bodycontainer/morgue{
dir = 1
},
/turf/open/floor/iron/dark/small,
/area/station/medical/morgue)
-"ihI" = (
-/obj/structure/chair/office,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
-"ihT" = (
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
- dir = 5
- },
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
"ihZ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -23451,16 +22570,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"iim" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/rock/pile/jungle/style_5{
- pixel_y = -5;
- pixel_x = -8
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"iio" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/stripes/line{
@@ -23469,21 +22578,6 @@
/obj/effect/turf_decal/loading_area,
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
-"iis" = (
-/obj/effect/spawner/random/entertainment/arcade{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating{
- dir = 10
- },
-/obj/structure/sign/poster/official/random/directional/south,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
-"iiv" = (
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
"iix" = (
/obj/effect/spawner/random/engineering/atmospherics_portable,
/turf/open/floor/plating,
@@ -23494,44 +22588,48 @@
},
/turf/open/space/basic,
/area/space)
-"iiD" = (
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance"
- },
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 1
+"iiI" = (
+/obj/structure/table/reinforced,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/shutters{
+ id = "meow";
+ name = "Commissary"
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"iiW" = (
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/xenobiology)
-"ijd" = (
-/obj/effect/spawner/random/structure/closet_private,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/carpet,
-/area/station/commons/dorms)
-"ijn" = (
-/obj/effect/turf_decal/siding/purple{
- dir = 5
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine/plasma,
-/area/station/engineering/atmos/space_catwalk)
-"ijy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"iiX" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
+"ijk" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
+"ijm" = (
+/obj/structure/lattice,
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/smart/simple/orange,
+/turf/open/space/basic,
+/area/space/nearstation)
+"ijo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/atmospherics/components/binary/pump{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/no_nightlight/directional/north,
+/obj/effect/turf_decal/siding/wideplating{
dir = 1
},
-/turf/open/floor/iron/white/side{
- dir = 8
- },
-/area/station/science/xenobiology)
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
+"ijz" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"ijB" = (
/obj/machinery/atmospherics/components/trinary/mixer/flipped{
dir = 8
@@ -23557,30 +22655,12 @@
dir = 1
},
/area/station/hallway/secondary/entry)
-"ijM" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"ijN" = (
/obj/machinery/bluespace_vendor/directional/north,
/obj/machinery/light/small/directional/west,
/obj/machinery/photobooth,
/turf/open/floor/iron/textured_large,
/area/station/hallway/primary/central/fore)
-"ijP" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"ijV" = (
/turf/open/misc/asteroid,
/area/station/maintenance/department/engine)
@@ -23596,30 +22676,9 @@
/obj/item/gun/syringe,
/turf/open/floor/wood/parquet,
/area/station/command/heads_quarters/cmo)
-"ika" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"ikc" = (
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"ikf" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/turf/open/floor/iron/stairs{
- dir = 4
- },
-/area/station/engineering/atmos)
"ikl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/firedoor,
@@ -23637,10 +22696,12 @@
},
/turf/open/floor/plating,
/area/station/cargo/miningoffice)
-"ikB" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
+"iky" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos/pumproom)
"ikH" = (
/obj/structure/table/bronze,
/obj/machinery/computer/security/wooden_tv{
@@ -23671,30 +22732,32 @@
},
/turf/open/floor/plating,
/area/station/cargo/miningoffice)
-"ilb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
+"ile" = (
+/obj/structure/chair{
dir = 1
},
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+/obj/structure/disposalpipe/segment{
dir = 5
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"ile" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"ill" = (
/obj/structure/frame/machine,
/obj/item/circuitboard/computer/security,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
+"ilo" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/effect/spawner/random/trash,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"ilw" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -23702,42 +22765,67 @@
dir = 4
},
/area/station/science/research)
+"ilx" = (
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"ily" = (
+/obj/effect/turf_decal/box/corners,
+/obj/effect/turf_decal/box/corners{
+ dir = 8
+ },
+/obj/machinery/plumbing/input{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/station/science/cytology)
"ilz" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/storage_shared)
-"ilB" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering - Engine Bay North"
- },
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"ilD" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 8
},
/turf/open/floor/iron/smooth_large,
/area/station/science/robotics/mechbay)
-"ilN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 5
+"ilE" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet/directional/east,
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
+"ilI" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 8
},
/turf/open/floor/engine,
-/area/station/engineering/supermatter)
+/area/station/engineering/supermatter/room)
"ilW" = (
/obj/effect/spawner/random/engineering/atmospherics_portable,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"imc" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/turf_decal/siding/white{
- dir = 4
+"img" = (
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
+/obj/machinery/door/airlock/command/glass{
+ name = "Telecommunications Server Room"
},
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/aft)
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "comms-entrance-south"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/tcommsat/server)
"imj" = (
/obj/machinery/door/airlock/security/glass{
id_tag = "permaouter";
@@ -23752,15 +22840,49 @@
/obj/effect/landmark/start/security_officer,
/turf/open/floor/iron,
/area/station/security/tram)
+"imI" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
"ina" = (
/obj/structure/table,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"inF" = (
+"ind" = (
+/obj/machinery/light/floor,
+/obj/structure/flora/bush/flowers_br,
+/turf/open/floor/grass,
+/area/station/hallway/primary/central/fore)
+"inh" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/chair/stool/directional/south,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/cargo/sorting)
+/area/station/hallway/primary/fore)
+"ino" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock/research/glass{
+ name = "Cytology Lab"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/research,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
+"inO" = (
+/obj/machinery/space_heater,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"inR" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -23774,17 +22896,24 @@
/obj/effect/landmark/start/shaft_miner,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
+"inU" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
+"ioa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar)
"iob" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/chair/stool/directional/west,
/turf/open/floor/iron,
/area/station/security/prison/rec)
-"iok" = (
-/obj/effect/landmark/atmospheric_sanity/ignore_area,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"ioo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -23792,16 +22921,16 @@
/obj/effect/turf_decal/delivery/red,
/turf/open/floor/iron/white/small,
/area/station/medical/treatment_center)
-"ioN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
+"ioz" = (
+/obj/machinery/light/small/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/area/station/commons/dorms)
+"ioI" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrogen_input,
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
"ioR" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/airalarm/directional/west,
@@ -23818,26 +22947,23 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
-"ioX" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/machinery/firealarm/directional/east,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_corner{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
"ipb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/brown/opposingcorners,
/obj/effect/landmark/start/shaft_miner,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
+"ipc" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/bed/dogbed/mcgriff,
+/mob/living/basic/pet/dog/pug/mcgriff,
+/turf/open/floor/iron,
+/area/station/security/warden)
"ipd" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/button/door/directional/east{
@@ -23860,12 +22986,24 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/meeting_room)
-"ipo" = (
-/obj/item/kirbyplants/random,
-/obj/item/radio/intercom/directional/north,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/white,
-/area/station/science/cytology)
+"ipj" = (
+/obj/structure/cable,
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload_foyer)
+"ipp" = (
+/obj/effect/spawner/random/engineering/atmospherics_portable,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
+"ipr" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/structure/closet/wardrobe/miner,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"ips" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -23877,6 +23015,15 @@
dir = 8
},
/area/station/command/bridge)
+"ipt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"ipx" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -23905,14 +23052,6 @@
/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
-"ipJ" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/structure/flora/bush/sparsegrass,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"ipP" = (
/obj/effect/turf_decal/bot_white,
/obj/effect/turf_decal/stripes/corner{
@@ -23922,6 +23061,26 @@
/obj/effect/spawner/random/trash/janitor_supplies,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/warehouse)
+"iqi" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/cup/glass/drinkingglass{
+ pixel_x = 6;
+ pixel_y = 15
+ },
+/obj/item/reagent_containers/cup/glass/drinkingglass{
+ pixel_x = -5;
+ pixel_y = 15
+ },
+/obj/item/reagent_containers/cup/glass/drinkingglass{
+ pixel_x = 2;
+ pixel_y = 9
+ },
+/obj/item/reagent_containers/cup/glass/drinkingglass{
+ pixel_x = -7;
+ pixel_y = 9
+ },
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"iqj" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -23929,13 +23088,10 @@
dir = 1
},
/area/station/maintenance/port/fore)
-"iql" = (
-/obj/machinery/atmospherics/components/binary/pump/off{
- dir = 1;
- name = "Air to Public Ports"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+"iqm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/station/maintenance/disposal/incinerator)
"iqp" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -23949,12 +23105,6 @@
/obj/structure/closet,
/turf/open/floor/iron/smooth,
/area/station/cargo/office)
-"iqr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"iqB" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -23986,46 +23136,23 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"iqX" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/status_display/evac/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"iqY" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Mix Outlet Pump"
- },
-/obj/machinery/atmospherics/pipe/smart/simple/supply/visible/layer2{
- dir = 9
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics - Distribution 2"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+"iqK" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"ira" = (
/obj/structure/tank_dispenser/oxygen,
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/small,
/area/station/security/tram)
-"ird" = (
+"irc" = (
/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/aft)
"iri" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -24056,57 +23183,6 @@
/obj/structure/closet/toolcloset,
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
-"irt" = (
-/obj/machinery/computer/slot_machine{
- pixel_y = 2
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
-"irv" = (
-/obj/machinery/computer/security/telescreen/isolation/directional/north{
- name = "reflection room monitor"
- },
-/obj/effect/turf_decal/stripes/white/corner{
- dir = 1
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/button/flasher{
- id = "IsolationFlash";
- pixel_x = 28;
- pixel_y = 28
- },
-/turf/open/floor/iron/dark/small,
-/area/station/security/execution/education)
-"irz" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"irD" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"irF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"irQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -24114,19 +23190,10 @@
/obj/effect/turf_decal/tile/blue/opposingcorners,
/turf/open/floor/iron/dark/textured,
/area/station/command/heads_quarters/hop)
-"irZ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/light/small/directional/east,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 10
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/engineering/supermatter/room)
+"irW" = (
+/obj/structure/closet/radiation,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"isi" = (
/obj/structure/table,
/obj/effect/turf_decal/siding/thinplating_new{
@@ -24144,18 +23211,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
-"isv" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Aux Cooling to Gas"
+"isD" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
},
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
+/obj/machinery/button/door/directional/west{
+ id = "custodialshutters";
+ pixel_y = 8;
+ pixel_x = 23
},
-/obj/machinery/firealarm/directional/east,
-/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
+/area/station/maintenance/hallway/abandoned_command)
"isI" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -24179,13 +23245,6 @@
},
/turf/closed/wall,
/area/station/hallway/primary/port)
-"isN" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 1
- },
-/obj/structure/closet/secure_closet/hydroponics,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"isQ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -24202,21 +23261,6 @@
"itb" = (
/turf/closed/wall/r_wall/rust,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"itt" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
-"itv" = (
-/obj/structure/transit_tube/horizontal{
- dir = 2
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
"itw" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -24232,13 +23276,6 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"itG" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
- },
-/obj/structure/flora/bush/flowers_yw/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"itL" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/computer/security{
@@ -24295,31 +23332,18 @@
/obj/effect/mapping_helpers/airlock/access/all/science/research,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"iuw" = (
+"iuF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light_switch/directional/north,
/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"iuQ" = (
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 18
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_y = 18
- },
-/obj/item/clothing/suit/hazardvest,
-/obj/effect/turf_decal/siding/thinplating_new/terracotta{
dir = 4
},
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron,
-/area/station/command/teleporter)
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
+"iuR" = (
+/turf/closed/wall/r_wall,
+/area/station/hallway/primary/central/aft)
"iuW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small/directional/west,
@@ -24329,25 +23353,23 @@
},
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"iuX" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/computer/security/telescreen/turbine/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"iuZ" = (
/obj/structure/bed,
/obj/item/bedsheet/brown,
/obj/item/melee/baseball_bat,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"ivj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"ivh" = (
+/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/trash,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"ivk" = (
/obj/machinery/atmospherics/components/tank/air{
dir = 8
@@ -24391,53 +23413,32 @@
/obj/structure/extinguisher_cabinet/directional/east,
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
-"ivT" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
- dir = 4
+"ivD" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/hallway/primary/port)
"ivY" = (
/obj/structure/table/reinforced,
/obj/effect/spawner/random/techstorage/tcomms_all,
/obj/machinery/light/cold/directional/east,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"iwi" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
+"iwt" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"iwo" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"iwz" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/smooth,
/area/station/engineering/break_room)
-"iwV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red,
-/obj/structure/sign/warning/no_smoking/circle/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/station/security)
"ixl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -24446,10 +23447,25 @@
/obj/structure/cable,
/turf/open/floor/iron/dark/small,
/area/station/security/detectives_office)
+"ixn" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"ixz" = (
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/maintenance/solars/port/aft)
+"ixG" = (
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"ixM" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -24458,6 +23474,14 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"ixT" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/purple/corner,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"ixU" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/decal/cleanable/dirt,
@@ -24481,17 +23505,6 @@
},
/turf/open/floor/plating,
/area/station/security/brig/entrance)
-"iyl" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
"iyn" = (
/obj/structure/railing/corner{
dir = 4
@@ -24505,17 +23518,31 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/iron/small,
/area/station/engineering/main)
-"iyo" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/techstorage/security_all,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
"iyq" = (
/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 9
},
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai)
+"iyr" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/light/cold/directional/north,
+/obj/machinery/newscaster/directional/north,
+/turf/open/floor/iron/dark/side{
+ dir = 9
+ },
+/area/station/science/ordnance/testlab)
+"iyt" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron/white/small,
+/area/station/science/lab)
"iyC" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/siding/purple{
@@ -24527,21 +23554,49 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"izg" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/light/warm/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
+"iyR" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 9
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"izh" = (
+/obj/item/shovel,
+/turf/open/floor/plating,
+/area/station/maintenance/department/prison)
+"izk" = (
+/obj/machinery/door/airlock{
+ id_tag = "Toilet1";
+ name = "Unit 1"
+ },
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
+"izo" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/grunge{
+ name = "Vacant Comissary"
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 1
},
+/area/station/maintenance/central/lesser)
+"izu" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"izm" = (
-/obj/effect/turf_decal/siding/dark{
- dir = 9
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"izA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/turf/open/floor/engine/co2,
-/area/station/engineering/atmos/space_catwalk)
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/starboard)
"izD" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -24559,35 +23614,31 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor,
/area/station/engineering/atmos/storage/gas)
-"izF" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
+"izM" = (
+/obj/machinery/light/no_nightlight/directional/east,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"izP" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"izT" = (
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
-/obj/effect/decal/cleanable/greenglow,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"izV" = (
-/obj/machinery/computer/cargo{
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"iAc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer4{
dir = 1
},
-/obj/machinery/computer/security/telescreen/vault/directional/south,
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/qm)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"iAk" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 10
@@ -24595,6 +23646,27 @@
/obj/machinery/field/generator,
/turf/open/floor/iron/dark/small,
/area/station/engineering/storage_shared)
+"iAu" = (
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/effect/spawner/random/bedsheet{
+ dir = 4
+ },
+/obj/machinery/button/door/directional/west{
+ name = "Cabin Bolt Control";
+ normaldoorcontrol = 1;
+ specialfunctions = 4;
+ id = "Cabin1"
+ },
+/turf/open/floor/carpet/orange,
+/area/station/commons/dorms)
+"iAv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/trash,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"iAy" = (
/obj/structure/table,
/obj/item/clothing/shoes/sneakers/orange{
@@ -24640,56 +23712,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
-"iAN" = (
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 10
- },
-/obj/structure/table,
-/obj/item/cigarette,
-/obj/item/toy/toy_dagger,
-/obj/item/clothing/head/collectable/paper,
-/obj/item/toy/figure/roboticist{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/toy/figure/syndie{
- pixel_y = 5;
- pixel_x = -6
- },
-/obj/item/toy/figure/md{
- pixel_x = 10
- },
-/obj/item/toy/figure/hop{
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/toy/figure/ian{
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/item/toy/figure/lawyer{
- pixel_x = -10
- },
-/obj/item/toy/figure/detective,
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
-"iAQ" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Recreation"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/fitness/recreation/entertainment)
-"iAS" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/chair/stool/directional/north,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/iron/small,
-/area/station/engineering/engine_smes)
"iAZ" = (
/obj/structure/bed/medical/anchored{
dir = 4
@@ -24726,6 +23748,15 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"iBt" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start/bartender,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"iBu" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/smooth,
@@ -24735,16 +23766,6 @@
/obj/structure/cable,
/turf/open/floor/wood/tile,
/area/station/maintenance/port/lesser)
-"iBG" = (
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
-"iBU" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"iBZ" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -24770,19 +23791,38 @@
},
/turf/open/floor/carpet/royalblue,
/area/station/command/heads_quarters/captain)
-"iCp" = (
-/obj/structure/railing{
+"iCi" = (
+/obj/machinery/computer/security/telescreen/isolation/directional/north{
+ name = "reflection room monitor"
+ },
+/obj/effect/turf_decal/stripes/white/corner{
dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/wood,
-/area/station/engineering/atmos/office)
-"iCr" = (
-/obj/machinery/light/small/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/break_room)
+/obj/item/kirbyplants/random,
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/button/flasher{
+ id = "IsolationFlash";
+ pixel_x = 28;
+ pixel_y = 28
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/security/execution/education)
+"iCj" = (
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
+"iCq" = (
+/obj/effect/turf_decal/siding/thinplating/terracotta{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"iCw" = (
/obj/structure/hedge,
/obj/effect/turf_decal/tile/yellow{
@@ -24803,14 +23843,14 @@
dir = 8
},
/area/station/engineering/main)
-"iCL" = (
-/obj/effect/turf_decal/siding/yellow,
-/obj/effect/turf_decal/siding/yellow{
- dir = 1
+"iCW" = (
+/obj/machinery/door/poddoor/shutters/radiation/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
},
-/obj/machinery/holopad,
-/turf/open/floor/iron/textured_half,
-/area/station/engineering/atmos)
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter)
"iDk" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -24836,6 +23876,13 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/white,
/area/station/security/medical)
+"iDA" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/landmark/start/detective,
+/turf/open/floor/wood,
+/area/station/security/detectives_office)
"iDH" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/chair/office/light{
@@ -24871,15 +23918,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/engine,
/area/station/science/explab)
-"iEC" = (
-/obj/structure/chair{
- dir = 1;
- pixel_y = -2
- },
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/station/science/lower)
"iEG" = (
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron/dark/side{
@@ -24911,27 +23949,34 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"iFe" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+"iFm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/turf/open/floor/iron/dark/side{
+ dir = 1
},
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/science/xenobiology)
"iFs" = (
/obj/structure/window/spawner/directional/east,
/turf/open/misc/sandy_dirt,
/area/station/medical/medbay/lobby)
-"iFt" = (
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
+"iFD" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L5";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/security/prison/work)
+/area/station/hallway/primary/central/aft)
"iFE" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/structure/chair/office{
@@ -24939,37 +23984,10 @@
},
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"iFF" = (
-/obj/structure/table,
-/obj/machinery/light/warm/directional/north,
-/obj/effect/landmark/start/hangover,
-/obj/item/soap,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"iFK" = (
-/obj/effect/turf_decal/siding/blue,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
"iFP" = (
/obj/item/kirbyplants/random/fullysynthetic,
/turf/open/floor/plating/rust,
/area/station/maintenance/hallway/abandoned_command)
-"iGc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/sign/warning/no_smoking/circle/directional/west,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/smooth_corner,
-/area/station/engineering/supermatter/room)
-"iGf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/status_display/ai/directional/north,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/breakroom)
"iGl" = (
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
@@ -24984,36 +24002,70 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/solars/port/aft)
-"iGy" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
+"iGq" = (
+/obj/effect/landmark/start/librarian,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/stone,
-/area/station/service/chapel)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"iGt" = (
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"iGA" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"iGB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"iGE" = (
/obj/structure/chair/stool/directional/east,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
+"iGM" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/light/cold/dim/directional/east,
+/obj/machinery/newscaster/directional/east,
+/obj/structure/cable,
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = 5;
+ pixel_y = 19
+ },
+/obj/item/pen{
+ pixel_x = 5;
+ pixel_y = 20
+ },
+/obj/machinery/cell_charger{
+ pixel_x = 2;
+ pixel_y = 1
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/break_room)
"iGO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/broken_flooring/pile/directional/east,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"iGT" = (
-/obj/structure/flora/tree/jungle/style_4,
-/obj/effect/turf_decal/weather/dirt,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"iGS" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"iHg" = (
/obj/structure/cable,
/obj/machinery/door/airlock/maintenance/external{
@@ -25023,48 +24075,30 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"iHn" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/table,
+"iHq" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/light/small/directional/west,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
-/area/station/cargo/sorting)
-"iHo" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/structure/table/wood,
-/obj/item/stack/spacecash/c10{
- pixel_y = 9;
- pixel_x = 5
- },
-/obj/machinery/computer/security/telescreen/entertainment/directional/west,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
+/area/station/security/brig/entrance)
"iHv" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
+/obj/structure/table,
+/obj/machinery/computer/security/telescreen/ordnance/directional/north,
+/turf/open/floor/iron/dark/side{
+ dir = 1
+ },
+/area/station/science/ordnance/testlab)
"iHw" = (
/obj/effect/spawner/random/structure/barricade,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"iHB" = (
-/obj/structure/flora/bush/flowers_yw/style_3{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/structure/flora/bush/flowers_br/style_random{
- pixel_y = -5;
- pixel_x = 3
- },
-/obj/effect/light_emitter/fake_outdoors,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/grass/Airless,
-/area/station/hallway/primary/central/aft)
+"iHz" = (
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"iHM" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -25073,22 +24107,48 @@
dir = 1
},
/area/station/science/lower)
-"iIb" = (
+"iHT" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"iId" = (
+/obj/machinery/processor{
+ pixel_y = 6
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/table,
+/obj/effect/turf_decal/siding/end,
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
+"iIj" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Mix Outlet Pump"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"iIs" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/effect/turf_decal/siding/wideplating/dark{
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"iIv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
},
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 1
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
},
-/obj/effect/mapping_helpers/mail_sorting/security/hos_office,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/security)
+/area/station/hallway/primary/central/fore)
"iIw" = (
/obj/structure/cable,
/obj/item/wrench,
@@ -25101,6 +24161,22 @@
},
/turf/open/floor/iron/dark/textured_edge,
/area/station/command/heads_quarters/hop)
+"iIK" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/rack,
+/obj/item/stack/sheet/plasteel/fifty,
+/obj/item/stack/sheet/plastic/five,
+/obj/item/stack/sheet/rglass/fifty,
+/obj/item/storage/medkit/fire{
+ pixel_x = 1;
+ pixel_y = 4
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/item/stock_parts/power_store/cell/emproof{
+ pixel_y = 9
+ },
+/turf/open/floor/iron/small,
+/area/station/engineering/break_room)
"iIN" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -25117,6 +24193,12 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
+"iIU" = (
+/obj/machinery/vending/wardrobe/det_wardrobe,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/computer/security/telescreen/normal/directional/west,
+/turf/open/floor/wood,
+/area/station/security/detectives_office)
"iIW" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -25132,6 +24214,14 @@
},
/turf/open/floor/iron/dark,
/area/station/engineering/lobby)
+"iIZ" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Dorms"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/dorms)
"iJb" = (
/obj/structure/cable,
/obj/structure/table/glass,
@@ -25167,13 +24257,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
/area/station/cargo/miningfoundry)
-"iJm" = (
-/mob/living/basic/bot/firebot,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/holopad,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/storage_shared)
+"iJq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
"iJt" = (
/obj/machinery/door/airlock{
name = "Maintenance"
@@ -25227,16 +24319,9 @@
/obj/structure/sign/warning/no_smoking/circle/directional/north,
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
-"iJO" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
- },
-/obj/machinery/light/cold/dim/directional/north,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
+"iJP" = (
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
"iJS" = (
/obj/structure/railing/corner/end{
dir = 4
@@ -25277,24 +24362,23 @@
/obj/effect/spawner/random/trash/food_packaging,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"iKK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/purple/visible,
-/obj/machinery/meter,
-/obj/effect/turf_decal/tile/yellow,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"iLb" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
+"iKP" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/caution/stand_clear,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"iLe" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron/dark/corner{
- dir = 8
- },
-/area/station/science/xenobiology)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/red,
+/turf/open/floor/iron/white/small,
+/area/station/security/warden)
+"iLh" = (
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron/smooth,
+/area/station/service/library)
"iLp" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25307,6 +24391,29 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"iLw" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Transit Tube Station"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
+"iLA" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron/dark/side{
+ dir = 8
+ },
+/area/station/hallway/primary/central/fore)
"iLC" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -25326,6 +24433,17 @@
dir = 8
},
/area/station/hallway/primary/central/fore)
+"iLH" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance"
+ },
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"iLN" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -25345,6 +24463,22 @@
/obj/machinery/recharge_station,
/turf/open/floor/plating,
/area/station/maintenance/department/bridge)
+"iLX" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - Central Aft"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"iLZ" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/circuit,
+/area/station/maintenance/port/aft)
"iMg" = (
/obj/structure/closet/crate,
/obj/effect/turf_decal/stripes/line{
@@ -25374,13 +24508,6 @@
/obj/machinery/flasher/portable,
/turf/open/floor/plating,
/area/station/security/tram)
-"iME" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/mask/gas,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"iMI" = (
/obj/structure/cable,
/obj/structure/sign/warning/no_smoking/circle/directional/north,
@@ -25432,24 +24559,31 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"iNC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/exit/departure_lounge)
"iNE" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/vending/snackvend,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"iNK" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
+"iNF" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/central/aft)
"iNO" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
@@ -25457,6 +24591,13 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/tram,
/area/station/security/tram)
+"iNS" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/south,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"iNV" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
@@ -25482,10 +24623,6 @@
dir = 1
},
/area/station/command/heads_quarters/captain)
-"iOd" = (
-/obj/structure/chair/stool/bar/directional/east,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
"iOm" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -25554,26 +24691,47 @@
},
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
-"iPg" = (
-/obj/effect/turf_decal/stripes/line{
+"iOL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Waste to Exhaust"
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
+/turf/open/floor/iron/dark/side,
+/area/station/science/xenobiology)
+"iOM" = (
+/obj/structure/cable,
+/obj/item/storage/bag/trash,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/security/prison/safe)
+"iOT" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
+"iOY" = (
+/obj/effect/spawner/random/maintenance,
+/obj/effect/spawner/random/structure/crate_abandoned,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"iPj" = (
/obj/structure/cable,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/command/nuke_storage)
-"iPC" = (
-/obj/structure/flora/grass/jungle/a/style_4,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"iPn" = (
+/mob/living/simple_animal/bot/secbot/beepsky/armsky,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/security/armory)
+"iPy" = (
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/security/prison/garden)
"iPF" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -25601,6 +24759,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/hallway/abandoned_command)
+"iQp" = (
+/obj/structure/flora/bush/sparsegrass,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"iQr" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
@@ -25613,20 +24775,20 @@
/obj/machinery/light_switch/directional/east,
/turf/open/floor/iron/dark/side,
/area/station/engineering/hallway)
-"iQB" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery/red,
-/obj/machinery/door/airlock/medical/glass{
- id_tag = "MedbayFoyer";
- name = "Medbay Clinic"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "medlock";
- name = "Lockdown Shutters"
+"iQC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating/elevatorshaft,
+/area/station/commons/dorms)
+"iQT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
/turf/open/floor/iron/white/small,
-/area/station/medical/medbay/lobby)
+/area/station/service/janitor)
"iQU" = (
/obj/structure/closet{
name = "janitorial supplies"
@@ -25637,18 +24799,58 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/small,
/area/station/service/chapel/storage)
-"iRp" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
+"iQV" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 4
},
-/turf/open/floor/plating,
-/area/station/engineering/atmos/office)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
+"iRk" = (
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/station/science/cytology)
+"iRl" = (
+/obj/structure/table/wood,
+/obj/item/food/grown/citrus/lemon{
+ pixel_y = 12;
+ pixel_x = 4
+ },
+/obj/item/food/grown/citrus/orange{
+ pixel_y = 6;
+ pixel_x = -4
+ },
+/obj/item/food/grown/citrus/lime{
+ pixel_x = 3
+ },
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"iRz" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
+"iRE" = (
+/obj/structure/flora/bush/flowers_br/style_random,
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"iRQ" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/item/food/meat/bacon,
+/obj/item/food/meat/bacon,
+/obj/item/food/meat/slab/monkey,
+/obj/item/food/meat/slab/monkey,
+/obj/item/food/meat/slab/monkey,
+/obj/effect/turf_decal/weather/snow/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
"iSb" = (
/obj/structure/frame/computer{
dir = 1
@@ -25662,14 +24864,6 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/dark/small,
/area/station/hallway/secondary/dock)
-"iSg" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
"iSh" = (
/obj/machinery/atmospherics/components/tank{
dir = 1
@@ -25695,19 +24889,8 @@
/turf/open/floor/iron,
/area/station/security/execution/transfer)
"iSD" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"iSE" = (
-/obj/machinery/atmospherics/pipe/layer_manifold/cyan/visible,
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
"iSK" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -25716,25 +24899,12 @@
/obj/structure/sign/warning/pods/directional/west,
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
-"iSU" = (
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/port/aft)
-"iTf" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
+"iTe" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/area/station/security/office)
"iTn" = (
/obj/machinery/firealarm/directional/north,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -25742,23 +24912,20 @@
},
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
-"iTu" = (
-/obj/structure/cable,
-/obj/machinery/door/airlock/maintenance{
- name = "Security Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/station/maintenance/port/lesser)
"iTv" = (
/obj/item/kirbyplants/random,
/turf/open/floor/wood/parquet,
/area/station/service/library)
-"iTz" = (
-/obj/item/shovel,
-/turf/open/floor/plating,
-/area/station/maintenance/department/prison)
+"iTy" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
"iTB" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/south,
@@ -25770,12 +24937,17 @@
dir = 1
},
/area/station/science/xenobiology)
-"iTO" = (
-/obj/effect/turf_decal/siding/thinplating/terracotta,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
+"iTN" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Holodeck Door"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "holodeck"
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/commons/fitness/recreation/entertainment)
"iTP" = (
/obj/structure/cable,
/obj/machinery/door/airlock/external{
@@ -25797,43 +24969,35 @@
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
"iTT" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_yw/style_2,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"iTZ" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Pure to Waste"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/engineering/atmos/project)
"iUb" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt,
/obj/item/crowbar/large/old,
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
-"iUd" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
+"iUh" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/structure/table/glass,
-/obj/item/flashlight/lamp/green{
- pixel_x = 2;
- pixel_y = 9
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/taperecorder{
- pixel_x = -15;
- pixel_y = 3
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"iUH" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/machinery/light_switch/directional/north,
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"iUK" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
@@ -25847,20 +25011,13 @@
/obj/machinery/disposal/bin/tagger,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"iUS" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Barber"
+"iUT" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 10
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/fitness/locker_room)
-"iVm" = (
-/obj/machinery/vending/wardrobe/chap_wardrobe,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/camera/autoname/directional/south,
-/obj/structure/cable,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
+/obj/machinery/duct,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
"iVq" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 10
@@ -25868,6 +25025,9 @@
/obj/item/stack/sheet/mineral/titanium,
/turf/open/floor/tram,
/area/station/security/tram)
+"iVr" = (
+/turf/closed/mineral/random/stationside,
+/area/station/maintenance/fore/greater)
"iVu" = (
/obj/structure/transport/linear/tram,
/obj/machinery/transport/tram_controller,
@@ -25886,21 +25046,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"iVB" = (
-/obj/machinery/door/airlock/grunge{
- name = "Janitorial Closet"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/access/any/service/janitor,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/commons)
"iVE" = (
/obj/structure/cable,
/obj/machinery/telecomms/hub/preset,
@@ -25934,6 +25079,23 @@
},
/turf/open/floor/plating,
/area/station/cargo/miningoffice)
+"iVP" = (
+/obj/structure/rack,
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/item/storage/toolbox/electrical{
+ pixel_x = 4;
+ pixel_y = 6
+ },
+/obj/item/clothing/head/utility/welding,
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"iVT" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -25969,15 +25131,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
/area/station/security/prison/garden)
-"iWf" = (
-/obj/machinery/holopad,
-/obj/machinery/button/door/directional/north{
- id = "medlock";
- name = "Medbay Lockdown Control";
- req_access = list("medical")
- },
-/turf/open/floor/wood/parquet,
-/area/station/command/heads_quarters/cmo)
"iWj" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -25995,6 +25148,18 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/stone,
/area/station/command/heads_quarters/hos)
+"iWp" = (
+/obj/machinery/newscaster/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/security/office)
+"iWs" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/security/execution/transfer)
"iWE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -26009,11 +25174,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"iWK" = (
-/obj/structure/closet/firecloset,
-/obj/machinery/light/small/dim/directional/west,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/aft)
+"iWN" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"iWQ" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/effect/landmark/start/chemist,
@@ -26053,18 +25220,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"iXg" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/obj/effect/turf_decal/trimline/yellow/line,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"iXi" = (
/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/closed/wall/r_wall,
+/area/station/hallway/primary/central/aft)
"iXm" = (
/obj/structure/cable,
/obj/structure/disposalpipe/sorting/mail/flip{
@@ -26073,16 +25234,24 @@
/obj/effect/mapping_helpers/mail_sorting/medbay/cmo_office,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"iXn" = (
-/obj/structure/table/reinforced,
-/obj/item/mod/module/signlang_radio,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"iXx" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/closed/wall/r_wall,
-/area/station/maintenance/department/electrical)
+"iXu" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/aft)
+"iXy" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/obj/machinery/light_switch/directional/east,
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"iXB" = (
/obj/effect/turf_decal/siding/dark_red{
dir = 4
@@ -26091,6 +25260,26 @@
/obj/effect/spawner/random/armory/e_gun,
/turf/open/floor/iron/dark/small,
/area/station/ai_monitored/security/armory)
+"iXM" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/science/server)
+"iXW" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/item/book/manual/wiki/barman_recipes{
+ pixel_x = 5;
+ pixel_y = 6
+ },
+/obj/machinery/camera/autoname/directional/north,
+/obj/machinery/firealarm/directional/east,
+/obj/item/gun/ballistic/shotgun/doublebarrel,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"iYh" = (
/obj/structure/fluff/broken_canister_frame,
/turf/open/floor/plating,
@@ -26109,9 +25298,6 @@
/obj/machinery/photocopier,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
-"iYy" = (
-/turf/closed/wall,
-/area/station/holodeck/rec_center)
"iYC" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/obj/effect/turf_decal/siding/wideplating/dark{
@@ -26130,32 +25316,16 @@
},
/turf/open/floor/iron/small,
/area/station/command/teleporter)
-"iYQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"iYY" = (
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/security/processing)
-"iZb" = (
+"iZu" = (
+/obj/effect/turf_decal/tile/neutral/full,
/obj/item/kirbyplants/random,
-/obj/machinery/camera/directional/north,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron,
-/area/station/maintenance/port/fore)
-"iZc" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/dock)
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/maintenance/central/lesser)
"iZy" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -26180,14 +25350,6 @@
},
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain)
-"iZD" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
"iZH" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/hydroponics/soil{
@@ -26196,24 +25358,65 @@
/obj/effect/spawner/random/food_or_drink/seed,
/turf/open/misc/sandy_dirt,
/area/station/maintenance/starboard/aft)
+"iZK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=19.0-Engineering-CentralPort";
+ location = "18.0-ToolStorage-Engineering"
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/fore)
+"iZM" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"iZO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"iZU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/directional/east,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain)
-"iZV" = (
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/security/prison/garden)
-"jad" = (
-/obj/effect/turf_decal/siding/wood{
+"iZW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 1
},
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"jao" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool/directional/north,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"jar" = (
/obj/machinery/drone_dispenser,
/turf/open/misc/asteroid,
@@ -26285,12 +25488,13 @@
},
/turf/open/floor/plating,
/area/station/command/heads_quarters/rd)
-"jbo" = (
-/obj/effect/turf_decal/siding/yellow{
- dir = 9
- },
-/turf/open/floor/engine/n2o,
-/area/station/engineering/atmos/space_catwalk)
+"jbp" = (
+/obj/structure/flora/bush/jungle,
+/obj/structure/flora/rock/pile/style_3,
+/obj/structure/window/spawner/directional/east,
+/obj/structure/window/spawner/directional/west,
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/recreation/entertainment)
"jbr" = (
/obj/structure/table/glass,
/obj/item/folder/blue{
@@ -26305,18 +25509,48 @@
},
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
-"jbU" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement{
- dir = 1;
- pixel_y = 5
+"jby" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/carpet,
-/area/station/service/library)
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"jbO" = (
+/obj/machinery/power/energy_accumulator/grounding_rod/anchored,
+/obj/structure/window/reinforced/plasma/spawner/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"jbV" = (
/obj/machinery/photocopier,
/turf/open/floor/iron/dark,
/area/station/security/office)
+"jbX" = (
+/obj/effect/landmark/start/assistant,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"jch" = (
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/exit/departure_lounge)
@@ -26350,6 +25584,19 @@
/obj/machinery/door/window/right/directional/south,
/turf/open/floor/plating,
/area/station/service/chapel/funeral)
+"jcB" = (
+/obj/machinery/door/airlock/wood{
+ name = "Bar Backroom"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/bar,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/dark/textured_half{
+ dir = 1
+ },
+/area/station/service/bar)
"jcE" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -26357,32 +25604,6 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/space/nearstation)
-"jcR" = (
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/structure/table,
-/obj/item/reagent_containers/cup/bottle/mutagen{
- pixel_x = -5;
- pixel_y = 8
- },
-/obj/item/reagent_containers/syringe{
- pixel_x = -3;
- pixel_y = -1
- },
-/obj/item/reagent_containers/cup/watering_can{
- pixel_x = 7;
- pixel_y = 13
- },
-/obj/item/reagent_containers/spray/plantbgone{
- pixel_x = 6;
- pixel_y = 1
- },
-/obj/machinery/light/small/directional/west,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"jcU" = (
/obj/structure/chair/wood/wings{
dir = 1
@@ -26400,71 +25621,38 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain/private)
-"jdg" = (
-/obj/effect/turf_decal/siding/thinplating/terracotta{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wideplating/dark/corner,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"jdp" = (
/obj/structure/sink/directional/west,
/obj/structure/mirror/directional/east,
/obj/effect/landmark/start/captain,
/turf/open/floor/iron/freezer,
/area/station/command/heads_quarters/captain/private)
-"jdA" = (
-/obj/machinery/processor{
- pixel_y = 6
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/table,
-/obj/effect/turf_decal/siding/end,
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
-"jdD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light_switch/directional/south,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
-"jdE" = (
-/obj/structure/flora/bush/flowers_yw/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"jdU" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Turbine to Chamber"
+"jdx" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/station/service/library)
+"jdQ" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 4
},
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
-"jef" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/junction/flip{
- dir = 1
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Distro Access"
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/pumproom)
"jeh" = (
/turf/open/floor/noslip,
/area/station/security/tram)
-"jeo" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/holopad,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/security/armory)
+"jep" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/light_switch/directional/south,
+/turf/open/floor/iron/dark/small,
+/area/station/service/chapel/storage)
"jeC" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -26472,11 +25660,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"jeD" = (
-/obj/structure/bed/maint,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/eighties/red,
-/area/station/service/abandoned_gambling_den/gaming)
"jeG" = (
/obj/machinery/portable_atmospherics/canister/plasma,
/obj/effect/turf_decal/stripes/white/line{
@@ -26485,29 +25668,11 @@
/obj/machinery/light_switch/directional/west,
/turf/open/floor/iron/smooth_large,
/area/station/science/ordnance/storage)
-"jeM" = (
-/obj/structure/chair/sofa/bench/left{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/station/hallway/primary/central/fore)
"jeW" = (
/obj/effect/spawner/structure/window,
/obj/structure/sign/departments/medbay/alt/directional/west,
-/turf/open/floor/plating,
-/area/station/medical/medbay/lobby)
-"jfm" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/structure/closet/crate/wooden/toy,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
+/turf/open/floor/plating,
+/area/station/medical/medbay/lobby)
"jfs" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 4
@@ -26539,35 +25704,64 @@
},
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
-"jfX" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/effect/turf_decal/weather/dirt{
+"jfE" = (
+/obj/structure/closet/secure_closet/evidence,
+/obj/machinery/light/dim/directional/north,
+/turf/open/floor/iron/smooth,
+/area/station/security/evidence)
+"jfT" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 1
},
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"jgN" = (
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/iron/stairs/left{
+/obj/structure/sign/poster/official/random/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"jgb" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"jgq" = (
+/obj/effect/turf_decal/weather/dirt{
dir = 8
},
+/obj/structure/flora/bush/jungle/a/style_3,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
+"jgy" = (
+/obj/effect/spawner/random/trash/hobo_squat,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"jgF" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
/area/station/commons/fitness/locker_room)
-"jgV" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
+"jgG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{
+ dir = 4
},
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
-"jhk" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"jgQ" = (
/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/structure/sign/warning/pods/directional/west,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine/atmos)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/security/prison/workout)
"jhm" = (
/turf/open/floor/wood,
/area/station/service/abandoned_gambling_den)
@@ -26578,35 +25772,10 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron,
/area/station/maintenance/port/fore)
-"jhz" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 5
- },
-/obj/structure/railing/corner{
- dir = 8
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"jhC" = (
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/plating,
/area/station/cargo/miningoffice)
-"jhJ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/line,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"jhN" = (
-/obj/effect/spawner/random/trash,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"jhY" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -26625,25 +25794,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/textured_half,
/area/station/hallway/primary/aft)
-"jia" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing/corner/end/flip{
- dir = 8
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"jic" = (
+"jie" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/disposalpipe/segment{
- dir = 5
+ dir = 9
},
+/obj/structure/broken_flooring/singular/directional/east,
/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/area/station/maintenance/starboard/aft)
"jig" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 9
@@ -26654,6 +25812,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
+"jiq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/security/processing)
"jir" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -26675,9 +25842,17 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
"jiA" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Incinerator Access"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"jiB" = (
/obj/effect/spawner/random/structure/crate_loot,
/turf/open/floor/plating,
@@ -26688,13 +25863,6 @@
},
/turf/open/floor/iron/small,
/area/station/maintenance/department/engine/atmos)
-"jiG" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple,
-/obj/item/kirbyplants/random,
-/obj/machinery/newscaster/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
"jiR" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/engine/vacuum,
@@ -26721,11 +25889,6 @@
},
/turf/open/floor/iron/small,
/area/station/hallway/secondary/exit/departure_lounge)
-"jji" = (
-/obj/structure/cable,
-/obj/machinery/light/small/dim/directional/south,
-/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
"jjk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -26734,6 +25897,12 @@
"jjq" = (
/turf/closed/wall,
/area/station/cargo/warehouse)
+"jjI" = (
+/obj/machinery/light/small/directional/south,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/machinery/duct,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
"jjJ" = (
/obj/structure/bed/dogbed/renault,
/mob/living/basic/pet/fox/renault,
@@ -26747,14 +25916,6 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"jkc" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
- },
-/obj/effect/turf_decal/tile/dark_red/half/contrasted,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"jkz" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -26763,6 +25924,14 @@
dir = 8
},
/area/station/science/lobby)
+"jkC" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/light/warm/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"jkE" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -26781,6 +25950,11 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/cargo/storage)
+"jkT" = (
+/obj/structure/table/wood,
+/obj/machinery/fax/auto_name,
+/turf/open/floor/carpet,
+/area/station/service/library)
"jkV" = (
/obj/machinery/door/airlock/external/glass{
name = "ATMOS PROJECT Airlock"
@@ -26809,13 +25983,25 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"jlF" = (
-/obj/machinery/button/crematorium{
- id = "cremateme";
- pixel_y = -30
- },
+"jlz" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/dark/small,
/area/station/service/chapel/storage)
+"jlA" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/structure/steam_vent,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"jlC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood/corner,
+/turf/open/floor/stone,
+/area/station/service/chapel)
"jlL" = (
/obj/structure/closet/secure_closet/engineering_chief,
/obj/item/storage/briefcase/secure,
@@ -26849,6 +26035,11 @@
/obj/machinery/duct,
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
+"jlW" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_pp/style_2,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"jlZ" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -26871,43 +26062,33 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/security/processing)
-"jmk" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{
- dir = 1
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/meeting_room)
"jmo" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/machinery/light/small/directional/west,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"jmA" = (
-/obj/machinery/washing_machine,
-/obj/effect/turf_decal/tile/blue{
+"jmF" = (
+/obj/effect/spawner/random/structure/crate,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/iron/cafeteria,
-/area/station/commons/dorms)
+/turf/open/floor/plating,
+/area/station/construction/mining/aux_base)
"jmK" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"jmQ" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
+"jmU" = (
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"jmV" = (
/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/plating,
@@ -26959,33 +26140,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"jnB" = (
-/obj/structure/chair/plastic{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/storage/gas)
-"jnM" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/armory,
-/obj/machinery/door/airlock/security{
- name = "Warden's Office"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/security/warden)
"jnN" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -27004,27 +26158,29 @@
},
/turf/open/floor/plating,
/area/station/command/corporate_showroom)
-"joy" = (
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"joH" = (
-/obj/item/cigarette,
-/obj/item/storage/fancy/cigarettes/cigpack_robust{
- pixel_y = 5;
- pixel_x = 6
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 4
},
-/obj/item/lighter,
-/obj/structure/sign/poster/official/random/directional/east,
-/obj/structure/table,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
+/obj/item/pen,
+/obj/machinery/door/poddoor/shutters{
+ id = "meow";
+ name = "Commissary"
},
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 6
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
+"joR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/spawner/random/structure/steam_vent,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"joS" = (
/obj/machinery/light/broken/directional/north,
/obj/effect/decal/cleanable/dirt,
@@ -27033,19 +26189,6 @@
/obj/structure/alien/weeds,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"jph" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
"jpm" = (
/obj/structure/chair{
dir = 4;
@@ -27056,6 +26199,10 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
+"jpp" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"jpu" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -27067,18 +26214,17 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"jpI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"jpE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/chair/sofa/bench/left{
- dir = 1
+/turf/open/floor/iron/smooth_large,
+/area/station/science/auxlab/firing_range)
+"jpM" = (
+/obj/structure/closet{
+ name = "Evidence Closet 3"
},
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
+/turf/open/floor/iron/smooth,
+/area/station/security/evidence)
"jpR" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -27087,24 +26233,38 @@
/obj/effect/spawner/random/maintenance/three,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"jpW" = (
+/obj/structure/cable,
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/lawoffice)
"jqd" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"jqh" = (
-/obj/item/stack/cable_coil/five,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"jqo" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/door/window/right/directional/south{
- name = "Command Deliveries";
- req_access = list("command")
+"jqq" = (
+/obj/structure/closet/crate/trashcart/filled,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"jqs" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - O2"
},
-/turf/open/floor/wood/tile,
-/area/station/command/corporate_showroom)
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output,
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
"jqu" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -27148,6 +26308,23 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
+"jqK" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/biogenerator,
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
+"jqM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"jqZ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -27155,31 +26332,6 @@
},
/turf/open/floor/iron,
/area/station/security/prison/rec)
-"jrb" = (
-/obj/item/radio/intercom/directional/west,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"jrf" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/dark_red{
- dir = 4
- },
-/turf/open/floor/stone,
-/area/station/command/heads_quarters/hos)
-"jrj" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/components/unary/passive_vent{
- dir = 4;
- name = "Refuse Exhaust"
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"jrk" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -27189,12 +26341,6 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"jrq" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
-/turf/open/floor/iron,
-/area/station/security/execution/transfer)
"jrs" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -27202,6 +26348,16 @@
/obj/structure/cable,
/turf/open/floor/plating/rust,
/area/station/maintenance/fore/lesser)
+"jrD" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ name = "O2 to Airmix"
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/green{
+ dir = 4
+ },
+/obj/machinery/light/no_nightlight/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"jrG" = (
/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 4
@@ -27215,13 +26371,6 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating/rust,
/area/station/maintenance/fore/lesser)
-"jrS" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
-/obj/machinery/atmospherics/components/tank,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/pumproom)
"jrT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -27236,48 +26385,99 @@
},
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"jrV" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
"jrX" = (
/turf/open/floor/iron/stairs{
dir = 1
},
/area/station/cargo/office)
-"jsn" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
+"jsa" = (
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron/white/side{
+ dir = 4
},
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
+/area/station/science/xenobiology)
+"jsk" = (
+/obj/machinery/light/small/directional/east,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/main)
"jsv" = (
/obj/structure/cable,
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/station/security/prison/workout)
+"jsE" = (
+/obj/machinery/light/small/directional/east,
+/obj/structure/table/wood,
+/obj/item/book/manual/wiki/tgc,
+/turf/open/floor/carpet/green,
+/area/station/commons/dorms)
+"jsG" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"jsH" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"jsJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/status_display/evac/directional/north,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"jsN" = (
/obj/structure/hedge,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
/area/station/command/heads_quarters/hop)
-"jsP" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 4
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"jsS" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/security/brig/entrance)
+"jsU" = (
+/obj/structure/hedge,
+/obj/effect/turf_decal/siding/thinplating/terracotta,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"jsX" = (
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/aft)
+"jta" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"jtd" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -27295,6 +26495,22 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/port)
+"jtg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Brig"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "sci-entrance"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/textured_half,
+/area/station/security/brig/entrance)
"jts" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -27305,6 +26521,10 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/diagonal,
/area/station/command/heads_quarters/hop)
+"jtD" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"jtI" = (
/turf/open/floor/iron/white/side{
dir = 4
@@ -27330,36 +26550,9 @@
/obj/effect/mapping_helpers/airlock/access/all/supply/general,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/commons/storage/tools)
-"jul" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 10
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"jun" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/white/side{
- dir = 1
- },
-/area/station/science/xenobiology)
-"juF" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 6
- },
-/obj/machinery/holopad,
-/turf/open/floor/iron,
+"jup" = (
+/obj/effect/turf_decal/box/white,
+/turf/open/floor/engine,
/area/station/engineering/atmospherics_engine)
"juJ" = (
/obj/structure/disposalpipe/segment{
@@ -27373,6 +26566,11 @@
/obj/item/storage/box/matches,
/turf/open/floor/iron,
/area/station/cargo/sorting)
+"juP" = (
+/obj/machinery/light/small/directional/south,
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/floor/stone,
+/area/station/service/chapel)
"juS" = (
/obj/structure/bed,
/obj/item/bedsheet/hop,
@@ -27380,32 +26578,35 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/hop)
-"jvs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/chair/sofa/bench{
+"jvd" = (
+/obj/effect/turf_decal/siding/thinplating{
dir = 1
},
-/obj/machinery/newscaster/directional/south,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
-"jvM" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
+"jvl" = (
+/obj/machinery/holopad,
+/obj/structure/cable,
+/turf/open/floor/iron/dark/small,
+/area/station/command/heads_quarters/captain/private)
+"jvB" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
},
-/obj/effect/landmark/navigate_destination/hop,
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 4
},
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/fore)
"jvN" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
@@ -27425,6 +26626,14 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
+"jvQ" = (
+/obj/structure/chair/plastic{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"jvR" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/brown/opposingcorners,
@@ -27445,6 +26654,13 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/small,
/area/station/command/teleporter)
+"jwf" = (
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"jwh" = (
/obj/structure/broken_flooring/pile/directional/east,
/obj/effect/spawner/random/trash/graffiti{
@@ -27461,41 +26677,49 @@
/turf/open/floor/wood/tile,
/area/station/command/corporate_showroom)
"jwl" = (
-/obj/structure/chair/sofa/bench/right{
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/structure/disposalpipe/junction/flip{
dir = 1
},
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
-/area/station/security/tram)
-"jwu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/chair/stool/bamboo,
-/obj/structure/cable,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
-"jwC" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 5
+/area/station/security)
+"jwA" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "N2O to Pure"
},
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"jwN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible,
+/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible,
+/obj/structure/table,
+/obj/item/radio/intercom/directional/south,
+/obj/item/clothing/head/cone{
+ pixel_y = 5;
+ pixel_x = -6
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
-"jwM" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
- dir = 4
+/obj/item/clothing/head/cone{
+ pixel_y = 7;
+ pixel_x = -6
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/pipe_dispenser{
+ pixel_y = 9;
+ pixel_x = 14
},
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
+/obj/item/cigarette{
+ pixel_y = 2
+ },
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"jwU" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/structure/sign/poster/random/directional/south,
@@ -27511,13 +26735,6 @@
/obj/structure/frame/machine,
/turf/open/floor/tram,
/area/station/security/tram)
-"jxh" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 5
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"jxk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -27527,27 +26744,6 @@
},
/turf/open/floor/wood/tile,
/area/station/science/lower)
-"jxl" = (
-/obj/structure/altar_of_gods,
-/obj/item/book/bible,
-/obj/effect/landmark/start/hangover,
-/obj/item/flashlight/lantern/on,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
-"jxm" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/stone,
-/area/station/service/chapel)
"jxp" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/turret_protected/aisat/foyer)
@@ -27565,11 +26761,6 @@
"jxD" = (
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"jxE" = (
-/obj/effect/turf_decal/siding/thinplating/terracotta,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"jxJ" = (
/obj/structure/hedge,
/obj/machinery/status_display/supply{
@@ -27578,16 +26769,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/plating,
/area/station/cargo/storage)
-"jxQ" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
"jxU" = (
/obj/effect/turf_decal/siding/blue{
dir = 9
@@ -27618,6 +26799,10 @@
/obj/machinery/light_switch/directional/east,
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
+"jyd" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/showroomfloor,
+/area/station/service/barber)
"jye" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -27634,22 +26819,6 @@
},
/turf/open/floor/iron/kitchen/small,
/area/station/security/breakroom)
-"jyl" = (
-/obj/structure/table/greyscale,
-/obj/item/folder/yellow{
- pixel_x = 2;
- pixel_y = 1
- },
-/obj/item/newspaper{
- pixel_y = 4;
- pixel_x = -4
- },
-/obj/item/geiger_counter{
- pixel_x = 13;
- pixel_y = 6
- },
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"jyu" = (
/obj/structure/chair/bronze{
dir = 4
@@ -27663,23 +26832,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai_upload_foyer)
-"jyx" = (
-/obj/structure/table,
-/obj/item/clothing/shoes/ducky_shoes{
- pixel_x = 1;
- pixel_y = 8
- },
-/turf/open/floor/iron/dark/small,
-/area/station/commons/fitness/locker_room)
-"jyB" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"jyC" = (
/obj/effect/turf_decal/siding/yellow{
dir = 5
@@ -27708,6 +26860,16 @@
dir = 1
},
/area/station/command/heads_quarters/captain)
+"jyL" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Plasma to Pure"
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/green{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"jyM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -27719,27 +26881,12 @@
dir = 4
},
/area/station/command/heads_quarters/captain/private)
-"jyO" = (
-/obj/effect/spawner/random/vending/snackvend,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/machinery/airalarm/directional/east,
-/obj/structure/disposalpipe/segment{
+"jyN" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
dir = 9
},
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/station/hallway/primary/central/fore)
-"jyW" = (
-/obj/structure/flora/bush/jungle/c/style_3,
-/obj/effect/turf_decal/weather/dirt,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"jyY" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock{
@@ -27748,12 +26895,6 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"jze" = (
-/obj/structure/cable,
-/obj/item/storage/bag/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/security/prison/safe)
"jzg" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -27787,25 +26928,26 @@
/obj/structure/broken_flooring/singular/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"jzJ" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/closet/firecloset,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/stripes/line,
+"jzr" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
/turf/open/floor/iron,
-/area/station/engineering/hallway)
-"jzL" = (
-/obj/structure/sink/directional/south,
-/obj/structure/mirror/directional/north,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
+/area/station/hallway/primary/port)
"jAb" = (
/obj/structure/cable,
/turf/open/floor/iron/stairs{
dir = 1
},
/area/station/engineering/storage/tech)
+"jAf" = (
+/obj/structure/mirror/directional/east,
+/obj/structure/chair/stool/bar/directional/east,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron/showroomfloor,
+/area/station/service/barber)
"jAp" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/white/diagonal,
@@ -27824,15 +26966,20 @@
/obj/machinery/light/small/dim/directional/south,
/turf/open/floor/iron/dark,
/area/station/engineering/lobby)
+"jAL" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/machinery/power/smes{
+ capacity = 1.8e+008;
+ charge = 2e+005
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"jAR" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron,
/area/station/security/tram)
-"jAT" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/maintenance/central/lesser)
"jBo" = (
/obj/effect/turf_decal/siding/thinplating_new{
dir = 6
@@ -27847,6 +26994,19 @@
},
/turf/open/floor/iron/dark/small,
/area/station/ai_monitored/security/armory)
+"jBu" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"jBA" = (
/obj/structure/cable,
/obj/machinery/power/smes/super/full,
@@ -27857,20 +27017,6 @@
/obj/machinery/flasher/directional/north,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai)
-"jBP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/item/radio{
- desc = "An old handheld radio. You could use it, if you really wanted to.";
- icon_state = "radio";
- name = "old radio";
- pixel_x = -6;
- pixel_y = 10
- },
-/turf/open/floor/iron/dark,
-/area/station/cargo/office)
"jBQ" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -27878,37 +27024,20 @@
},
/turf/open/floor/iron,
/area/station/security/execution/transfer)
-"jBW" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"jCi" = (
/obj/structure/cable,
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/supply/general,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"jCl" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/stone,
+"jCm" = (
+/obj/effect/landmark/start/hangover,
+/turf/open/misc/dirt/station,
/area/station/service/chapel)
"jCo" = (
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"jCL" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"jCP" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -27916,20 +27045,34 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/cargo/warehouse)
-"jCT" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"jCZ" = (
+/obj/machinery/door/window/brigdoor/left/directional/west{
+ id = "Cell 1";
+ name = "Cell 1";
+ req_access = list("security")
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/turf/open/floor/iron/dark/small,
+/area/station/security/brig)
"jDa" = (
/obj/machinery/holopad,
/turf/open/floor/wood/tile,
/area/station/command/corporate_showroom)
+"jDc" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 9
+ },
+/turf/open/floor/iron/small,
+/area/station/security/brig)
+"jDm" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/cargo/office)
"jDt" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -27949,31 +27092,30 @@
dir = 8
},
/area/station/command/corporate_showroom)
-"jDL" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/closed/wall,
-/area/station/hallway/primary/central/aft)
"jDM" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/hedge,
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/dark,
/area/station/command/corporate_dock)
-"jDY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
+"jDS" = (
/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
+"jDT" = (
+/obj/machinery/light/floor,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/turf/open/floor/stone,
+/area/station/service/bar)
"jEc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -27989,19 +27131,6 @@
/obj/structure/sign/warning/no_smoking/circle/directional/north,
/turf/open/floor/iron,
/area/station/science/lobby)
-"jEp" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/closed/wall,
-/area/station/hallway/primary/central/fore)
-"jEr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
"jEu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/item/kirbyplants/random,
@@ -28030,9 +27159,15 @@
dir = 1
},
/area/station/command/corporate_showroom)
-"jEy" = (
-/turf/open/floor/iron,
-/area/station/science/ordnance/testlab)
+"jEz" = (
+/obj/effect/turf_decal/tile/neutral/full,
+/obj/structure/chair{
+ dir = 4;
+ pixel_y = -2
+ },
+/obj/structure/sign/poster/contraband/random/directional/south,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/maintenance/central/lesser)
"jEA" = (
/obj/structure/chair/sofa/bench{
dir = 1
@@ -28078,45 +27213,42 @@
/turf/open/floor/iron,
/area/station/cargo/office)
"jEQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark/side{
+ dir = 8
},
+/area/station/commons/storage/tools)
+"jET" = (
+/obj/machinery/light/warm/dim,
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 9
},
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/central/aft)
"jEZ" = (
/obj/structure/hedge,
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"jFg" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/north,
-/obj/machinery/reagentgrinder{
- pixel_y = 14;
- pixel_x = -13
- },
-/obj/item/reagent_containers/cup/rag{
- pixel_x = 7;
- pixel_y = 7
- },
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
"jFh" = (
/obj/item/kirbyplants/random,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"jFk" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/components/unary/passive_vent{
- dir = 4
+"jFm" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/spawner/random/vending/snackvend,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"jFw" = (
/obj/item/kirbyplants/random,
/obj/effect/turf_decal/tile/yellow{
@@ -28146,21 +27278,17 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"jFJ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{
- dir = 1
- },
-/obj/effect/decal/cleanable/ash,
-/obj/item/storage/dice{
- pixel_x = -16;
- pixel_y = -6
+"jFK" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/station/maintenance/port/fore)
-"jFN" = (
-/obj/structure/flora/bush/flowers_br/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/item/kirbyplants/random,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"jFQ" = (
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"jGc" = (
/obj/structure/window/spawner/directional/east,
/turf/open/floor/iron/showroomfloor,
@@ -28171,15 +27299,15 @@
},
/turf/open/floor/iron,
/area/station/security)
-"jGk" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{
- dir = 8
+"jGy" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/vending/wardrobe/bar_wardrobe,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"jGA" = (
/obj/structure/chair/sofa/bench/right{
dir = 4
@@ -28191,6 +27319,13 @@
dir = 1
},
/area/station/hallway/secondary/entry)
+"jGK" = (
+/obj/structure/chair/wood,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"jGL" = (
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -28209,6 +27344,25 @@
},
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
+"jGO" = (
+/obj/structure/chair/sofa/corp/right{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet/directional/south,
+/turf/open/floor/wood/tile,
+/area/station/command/corporate_showroom)
+"jGS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
+"jGT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/status_display/evac/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"jGW" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -28241,16 +27395,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"jHp" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/medical/cryo)
"jHq" = (
/obj/structure/table,
/obj/item/storage/box/prisoner{
@@ -28260,27 +27404,6 @@
/obj/machinery/incident_display/tram/directional/north,
/turf/open/floor/iron,
/area/station/security/tram)
-"jHt" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/wood,
-/area/station/service/chapel/office)
-"jHw" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/rack,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "vaco";
- name = "Comissary Shutters"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
"jHx" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold/dark/hidden,
@@ -28295,18 +27418,6 @@
/mob/living/basic/sloth/citrus,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"jHC" = (
-/obj/effect/turf_decal/siding/wood/end{
- dir = 4
- },
-/obj/structure/table/wood,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
-"jHH" = (
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/station/service/library)
"jHI" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 5
@@ -28314,9 +27425,6 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/tram,
/area/station/security/tram)
-"jHS" = (
-/turf/open/floor/carpet,
-/area/station/service/library)
"jHU" = (
/obj/structure/chair/sofa/bench/left{
dir = 8
@@ -28324,28 +27432,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/science/lobby)
-"jHZ" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/iron/diagonal,
-/area/station/command/heads_quarters/hop)
-"jIa" = (
-/obj/machinery/door/airlock/atmos{
- name = "Locker Room"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "atmos_airlock_1"
- },
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/hallway)
"jIc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/airlock{
@@ -28354,6 +27440,14 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/textured_half,
/area/station/commons/toilet/auxiliary)
+"jId" = (
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"jIh" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -28405,10 +27499,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/wood,
/area/station/cargo/miningfoundry)
-"jIJ" = (
-/obj/structure/table/wood,
-/turf/open/floor/stone,
-/area/station/service/bar)
"jIN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -28437,16 +27527,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/office)
-"jJa" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
"jJc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -28457,7 +27537,16 @@
dir = 8
},
/turf/open/floor/iron,
-/area/station/cargo/office)
+/area/station/cargo/office)
+"jJd" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"jJg" = (
/obj/effect/turf_decal/siding/wideplating,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -28467,20 +27556,13 @@
},
/turf/open/floor/wood,
/area/station/engineering/main)
-"jJk" = (
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted,
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
-"jJu" = (
-/obj/structure/chair,
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"jJH" = (
-/obj/machinery/light/small/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
+"jJl" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"jJP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -28489,6 +27571,20 @@
},
/turf/open/floor/iron,
/area/station/security/execution/transfer)
+"jJR" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ name = "Unfiltered & Air to Mix";
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"jJT" = (
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/effect/turf_decal/siding/green,
+/obj/machinery/component_printer,
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"jJW" = (
/obj/effect/decal/cleanable/oil/slippery,
/obj/item/stack/sheet/cardboard,
@@ -28502,10 +27598,17 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"jKp" = (
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/service/chapel)
+"jKg" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/station/science/xenobiology)
"jKq" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -28535,12 +27638,6 @@
/obj/machinery/door/window/right/directional/north,
/turf/open/floor/iron,
/area/station/security/prison/workout)
-"jKL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
"jKS" = (
/obj/structure/table/reinforced,
/obj/item/trash/cheesie{
@@ -28552,17 +27649,31 @@
"jKU" = (
/turf/closed/wall,
/area/station/engineering/atmos/storage/gas)
-"jKY" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
+"jLb" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/station/service/chapel)
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
"jLl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
+"jLr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"jLB" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -28590,6 +27701,18 @@
"jLR" = (
/turf/open/floor/iron/small,
/area/station/command/teleporter)
+"jLS" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/turf/open/floor/carpet,
+/area/station/service/library)
"jLV" = (
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/iron/white,
@@ -28608,35 +27731,6 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/warehouse)
-"jMj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 6
- },
-/obj/effect/turf_decal/trimline/neutral/corner{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"jMy" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8;
- name = "Waste Outlet"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
"jMC" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8
@@ -28656,16 +27750,6 @@
/obj/structure/spider/stickyweb,
/turf/open/floor/iron/small,
/area/station/maintenance/department/engine/atmos)
-"jMV" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"jMX" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -28703,17 +27787,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/paramedic)
-"jNr" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 9
- },
-/obj/machinery/light/small/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/disposal/incinerator)
"jNw" = (
/obj/machinery/door/airlock/external/glass,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
@@ -28721,23 +27794,6 @@
},
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"jNB" = (
-/obj/structure/flora/bush/flowers_br,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"jNL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/trinary/filter/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"jNO" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/structure/flora/bush/leavy/style_3{
@@ -28750,19 +27806,13 @@
/obj/machinery/status_display/evac/directional/west,
/turf/open/misc/sandy_dirt,
/area/station/hallway/primary/central/fore)
-"jNX" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
+"jOb" = (
+/obj/machinery/firealarm/directional/east,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 5
},
-/obj/structure/cable,
/turf/open/floor/iron/small,
-/area/station/hallway/primary/starboard)
-"jOe" = (
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+/area/station/commons/fitness/locker_room)
"jOh" = (
/obj/structure/cable,
/obj/machinery/door/firedoor,
@@ -28790,25 +27840,13 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"jOl" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
-"jOq" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
+"jOp" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 4
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"jOs" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/flora/bush/lavendergrass/style_2,
@@ -28826,13 +27864,24 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
-"jOH" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+"jOJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
+"jOM" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/turf/open/floor/stone,
-/area/station/service/bar)
+/obj/machinery/status_display/evac/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"jOS" = (
/obj/machinery/vending/cigarette,
/obj/machinery/light/small/directional/south,
@@ -28842,54 +27891,86 @@
/obj/effect/landmark/start/captain,
/turf/open/floor/carpet/executive,
/area/station/command/heads_quarters/captain/private)
-"jOY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"jPa" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/open/floor/stone,
-/area/station/service/chapel)
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/machinery/camera/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/hallway/secondary/command)
+"jPd" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Distro to Waste"
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"jPe" = (
+/obj/structure/steam_vent,
+/obj/machinery/duct,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
+"jPo" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/maintenance{
+ name = "Security Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/station/maintenance/port/lesser)
"jPq" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
-"jPu" = (
-/obj/effect/spawner/random/structure/crate,
-/obj/effect/spawner/random/maintenance,
+"jPM" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/techstorage/security_all,
/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"jPT" = (
+/area/station/engineering/storage/tech)
+"jQf" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted,
+/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"jQo" = (
+/area/station/security/execution/transfer)
+"jQj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/starboard/greater)
+"jQv" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/airlock/research/glass{
- name = "Cytology Lab"
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"jQB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/science/research,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
-"jQt" = (
-/obj/structure/chair/sofa/bench/left,
/obj/effect/landmark/start/hangover,
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron/white,
-/area/station/science/cytology)
-"jQz" = (
-/obj/effect/spawner/random/entertainment/arcade{
- dir = 1
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
+"jQW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Fore Primary Hallway"
},
-/obj/effect/turf_decal/siding/thinplating,
-/turf/open/floor/eighties/red,
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half,
/area/station/hallway/primary/central/fore)
-"jQY" = (
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"jRk" = (
/obj/effect/turf_decal/siding/white{
dir = 1
@@ -28899,21 +27980,44 @@
},
/turf/open/floor/iron/smooth,
/area/station/command/corporate_showroom)
+"jRl" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/button/door/directional/north{
+ id = "meow";
+ name = "Comissary Shutters";
+ pixel_x = 29
+ },
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
+"jRs" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"jRv" = (
+/obj/machinery/door/airlock{
+ id_tag = "Cabin4";
+ name = "Cabin 4"
+ },
+/turf/open/floor/carpet,
+/area/station/commons/dorms)
"jRx" = (
/obj/structure/chair/sofa/bench,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"jRB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
+"jRz" = (
+/obj/structure/flora/bush/large/style_3,
+/obj/effect/turf_decal/weather/dirt{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/turf/open/floor/grass,
+/area/station/service/chapel)
"jRE" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -28924,36 +28028,34 @@
},
/turf/open/floor/iron,
/area/station/security)
-"jRI" = (
+"jRJ" = (
+/obj/structure/cable,
/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"jRL" = (
-/obj/structure/chair/comfy/brown,
-/obj/structure/sign/painting/library{
- pixel_x = 30
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"jRR" = (
-/obj/machinery/atmospherics/components/binary/crystallizer{
- dir = 4
- },
-/obj/machinery/light/cold/dim/directional/east,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"jRU" = (
-/obj/structure/railing,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/light_switch/directional/north,
-/turf/open/floor/iron/stairs/old{
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"jRK" = (
+/obj/machinery/door/airlock{
+ name = "Hydroponics Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"jRW" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/station/engineering/break_room)
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"jSl" = (
/obj/structure/filingcabinet/filingcabinet,
/obj/machinery/light_switch/directional/east,
@@ -28965,17 +28067,33 @@
/obj/item/bedsheet/brown,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"jSu" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 10
+"jSp" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
},
-/obj/structure/flora/bush/flowers_pp/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"jSw" = (
/obj/structure/railing,
/turf/open/floor/catwalk_floor,
/area/station/hallway/secondary/entry)
+"jSJ" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"jSQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/item/kirbyplants/random,
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/iron/smooth,
+/area/station/hallway/secondary/command)
"jSR" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -29009,12 +28127,22 @@
/obj/structure/cable,
/turf/open/floor/iron/textured_half,
/area/station/security/detectives_office)
-"jTs" = (
-/obj/machinery/modular_computer/preset/curator{
- dir = 8
+"jTj" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/carpet,
-/area/station/service/library)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"jTn" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"jTu" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -29031,10 +28159,12 @@
/turf/open/floor/iron,
/area/station/cargo/storage)
"jTC" = (
-/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
-/area/station/science/lower)
+/area/station/holodeck/rec_center)
"jTU" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -29057,6 +28187,15 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"jUg" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ name = "Cold Loop to Gas"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"jUl" = (
/obj/machinery/door/airlock/external{
name = "Common Mining Dock"
@@ -29080,20 +28219,27 @@
/obj/item/instrument/harmonica,
/turf/open/floor/iron,
/area/station/security/prison/rec)
+"jUr" = (
+/obj/item/cigarette,
+/obj/item/storage/fancy/cigarettes/cigpack_robust{
+ pixel_y = 5;
+ pixel_x = 6
+ },
+/obj/item/lighter,
+/obj/structure/sign/poster/official/random/directional/east,
+/obj/structure/table,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 6
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"jUx" = (
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"jUL" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
"jVe" = (
/obj/structure/cable,
/turf/open/floor/iron/smooth,
@@ -29108,17 +28254,37 @@
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"jVI" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/pipe/smart/manifold/dark/visible{
- dir = 8
+"jVx" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/dark/side,
+/area/station/maintenance/central/greater)
+"jVJ" = (
+/obj/structure/table,
+/obj/item/bikehorn/rubberducky{
+ pixel_y = 9;
+ pixel_x = 6;
+ color = "#a61a11";
+ name = "Reggie, the Angry Duckling";
+ desc = "Foooo! Ducky is maaaaad. Ducky waaaanna hiiiiiit stuuuuuuf!"
},
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
+/obj/item/grenade/firecracker{
+ pixel_x = 1
+ },
+/obj/item/match{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"jVM" = (
/turf/closed/wall,
/area/station/maintenance/central/greater)
+"jVY" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
"jWd" = (
/obj/structure/cable,
/obj/item/kirbyplants/random/fullysynthetic,
@@ -29133,15 +28299,14 @@
},
/turf/open/floor/iron/dark/small,
/area/station/maintenance/department/engine/atmos)
-"jWk" = (
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/structure/cable,
-/obj/machinery/door/airlock/atmos{
- name = "Locker Room"
+"jWj" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 4
},
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/atmos/office)
+/obj/structure/flora/bush/flowers_pp/style_random,
+/obj/structure/flora/bush/large/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"jWl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -29150,12 +28315,6 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"jWr" = (
-/obj/machinery/computer/slot_machine{
- pixel_y = 2
- },
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
"jWs" = (
/turf/open/floor/iron/dark,
/area/station/security/processing)
@@ -29163,6 +28322,13 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/security/courtroom)
+"jWz" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light_switch/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"jWA" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -29180,13 +28346,6 @@
dir = 8
},
/area/station/hallway/secondary/dock)
-"jWW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
"jWZ" = (
/obj/machinery/mineral/ore_redemption{
dir = 4;
@@ -29200,42 +28359,25 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron/textured_large,
/area/station/cargo/office)
+"jXc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"jXe" = (
/obj/machinery/holopad/secure,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
"jXi" = (
-/obj/structure/cable,
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/abandoned,
-/obj/effect/mapping_helpers/airlock/access/any/security/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/port/aft)
-"jXn" = (
-/obj/item/book/manual/chef_recipes,
-/obj/item/stack/package_wrap{
- pixel_y = 2
- },
-/obj/item/holosign_creator/robot_seat/restaurant,
-/obj/structure/table,
-/obj/effect/turf_decal/siding{
- dir = 9
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
-"jXr" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
-/obj/machinery/door/airlock/command/glass{
- name = "Telecommunications Server Room"
+/obj/structure/cable,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
},
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/tcommsat/server)
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/effect/mapping_helpers/airlock/access/any/security/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/port/aft)
"jXA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -29248,6 +28390,16 @@
/obj/effect/landmark/navigate_destination,
/turf/open/floor/iron/white/textured_half,
/area/station/engineering/storage/tcomms)
+"jXB" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Lockers"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/commons/fitness/locker_room)
"jXC" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -29255,17 +28407,6 @@
/obj/effect/turf_decal/siding/wideplating/dark/corner,
/turf/open/floor/iron,
/area/station/security)
-"jXK" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/obj/effect/landmark/start/clown,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
"jXQ" = (
/obj/structure/flora/bush/large/style_random{
pixel_x = -18;
@@ -29286,20 +28427,6 @@
/obj/structure/extinguisher_cabinet/directional/east,
/turf/open/floor/iron/white,
/area/station/science/auxlab/firing_range)
-"jXS" = (
-/obj/effect/landmark/start/assistant,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"jXV" = (
/obj/structure/table,
/obj/item/stack/cable_coil/five,
@@ -29311,6 +28438,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"jYe" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 8
+ },
+/turf/open/floor/eighties,
+/area/station/hallway/primary/central/fore)
"jYr" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/mecha_part_fabricator{
@@ -29319,6 +28452,15 @@
/obj/effect/turf_decal/stripes/box,
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
+"jYu" = (
+/obj/structure/table,
+/obj/item/hfr_box/corner,
+/obj/item/hfr_box/corner,
+/obj/item/hfr_box/corner,
+/obj/item/hfr_box/corner,
+/obj/item/hfr_box/core,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"jYv" = (
/obj/structure/flora/bush/lavendergrass/style_random,
/obj/structure/flora/rock/pile/jungle/style_random,
@@ -29328,6 +28470,21 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
+"jYF" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/white/small,
+/area/station/service/janitor)
+"jYM" = (
+/obj/effect/spawner/structure/window,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/station/service/bar)
"jYU" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "hopqueue";
@@ -29391,21 +28548,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/dark,
/area/station/science/ordnance/storage)
-"jZQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/spawner/random/trash,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"jZW" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/corner,
-/area/station/science/xenobiology)
"kam" = (
/obj/effect/decal/cleanable/cobweb,
/obj/machinery/disposal/delivery_chute{
@@ -29437,14 +28579,20 @@
},
/turf/open/floor/iron,
/area/station/science/xenobiology)
+"kaz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
"kaD" = (
/turf/open/floor/iron/smooth_large,
/area/station/science/auxlab/firing_range)
-"kaE" = (
-/obj/machinery/light/small/directional/east,
-/obj/structure/closet/firecloset,
-/turf/open/floor/iron,
-/area/station/security/tram)
"kaF" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -29477,14 +28625,6 @@
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
/area/station/security/tram)
-"kbb" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"kbc" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -29493,38 +28633,49 @@
/obj/structure/thermoplastic/light,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
-"kbe" = (
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/carpet,
-/area/station/commons/dorms)
-"kbh" = (
+"kbk" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
+"kbm" = (
/obj/item/kirbyplants/random,
/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/fore)
-"kbl" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/landmark/navigate_destination/chapel,
-/obj/structure/disposalpipe/segment{
- dir = 10
+"kbn" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 6
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"kbr" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 10
+/turf/open/space/basic,
+/area/space/nearstation)
+"kbI" = (
+/obj/structure/table/glass,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell,
+/turf/open/floor/iron/white,
+/area/station/science/auxlab/firing_range)
+"kcg" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/machinery/duct,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
-"kcb" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+/obj/structure/rack,
+/obj/item/storage/belt/utility{
+ pixel_x = -3;
+ pixel_y = -4
+ },
+/obj/item/storage/belt/utility{
+ pixel_x = 6
+ },
+/obj/item/storage/belt/utility{
+ pixel_x = -2;
+ pixel_y = 8
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"kci" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -29538,22 +28689,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
-"kck" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"kcv" = (
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/smooth,
-/area/station/hallway/secondary/command)
"kcA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -29562,78 +28697,33 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/surgery/theatre)
-"kcF" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/firealarm/directional/east,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
+"kcQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
dir = 1
},
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
- },
-/obj/effect/landmark/start/botanist,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
-"kcL" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/effect/spawner/random/food_or_drink/booze{
- pixel_y = 10
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"kcW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/smes/full,
/obj/structure/cable,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
+"kdg" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/structure/displaycase/trophy,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"kdn" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"kdB" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/cargo/office)
"kdH" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/cargo/storage)
-"kdK" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"kdL" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/sign/departments/court/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"kdN" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/brown/opposingcorners,
@@ -29665,16 +28755,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"kei" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"kel" = (
/obj/machinery/light/cold/directional/south,
/obj/machinery/modular_computer/preset/id{
@@ -29694,32 +28774,29 @@
"ket" = (
/turf/open/floor/iron,
/area/station/security/prison/work)
-"kew" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/turf_decal/siding/white{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/medical/medbay/aft)
-"keS" = (
+"keL" = (
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"keO" = (
+/obj/effect/spawner/random/trash,
/obj/effect/turf_decal/siding/white{
- dir = 5
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input{
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/aft)
+"keP" = (
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron,
+/area/station/science/lower)
+"keQ" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/effect/turf_decal/weather/dirt{
dir = 1
},
-/turf/open/floor/engine/air,
-/area/station/engineering/atmos/space_catwalk)
-"keY" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/power/energy_accumulator/tesla_coil,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"kft" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -29750,10 +28827,24 @@
dir = 8
},
/area/station/hallway/secondary/dock)
+"kfA" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"kfC" = (
/obj/effect/spawner/random/engineering/atmospherics_portable,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
+"kfM" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/airalarm/directional/east,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"kfW" = (
/obj/effect/turf_decal/siding/yellow{
dir = 1
@@ -29779,6 +28870,13 @@
/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
+"kgl" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/item/kirbyplants/organic/plant22,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"kgn" = (
/obj/structure/closet/emcloset,
/obj/effect/turf_decal/tile/yellow{
@@ -29792,39 +28890,42 @@
dir = 1
},
/area/station/hallway/primary/aft)
-"kgG" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing/corner{
- dir = 8
+"kgp" = (
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Atmospherics Storage"
},
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
},
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
+"kgu" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/components/unary/passive_vent,
/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/area/space/nearstation)
+"kgw" = (
+/obj/machinery/door/airlock{
+ name = "Gambling Den"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/research,
+/obj/item/assembly/mousetrap/armed,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/service/abandoned_gambling_den)
"kgN" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/wood,
/area/station/service/chapel/funeral)
-"kgP" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/turf/open/floor/wood/tile,
-/area/station/maintenance/aft)
-"kgR" = (
-/obj/structure/flora/tree/jungle/small/style_2,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"kgT" = (
/obj/effect/turf_decal/siding/blue{
dir = 1
@@ -29832,16 +28933,6 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/white,
/area/station/medical/paramedic)
-"kgW" = (
-/obj/structure/table/reinforced,
-/obj/item/hfr_box/corner,
-/obj/item/hfr_box/body/waste_output{
- pixel_x = 7;
- pixel_y = -11
- },
-/obj/effect/decal/cleanable/glass,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"kgZ" = (
/obj/structure/cable,
/obj/machinery/newscaster/directional/east,
@@ -29851,14 +28942,16 @@
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/tram,
/area/station/security/tram)
-"khm" = (
+"kho" = (
/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=6.3-Arrivals";
+ location = "6.2-Arrivals"
},
-/obj/structure/broken_flooring/singular/directional/east,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
"khp" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 9
@@ -29867,16 +28960,15 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/security/tram)
-"khr" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 10
+"khA" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering - Decontamination B"
},
-/obj/structure/railing/corner{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/break_room)
"khD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/reagent_dispensers/watertank,
@@ -29891,15 +28983,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
-"khM" = (
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/structure/cable,
-/obj/machinery/door/airlock{
- id_tag = "commiss2";
- name = "Commissary"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"khQ" = (
/obj/structure/transport/linear/tram,
/obj/structure/fluff/tram_rail/floor,
@@ -29919,18 +29002,57 @@
dir = 1
},
/area/station/hallway/primary/central/fore)
+"khY" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"khZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/station/cargo/office)
"kia" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth,
/area/station/cargo/warehouse)
-"kid" = (
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
+"kii" = (
+/obj/structure/flora/bush/flowers_yw/style_3{
+ pixel_y = -3
+ },
+/obj/structure/flora/bush/flowers_br/style_random{
+ pixel_x = -6;
+ pixel_y = -6
+ },
+/obj/structure/flora/bush/flowers_pp{
+ pixel_y = -5;
+ pixel_x = -3
+ },
+/obj/machinery/light/floor,
+/obj/effect/light_emitter/fake_outdoors,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/turf/open/floor/grass/Airless,
+/area/station/hallway/primary/central/aft)
+"kip" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 1;
+ name = "Air to External Air Ports"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wideplating{
dir = 8
},
-/turf/open/floor/iron,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/siding/wideplating/corner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"kit" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -29960,9 +29082,6 @@
/obj/machinery/power/smes,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
-"kiK" = (
-/turf/closed/wall/rust,
-/area/station/cargo/drone_bay)
"kiO" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -29979,6 +29098,15 @@
/obj/machinery/status_display/ai/directional/north,
/turf/open/floor/iron/smooth,
/area/station/ai_monitored/turret_protected/aisat/equipment)
+"kiR" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron,
+/area/station/construction/mining/aux_base)
+"kiY" = (
+/obj/structure/flora/tree/jungle/style_6,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"kjg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -30005,6 +29133,25 @@
dir = 8
},
/area/station/hallway/secondary/dock)
+"kjx" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/effect/turf_decal/weather/snow/corner{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
+"kjO" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/siding/white{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/aft)
"kjU" = (
/obj/structure/plasticflaps/opaque,
/turf/open/floor/plating,
@@ -30040,11 +29187,6 @@
/obj/machinery/light/small/dim/directional/east,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"kkt" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"kkK" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -30067,49 +29209,66 @@
/obj/item/kirbyplants/random,
/turf/open/floor/iron/white/textured_large,
/area/station/command/heads_quarters/cmo)
-"kkU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"kkS" = (
+/obj/structure/railing{
+ dir = 8
},
-/turf/closed/wall,
-/area/station/commons/fitness/recreation/entertainment)
+/turf/open/floor/iron,
+/area/station/commons/dorms)
+"kkV" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/computer/order_console/mining,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
+"kkY" = (
+/obj/structure/chair/stool/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/hallway/secondary/command)
"kld" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/duct,
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
-"klD" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+"klf" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"klm" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 4
},
-/obj/effect/landmark/start/hangover,
+/obj/structure/railing,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/engineering/atmos)
+"klF" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/station/science/xenobiology)
"klH" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/west,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/security/processing)
-"klL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 8
+"klN" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 6
+/obj/structure/flora/bush/large/style_random{
+ pixel_y = 0
},
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
+/turf/open/floor/grass,
+/area/station/service/chapel)
"klY" = (
/obj/effect/turf_decal/stripes/white/line,
/obj/effect/spawner/random/maintenance,
@@ -30138,14 +29297,6 @@
},
/turf/open/floor/plating,
/area/station/cargo/storage)
-"kmh" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/obj/structure/rack,
-/obj/item/weldingtool/mini,
-/obj/item/tank/internals/emergency_oxygen/empty,
-/obj/item/cigarette/rollie,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/maintenance/central/lesser)
"kmn" = (
/obj/structure/plasticflaps,
/obj/machinery/conveyor{
@@ -30198,6 +29349,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/small,
/area/station/maintenance/department/engine/atmos)
+"kmP" = (
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/effect/turf_decal/siding/green{
+ dir = 9
+ },
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"kmT" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
@@ -30215,6 +29378,13 @@
"knv" = (
/turf/closed/wall,
/area/station/maintenance/department/engine/atmos)
+"knB" = (
+/obj/machinery/door/airlock{
+ id_tag = "Toilet2";
+ name = "Unit 2"
+ },
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"knC" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -30231,12 +29401,14 @@
/obj/effect/turf_decal/bot_white,
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
-"knR" = (
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{
- dir = 9
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
+"knO" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/airalarm/directional/east,
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"knV" = (
/obj/structure/closet/l3closet,
/obj/effect/turf_decal/stripes/line{
@@ -30245,13 +29417,12 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/medical/virology)
-"kod" = (
-/obj/structure/table,
-/obj/effect/turf_decal/siding{
- dir = 8
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
+"kop" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/holopad,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"kov" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -30272,59 +29443,10 @@
},
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"koV" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"kpe" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 6
- },
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"kph" = (
-/obj/structure/railing,
-/obj/machinery/light/cold/directional/north,
-/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/iron/stairs{
- dir = 4
- },
-/area/station/engineering/atmos/office)
-"kpq" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sign/warning/vacuum/external/directional/north,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light/directional/north,
-/turf/open/floor/iron/small,
+"koY" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"kpz" = (
-/obj/item/kirbyplants/random/fullysynthetic,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron,
-/area/station/security/tram)
"kpF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/landmark/start/hangover,
@@ -30346,16 +29468,14 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"kpZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
+"kpU" = (
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted,
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
+"kpX" = (
+/obj/effect/landmark/start/scientist,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"kqb" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -30364,6 +29484,19 @@
/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/iron/white/side,
/area/station/science/research)
+"kql" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"kqn" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"kqr" = (
/obj/item/radio/intercom/directional/north,
/obj/effect/turf_decal/tile/red/anticorner/contrasted{
@@ -30385,6 +29518,11 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
+"kqy" = (
+/obj/structure/cable,
+/obj/machinery/duct,
+/turf/open/floor/iron/kitchen/small,
+/area/station/security/prison/mess)
"kqK" = (
/obj/effect/spawner/structure/window,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -30439,6 +29577,11 @@
/obj/effect/turf_decal/tile/brown/anticorner/contrasted,
/turf/open/floor/iron,
/area/station/cargo/sorting)
+"kqU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"kqW" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -30459,6 +29602,18 @@
"kqX" = (
/turf/closed/wall,
/area/station/ai_monitored/aisat/exterior)
+"kqZ" = (
+/obj/structure/table,
+/obj/item/stack/package_wrap,
+/obj/item/hand_labeler,
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable,
+/obj/machinery/light/cold/directional/east,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"krd" = (
/obj/machinery/rnd/production/circuit_imprinter/department/science,
/obj/machinery/newscaster/directional/north,
@@ -30466,16 +29621,16 @@
dir = 4
},
/area/station/science/lab)
-"krg" = (
-/obj/effect/turf_decal/siding/wood{
+"krj" = (
+/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/junction/flip{
+/obj/effect/turf_decal/siding/wideplating,
+/obj/effect/turf_decal/siding/wideplating/corner{
dir = 1
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"krk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/small,
@@ -30488,11 +29643,16 @@
/obj/structure/cable,
/turf/open/floor/iron/stairs,
/area/station/maintenance/department/science/xenobiology)
-"krD" = (
-/obj/effect/spawner/random/trash/hobo_squat,
-/obj/effect/decal/cleanable/dirt,
+"krF" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"krG" = (
+/obj/effect/spawner/random/structure/girder,
/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/area/station/maintenance/fore/greater)
"krK" = (
/obj/structure/cable,
/obj/machinery/door/airlock/external{
@@ -30538,13 +29698,24 @@
/obj/machinery/telecomms/server/presets/common,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"ksk" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Xenobiology Lab - Test Chamber";
- network = list("ss13","rd","xeno")
+"ksm" = (
+/obj/structure/table/wood,
+/obj/machinery/camera/autoname/directional/north,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
+/obj/machinery/barsign{
+ chosen_sign = "thecavern";
+ icon_state = "thecavern";
+ pixel_y = 32
+ },
+/obj/machinery/reagentgrinder{
+ pixel_x = -5;
+ pixel_y = 10
+ },
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"kso" = (
/obj/structure/disposalpipe/junction{
dir = 8
@@ -30554,14 +29725,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/port/fore)
-"ksr" = (
-/obj/structure/bookcase/random,
-/obj/structure/sign/poster/official/random/directional/west,
-/obj/structure/sign/painting/library{
- pixel_y = 32
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"ksv" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
@@ -30607,11 +29770,16 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/station/engineering/gravity_generator)
-"ksH" = (
-/obj/effect/turf_decal/tile/neutral,
+"ksJ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"ksN" = (
/obj/structure/transit_tube/station/dispenser,
/obj/effect/decal/cleanable/dirt,
@@ -30625,33 +29793,20 @@
},
/turf/open/floor/iron/dark/small,
/area/station/service/chapel/storage)
-"kts" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/wood/parquet,
-/area/station/medical/psychology)
-"ktx" = (
+"ktl" = (
/obj/structure/cable,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+/obj/structure/table/reinforced,
+/obj/item/flashlight{
+ pixel_x = 1;
+ pixel_y = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/assembly/flash/handheld,
+/obj/item/ai_module/reset{
+ pixel_y = 14
},
-/obj/structure/disposalpipe/segment,
+/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"kty" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/cargo/office)
+/area/station/engineering/storage/tech)
"ktB" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -30666,26 +29821,27 @@
},
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
-"ktL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
"ktM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/cargo/office)
+"ktT" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 10
+ },
+/obj/machinery/atmospherics/components/binary/pump/on/layer2{
+ dir = 1
+ },
+/obj/item/radio/intercom/prison/directional/west,
+/turf/open/floor/iron/cafeteria,
+/area/station/security/prison)
"kua" = (
/obj/structure/table,
/obj/item/disk/cargo{
@@ -30704,19 +29860,6 @@
},
/turf/open/floor/iron/dark,
/area/station/cargo/office)
-"kun" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/conveyor_switch/oneway{
- dir = 4;
- id = "garbage";
- name = "trash chute"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
"kuq" = (
/obj/machinery/computer/cargo/request,
/turf/open/floor/plating,
@@ -30737,9 +29880,42 @@
/obj/structure/closet/secure_closet/miner,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"kvb" = (
-/turf/closed/wall/r_wall/rust,
-/area/station/engineering/atmos)
+"kuE" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"kuG" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"kuO" = (
+/obj/structure/chair{
+ dir = 1;
+ pixel_y = -2
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/station/science/lower)
+"kuQ" = (
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/structure/chair,
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
"kvl" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
@@ -30749,18 +29925,28 @@
/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"kvG" = (
-/obj/structure/disposalpipe/segment{
+"kvm" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
+/turf/open/floor/engine/air,
+/area/station/engineering/atmos)
+"kvq" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/railing/corner,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"kvD" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
- dir = 8
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/port)
"kvI" = (
/obj/docking_port/stationary/random{
dir = 8;
@@ -30769,6 +29955,14 @@
},
/turf/open/space/basic,
/area/space)
+"kvK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/department/engine/atmos)
"kvO" = (
/obj/machinery/light/small/directional/north,
/obj/machinery/camera/directional/east{
@@ -30790,11 +29984,21 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"kwr" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/item/chair,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
+"kvW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"kwj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/station/maintenance/disposal/incinerator)
"kws" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/machinery/firealarm/directional/west,
@@ -30806,61 +30010,23 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"kwA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/white,
-/area/station/science/robotics/augments)
-"kwC" = (
+"kwy" = (
/obj/structure/cable,
-/obj/structure/chair{
- pixel_y = -2
- },
-/turf/open/floor/iron/dark,
-/area/station/security/interrogation)
-"kwH" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"kwN" = (
+/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"kwO" = (
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=21.0-Bar-Porthall";
- location = "20.0-CentralPort-Bar"
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"kwR" = (
-/obj/structure/disposalpipe/trunk{
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"kwA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
},
-/obj/machinery/disposal/bin,
-/obj/structure/cable,
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/qm)
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/iron/white,
+/area/station/science/robotics/augments)
"kwW" = (
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/smooth,
@@ -30905,16 +30071,11 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"kxE" = (
-/obj/structure/cable/layer3,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/window/brigdoor/left/directional/north{
- atom_integrity = 300;
- name = "AI Core Chamber Access";
- req_access = list("ai_upload")
- },
-/turf/open/floor/circuit/red,
-/area/station/ai_monitored/turret_protected/ai)
+"kxF" = (
+/obj/effect/spawner/random/maintenance,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"kxL" = (
/turf/open/floor/iron/dark/small,
/area/station/hallway/secondary/entry)
@@ -30929,46 +30090,35 @@
/obj/structure/window/spawner/directional/east,
/turf/open/floor/plating/rust,
/area/station/maintenance/fore/lesser)
-"kya" = (
-/obj/structure/table/greyscale,
-/obj/item/paper{
- pixel_y = 6
- },
-/obj/item/reagent_containers/cup/glass/mug/tea{
- pixel_y = 8;
- pixel_x = -7
+"kxY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/left/directional/south{
+ name = "Hydroponics Desk"
},
+/obj/machinery/door/firedoor,
+/obj/item/paper/guides/jobs/hydroponics,
/obj/item/pen{
pixel_x = 4
},
-/obj/machinery/light/small/directional/south,
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"kye" = (
-/obj/structure/chair{
- dir = 1;
- pixel_y = -2
+/obj/machinery/door/window/right/directional/north{
+ name = "Hydroponics Desk";
+ req_access = list("hydroponics")
},
-/turf/open/floor/iron,
-/area/station/science/lower)
-"kyg" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/machinery/light/small/directional/west,
-/obj/structure/sign/warning/no_smoking/circle/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+/turf/open/floor/plating,
+/area/station/service/hydroponics)
+"kym" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
"kyr" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/machinery/airalarm/directional/west,
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/wood,
/area/station/service/chapel/funeral)
-"kyD" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
"kyN" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/iron/small,
@@ -30984,22 +30134,12 @@
/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"kzk" = (
-/obj/effect/turf_decal/siding/wood/end{
- dir = 1
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
-"kzt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
+"kze" = (
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/structure/cable,
-/turf/open/floor/wood,
-/area/station/service/chapel/office)
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"kzv" = (
/obj/structure/chair/sofa/bench/left{
dir = 8
@@ -31010,6 +30150,11 @@
},
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/exit/departure_lounge)
+"kzE" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible,
+/obj/machinery/meter,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"kzI" = (
/obj/effect/turf_decal/bot_white,
/obj/effect/spawner/random/structure/closet_empty/crate,
@@ -31021,6 +30166,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
+"kzV" = (
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"kAf" = (
/obj/structure/transit_tube/station/dispenser/flipped{
dir = 1
@@ -31028,6 +30183,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
+"kAj" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/green,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"kAn" = (
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
@@ -31038,33 +30200,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/small,
/area/station/hallway/primary/fore)
-"kAw" = (
-/obj/machinery/duct,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
-"kAG" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 9
- },
-/obj/structure/railing/corner,
-/obj/machinery/power/emitter{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"kAM" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/structure/sign/poster/official/random/directional/west,
-/obj/structure/destructible/cult/item_dispenser/archives/library,
-/obj/item/book/codex_gigas,
-/obj/machinery/light/small/dim/directional/west,
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
+"kAJ" = (
+/obj/structure/closet/wardrobe/mixed,
+/obj/effect/turf_decal/siding/wideplating/dark,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"kAR" = (
/obj/structure/fireplace,
/obj/effect/turf_decal/siding/wood,
@@ -31097,22 +30238,15 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/small,
/area/station/engineering/main)
-"kBD" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/pink/visible,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/supermatter)
-"kBP" = (
-/obj/structure/sign/directions/dorms{
+"kBM" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
},
-/turf/closed/wall,
-/area/station/commons/fitness/locker_room)
-"kBR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 10
},
-/turf/open/floor/iron/white,
-/area/station/science/cytology)
+/turf/open/floor/eighties,
+/area/station/hallway/primary/central/fore)
"kBZ" = (
/obj/machinery/door/airlock/command{
name = "Chief Engineer's Office"
@@ -31125,24 +30259,20 @@
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"kCc" = (
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
-"kCk" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/turf/open/floor/iron/dark/side,
-/area/station/science/xenobiology)
"kCy" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/command/heads_quarters/captain)
+"kCB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/holopad,
+/obj/effect/landmark/event_spawn,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
"kCC" = (
/obj/structure/sink/directional/west,
/obj/structure/table/bronze,
@@ -31194,67 +30324,42 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"kDe" = (
-/obj/effect/turf_decal/siding/wideplating/dark,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"kDh" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"kCX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable,
+/obj/machinery/meter,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"kDs" = (
+/obj/structure/chair/stool/directional/north,
+/turf/open/floor/carpet/purple,
+/area/station/commons/dorms)
+"kDy" = (
/obj/effect/turf_decal/stripes/line{
- dir = 4
+ dir = 1
},
-/obj/effect/landmark/navigate_destination/disposals,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
-"kDj" = (
-/obj/effect/turf_decal/stripes/white/line{
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"kDE" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2{
dir = 5
},
-/obj/machinery/atmospherics/components/tank,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/pumproom)
-"kDH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"kDO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron/dark/small,
-/area/station/tcommsat/server)
-"kDU" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
-"kDY" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/machinery/door/airlock/public/glass{
- name = "Atmospherics Project Bay"
- },
/turf/open/floor/iron,
/area/station/engineering/atmos)
-"kEl" = (
+"kEd" = (
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/camera/autoname/directional/west,
/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/commons/dorms)
+"kEh" = (
+/turf/closed/wall/r_wall,
+/area/station/engineering/supermatter)
"kEs" = (
/obj/machinery/door/airlock/external/glass{
name = "Supply Door Airlock"
@@ -31291,16 +30396,6 @@
/obj/effect/turf_decal/bot_white,
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
-"kEU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/navigate_destination/library,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"kFg" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/siding/wood,
@@ -31310,6 +30405,21 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/command/heads_quarters/qm)
+"kFq" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/dark,
+/area/station/service/lawoffice)
+"kFw" = (
+/obj/machinery/door/airlock{
+ id_tag = "Cabin2";
+ name = "Cabin 2"
+ },
+/turf/open/floor/carpet/purple,
+/area/station/commons/dorms)
"kFy" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/airalarm/directional/west,
@@ -31322,10 +30432,6 @@
/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron/smooth,
/area/station/cargo/sorting)
-"kFH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/office)
"kFI" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -31346,9 +30452,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/cargo/sorting)
-"kFS" = (
-/turf/closed/mineral/random/stationside,
-/area/station/engineering/atmos)
"kFU" = (
/obj/item/kirbyplants/random,
/turf/open/floor/iron,
@@ -31356,11 +30459,11 @@
"kFY" = (
/turf/closed/wall/r_wall,
/area/station/medical/morgue)
-"kGm" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/obj/machinery/power/supermatter_crystal/engine,
+"kGj" = (
+/obj/machinery/power/energy_accumulator/tesla_coil/anchored,
+/obj/structure/window/reinforced/plasma/spawner/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/structure/cable,
/turf/open/floor/engine,
/area/station/engineering/supermatter)
"kGn" = (
@@ -31376,6 +30479,25 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/medbay/central)
+"kGw" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
+"kGz" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"kGB" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -31394,6 +30516,11 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/wood/parquet,
/area/station/service/library)
+"kGO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"kGY" = (
/obj/structure/plasticflaps/opaque,
/obj/effect/turf_decal/bot,
@@ -31429,32 +30556,12 @@
/obj/effect/mapping_helpers/requests_console/assistance,
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
-"kHm" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
"kHo" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"kHI" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"kHL" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -31472,20 +30579,10 @@
},
/turf/open/floor/iron,
/area/station/security)
-"kHQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 6
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+"kHX" = (
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"kIj" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -31493,6 +30590,13 @@
/obj/structure/window/spawner/directional/east,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
+"kIm" = (
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/station/science/xenobiology)
"kIn" = (
/obj/machinery/computer/mech_bay_power_console{
dir = 8
@@ -31508,26 +30612,6 @@
},
/turf/open/floor/iron/small,
/area/station/engineering/atmos/storage/gas)
-"kIr" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/aft)
-"kIu" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating/terracotta{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"kIv" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -31596,12 +30680,6 @@
dir = 8
},
/area/station/hallway/primary/central/fore)
-"kJc" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"kJj" = (
/obj/structure/disposalpipe/segment,
/obj/structure/disposalpipe/segment{
@@ -31625,10 +30703,11 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
/area/station/ai_monitored/security/armory)
-"kJs" = (
-/obj/machinery/holopad,
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
+"kJD" = (
+/obj/machinery/air_sensor/oxygen_tank,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
"kJJ" = (
/obj/structure/cable,
/obj/effect/mapping_helpers/broken_floor,
@@ -31653,41 +30732,13 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"kKk" = (
-/obj/structure/chair/office{
- dir = 8
+"kKD" = (
+/obj/structure/chair/comfy/brown,
+/obj/structure/sign/painting/library{
+ pixel_x = 30
},
-/obj/effect/landmark/start/librarian,
-/turf/open/floor/carpet,
+/turf/open/floor/wood/parquet,
/area/station/service/library)
-"kKt" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/effect/turf_decal/tile/dark_red/half/contrasted,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"kKI" = (
-/obj/structure/chair/sofa/bench/right{
- dir = 4
- },
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/entry)
-"kKN" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/side{
- dir = 5
- },
-/area/station/science/xenobiology)
"kKT" = (
/obj/machinery/computer/camera_advanced/xenobio{
dir = 4
@@ -31700,45 +30751,17 @@
},
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"kLk" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
- dir = 10
- },
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
"kLo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/service/chapel/funeral)
-"kLv" = (
-/obj/effect/decal/cleanable/oil/slippery,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/public/glass{
- name = "Supplies"
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
-"kLO" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood/tile,
-/area/station/command/corporate_showroom)
"kLS" = (
/turf/open/floor/iron/stairs{
dir = 1
},
/area/station/medical/treatment_center)
-"kMc" = (
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"kMm" = (
/obj/structure/chair/sofa/right/brown{
dir = 1
@@ -31746,11 +30769,20 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/carpet,
/area/station/medical/psychology)
-"kMR" = (
-/obj/effect/turf_decal/tile/neutral{
+"kMx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"kMA" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/item/kirbyplants/random,
+/obj/machinery/light/warm/dim,
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/central/aft)
"kMW" = (
@@ -31788,22 +30820,6 @@
"kND" = (
/turf/closed/wall/r_wall,
/area/station/security/prison)
-"kNG" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/bridge_pipe/orange/hidden{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/hidden{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"kNI" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -31823,21 +30839,11 @@
/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"kNL" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"kNS" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/effect/landmark/start/mime,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
+"kNX" = (
+/obj/structure/closet/masks,
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"kNZ" = (
/obj/structure/cable,
/obj/machinery/light/small/directional/north,
@@ -31846,13 +30852,15 @@
/area/station/construction/mining/aux_base)
"kOm" = (
/obj/structure/cable,
-/turf/closed/wall/r_wall,
-/area/station/maintenance/solars/port/aft)
-"kOF" = (
-/obj/machinery/newscaster/directional/north,
-/obj/structure/chair/sofa/bench/left,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/turf/closed/wall/r_wall,
+/area/station/maintenance/solars/port/aft)
+"kOn" = (
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/structure/closet/toolcloset,
+/obj/machinery/light/small/directional/east,
+/obj/structure/cable,
+/turf/open/floor/catwalk_floor/iron_smooth,
+/area/station/engineering/main)
"kOG" = (
/obj/structure/cable,
/obj/machinery/door/airlock/external{
@@ -31864,28 +30872,18 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/solars/starboard/fore)
-"kON" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar)
+"kOH" = (
+/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/green,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"kOR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
-"kOS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/status_display/evac/directional/north,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"kOT" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
dir = 8
@@ -31910,19 +30908,21 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron/white/small,
/area/station/security/warden)
-"kPd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
"kPk" = (
/obj/structure/chair/sofa/bench{
dir = 1
},
/turf/open/floor/iron/dark/side,
/area/station/security/execution/transfer)
+"kPo" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"kPv" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -31945,23 +30945,28 @@
dir = 1
},
/area/station/security/prison/shower)
-"kPT" = (
-/obj/machinery/light/floor,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"kPW" = (
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"kPZ" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
+"kQe" = (
+/obj/machinery/button/door/directional/west{
+ id = "QMLoaddoor";
+ name = "Loading Doors";
+ pixel_y = -8;
+ req_access = list("cargo")
},
-/obj/item/storage/fancy/candle_box,
-/obj/structure/rack/skeletal,
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
+/obj/machinery/button/door/directional/west{
+ id = "QMLoaddoor2";
+ name = "Loading Doors";
+ pixel_y = 8;
+ req_access = list("cargo")
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"kQk" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -31969,23 +30974,6 @@
/obj/item/kirbyplants/random/fullysynthetic,
/turf/open/floor/iron/small,
/area/station/maintenance/port/lesser)
-"kQo" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"kQr" = (
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"kQt" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/starboard/aft)
@@ -31993,10 +30981,17 @@
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"kRe" = (
-/obj/structure/flora/tree/jungle/style_2,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"kRq" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/reagent_dispensers/fueltank/large,
+/obj/machinery/camera/directional/south{
+ c_tag = "Engineering - storage"
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"kRt" = (
/obj/machinery/monkey_recycler,
/obj/effect/turf_decal/siding/white{
@@ -32004,18 +30999,16 @@
},
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"kRu" = (
-/obj/effect/turf_decal/siding/white{
- dir = 10
+"kRA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
},
-/obj/machinery/air_sensor/air_tank,
-/obj/machinery/camera/emp_proof{
- c_tag = "Engineering - Atmospherics CO2 Chamber";
- dir = 5;
- network = list("ss13","engineering")
+/obj/effect/landmark/start/hangover,
+/obj/structure/chair/office{
+ dir = 8
},
-/turf/open/floor/engine/air,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"kRE" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -32042,13 +31035,6 @@
/obj/machinery/light/small/dim/directional/west,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"kRW" = (
-/obj/machinery/computer/atmos_control/nitrogen_tank{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"kSb" = (
/turf/open/floor/wood,
/area/station/command/heads_quarters/qm)
@@ -32075,20 +31061,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"kSr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/access/all/science/rd,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Research Director's Office"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "rdoffice";
- name = "Research Director's Shutters"
- },
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/command/heads_quarters/rd)
"kSv" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -32102,10 +31074,14 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"kSG" = (
-/obj/effect/turf_decal/siding,
-/turf/open/floor/iron/white/small,
-/area/station/science/lab)
+"kSA" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/small/directional/east,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"kSO" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -32114,34 +31090,25 @@
/obj/machinery/photocopier,
/turf/open/floor/wood,
/area/station/command/heads_quarters/qm)
-"kST" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
+"kTj" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
dir = 4
},
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"kTm" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/sofa/bench/right{
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"kTn" = (
-/obj/machinery/door/airlock{
- name = "Bathrooms"
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half{
+ dir = 8
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/toilet/restrooms)
+/area/station/service/library)
"kTp" = (
/obj/structure/disposalpipe/segment,
/turf/closed/wall,
@@ -32159,12 +31126,13 @@
dir = 1
},
/area/station/command/heads_quarters/hop)
-"kTu" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
+"kTv" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 9
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"kTw" = (
/turf/closed/wall,
/area/station/construction/mining/aux_base)
@@ -32177,12 +31145,41 @@
/obj/structure/tank_holder/extinguisher,
/turf/open/floor/catwalk_floor,
/area/station/science/xenobiology)
+"kTF" = (
+/obj/machinery/light/warm/dim,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"kTG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"kTH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/hallway/secondary/command)
+"kTX" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
+"kUa" = (
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"kUf" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -32196,6 +31193,21 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
+"kUL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"kUT" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"kVb" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -32207,6 +31219,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
+"kVg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/start/hangover,
+/obj/structure/chair/sofa/bench/left,
+/turf/open/floor/stone,
+/area/station/service/chapel)
"kVn" = (
/obj/structure/disposalpipe/segment,
/obj/structure/table/reinforced,
@@ -32226,22 +31244,14 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"kVz" = (
-/obj/machinery/light/warm/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"kVK" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 6
- },
-/obj/structure/reflector/double/anchored,
-/obj/structure/railing/corner{
- dir = 1
+"kVL" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Gas to Filter"
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"kWd" = (
/obj/machinery/door/airlock{
name = "Room 2"
@@ -32249,23 +31259,30 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"kWf" = (
-/obj/machinery/airalarm/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/aquarium/lawyer,
-/turf/open/floor/iron/dark,
-/area/station/service/lawoffice)
"kWk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/station/security/prison/workout)
-"kWH" = (
+"kWm" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron/small,
+/area/station/security/office)
+"kWF" = (
+/obj/effect/turf_decal/siding/wood/corner,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/stone,
+/area/station/service/bar)
"kWJ" = (
/obj/structure/chair/sofa/bench/left{
dir = 1
@@ -32274,22 +31291,17 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"kWK" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
+"kWR" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Docking Corridor"
},
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/iron/small,
-/area/station/engineering/engine_smes)
-"kXf" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"kXj" = (
-/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plating/rust,
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/hallway/secondary/dock)
+"kXl" = (
+/turf/closed/wall/r_wall/rust,
/area/station/engineering/supermatter/room)
"kXn" = (
/turf/closed/wall/r_wall,
@@ -32301,30 +31313,22 @@
},
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"kXs" = (
-/obj/effect/turf_decal/weather/dirt{
+"kXu" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/red{
dir = 1
},
-/obj/structure/flora/bush/flowers_pp/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"kXt" = (
+/turf/open/floor/iron/white/small,
+/area/station/security/warden)
+"kXB" = (
+/obj/machinery/portable_atmospherics/scrubber/huge,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
+"kXC" = (
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"kXH" = (
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/effect/spawner/random/structure/closet_maintenance,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/spawner/random/maintenance,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/central/greater)
"kXM" = (
@@ -32348,11 +31352,16 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"kYo" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
+"kYa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/brown/fourcorners,
+/obj/effect/landmark/navigate_destination/cargo,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"kYs" = (
/obj/machinery/mech_bay_recharge_port{
dir = 2
@@ -32406,11 +31415,6 @@
/obj/structure/window/spawner/directional/south,
/turf/open/floor/grass,
/area/station/cargo/storage)
-"kZc" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/light/warm/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"kZh" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/siding/thinplating_new/light{
@@ -32419,6 +31423,29 @@
/obj/item/modular_computer/laptop,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
+"kZj" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/grass/jungle/b/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"kZk" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/layer_manifold/orange{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"kZv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "AI Core shutters";
+ name = "AI Core Shutter"
+ },
+/turf/open/floor/iron/stairs,
+/area/station/ai_monitored/turret_protected/ai)
"kZx" = (
/obj/machinery/button/door/directional/north{
id = "main_surgery";
@@ -32436,6 +31463,13 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron,
/area/station/cargo/storage)
+"kZC" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/lesser)
"kZF" = (
/obj/structure/closet/crate/secure{
desc = "A secure crate containing various materials for building a customised test-site.";
@@ -32450,35 +31484,32 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
/turf/open/floor/plating,
/area/station/science/ordnance/testlab)
-"lae" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Cold Loop to Gas"
- },
-/turf/open/floor/iron/smooth_edge{
+"kZI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood{
dir = 1
},
-/area/station/engineering/supermatter/room)
-"lal" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"lam" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"laa" = (
+/obj/machinery/air_sensor/carbon_tank,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
+"lab" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/stripes/line{
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
dir = 4
},
-/obj/structure/table,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "vaco";
- name = "Comissary Shutters"
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/aft)
"laD" = (
/turf/open/floor/iron/dark,
/area/station/hallway/primary/central/fore)
@@ -32497,6 +31528,19 @@
},
/turf/open/floor/iron/dark/small,
/area/station/maintenance/department/engine/atmos)
+"laK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"laL" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 4
@@ -32506,6 +31550,12 @@
dir = 8
},
/area/station/hallway/primary/central/fore)
+"laU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/station/commons/fitness/recreation/entertainment)
"laZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb/cobweb2,
@@ -32516,21 +31566,22 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/port/aft)
-"lbe" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/holopad,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
-"lbo" = (
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
- dir = 4
+"lbi" = (
+/obj/structure/flora/bush/flowers_br,
+/obj/structure/flora/bush/flowers_yw,
+/obj/machinery/light/floor,
+/turf/open/floor/grass,
+/area/station/hallway/primary/central/fore)
+"lbl" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
-/obj/machinery/airalarm/directional/north,
-/obj/structure/chair,
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
+/obj/item/storage/fancy/candle_box,
+/obj/structure/rack/skeletal,
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
"lbF" = (
/obj/effect/turf_decal/siding/thinplating_new/dark{
dir = 1
@@ -32562,31 +31613,6 @@
},
/turf/open/floor/iron,
/area/station/security/brig/entrance)
-"lbR" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"lbS" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 6
- },
-/turf/open/floor/iron/small,
-/area/station/service/barber)
-"lbY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
- },
-/obj/effect/turf_decal/tile/dark_red/half/contrasted,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"lce" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 9
@@ -32598,20 +31624,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/execution/education)
-"lcp" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/exit/departure_lounge)
"lcs" = (
/obj/structure/hedge,
/obj/machinery/power/apc/auto_name/directional/west,
@@ -32648,24 +31660,30 @@
/obj/machinery/camera/directional/east,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"lcQ" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L3";
- pixel_y = -15
+"lcD" = (
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"lcF" = (
+/obj/machinery/status_display/evac/directional/east,
+/turf/open/floor/glass,
+/area/station/hallway/primary/central/aft)
+"lcY" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral{
- dir = 4
+ dir = 1
},
+/obj/effect/landmark/navigate_destination/hop,
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"lda" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
+/area/station/hallway/primary/central/fore)
"ldb" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/disposalpipe/segment,
@@ -32674,13 +31692,6 @@
"ldq" = (
/turf/closed/wall,
/area/station/maintenance/department/science/xenobiology)
-"ldt" = (
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
- },
-/obj/effect/spawner/random/engineering/tracking_beacon,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"ldx" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/decal/cleanable/dirt,
@@ -32689,12 +31700,12 @@
},
/turf/open/floor/iron/dark,
/area/station/tcommsat/server)
-"ldD" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
+"ldA" = (
+/obj/effect/turf_decal/box/white{
+ color = "#EFB341"
},
-/turf/open/floor/stone,
-/area/station/service/bar)
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"ldF" = (
/obj/machinery/computer/upload/ai{
dir = 8
@@ -32702,28 +31713,48 @@
/obj/structure/window/reinforced/spawner/directional/east,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai_upload)
-"ldH" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/station/maintenance/hallway/abandoned_command)
"ldJ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security/glass{
id_tag = "outerbrig";
name = "Brig Cells"
},
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/obj/structure/disposalpipe/segment,
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/textured_half,
+/area/station/security/brig)
+"lee" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/structure/chair/office{
+ dir = 8
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
+"lei" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/door/airlock/public/glass{
+ name = "Chapel Office"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office,
/turf/open/floor/iron/textured_half,
-/area/station/security/brig)
+/area/station/service/chapel/office)
"lek" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/corner{
dir = 8
},
/area/station/hallway/primary/starboard)
+"les" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/air_input,
+/turf/open/floor/engine/air,
+/area/station/engineering/atmos)
"ley" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -32731,6 +31762,39 @@
dir = 1
},
/area/station/medical/treatment_center)
+"leB" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/dark_red,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/food/gumball{
+ pixel_x = 5;
+ pixel_y = 9
+ },
+/obj/item/cigarette/candy{
+ pixel_x = -3;
+ pixel_y = 10
+ },
+/obj/item/food/gumball{
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/obj/item/weldingtool/mini{
+ pixel_x = 5;
+ pixel_y = -11
+ },
+/obj/item/screwdriver{
+ pixel_x = 2;
+ pixel_y = -3
+ },
+/obj/item/storage/box/prisoner{
+ pixel_x = 5;
+ pixel_y = -12
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/dark,
+/area/station/security/processing)
"leC" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -32747,10 +31811,22 @@
},
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
+"leX" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"lfa" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
+"lfc" = (
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/station/science/ordnance/testlab)
"lfd" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
@@ -32777,6 +31853,20 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/stone,
/area/station/command/heads_quarters/hos)
+"lfs" = (
+/obj/effect/landmark/start/assistant,
+/turf/open/floor/iron/half,
+/area/station/hallway/primary/central/fore)
+"lft" = (
+/obj/structure/sign/departments/restroom/directional/south,
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"lfv" = (
/obj/structure/hedge,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -32792,58 +31882,12 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron,
/area/station/security/prison)
-"lfF" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/door/airlock/public/glass{
- name = "Chapel Office"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half,
-/area/station/service/chapel/office)
-"lfI" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 1
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"lfQ" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 9
- },
-/obj/machinery/shower/directional/east,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/main)
"lfU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/brown/opposingcorners,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"lgc" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Gas to Aux Cooling";
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
"lgf" = (
/obj/effect/turf_decal/sand/plating,
/turf/open/floor/plating,
@@ -32912,6 +31956,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/small,
/area/station/maintenance/department/electrical)
+"lgw" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/side,
+/area/station/science/xenobiology)
"lgx" = (
/obj/structure/disposalpipe/junction/flip,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -32925,17 +31978,6 @@
dir = 1
},
/area/station/hallway/primary/aft)
-"lgA" = (
-/obj/machinery/rnd/production/techfab/department/service,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
"lgG" = (
/obj/structure/chair/sofa/bench/left{
dir = 4
@@ -32949,11 +31991,32 @@
dir = 1
},
/area/station/hallway/secondary/exit/departure_lounge)
+"lgP" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
+"lgQ" = (
+/obj/machinery/computer/security/telescreen/cmo/directional/west,
+/turf/open/floor/wood/parquet,
+/area/station/command/heads_quarters/cmo)
"lgV" = (
/obj/structure/table,
/obj/item/camera,
/turf/open/floor/iron,
/area/station/security/prison/workout)
+"lhi" = (
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/button/door/directional/north{
+ id = "vaco";
+ name = "Comissary Shutters";
+ pixel_x = 29
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
"lhl" = (
/obj/effect/spawner/random/trash/graffiti{
pixel_x = 32;
@@ -32980,10 +32043,6 @@
/obj/machinery/suit_storage_unit/ce,
/turf/open/floor/iron,
/area/station/command/heads_quarters/ce)
-"lhr" = (
-/obj/structure/sign/nanotrasen,
-/turf/closed/wall,
-/area/station/maintenance/central/greater)
"lhv" = (
/obj/structure/cable,
/obj/machinery/power/solar{
@@ -33013,46 +32072,30 @@
/obj/item/pickaxe,
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
-"lhW" = (
-/obj/structure/table,
-/obj/item/clothing/head/fedora/det_hat/minor{
- pixel_x = 7;
- pixel_y = 9
- },
-/obj/item/toy/eightball{
- pixel_x = -4
- },
-/turf/open/floor/iron/dark/small,
-/area/station/commons/fitness/locker_room)
-"lhZ" = (
-/obj/machinery/suit_storage_unit/engine,
-/obj/structure/cable,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"lih" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
+"lhT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
-"lix" = (
-/obj/structure/table/reinforced,
-/obj/item/grenade/chem_grenade/cleaner{
- pixel_x = 8;
- pixel_y = 13
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"lir" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = -2;
- pixel_y = 9
+/obj/machinery/firealarm/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"liw" = (
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 8
},
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
+/obj/effect/landmark/navigate_destination/kitchen,
+/turf/open/floor/wood,
+/area/station/hallway/primary/central/aft)
"liG" = (
/obj/structure/cable,
/obj/structure/table/glass,
@@ -33074,10 +32117,17 @@
/obj/machinery/incident_display/tram/directional/north,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
+"liJ" = (
+/obj/effect/landmark/start/chaplain,
+/turf/open/floor/iron/dark/small,
+/area/station/service/chapel/storage)
"liL" = (
-/obj/item/radio/intercom/prison/directional/north,
-/turf/open/floor/iron,
-/area/station/security/prison/work)
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/power/apc/auto_name/directional/east,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"liP" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/dark/small,
@@ -33086,6 +32136,23 @@
/obj/structure/lattice,
/turf/open/misc/asteroid/airless,
/area/space/nearstation)
+"liS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster/contraband/random/directional/west,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/central)
+"liT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"liX" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -33094,13 +32161,23 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating/rust,
/area/station/maintenance/department/engine/atmos)
-"ljk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"ljg" = (
+/obj/effect/turf_decal/weather/snow/corner{
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/effect/turf_decal/weather/snow,
+/obj/machinery/light/small/directional/north,
+/obj/machinery/icecream_vat,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
+"lji" = (
+/obj/structure/flora/tree/jungle/style_2,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 9
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"ljl" = (
/obj/structure/lattice,
/obj/structure/railing/corner{
@@ -33138,6 +32215,14 @@
},
/turf/open/floor/iron,
/area/station/security/prison/rec)
+"ljI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"ljN" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -33161,6 +32246,16 @@
},
/turf/open/floor/iron/white/small,
/area/station/command/heads_quarters/cmo)
+"ljT" = (
+/obj/structure/window/spawner/directional/east,
+/obj/structure/window/spawner/directional/west,
+/obj/machinery/light/floor,
+/obj/structure/flora/bush/sparsegrass,
+/obj/structure/flora/bush/flowers_br,
+/obj/structure/flora/bush/flowers_pp,
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
"ljZ" = (
/obj/machinery/modular_computer/preset/civilian{
dir = 1
@@ -33222,6 +32317,10 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
+"lkJ" = (
+/obj/structure/flora/rock/pile/jungle/style_4,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"lkR" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -33237,13 +32336,6 @@
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
-"llw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"llC" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -33251,6 +32343,12 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"llH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/tcommsat/server)
"llN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33277,15 +32375,6 @@
/obj/machinery/iv_drip,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"llS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron,
-/area/station/science/xenobiology)
"llT" = (
/obj/structure/chair{
dir = 4;
@@ -33296,6 +32385,15 @@
"llW" = (
/turf/closed/wall,
/area/station/ai_monitored/security/armory)
+"llY" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 4
+ },
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"lmb" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -33309,41 +32407,23 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/carpet/donk,
/area/station/command/heads_quarters/qm)
-"lmg" = (
-/obj/effect/turf_decal/siding/wood/end{
- dir = 8
+"lmm" = (
+/mob/living/basic/frog,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 5
},
-/obj/effect/landmark/navigate_destination/kitchen,
-/turf/open/floor/wood,
-/area/station/hallway/primary/central/aft)
-"lms" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/holopad,
-/turf/open/floor/iron,
-/area/station/science/ordnance/testlab)
+/obj/structure/flora/rock/pile/jungle/style_4,
+/obj/structure/flora/bush/flowers_pp/style_2,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"lmv" = (
/obj/structure/disposalpipe/segment,
/obj/item/kirbyplants/random,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/qm)
-"lmx" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"lmA" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/vending/wardrobe/bar_wardrobe,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
+"lmz" = (
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"lmR" = (
/obj/structure/dresser,
/obj/structure/sign/poster/contraband/random/directional/east,
@@ -33355,32 +32435,6 @@
},
/turf/open/floor/iron/dark,
/area/station/cargo/office)
-"lne" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/trash,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
-"lnh" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/hydroponics/constructable,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
-"lnn" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/airalarm/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"lnu" = (
/obj/machinery/holopad,
/turf/open/floor/iron/dark,
@@ -33397,34 +32451,83 @@
dir = 4
},
/area/station/hallway/secondary/construction)
-"lnF" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 6
+"lnD" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/cup/rag{
+ pixel_x = -6;
+ pixel_y = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/item/reagent_containers/cup/glass/drinkingglass{
+ pixel_x = 10;
+ pixel_y = 8
},
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
+/obj/item/reagent_containers/cup/glass/drinkingglass{
+ pixel_x = 5;
+ pixel_y = 16
+ },
+/obj/item/reagent_containers/cup/glass/drinkingglass{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/reagent_containers/cup/glass/shaker{
+ pixel_x = -7;
+ pixel_y = 15
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/wood,
+/obj/structure/sign/warning/no_smoking/circle/directional/north,
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"lnI" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/ore_box,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"lnK" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
+"lnM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/window/brigdoor/right/directional/north{
+ atom_integrity = 300;
+ name = "AI Core Chamber Access";
+ req_access = list("ai_upload")
},
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/vending/cigarette,
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
-"lnO" = (
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/white/small,
-/area/station/maintenance/port/aft)
+/turf/open/floor/circuit/red,
+/area/station/ai_monitored/turret_protected/ai)
+"lnN" = (
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/structure/table,
+/obj/item/reagent_containers/cup/bottle/mutagen{
+ pixel_x = -5;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/syringe{
+ pixel_x = -3;
+ pixel_y = -1
+ },
+/obj/item/reagent_containers/cup/watering_can{
+ pixel_x = 7;
+ pixel_y = 13
+ },
+/obj/item/reagent_containers/spray/plantbgone{
+ pixel_x = 6;
+ pixel_y = 1
+ },
+/obj/machinery/light/small/directional/west,
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
+"lnW" = (
+/obj/effect/turf_decal/tile/neutral/full,
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/sign/poster/contraband/random/directional/south,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/maintenance/central/lesser)
"lnZ" = (
/obj/effect/turf_decal/tile/dark_red,
/obj/effect/decal/cleanable/dirt,
@@ -33435,14 +32538,11 @@
},
/turf/open/floor/iron/dark,
/area/station/security/processing)
-"loc" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+"loh" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/engine,
+/area/station/maintenance/disposal/incinerator)
"loj" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 4
@@ -33481,23 +32581,18 @@
/obj/machinery/light/small/dim/directional/west,
/turf/open/floor/iron,
/area/station/maintenance/department/engine/atmos)
+"lox" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 4
+ },
+/turf/open/floor/iron/white/small,
+/area/station/security/warden)
"loL" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/holopad,
/turf/open/floor/stone,
/area/station/command/heads_quarters/hos)
-"lpg" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
"lpC" = (
/turf/open/floor/plating,
/area/station/service/chapel/funeral)
@@ -33506,18 +32601,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"lpL" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/airlock/maintenance{
- name = "Crematorium"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/security/brig/entrance)
"lpR" = (
/obj/structure/cable,
/obj/structure/table/glass,
@@ -33530,22 +32613,6 @@
},
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain)
-"lpT" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/stack/sheet/iron/fifty{
- pixel_y = -9;
- pixel_x = -4
- },
-/obj/effect/decal/cleanable/cobweb,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/stack/cable_coil{
- pixel_x = -1;
- pixel_y = -7
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"lpV" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/siding/green{
@@ -33586,9 +32653,29 @@
},
/turf/open/floor/iron/white/side,
/area/station/hallway/primary/starboard)
+"lqh" = (
+/obj/structure/window/spawner/directional/north,
+/obj/structure/window/spawner/directional/south,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -17;
+ pixel_y = 2
+ },
+/obj/structure/flora/bush/flowers_pp/style_random,
+/obj/structure/flora/bush/flowers_yw,
+/obj/structure/flora/bush/lavendergrass,
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
"lql" = (
/turf/open/floor/wood/parquet,
/area/station/service/library)
+"lqq" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/landmark/navigate_destination/chapel,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"lqt" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -33602,52 +32689,27 @@
/obj/effect/landmark/transport/nav_beacon/tram/platform/birdshot/prison_wing,
/turf/open/floor/tram,
/area/station/security/tram)
-"lqW" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/vending/coffee,
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/dock)
-"lrd" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
+"lqQ" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"lrh" = (
/obj/structure/cable,
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"lrz" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/item/pushbroom,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
-"lrD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
+"lrl" = (
+/obj/effect/turf_decal/bot/left,
/turf/open/floor/engine,
-/area/station/engineering/supermatter)
+/area/station/engineering/atmospherics_engine)
"lrE" = (
/obj/structure/cable,
/turf/open/floor/iron,
@@ -33660,70 +32722,31 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"lrL" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/multitool{
- pixel_x = 7;
- pixel_y = 18
- },
-/obj/item/storage/bag/construction,
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - North"
- },
-/obj/machinery/firealarm/directional/south,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"lrP" = (
/obj/machinery/computer/security{
dir = 8
},
/turf/open/floor/iron/dark,
/area/station/security/office)
-"lrR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"lrW" = (
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/stripes/end{
+"lsh" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 1
},
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
- },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
-"lsd" = (
-/obj/machinery/photocopier,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"lsK" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/brown/visible,
-/turf/open/space/basic,
-/area/space/nearstation)
+/area/station/service/barber)
"lsO" = (
/obj/machinery/status_display/evac/directional/south,
/turf/open/floor/iron/white/side{
dir = 1
},
/area/station/science/lower)
-"lsU" = (
-/obj/machinery/modular_computer/preset/civilian{
- dir = 4
- },
-/obj/machinery/status_display/evac/directional/west,
-/turf/open/floor/circuit/red,
-/area/station/ai_monitored/turret_protected/ai)
+"lsP" = (
+/obj/structure/flora/grass/jungle/b/style_5,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"lsY" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/closet/secure_closet/security/sec,
@@ -33731,6 +32754,15 @@
dir = 1
},
/area/station/security/execution/transfer)
+"lte" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"lto" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -33746,13 +32778,30 @@
/obj/structure/holosign/barrier/atmos/tram,
/turf/open/floor/plating,
/area/station/security/tram)
-"ltz" = (
-/obj/effect/turf_decal/siding/red{
+"ltr" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 6
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"ltD" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine/n2,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"ltE" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/stairs{
+ dir = 1
+ },
+/area/station/engineering/storage/tech)
"ltP" = (
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/turf_decal/siding/wood{
@@ -33763,6 +32812,19 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
+"ltQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/security/prison)
+"luc" = (
+/obj/machinery/door/airlock{
+ id_tag = "ShowerToilet1";
+ name = "Toilet"
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
"lun" = (
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/all/command/general,
@@ -33786,6 +32848,11 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/engineering/storage/tcomms)
+"lus" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"lut" = (
/obj/structure/table/wood/fancy/red,
/obj/structure/sign/painting/large/library{
@@ -33800,16 +32867,37 @@
},
/turf/open/floor/wood/parquet,
/area/station/service/greenroom)
-"luC" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
+"luG" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
+"luN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{
dir = 1
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/atmos/office)
+"luP" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"lvc" = (
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
+"lve" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/turf/open/floor/iron/dark/side,
+/area/station/science/xenobiology)
"lvk" = (
/obj/structure/railing{
dir = 4
@@ -33817,6 +32905,14 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
+"lvr" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/landmark/navigate_destination/bar,
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"lvu" = (
/obj/effect/turf_decal/tile/brown{
dir = 4
@@ -33827,6 +32923,19 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
/area/station/cargo/office)
+"lvv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/aft)
"lvA" = (
/obj/structure/table/wood/fancy/red,
/obj/item/clothing/head/costume/witchwig{
@@ -33839,10 +32948,10 @@
},
/turf/open/floor/wood/parquet,
/area/station/service/greenroom)
-"lvG" = (
-/obj/machinery/atmospherics/components/trinary/filter/critical,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/station/engineering/supermatter/room)
+"lvJ" = (
+/obj/structure/flora/bush/flowers_br,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"lvK" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -33867,18 +32976,6 @@
/obj/structure/cable,
/turf/open/floor/iron/dark/small,
/area/station/security/execution/education)
-"lwf" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"lwk" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/blue/half/contrasted{
@@ -33905,20 +33002,21 @@
dir = 1
},
/area/station/security/execution/transfer)
-"lww" = (
+"lwu" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
+"lwC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/generic_maintenance_landmark,
/obj/structure/table,
-/obj/item/clothing/under/suit/black_really,
-/obj/item/clothing/accessory/waistcoat,
-/obj/item/clothing/suit/toggle/lawyer/black,
-/obj/item/clothing/under/suit/red,
-/obj/item/clothing/neck/tie/black,
-/obj/item/clothing/under/costume/buttondown/slacks/service,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron/cafeteria,
-/area/station/commons/dorms)
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"lwI" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
/obj/machinery/computer/security/mining{
@@ -33927,14 +33025,6 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"lwQ" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"lwW" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -33962,6 +33052,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
+"lxp" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Dorms"
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 1
+ },
+/area/station/commons/fitness/locker_room)
"lxy" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -33973,14 +33071,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"lxF" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/effect/turf_decal/siding/green/corner{
- dir = 1
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"lxI" = (
/obj/effect/turf_decal/siding/wood/end,
/obj/effect/spawner/random/engineering/atmospherics_portable,
@@ -33990,20 +33080,6 @@
/obj/structure/broken_flooring/pile/directional/east,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"lxO" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/power/emitter{
- dir = 1
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"lxP" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/spawner/random/structure/girder,
@@ -34036,6 +33112,12 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/psychology)
+"lyq" = (
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"lyt" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/disposalpipe/segment,
@@ -34044,10 +33126,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"lyI" = (
-/obj/structure/hedge,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
"lyQ" = (
/obj/structure/table,
/obj/item/storage/photo_album/prison,
@@ -34059,20 +33137,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"lyV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"lyX" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"lyY" = (
/obj/structure/bed,
/obj/item/bedsheet/red,
@@ -34102,17 +33166,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"lzo" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/machinery/light/cold/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"lzp" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -34129,14 +33182,22 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"lzK" = (
-/obj/structure/rack,
-/obj/item/binoculars,
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - South"
+"lzB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"lzG" = (
+/obj/structure/flora/bush/jungle/c/style_3{
+ pixel_x = -7;
+ pixel_y = 10
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"lzM" = (
/turf/closed/wall,
/area/station/security/tram)
@@ -34159,6 +33220,23 @@
/obj/structure/window/spawner/directional/north,
/turf/open/floor/grass,
/area/station/cargo/storage)
+"lzW" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/structure/table/glass,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/pen/invisible{
+ pixel_x = -2;
+ pixel_y = 7
+ },
+/obj/machinery/newscaster/directional/north,
+/obj/item/storage/photo_album/library,
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
"lAk" = (
/obj/effect/turf_decal/siding/white{
dir = 9
@@ -34179,11 +33257,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/office)
-"lAv" = (
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"lAO" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
@@ -34202,14 +33275,6 @@
/obj/structure/alien/weeds,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"lAQ" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/spawner/random/vending/snackvend,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"lAS" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/status_display/ai/directional/north,
@@ -34224,6 +33289,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
+"lAV" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar)
"lBf" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/siding/wood{
@@ -34233,6 +33305,11 @@
/obj/structure/chair/stool/directional/west,
/turf/open/floor/iron/small,
/area/station/maintenance/port/lesser)
+"lBl" = (
+/obj/structure/table,
+/obj/item/storage/bag/construction,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"lBm" = (
/obj/effect/turf_decal/stripes/box,
/obj/structure/disposalpipe/trunk,
@@ -34273,30 +33350,42 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"lBw" = (
-/obj/effect/turf_decal/siding/yellow,
-/obj/effect/turf_decal/siding/yellow{
- dir = 1
+"lBq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/item/kirbyplants/random,
-/obj/machinery/light/directional/west,
-/turf/open/floor/iron/textured_half,
-/area/station/engineering/atmos)
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/west,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron/small,
+/area/station/medical/medbay/lobby)
"lBy" = (
/obj/structure/railing,
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"lBK" = (
-/obj/structure/window/spawner/directional/west,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -17;
- pixel_y = 2
+"lBz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/flora/bush/flowers_yw/style_random,
-/obj/structure/window/spawner/directional/east,
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/effect/landmark/navigate_destination/tools,
+/turf/open/floor/iron,
+/area/station/hallway/primary/fore)
"lBN" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/airlock/security{
@@ -34306,15 +33395,12 @@
/obj/effect/mapping_helpers/airlock/access/all/security/detective,
/turf/open/floor/iron/textured_half,
/area/station/security/detectives_office)
-"lCd" = (
-/mob/living/basic/frog,
-/obj/effect/turf_decal/weather/dirt{
- dir = 5
- },
-/obj/structure/flora/rock/pile/jungle/style_4,
-/obj/structure/flora/bush/flowers_pp/style_2,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"lBO" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"lCg" = (
/obj/structure/chair{
dir = 4
@@ -34353,11 +33439,13 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/engineering/lobby)
-"lCM" = (
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/firealarm/directional/south,
+"lCK" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/camera/directional/east,
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
+/area/station/hallway/primary/central/fore)
"lCN" = (
/obj/structure/falsewall,
/turf/open/floor/plating,
@@ -34373,17 +33461,42 @@
/obj/effect/mapping_helpers/airlock/access/all/medical/coroner,
/turf/open/floor/plating,
/area/station/medical/morgue)
-"lDc" = (
+"lCZ" = (
+/obj/machinery/door/airlock/engineering/glass/critical{
+ heat_proof = 1;
+ name = "Supermatter Chamber"
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
+"lDh" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"lDp" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/command{
- name = "Telecomms Server Room"
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/tcommsat/server)
+/obj/effect/landmark/navigate_destination/gateway,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"lDr" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer2{
+ dir = 9
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
+"lDw" = (
+/turf/open/floor/iron,
+/area/station/science/ordnance/testlab)
"lDI" = (
/obj/structure/rack,
/obj/item/storage/belt/utility/full,
@@ -34407,6 +33520,36 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
+"lEm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/chair/office{
+ dir = 1
+ },
+/obj/effect/landmark/start/cargo_technician,
+/turf/open/floor/iron/dark,
+/area/station/cargo/office)
+"lEs" = (
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/obj/machinery/computer/order_console/cook{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"lEx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/department/electrical)
"lEJ" = (
/obj/machinery/door/poddoor{
id = "QMLoaddoor";
@@ -34431,32 +33574,63 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/stone,
/area/station/command/heads_quarters/captain/private)
+"lEN" = (
+/obj/structure/chair/sofa/right{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 1
+ },
+/obj/item/toy/plush/pkplush{
+ name = "Bruder"
+ },
+/turf/open/floor/wood/tile,
+/area/station/maintenance/aft)
+"lEO" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/structure/table/glass,
+/obj/item/flashlight/lamp/green{
+ pixel_x = 2;
+ pixel_y = 9
+ },
+/obj/item/taperecorder{
+ pixel_x = -15;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/light_switch/directional/north,
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
"lER" = (
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
-"lFe" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/broken_flooring/pile/directional/east,
+"lEY" = (
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
+/area/station/engineering/atmos/pumproom)
"lFg" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
-"lFE" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
+"lFm" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
},
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw,
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"lFq" = (
/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/exodrone_launcher,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
"lFG" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/siding/red,
@@ -34464,28 +33638,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"lFH" = (
-/obj/machinery/light/cold/dim/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/sign/warning/engine_safety/directional/north,
-/turf/open/floor/iron/small,
-/area/station/engineering/break_room)
-"lFT" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/storage/belt/utility,
-/obj/item/pipe_dispenser,
-/obj/item/clothing/head/utility/welding{
- pixel_y = 6
- },
-/obj/item/clothing/head/utility/welding{
- pixel_y = 6
+"lGa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
+/turf/open/floor/engine/air,
+/area/station/engineering/atmos)
+"lGd" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/area/station/maintenance/port/lesser)
"lGe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -34505,13 +33668,6 @@
},
/turf/open/misc/sandy_dirt,
/area/station/hallway/primary/central/fore)
-"lGq" = (
-/obj/structure/fluff/broken_canister_frame,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"lGr" = (
/obj/effect/turf_decal/siding/brown{
dir = 6
@@ -34547,22 +33703,16 @@
/obj/structure/sink/directional/west,
/turf/open/floor/iron,
/area/station/security/prison/garden)
-"lGS" = (
-/obj/structure/chair/sofa/bench/right{
- dir = 8
- },
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron/dark/small,
-/area/station/commons/dorms)
"lGT" = (
/obj/structure/chair/stool/directional/south,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/carpet/donk,
/area/station/command/heads_quarters/qm)
"lHb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/computer/robotics,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"lHc" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -34573,12 +33723,6 @@
/obj/structure/chair/stool/directional/south,
/turf/open/floor/carpet/donk,
/area/station/command/heads_quarters/qm)
-"lHh" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/sign/warning/radiation/directional/west,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"lHk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -34597,12 +33741,31 @@
dir = 1
},
/area/station/science/lower)
+"lHp" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"lHt" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/blue/fourcorners,
/obj/structure/window/spawner/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"lHz" = (
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/port/aft)
+"lHC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
"lHJ" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 8
@@ -34636,17 +33799,18 @@
dir = 1
},
/area/station/command/heads_quarters/qm)
-"lHU" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"lHW" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/airalarm/directional/north,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain/private)
+"lHZ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/station/hallway/primary/central/aft)
"lIa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -34721,22 +33885,6 @@
/obj/structure/cable,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/qm)
-"lIC" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
-"lID" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/holopad,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/processing)
"lIL" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -34754,25 +33902,33 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/freezer,
/area/station/command/heads_quarters/captain/private)
-"lJi" = (
-/obj/structure/table,
-/obj/item/stack/package_wrap,
-/obj/item/hand_labeler,
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable,
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
-"lJF" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{
+"lJg" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
+"lJB" = (
+/obj/item/radio/intercom/directional/north{
+ broadcasting = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = -26
+ },
+/obj/machinery/computer/security/telescreen/aiupload/directional/west,
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload_foyer)
+"lJO" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"lJV" = (
/obj/structure/bed,
/obj/effect/decal/cleanable/dirt,
@@ -34785,6 +33941,10 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/qm)
+"lKg" = (
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/qm)
"lKh" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 10
@@ -34805,12 +33965,13 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"lKE" = (
+"lKB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"lKG" = (
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron,
@@ -34829,18 +33990,16 @@
/obj/effect/landmark/start/bitrunner,
/turf/open/floor/iron/dark/smooth_half,
/area/station/cargo/bitrunning/den)
-"lKV" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
+"lKO" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 4
},
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/structure/sign/poster/official/random/directional/south,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"lKV" = (
+/turf/open/floor/iron/smooth,
+/area/station/commons/storage/tools)
"lLb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/airlock/security/glass{
@@ -34858,13 +34017,17 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"lLn" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
+"lLi" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/mining{
+ name = "Drone Bay"
},
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
+/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/station/cargo/drone_bay)
"lLq" = (
/obj/machinery/firealarm/directional/east,
/obj/effect/decal/cleanable/oil,
@@ -34889,16 +34052,6 @@
/obj/machinery/status_display/evac/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"lLE" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 10
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"lLH" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -34912,22 +34065,14 @@
dir = 9
},
/area/station/hallway/secondary/construction)
+"lLN" = (
+/obj/structure/cable,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"lLX" = (
/turf/open/floor/iron/showroomfloor,
/area/station/medical/surgery/theatre)
-"lMg" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/directional/north{
- c_tag = "Atmospherics - South 2"
- },
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/firealarm/directional/north,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"lMl" = (
/obj/structure/railing{
dir = 4
@@ -34970,33 +34115,22 @@
/obj/structure/holosign/barrier/atmos/tram,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"lMN" = (
-/obj/effect/mapping_helpers/broken_floor,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"lMS" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/effect/mapping_helpers/broken_floor,
-/obj/machinery/newscaster/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/machinery/fax{
- fax_name = "Law Office";
- name = "Law Office Fax Machine"
+"lMH" = (
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
},
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood/tile,
-/area/station/service/lawoffice)
+/turf/open/floor/iron/grimy,
+/area/station/service/library)
"lNf" = (
/obj/effect/turf_decal/siding/blue,
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
+"lNk" = (
+/obj/machinery/newscaster/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
"lNp" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -35032,20 +34166,19 @@
},
/turf/open/floor/stone,
/area/station/command/heads_quarters/hos)
-"lNC" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/item/clothing/head/cone{
- pixel_x = 6;
- pixel_y = 17
+"lNF" = (
+/obj/effect/spawner/random/entertainment/lighter,
+/obj/item/cigarette/rollie/mindbreaker{
+ pixel_x = -2;
+ pixel_y = 6
},
-/obj/machinery/light/small/directional/south,
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
+/obj/item/cigarette/rollie/trippy{
+ pixel_x = 4
},
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+/obj/effect/mapping_helpers/burnt_floor,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/greater)
"lNJ" = (
/obj/effect/turf_decal/siding/yellow{
dir = 6
@@ -35055,11 +34188,23 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
+"lNN" = (
+/obj/structure/table,
+/obj/item/toy/foamblade,
+/turf/open/floor/iron/dark/small,
+/area/station/commons/fitness/locker_room)
"lNQ" = (
/obj/effect/turf_decal/bot_white/right,
/obj/machinery/firealarm/directional/north,
/turf/open/floor/engine,
/area/station/engineering/gravity_generator)
+"lNR" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/structure/closet/firecloset,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"lNU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -35082,27 +34227,6 @@
"lOj" = (
/turf/closed/wall,
/area/station/cargo/miningoffice)
-"lOk" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"lOo" = (
-/obj/machinery/light/small/directional/north,
-/obj/machinery/suit_storage_unit/cmo,
-/turf/open/floor/wood/parquet,
-/area/station/command/heads_quarters/cmo)
-"lOz" = (
-/obj/effect/spawner/random/maintenance,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
-"lOC" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
"lOG" = (
/obj/structure/table,
/obj/item/stack/spacecash/c1{
@@ -35143,18 +34267,11 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"lPw" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"lPA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
+"lPx" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/smart/simple/orange,
+/turf/open/space/basic,
+/area/space/nearstation)
"lPC" = (
/obj/structure/bookcase/random,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -35171,6 +34288,12 @@
/obj/machinery/announcement_system,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
+"lPK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"lPO" = (
/obj/structure/table,
/obj/item/surgery_tray/full{
@@ -35181,33 +34304,13 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/execution/education)
-"lPW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/light/small/directional/west,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Atmos to Loop"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/sign/poster/official/random/directional/west,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
-"lQa" = (
-/obj/structure/flora/bush/flowers_pp/style_2,
-/obj/structure/flora/bush/large/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"lQh" = (
/turf/open/floor/iron/small,
/area/station/maintenance/port/aft)
"lQs" = (
-/obj/structure/flora/grass/jungle/b/style_5,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/structure/closet/emcloset,
+/turf/open/floor/iron/small,
+/area/station/maintenance/port/lesser)
"lQu" = (
/obj/machinery/light/broken/directional/south,
/obj/effect/spawner/random/trash/bin,
@@ -35225,12 +34328,12 @@
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
-"lQC" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 5
+"lQL" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 6
},
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
"lQR" = (
/obj/effect/turf_decal/caution{
dir = 4
@@ -35273,18 +34376,45 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"lRz" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Waste to Filter"
+"lRm" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/effect/turf_decal/tile/brown{
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/corner{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow{
+/area/station/science/xenobiology)
+"lRM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/area/station/hallway/primary/central/fore)
+"lRU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/dark/herringbone,
+/area/station/ai_monitored/command/nuke_storage)
+"lRV" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/siding/dark_red{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/stone,
+/area/station/command/heads_quarters/hos)
"lSb" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -35294,6 +34424,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
+"lSh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"lSu" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -35303,29 +34442,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/cafeteria,
/area/station/science/breakroom)
-"lSE" = (
-/obj/effect/landmark/start/scientist,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"lSF" = (
-/obj/effect/decal/cleanable/generic,
-/obj/machinery/light/cold/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"lSH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"lSI" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -35342,23 +34458,30 @@
/obj/machinery/chem_heater/withbuffer,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"lSV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+"lTa" = (
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"lTb" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible,
+/obj/effect/turf_decal/tile/purple/fourcorners,
+/obj/machinery/computer/atmos_control/plasma_tank,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"lTg" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"lTp" = (
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"lTt" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -35375,6 +34498,16 @@
},
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
+"lTy" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"lTA" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/siding/wood{
@@ -35383,28 +34516,6 @@
/obj/structure/chair/stool/directional/west,
/turf/open/floor/iron/small,
/area/station/maintenance/port/lesser)
-"lTC" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 9
- },
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Release"
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"lTI" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"lTN" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -35417,48 +34528,35 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 10
},
-/turf/open/floor/tram,
-/area/station/maintenance/department/medical/central)
-"lUd" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
-"lUo" = (
-/turf/open/floor/iron,
-/area/station/science/lobby)
-"lUu" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
-"lUy" = (
-/obj/effect/landmark/event_spawn,
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_y = 9;
- pixel_x = 4
+/turf/open/floor/tram,
+/area/station/maintenance/department/medical/central)
+"lUl" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L1";
+ pixel_y = -15
},
-/obj/item/reagent_containers/condiment/peppermill{
- pixel_x = 3
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/item/reagent_containers/condiment/saltshaker{
- pixel_x = -3
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/reagent_containers/condiment/enzyme{
- pixel_x = -7;
- pixel_y = 6
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"lUo" = (
+/turf/open/floor/iron,
+/area/station/science/lobby)
+"lUr" = (
+/obj/machinery/light/no_nightlight/directional/east,
+/obj/structure/sign/poster/official/nanotrasen_logo/directional/east,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
},
-/obj/effect/turf_decal/siding{
- dir = 5
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
},
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"lUz" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -35487,15 +34585,6 @@
/obj/effect/spawner/random/engineering/tracking_beacon,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"lUM" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"lUO" = (
/obj/structure/cable,
/turf/open/floor/plating,
@@ -35522,14 +34611,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"lVs" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/flowers_pp,
-/obj/structure/cable,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"lVv" = (
/obj/structure/chair/stool/directional/south,
/obj/effect/turf_decal/siding/yellow{
@@ -35556,10 +34637,6 @@
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"lVD" = (
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/department/medical/central)
"lVN" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/spawner/random/maintenance,
@@ -35578,6 +34655,27 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/large,
/area/station/hallway/primary/central/fore)
+"lWp" = (
+/obj/structure/table,
+/obj/machinery/light/small/directional/west,
+/obj/item/clothing/head/costume/paper_hat{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/collectable/petehat{
+ pixel_x = 5;
+ pixel_y = -5
+ },
+/obj/item/cigarette/cigar/cohiba{
+ pixel_y = 4
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/commons/fitness/locker_room)
+"lWz" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/security/armory)
"lWF" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -35590,13 +34688,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"lWP" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/white{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/medical/medbay/aft)
"lWR" = (
/obj/structure/table/wood,
/obj/effect/decal/cleanable/dirt,
@@ -35631,23 +34722,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/security/checkpoint/supply)
-"lXa" = (
-/obj/structure/chair/sofa/bench{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/newscaster/directional/west,
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
"lXf" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
@@ -35666,31 +34740,22 @@
dir = 4
},
/area/station/science/xenobiology)
-"lXh" = (
-/obj/structure/window/spawner/directional/east,
-/obj/structure/window/spawner/directional/west,
-/obj/structure/flora/bush/large/style_2,
-/obj/structure/flora/bush/sparsegrass,
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
"lXn" = (
/obj/structure/disposalpipe/segment,
/obj/structure/closet/secure_closet/quartermaster,
/obj/machinery/light_switch/directional/south,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/qm)
-"lXy" = (
+"lXw" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/trash,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
+/obj/structure/sign/warning/radiation/rad_area/directional/east,
+/turf/open/floor/iron/stairs/right{
+ dir = 1
+ },
+/area/station/maintenance/hallway/abandoned_command)
"lXC" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -35724,6 +34789,21 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/cryo)
+"lXU" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/light/cold/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"lXX" = (
+/obj/machinery/light/warm/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"lXY" = (
/obj/machinery/airalarm/directional/south,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -35745,6 +34825,34 @@
"lYj" = (
/turf/closed/wall/r_wall,
/area/station/hallway/primary/fore)
+"lYl" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/status_display/ai/directional/north,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"lYt" = (
+/obj/structure/table/wood/fancy/green,
+/obj/item/storage/wallet{
+ pixel_x = -3;
+ pixel_y = 10
+ },
+/obj/item/cigarette/cigar{
+ pixel_x = -1;
+ pixel_y = -2
+ },
+/obj/item/lighter{
+ pixel_x = 11;
+ pixel_y = -7
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron/grimy,
+/area/station/command/heads_quarters/qm)
"lYw" = (
/obj/structure/hedge,
/obj/item/radio/intercom/directional/south,
@@ -35774,6 +34882,14 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
+"lYV" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"lZa" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -35787,22 +34903,25 @@
},
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
-"lZd" = (
-/obj/structure/cable,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
+"lZf" = (
+/obj/machinery/vending/hydroseeds{
+ slogan_delay = 700
+ },
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/machinery/camera/autoname/directional/north,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"lZt" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/station/maintenance/department/bridge)
-"lZw" = (
-/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/machinery/door/airlock{
- name = "Kitchen"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"lZB" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/stripes/line{
@@ -35859,6 +34978,33 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
+"lZP" = (
+/obj/structure/table,
+/obj/item/clothing/head/fedora/det_hat/minor{
+ pixel_x = 7;
+ pixel_y = 9
+ },
+/obj/item/toy/eightball{
+ pixel_x = -4
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/commons/fitness/locker_room)
+"lZR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/duct,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
+"lZT" = (
+/obj/structure/flora/bush/flowers_pp/style_random,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 4
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"mae" = (
+/obj/structure/cable,
+/turf/closed/wall,
+/area/station/service/bar)
"maf" = (
/turf/closed/wall/rust,
/area/station/hallway/primary/fore)
@@ -35890,39 +35036,12 @@
/obj/structure/broken_flooring/singular/directional/east,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"maH" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sign/departments/telecomms/directional/south,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
"maL" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
},
/turf/open/floor/sepia,
/area/station/maintenance/aft)
-"maO" = (
-/obj/structure/cable,
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload_foyer)
-"maW" = (
-/obj/machinery/door/window/brigdoor/left/directional/west{
- id = "Cell 1";
- name = "Cell 1";
- req_access = list("security")
- },
-/turf/open/floor/iron/dark/small,
-/area/station/security/brig)
"mbp" = (
/obj/structure/hedge,
/obj/machinery/light_switch/directional/east,
@@ -35934,47 +35053,32 @@
/obj/machinery/pdapainter/medbay,
/turf/open/floor/wood/parquet,
/area/station/command/heads_quarters/cmo)
-"mbz" = (
-/obj/structure/closet/firecloset,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron/dark/side{
- dir = 8
- },
-/area/station/hallway/primary/central/fore)
"mbG" = (
/obj/structure/fluff/broken_canister_frame,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"mbU" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/hangover,
-/obj/structure/chair/sofa/bench/left,
-/turf/open/floor/stone,
-/area/station/service/chapel)
"mbV" = (
/obj/effect/spawner/random/entertainment/arcade,
/turf/open/floor/eighties/red,
/area/station/service/abandoned_gambling_den/gaming)
+"mbX" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/closet/firecloset,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"mbZ" = (
/obj/structure/table/glass,
/obj/machinery/cell_charger,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
-"mcd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light_switch/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
"mch" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -35983,6 +35087,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
+"mcj" = (
+/obj/effect/turf_decal/tile/yellow/opposingcorners,
+/obj/structure/table/reinforced/titaniumglass,
+/obj/item/rcl/pre_loaded,
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_y = 17
+ },
+/obj/machinery/light/small/directional/south,
+/obj/structure/secure_safe/directional/east,
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/ce)
"mcl" = (
/obj/structure/alien/weeds,
/obj/effect/gibspawner/xeno,
@@ -36001,28 +35116,22 @@
/obj/machinery/holopad,
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
-"mcs" = (
-/obj/structure/table/greyscale,
-/obj/item/screwdriver,
-/obj/item/stack/cable_coil/cut{
- pixel_x = 11;
- pixel_y = 7
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Office"
- },
-/obj/item/stock_parts/power_store/cell/emproof{
- pixel_x = -6;
- pixel_y = 9
- },
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"mcv" = (
/obj/effect/turf_decal/siding/brown,
/obj/structure/table/reinforced/plastitaniumglass,
/obj/item/phone,
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
+"mcI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"mcP" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -36031,21 +35140,22 @@
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
-"mcT" = (
-/obj/effect/turf_decal/bot,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/poddoor/shutters/radiation/preopen{
- id = "engsm";
- name = "Radiation Chamber Shutters"
+"mcS" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/cold/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"mcV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter)
-"mde" = (
-/obj/structure/chair/stool/directional/east,
/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"mdm" = (
/obj/structure/chair/office/light{
dir = 8
@@ -36060,15 +35170,14 @@
"mdt" = (
/turf/closed/wall/r_wall,
/area/station/science/robotics/mechbay)
-"mdF" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/stripes/line{
+"mdG" = (
+/obj/structure/chair{
dir = 1
},
-/turf/open/floor/iron/dark/corner,
-/area/station/science/xenobiology)
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"mdX" = (
/obj/machinery/light/small/directional/north,
/obj/machinery/conveyor_switch{
@@ -36077,19 +35186,21 @@
},
/turf/open/floor/wood,
/area/station/cargo/miningfoundry)
+"med" = (
+/obj/machinery/airalarm/directional/south,
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
"meh" = (
/obj/structure/railing{
dir = 4
},
/turf/open/floor/catwalk_floor,
/area/station/maintenance/department/engine/atmos)
-"mer" = (
-/obj/structure/mannequin/plastic,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/station/cargo/boutique)
+"mei" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"meu" = (
/turf/closed/wall,
/area/station/command/heads_quarters/captain)
@@ -36117,14 +35228,6 @@
dir = 4
},
/area/station/hallway/secondary/entry)
-"meS" = (
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"mfl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/firealarm/directional/west,
@@ -36148,17 +35251,6 @@
/obj/effect/mapping_helpers/mail_sorting/science/ordnance,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"mfs" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/dark_red{
- dir = 1
- },
-/obj/structure/secure_safe/hos{
- pixel_x = 15;
- pixel_y = 28
- },
-/turf/open/floor/stone,
-/area/station/command/heads_quarters/hos)
"mfB" = (
/obj/structure/table/wood,
/obj/item/book/bible,
@@ -36179,43 +35271,28 @@
/obj/structure/sign/departments/medbay/alt/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"mfS" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"mfT" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/obj/machinery/recharger,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
-"mfU" = (
-/obj/structure/cable,
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/department/electrical)
"mgt" = (
/obj/machinery/vending/boozeomat,
/obj/machinery/firealarm/directional/south,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain/private)
-"mgz" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+"mgW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 6
},
-/obj/structure/barricade/wooden,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"mgB" = (
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/stone,
-/area/station/service/bar)
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"mhk" = (
/turf/closed/wall,
/area/station/maintenance/port/greater)
@@ -36228,6 +35305,16 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"mhJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"mhV" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -36235,6 +35322,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"mhZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/service/lawoffice)
"mid" = (
/obj/effect/spawner/random/structure/crate_loot,
/turf/open/floor/plating,
@@ -36253,13 +35346,20 @@
/obj/structure/reagent_dispensers/wall/virusfood/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"mii" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/dark_red{
- dir = 1
+"miu" = (
+/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible,
+/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{
+ dir = 4
},
-/turf/open/floor/iron/dark/small,
-/area/station/ai_monitored/security/armory)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"miy" = (
+/obj/machinery/computer/turbine_computer{
+ mapping_id = "main_turbine"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"miz" = (
/obj/structure/table/glass,
/obj/item/wrench,
@@ -36269,38 +35369,26 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"miN" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Gas to Chamber"
+"miF" = (
+/turf/open/floor/stone,
+/area/station/service/chapel)
+"miP" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 10
},
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
+/obj/machinery/light/small/directional/south,
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"miQ" = (
-/obj/structure/flora/bush/jungle/c/style_3{
- pixel_x = 6;
- pixel_y = -6
- },
-/obj/structure/flora/tree/jungle/small,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"miR" = (
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/siding/wood{
dir = 5
},
-/obj/effect/turf_decal/trimline/yellow/line,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"miU" = (
-/obj/effect/turf_decal/siding/thinplating{
- dir = 8
- },
-/turf/open/floor/eighties,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
+"mje" = (
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos/project)
"mjf" = (
/obj/structure/table/reinforced/rglass,
/obj/machinery/door/window/left/directional/west{
@@ -36314,6 +35402,12 @@
/obj/item/clothing/under/costume/skeleton,
/turf/open/floor/eighties,
/area/station/service/abandoned_gambling_den/gaming)
+"mjr" = (
+/obj/machinery/vending/dinnerware,
+/obj/machinery/requests_console/auto_name/directional/south,
+/obj/effect/mapping_helpers/requests_console/supplies,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"mjF" = (
/obj/structure/table/glass,
/obj/item/clothing/suit/costume/cyborg_suit,
@@ -36339,11 +35433,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"mjS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
"mjV" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -36360,29 +35449,49 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/supply)
-"mkc" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
+"mka" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/mapping_helpers/airlock/access/any/service/general,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/obj/effect/landmark/navigate_destination/hydro,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"mkh" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/breakroom)
"mks" = (
/obj/structure/cable,
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"mkz" = (
-/obj/structure/cable,
+"mkt" = (
/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/trash,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
+"mky" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
"mkA" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -36401,6 +35510,11 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/supply)
+"mkN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
"mkO" = (
/obj/structure/filingcabinet,
/obj/effect/turf_decal/tile/red/half/contrasted{
@@ -36409,6 +35523,27 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/supply)
+"mkV" = (
+/obj/structure/sign/warning/fire,
+/turf/closed/wall/r_wall,
+/area/station/engineering/supermatter)
+"mkY" = (
+/obj/effect/turf_decal/siding/wideplating,
+/obj/structure/rack,
+/obj/item/circuitboard/machine/thermomachine{
+ pixel_x = 7;
+ pixel_y = 5
+ },
+/obj/item/circuitboard/machine/thermomachine{
+ pixel_x = 2;
+ pixel_y = -3
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
"mkZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/siding/wood{
@@ -36417,43 +35552,27 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
-"mlc" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"mle" = (
-/obj/structure/bed{
- dir = 4
- },
-/obj/effect/spawner/random/bedsheet{
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/button/door/directional/west{
- name = "Cabin Bolt Control";
- normaldoorcontrol = 1;
- specialfunctions = 4;
- id = "Cabin1"
- },
-/turf/open/floor/carpet/orange,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/tile/blue/full,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron/white/textured_large,
+/area/station/command/heads_quarters/cmo)
"mlm" = (
/obj/structure/cable,
/obj/structure/alien/weeds,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"mlq" = (
-/obj/machinery/door/morgue{
- name = "Private Study";
- req_access = list("library")
+"mlp" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/maintenance/central/greater)
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"mlr" = (
/obj/structure/chair/office/light{
dir = 4
@@ -36468,6 +35587,26 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/smooth,
/area/station/engineering/break_room)
+"mlD" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"mlK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/station/service/lawoffice)
"mlN" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -36516,6 +35655,16 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"mmL" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"mmT" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -36560,43 +35709,19 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"mns" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/effect/spawner/random/entertainment/arcade,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
-"mnv" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+"mnl" = (
+/obj/structure/table,
+/obj/item/circuitboard/machine/coffeemaker/impressa,
+/obj/item/coffee_cartridge/decaf{
+ pixel_y = 9
},
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/recreation)
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
"mnw" = (
/obj/effect/spawner/random/vending/colavend,
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"mnx" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/machinery/button/door/incinerator_vent_atmos_aux{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/machinery/button/ignition/incinerator/atmos{
- pixel_x = 6;
- pixel_y = 7
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"mny" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -36604,13 +35729,24 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/turf/open/floor/iron/dark/small,
/area/station/tcommsat/server)
-"mnA" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
+"mnC" = (
+/obj/structure/table,
+/obj/item/phone{
+ pixel_x = 6;
+ pixel_y = 1
},
-/obj/machinery/newscaster/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+/obj/item/reagent_containers/cup/glass/mug/britcup{
+ pixel_x = -6;
+ pixel_y = 11
+ },
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
+"mnH" = (
+/obj/effect/spawner/random/maintenance,
+/obj/effect/spawner/random/structure/closet_maintenance,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"mnN" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -36629,34 +35765,40 @@
},
/turf/open/floor/plating,
/area/station/cargo/storage)
-"mom" = (
-/obj/effect/decal/cleanable/dirt/dust,
+"mog" = (
+/obj/machinery/oven/range,
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/end{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
+"moj" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/command/maintenance,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/hallway/abandoned_command)
+"mop" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
- name = "Waste Hookup"
+ name = "Pure to Waste"
},
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw,
/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
+/area/station/engineering/atmos)
"mos" = (
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
-"mov" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/plaque{
- icon_state = "L12";
- pixel_y = -15
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"moy" = (
/obj/effect/turf_decal/tile/blue/fourcorners,
/turf/open/floor/iron/dark,
@@ -36665,50 +35807,31 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"moR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/thinplating{
- dir = 6
+"moG" = (
+/obj/effect/spawner/random/trash,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/eighties,
-/area/station/hallway/primary/central/fore)
-"moZ" = (
-/obj/effect/spawner/random/structure/crate,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"mpd" = (
-/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
+/area/station/maintenance/central/greater)
"mpk" = (
/obj/machinery/airalarm/directional/south,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/command/nuke_storage)
-"mpE" = (
-/obj/machinery/light/cold/dim/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/sign/poster/official/moth_piping/directional/north,
-/turf/open/floor/iron/small,
-/area/station/engineering/break_room)
-"mpI" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/white/warning{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/white/warning{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/white/mid_joiner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/white/mid_joiner{
- dir = 8
+"mpl" = (
+/obj/machinery/computer/slot_machine{
+ pixel_y = 2
},
/obj/machinery/light/small/directional/south,
-/turf/open/floor/wood,
-/area/station/commons/fitness/recreation)
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
+"mpy" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/wood/parquet,
+/area/station/medical/psychology)
"mpQ" = (
/obj/structure/bed{
dir = 4
@@ -36720,18 +35843,23 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/small,
/area/station/security/brig)
-"mpU" = (
-/obj/effect/turf_decal/siding/thinplating_new/light,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"mqq" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_pp/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"mql" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
+/obj/machinery/light/warm/directional/south,
+/obj/item/kirbyplants/random/fullysynthetic,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
+"mqn" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"mqz" = (
/obj/effect/turf_decal/siding/wood{
dir = 10
@@ -36744,11 +35872,6 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port/aft)
-"mqJ" = (
-/obj/machinery/holopad,
-/obj/structure/cable,
-/turf/open/floor/iron/dark/small,
-/area/station/command/heads_quarters/captain/private)
"mqO" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -36757,20 +35880,11 @@
/obj/item/wrench,
/turf/open/floor/iron/dark,
/area/station/hallway/secondary/construction)
-"mre" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/item/kirbyplants/random,
-/obj/item/radio/intercom/directional/south,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
+"mrc" = (
+/obj/effect/landmark/atmospheric_sanity/ignore_area,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/eighties/red,
+/area/station/service/abandoned_gambling_den/gaming)
"mrh" = (
/obj/structure/cable,
/obj/effect/mapping_helpers/airlock/access/all/medical/surgery,
@@ -36779,50 +35893,24 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"mrt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
-"mrA" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/item/storage/box{
- pixel_x = -8;
- pixel_y = 15
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
-"mrB" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/button/door/directional/north{
- name = "Lock Control";
- id = "Toilet2";
- specialfunctions = 4;
- normaldoorcontrol = 1
+"mrn" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/obj/machinery/light/small/directional/west,
-/obj/structure/sign/poster/contraband/random/directional/west,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"mrE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"mrt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
"mrP" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -36842,26 +35930,25 @@
},
/turf/open/floor/iron/dark,
/area/station/commons/storage/tools)
-"mrW" = (
-/obj/machinery/light/cold/directional/south,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"msg" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"msp" = (
-/obj/machinery/door/airlock{
- id_tag = "CabinS";
- name = "Study"
+"msk" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L3";
+ pixel_y = -15
},
-/turf/open/floor/carpet/green,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"msq" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -36879,18 +35966,15 @@
"msJ" = (
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"mtK" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
+"mtc" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/screwdriver,
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 8
},
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
-"mtO" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"mtP" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -36966,24 +36050,21 @@
/obj/machinery/status_display/ai/directional/north,
/turf/open/floor/wood/tile,
/area/station/command/meeting_room)
+"mvd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"mvh" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/machinery/holopad,
/turf/open/floor/glass/reinforced,
/area/station/command/bridge)
-"mvj" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
-"mvn" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"mvo" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/telecomms/bus/preset_three,
@@ -37000,15 +36081,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
/area/station/hallway/secondary/entry)
-"mvN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/start/bartender,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
"mvP" = (
/obj/machinery/smartfridge/organ,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -37023,6 +36095,10 @@
dir = 1
},
/area/station/hallway/primary/central/fore)
+"mwb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"mwn" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -37033,12 +36109,6 @@
},
/turf/open/floor/plating,
/area/station/security)
-"mwq" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
"mwt" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/structure/table,
@@ -37082,18 +36152,14 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"mwO" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos)
"mxa" = (
/obj/structure/window/reinforced/spawner/directional/east,
/turf/open/floor/glass/reinforced,
/area/station/command/bridge)
-"mxc" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
"mxe" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta,
/obj/effect/turf_decal/siding/blue/corner{
@@ -37109,11 +36175,6 @@
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
/area/station/security/warden)
-"mxz" = (
-/obj/structure/chair/stool/bar/directional/west,
-/obj/structure/sign/poster/contraband/random/directional/north,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
"mxM" = (
/obj/structure/barricade/wooden/crude,
/turf/open/floor/noslip,
@@ -37127,11 +36188,14 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"mxX" = (
-/obj/structure/transit_tube/curved/flipped,
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
+"mxS" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron/white,
+/area/station/hallway/primary/central/aft)
"mya" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -37142,23 +36206,43 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"myi" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{
- dir = 6
+"mye" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"mys" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube/diagonal,
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/structure/flora/rock/pile/jungle/style_5{
+ pixel_y = -5;
+ pixel_x = -8
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"myl" = (
+/obj/machinery/shower/directional/east,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
"myt" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/item/kirbyplants/random/fullysynthetic,
/turf/open/floor/iron,
/area/station/security/processing)
+"myy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/chair/stool/directional/south,
+/obj/effect/turf_decal/siding/red{
+ dir = 1
+ },
+/obj/item/radio/intercom/directional/south{
+ pixel_y = -31
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/security/office)
"myM" = (
/obj/structure/window/spawner/directional/north,
/obj/structure/window/spawner/directional/south,
@@ -37190,11 +36274,14 @@
/turf/open/floor/carpet/executive,
/area/station/command/meeting_room)
"mze" = (
-/obj/machinery/transport/power_rectifier{
- configured_transport_id = "bird_2"
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"mzf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -37219,34 +36306,32 @@
/obj/item/stock_parts/subspace/amplifier,
/turf/open/floor/iron/dark,
/area/station/engineering/storage/tcomms)
-"mzv" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"mzz" = (
/obj/structure/hedge,
/obj/machinery/camera/directional/east,
/obj/machinery/status_display/evac/directional/east,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"mzB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/recreation)
"mzM" = (
/turf/open/floor/iron/stairs,
/area/station/hallway/primary/central/fore)
+"mzS" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"mAi" = (
+/obj/structure/closet/crate/trashcart/filled,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
"mAs" = (
/obj/structure/rack,
/obj/item/storage/toolbox/electrical{
@@ -37278,17 +36363,17 @@
},
/turf/open/floor/iron/showroomfloor,
/area/station/commons/toilet/auxiliary)
-"mAY" = (
+"mAR" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"mBo" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -37296,17 +36381,17 @@
/obj/item/instrument/eguitar,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"mBq" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"mBC" = (
/obj/structure/sign/poster/official/soft_cap_pop_art/directional/north,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
+"mBT" = (
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 10
+ },
+/obj/machinery/power/emitter,
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/storage_shared)
"mCf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/external/glass{
@@ -37328,25 +36413,9 @@
dir = 4
},
/area/station/hallway/secondary/construction)
-"mCC" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"mCF" = (
/turf/open/floor/iron/dark/side,
/area/station/hallway/secondary/construction)
-"mCH" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/flasher/directional/east{
- id = "brigisolation"
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"mCL" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable,
@@ -37359,6 +36428,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
+"mDf" = (
+/obj/structure/chair/wood{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/stone,
+/area/station/service/bar)
"mDh" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -37375,13 +36451,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"mDC" = (
-/obj/structure/chair/wood{
- dir = 8
+"mDA" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/stone,
-/area/station/service/bar)
+/obj/structure/sign/painting/library{
+ pixel_x = 30
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"mDG" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -37389,6 +36468,22 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
+"mDJ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
+"mDL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/half,
+/area/station/hallway/primary/central/fore)
"mDW" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -37399,22 +36494,6 @@
/obj/structure/extinguisher_cabinet/directional/north,
/turf/open/floor/iron/white/side,
/area/station/science/lower)
-"mDZ" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research{
- name = "Robotics Lab"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/lab)
-"mEl" = (
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/science/xenobiology)
"mEq" = (
/obj/structure/closet/crate/wooden{
name = "Alms Box"
@@ -37433,26 +36512,16 @@
},
/turf/open/floor/plating,
/area/station/service/janitor)
+"mEA" = (
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"mEB" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"mEF" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"mEJ" = (
-/obj/structure/cable,
-/obj/structure/chair{
- dir = 1;
- pixel_y = -2
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron,
-/area/station/science/lower)
"mEL" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -37513,14 +36582,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"mFD" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/tank_holder/extinguisher/advanced,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"mFG" = (
/obj/machinery/telecomms/processor/preset_four,
/obj/effect/decal/cleanable/dirt,
@@ -37538,11 +36599,19 @@
/obj/structure/cable,
/turf/open/floor/eighties,
/area/station/service/abandoned_gambling_den/gaming)
-"mFZ" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Atmospherics - Turbine Entrance"
+"mFT" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
},
-/turf/open/floor/iron/dark,
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/tile/yellow/fourcorners,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron,
/area/station/engineering/atmos)
"mGg" = (
/obj/structure/cable,
@@ -37567,6 +36636,22 @@
},
/turf/open/floor/carpet,
/area/station/medical/psychology)
+"mGn" = (
+/obj/structure/rack,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/item/clothing/gloves/color/fyellow{
+ pixel_y = 2
+ },
+/obj/item/wrench,
+/obj/item/cigarette/xeno{
+ pixel_x = -3;
+ pixel_y = -9
+ },
+/obj/item/clothing/head/utility/welding,
+/turf/open/floor/iron/small,
+/area/station/maintenance/department/engine/atmos)
"mGp" = (
/obj/structure/table/glass,
/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted,
@@ -37586,13 +36671,11 @@
},
/turf/open/floor/iron,
/area/station/engineering/lobby)
-"mGB" = (
-/obj/structure/bookcase/random,
-/obj/structure/sign/painting/library{
- pixel_x = -30
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+"mGM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/broken_flooring/singular/directional/south,
+/turf/open/floor/iron,
+/area/station/maintenance/starboard/aft)
"mGN" = (
/obj/effect/turf_decal/siding/blue{
dir = 6
@@ -37619,23 +36702,10 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron/white/small,
/area/station/medical/virology)
-"mHu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/light/floor,
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/entry)
-"mHU" = (
-/obj/structure/flora/bush/flowers_br,
-/obj/structure/flora/bush/flowers_yw,
-/obj/machinery/light/floor,
-/turf/open/floor/grass,
-/area/station/hallway/primary/central/fore)
+"mHh" = (
+/obj/structure/cable,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
"mHZ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -37644,15 +36714,6 @@
/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
-"mIc" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
"mIg" = (
/obj/machinery/light/small/directional/west,
/turf/open/floor/catwalk_floor/iron_dark,
@@ -37674,10 +36735,14 @@
/obj/effect/landmark/start/lawyer,
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
-"mIt" = (
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
+"mIm" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/science/lower)
"mIA" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -37708,6 +36773,25 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/wood/tile,
/area/station/command/corporate_showroom)
+"mIE" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Public Shrine"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/stone,
+/area/station/hallway/primary/port)
+"mIP" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
+"mIR" = (
+/obj/structure/chair/stool/directional/east,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"mIT" = (
/obj/effect/turf_decal/siding/red{
dir = 10
@@ -37731,17 +36815,17 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/trimline/neutral/line{
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=16.0-CentralFore-CentralPort";
- location = "15.0-CentralStarboard-CentralFore"
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
},
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/hallway/primary/fore)
"mJq" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -37763,6 +36847,10 @@
},
/turf/open/floor/iron/dark,
/area/station/science/xenobiology)
+"mJB" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"mJC" = (
/obj/structure/table/optable{
desc = "A cold, hard place for your final rest.";
@@ -37776,15 +36864,6 @@
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"mJM" = (
-/obj/structure/window/spawner/directional/west,
-/obj/structure/flora/bush/jungle/a/style_random,
-/obj/structure/flora/bush/flowers_pp/style_random,
-/obj/structure/window/spawner/directional/east,
-/obj/machinery/light/floor,
-/obj/structure/window/spawner/directional/north,
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
"mJO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
@@ -37823,20 +36902,18 @@
dir = 1
},
/area/station/hallway/primary/aft)
-"mKk" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/chem_master/condimaster{
- desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments.";
- name = "BrewMaster 2199"
+"mKm" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
-/obj/effect/turf_decal/delivery/white{
- color = "#52B4E9"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
-/area/station/service/hydroponics)
+/area/station/hallway/primary/port)
"mKB" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
@@ -37853,21 +36930,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"mKK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"mKV" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 5
- },
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{
- dir = 1
- },
-/turf/open/floor/engine/o2,
-/area/station/engineering/atmos/space_catwalk)
"mKY" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -37896,20 +36958,6 @@
},
/turf/open/floor/iron,
/area/station/security/processing)
-"mLr" = (
-/obj/structure/statue/sandstone/venus{
- dir = 8;
- pixel_y = -15
- },
-/obj/structure/flora/bush/flowers_pp,
-/obj/structure/flora/bush/flowers_br/style_3,
-/obj/effect/dummy/lighting_obj,
-/obj/effect/light_emitter/fake_outdoors,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/grass/Airless,
-/area/station/hallway/primary/central/aft)
"mLA" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/west,
@@ -37920,10 +36968,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron,
/area/station/science/xenobiology)
-"mLD" = (
-/obj/structure/cable,
-/turf/closed/wall/r_wall,
-/area/station/engineering/engine_smes)
"mLH" = (
/obj/machinery/light/cold/directional/east,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -37949,18 +36993,6 @@
},
/turf/open/floor/iron,
/area/station/science/cytology)
-"mMc" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=23.2-Evac-Garden";
- location = "23.4-Evac"
- },
-/obj/structure/disposalpipe/junction/flip{
- dir = 2
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/exit/departure_lounge)
"mMp" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -37987,15 +37019,6 @@
/obj/effect/landmark/start/depsec/supply,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/supply)
-"mMC" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/sign/departments/holy/directional/west,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"mME" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/broken_flooring/singular/directional/east,
@@ -38005,9 +37028,6 @@
/obj/structure/sign/warning/pods/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"mMH" = (
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"mMN" = (
/obj/structure/chair/office{
dir = 8
@@ -38024,6 +37044,24 @@
},
/turf/open/floor/iron,
/area/station/security)
+"mNf" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west,
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airalarm/link{
+ chamber_id = "engine"
+ },
+/obj/effect/mapping_helpers/airalarm/engine_access,
+/obj/effect/mapping_helpers/airalarm/tlv_no_checks,
+/obj/machinery/meter,
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering Supermatter Port"
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"mNu" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/stripes/line,
@@ -38048,13 +37086,6 @@
/obj/effect/mapping_helpers/airlock/access/any/science/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"mNO" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/art)
"mNQ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -38069,25 +37100,6 @@
},
/turf/open/floor/wood/tile,
/area/station/command/meeting_room)
-"mNU" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar)
-"mNX" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"mOk" = (
/obj/structure/table/glass,
/obj/item/folder/blue{
@@ -38113,13 +37125,27 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"mOy" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
+"mOr" = (
+/obj/effect/spawner/random/trash/bucket,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"mOx" = (
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/rods/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/electronics/airlock,
+/obj/item/electronics/airlock,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 30
},
-/obj/machinery/camera/directional/north,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/item/gps,
+/obj/structure/closet/crate/engineering,
+/obj/machinery/light/cold/directional/east,
+/obj/item/clothing/gloves/color/yellow,
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/storage_shared)
"mOI" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small/directional/south,
@@ -38134,32 +37160,15 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/light/colour_cycle/dancefloor_b,
/area/station/maintenance/starboard/central)
-"mPe" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
-"mPl" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
-"mPo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/door/airlock{
- name = "Maintenance"
+"mOV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"mPq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -38191,24 +37200,11 @@
},
/turf/open/floor/wood/tile,
/area/station/command/meeting_room)
-"mPy" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/power/apc/worn_out/directional/east,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"mPJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
-"mPX" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/vending/wardrobe/jani_wardrobe,
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron/small,
-/area/station/commons)
"mQh" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/conveyor_switch/oneway{
@@ -38219,6 +37215,15 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
+"mQs" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "N2 to Pure"
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"mQz" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/chair/office{
@@ -38226,6 +37231,11 @@
},
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
+"mQD" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"mQF" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -38242,33 +37252,27 @@
dir = 8
},
/area/station/command/heads_quarters/hos)
-"mRg" = (
+"mRB" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/end,
/obj/structure/cable,
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 2
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/mail_sorting/medbay/general,
-/obj/machinery/duct,
/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"mRn" = (
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/iron/half,
/area/station/hallway/primary/central/fore)
-"mRv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/closed/wall,
-/area/station/hallway/primary/central/aft)
-"mRA" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/turf/open/floor/iron/stairs/left,
-/area/station/engineering/atmos)
"mRD" = (
/obj/effect/turf_decal/bot_white,
/obj/effect/spawner/random/maintenance,
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
+"mRG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"mRH" = (
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"mRK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -38278,58 +37282,48 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"mRV" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"mRY" = (
+"mRO" = (
+/obj/structure/cable,
/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 6
+ dir = 10
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
+/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"mSc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
+"mSa" = (
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"mSA" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/brown/visible{
- dir = 10
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"mSH" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"mSS" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
+"mSQ" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 8
},
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"mTc" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"mTd" = (
/obj/structure/closet/crate{
name = "Starups Clothing Crate"
@@ -38347,25 +37341,12 @@
/obj/structure/chair/stool/directional/north,
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"mTi" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Gas Port";
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
"mTl" = (
/turf/closed/wall,
/area/station/cargo/sorting)
"mTs" = (
/turf/closed/wall/r_wall,
/area/station/security/prison/work)
-"mTt" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/turf/open/floor/engine,
-/area/station/engineering/atmos)
"mTy" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/blue/full,
@@ -38387,17 +37368,6 @@
"mTB" = (
/turf/closed/wall,
/area/station/command/gateway)
-"mTC" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"mTM" = (
/obj/structure/cable,
/turf/open/floor/circuit,
@@ -38427,6 +37397,13 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
+"mTT" = (
+/obj/effect/spawner/random/entertainment/arcade{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"mTU" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/transit_tube/horizontal,
@@ -38442,17 +37419,25 @@
/obj/effect/landmark/start/paramedic,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"mUk" = (
+"mUi" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron/dark/side{
- dir = 1
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"mUm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
+/obj/machinery/status_display/ai/directional/west,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light/cold/directional/west,
+/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
"mUn" = (
/obj/structure/cable,
@@ -38471,17 +37456,6 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/iron/grimy,
/area/station/cargo/boutique)
-"mUI" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - North Corridor"
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/main)
"mUO" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
@@ -38492,11 +37466,30 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"mVf" = (
-/obj/machinery/light/small/directional/south,
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/floor/stone,
-/area/station/service/chapel)
+"mVc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/aft)
+"mVh" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/components/binary/volume_pump/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
"mVm" = (
/obj/effect/turf_decal/tile/green/anticorner/contrasted{
dir = 1
@@ -38545,31 +37538,36 @@
dir = 4
},
/area/station/medical/medbay/central)
-"mVW" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/south,
-/turf/open/floor/wood,
-/area/station/commons/fitness/recreation)
"mWc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/science/lower)
-"mWs" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/iron/small,
-/area/station/maintenance/department/engine)
-"mWU" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
+"mWE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/turf/open/floor/iron/dark/small,
+/area/station/tcommsat/server)
+"mWF" = (
+/obj/machinery/status_display/evac/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"mWT" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"mWY" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/chair/sofa/bench/left{
@@ -38587,26 +37585,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"mXm" = (
-/obj/machinery/atmospherics/components/binary/pump/off/general/visible{
- dir = 4;
- name = "CO2 to Pure"
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"mXt" = (
/obj/machinery/rnd/production/techfab/department/medical,
/obj/effect/turf_decal/stripes/box,
/obj/machinery/status_display/evac/directional/north,
/turf/open/floor/iron/dark/small,
/area/station/medical/storage)
-"mXx" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "N2O to Pure"
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"mXD" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
@@ -38614,13 +37598,13 @@
/obj/item/stack/sheet/mineral/titanium,
/turf/open/floor/tram,
/area/station/security/tram)
-"mXR" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"mXL" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"mXT" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -38629,23 +37613,32 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"mXX" = (
-/obj/structure/disposalpipe/segment,
+"mXV" = (
+/obj/machinery/light/small/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"mXZ" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/iron/dark/side{
- dir = 4
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/area/station/science/ordnance/testlab)
-"mYh" = (
-/obj/structure/table/wood,
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - South"
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/obj/item/stack/cable_coil/five,
-/obj/effect/turf_decal/siding/wideplating_new/terracotta,
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"mYd" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/central)
"mYj" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -38689,26 +37682,6 @@
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/security/armory)
-"mYT" = (
-/obj/structure/table,
-/obj/item/assembly/igniter{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/item/assembly/igniter{
- pixel_x = 5;
- pixel_y = -4
- },
-/obj/item/assembly/igniter{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/assembly/igniter{
- pixel_x = 2;
- pixel_y = -1
- },
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"mYW" = (
/obj/machinery/camera{
c_tag = "Xenobiology - Zoo";
@@ -38719,6 +37692,13 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/grass,
/area/station/science/xenobiology)
+"mZa" = (
+/obj/machinery/button/transport/tram/directional/south{
+ id = 1;
+ specific_transport_id = "bird_2"
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
"mZb" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -38739,6 +37719,18 @@
dir = 1
},
/area/station/security/execution/education)
+"mZd" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"mZg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -38749,11 +37741,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"mZo" = (
-/obj/machinery/light/floor,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar)
"mZA" = (
/obj/effect/mapping_helpers/airlock/abandoned,
/obj/machinery/door/airlock/public/glass{
@@ -38816,31 +37803,6 @@
},
/turf/open/floor/iron/showroomfloor,
/area/station/commons/toilet/auxiliary)
-"nbj" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Cooling Loop Bypass";
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
-"nbv" = (
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"nbC" = (
-/obj/machinery/button/door/directional/north{
- name = "Lock Control";
- id = "Toilet3";
- specialfunctions = 4;
- normaldoorcontrol = 1
- },
-/obj/machinery/recharge_station,
-/obj/structure/sign/poster/official/random/directional/east,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
"nbF" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small/directional/west,
@@ -38893,15 +37855,22 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
+"ncr" = (
+/obj/structure/cable,
+/obj/structure/chair/office{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/lawyer,
+/turf/open/floor/wood/tile,
+/area/station/service/lawoffice)
"ncz" = (
-/obj/effect/turf_decal/stripes/end{
- dir = 1
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Gas to Filter"
},
-/obj/structure/closet/crate/wooden,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"ncD" = (
/obj/structure/lattice,
/obj/structure/disposalpipe/segment{
@@ -38909,6 +37878,11 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"ncH" = (
+/obj/structure/table,
+/obj/item/wirecutters,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"ncL" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/neutral/line{
@@ -38933,16 +37907,32 @@
},
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
-"ndK" = (
-/obj/structure/disposalpipe/segment,
+"ndJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white,
-/area/station/hallway/primary/central/aft)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/landmark/navigate_destination/teleporter,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"ndM" = (
/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/iron,
/area/station/security/tram)
+"ndY" = (
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/auxlab/firing_range)
"neg" = (
/obj/effect/spawner/random/structure/crate_loot,
/obj/effect/turf_decal/siding/thinplating_new/terracotta{
@@ -38956,65 +37946,17 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"nej" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/assistant,
-/obj/structure/cable,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"neI" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
-"neL" = (
-/obj/structure/closet/crate{
- name = "Materials Crate"
- },
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/sheet/plasteel/fifty,
-/obj/item/stack/sheet/plastic/five,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/stack/sheet/titaniumglass/fifty,
-/obj/item/stack/sheet/mineral/titanium/fifty,
-/obj/item/stack/rods/fifty,
-/obj/machinery/light/cold/dim/directional/west,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/storage_shared)
-"neM" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/smooth,
+"neD" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/n2o,
/area/station/engineering/atmos)
-"neW" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/item/clothing/gloves/color/fyellow{
- pixel_y = 2
- },
-/obj/item/wrench,
-/obj/item/cigarette/xeno{
- pixel_x = -3;
- pixel_y = -9
+"neF" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
-/obj/item/clothing/head/utility/welding,
-/turf/open/floor/iron/small,
-/area/station/maintenance/department/engine/atmos)
+/turf/open/floor/wood,
+/area/station/service/chapel)
"nfg" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/siding/thinplating{
@@ -39022,27 +37964,6 @@
},
/turf/open/floor/iron/dark,
/area/station/security/lockers)
-"nfi" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
-"nfk" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor/shutters{
- dir = 8;
- id = "custodialshutters";
- name = "Custodial Closet Shutters"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/large,
-/area/station/service/janitor)
"nfm" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -39057,36 +37978,21 @@
dir = 4
},
/turf/open/floor/iron,
-/area/station/security)
-"nfV" = (
-/obj/structure/window/spawner/directional/east,
-/obj/structure/table/wood,
-/obj/machinery/cell_charger{
- pixel_y = 5
- },
-/obj/item/stock_parts/power_store/cell/crap{
- pixel_y = 5
- },
-/obj/item/cigarette/pipe/cobpipe{
- pixel_x = 1;
- pixel_y = -2
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/wood/tile,
-/area/station/command/corporate_showroom)
+/area/station/security)
+"ngd" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"ngn" = (
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+/obj/machinery/atmospherics/pipe/layer_manifold/green/visible{
dir = 4
},
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 8
- },
-/obj/structure/disposalpipe/sorting/mail{
+/obj/machinery/camera/directional/south{
+ c_tag = "atmospherics - lower";
dir = 1
},
-/obj/effect/mapping_helpers/mail_sorting/security/general,
/turf/open/floor/iron,
-/area/station/security)
+/area/station/engineering/atmos)
"ngq" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -39094,45 +38000,32 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"ngG" = (
-/obj/structure/window/spawner/directional/south,
-/obj/structure/flora/bush/jungle,
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/locker_room)
+"ngu" = (
+/obj/machinery/camera/directional/west,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"ngL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/security/prison)
-"ngZ" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/structure/disposalpipe/segment,
+"ngN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
-"nhe" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
+"nhl" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
- dir = 6
+ dir = 10
},
-/obj/effect/landmark/navigate_destination,
-/obj/effect/spawner/random/engineering/tracking_beacon,
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/aft)
"nhu" = (
/obj/structure/table,
/obj/effect/spawner/random/engineering/flashlight,
@@ -39145,11 +38038,6 @@
},
/turf/open/floor/iron/dark,
/area/station/security/office)
-"nhw" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/plating,
-/area/station/maintenance/aft)
"nhx" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
@@ -39173,12 +38061,6 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/station/science/xenobiology)
-"nhE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
"nhU" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -39189,6 +38071,17 @@
},
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
+"nhW" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 1
+ },
+/obj/machinery/vending/wardrobe/hydro_wardrobe,
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"nhZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -39214,10 +38107,15 @@
/obj/machinery/vending/wardrobe/chem_wardrobe,
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"niv" = (
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
+"nin" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"niw" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -39231,6 +38129,14 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"niF" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/side{
+ dir = 8
+ },
+/area/station/science/lower)
"niI" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/siding/white{
@@ -39240,17 +38146,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
-"niP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/iron/dark/side{
- dir = 1
- },
-/area/station/science/xenobiology)
"niR" = (
/obj/structure/chair,
/obj/machinery/light/small/directional/north,
@@ -39268,16 +38163,16 @@
},
/turf/open/floor/plating,
/area/station/command/meeting_room)
+"niW" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 6
+ },
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"niZ" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/maintenance/aft)
-"nja" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 9
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"nje" = (
/obj/structure/railing{
dir = 1
@@ -39293,6 +38188,23 @@
},
/turf/open/floor/iron,
/area/station/engineering/lobby)
+"njh" = (
+/obj/effect/spawner/random/structure/crate,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science/xenobiology)
+"njs" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/obj/effect/landmark/start/chaplain,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
+"nju" = (
+/obj/machinery/duct,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"njA" = (
/obj/machinery/photocopier,
/obj/structure/sign/poster/official/random/directional/north,
@@ -39300,27 +38212,25 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/wood/tile,
/area/station/command/heads_quarters/hop)
-"njH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
"njL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
/area/station/hallway/secondary/construction)
+"njT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"njW" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -39350,17 +38260,6 @@
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"nkp" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/light/broken/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"nks" = (
-/turf/closed/wall/r_wall,
-/area/station/engineering/atmos/space_catwalk)
"nkw" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/trimline/blue/filled/corner{
@@ -39368,18 +38267,16 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"nkG" = (
+"nkD" = (
+/obj/item/kirbyplants/random,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/cargo/sorting)
+/obj/machinery/light_switch/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"nkH" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -39391,6 +38288,12 @@
/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"nkW" = (
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"nla" = (
/turf/closed/wall,
/area/station/commons/storage/art)
@@ -39405,25 +38308,6 @@
/obj/machinery/vending/wardrobe/sec_wardrobe,
/turf/open/floor/iron/dark,
/area/station/security/lockers)
-"nlh" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"nlj" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/effect/turf_decal/weather/snow/corner,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
"nlk" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39433,16 +38317,6 @@
},
/turf/open/floor/wood/tile,
/area/station/command/meeting_room)
-"nlm" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/aft)
"nln" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -39453,34 +38327,19 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"nlA" = (
-/obj/structure/chair/sofa/bench{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
"nlC" = (
/obj/item/kirbyplants/random/fullysynthetic,
/turf/open/floor/iron/white/corner{
dir = 4
},
/area/station/science/xenobiology)
-"nlF" = (
-/obj/machinery/shower/directional/east,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 9
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
-"nlI" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 5
+"nlQ" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+/turf/open/floor/eighties,
+/area/station/hallway/primary/central/fore)
"nlS" = (
/turf/open/floor/iron/white/small,
/area/station/medical/virology)
@@ -39507,19 +38366,19 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/small,
/area/station/engineering/break_room)
-"nmu" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
+"nmC" = (
+/obj/structure/table,
+/obj/item/storage/bag/tray,
+/obj/item/knife/kitchen{
+ pixel_y = 2
},
-/obj/structure/disposalpipe/segment{
+/obj/effect/spawner/random/food_or_drink/cake_ingredients,
+/obj/item/kitchen/rollingpin,
+/obj/effect/turf_decal/siding{
dir = 4
},
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/port)
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"nmH" = (
/obj/structure/railing,
/obj/effect/turf_decal/siding/wideplating,
@@ -39540,29 +38399,30 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/command/heads_quarters/qm)
+"nnd" = (
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"nne" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
/area/station/security/tram)
-"nnr" = (
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+"noa" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "CO2 to Pure"
},
-/turf/open/floor/stone,
-/area/station/service/bar)
-"nnu" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
+/obj/machinery/atmospherics/pipe/bridge_pipe/green{
+ dir = 4
},
-/obj/machinery/duct,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"noe" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -39622,20 +38482,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/meeting_room)
-"noI" = (
-/obj/structure/sink/directional/east,
-/obj/structure/mirror/directional/west,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
-"noL" = (
-/obj/structure/cable/layer3,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "AI Core shutters";
- name = "AI Core Shutter"
- },
-/turf/open/floor/iron/stairs,
-/area/station/ai_monitored/turret_protected/ai)
"noN" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
@@ -39650,42 +38496,25 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/dark,
/area/station/security/prison/safe)
-"noU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor{
- id = "Secure Storage";
- name = "Secure Storage"
- },
-/turf/open/floor/plating/rust,
-/area/station/engineering/main)
"noV" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ id = "custodialshutters";
+ name = "Custodial Closet Shutters"
},
-/obj/effect/mapping_helpers/broken_floor,
-/obj/effect/spawner/random/trash,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"noY" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/large,
+/area/station/service/janitor)
"npp" = (
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"npy" = (
+/obj/effect/turf_decal/sand/plating,
+/turf/open/floor/plating,
+/area/station/maintenance/department/electrical)
"npA" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -39694,13 +38523,21 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"npL" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Engine Coolant Bypass";
- dir = 1
+"npI" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"npV" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/station/service/lawoffice)
"npZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -39717,43 +38554,16 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/white/small,
/area/station/medical/virology)
-"nqi" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating_new/corner{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+"nqf" = (
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"nqx" = (
/obj/machinery/power/turbine/turbine_outlet{
dir = 8
},
/turf/open/floor/engine,
/area/station/maintenance/disposal/incinerator)
-"nqC" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"nqD" = (
-/obj/structure/closet/emcloset,
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/dark/side,
-/area/station/maintenance/central/greater)
"nqJ" = (
/obj/structure/sink/directional/south,
/obj/effect/turf_decal/siding/wood,
@@ -39772,6 +38582,13 @@
},
/turf/open/floor/iron/white,
/area/station/medical/virology)
+"nqY" = (
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"nra" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/window/spawner/directional/south,
@@ -39779,10 +38596,32 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/station/engineering/main)
+"nrg" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/effect/landmark/start/botanist,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"nrp" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/item/flashlight/lantern/on,
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"nrw" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/station/maintenance/hallway/abandoned_command)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"nry" = (
/obj/effect/turf_decal/tile/red/anticorner/contrasted{
dir = 8
@@ -39797,20 +38636,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/supply)
-"nrX" = (
-/obj/machinery/door/airlock{
- name = "Kitchen"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"nsa" = (
-/turf/closed/wall,
-/area/station/engineering/atmospherics_engine)
"nsc" = (
/obj/structure/cable,
/obj/item/kirbyplants/organic/applebush,
@@ -39840,15 +38665,28 @@
},
/turf/open/floor/iron/small,
/area/station/security/brig)
-"nsw" = (
-/obj/effect/decal/cleanable/molten_object,
-/obj/effect/landmark/event_spawn,
-/obj/structure/table,
-/turf/open/floor/iron/dark,
-/area/station/commons/storage/tools)
-"nsy" = (
-/turf/closed/wall/r_wall/rust,
-/area/station/engineering/hallway)
+"nsz" = (
+/obj/effect/spawner/random/vending/snackvend,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
+"nsD" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"nsL" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/red{
@@ -39871,14 +38709,10 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"nsV" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/effect/turf_decal/weather/snow/corner,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
+"nsW" = (
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
"nsX" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -39914,10 +38748,13 @@
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
"ntu" = (
-/obj/structure/sink/kitchen/directional/east,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"ntF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/status_display/ai/directional/south,
@@ -39939,6 +38776,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/cafeteria,
/area/station/science/breakroom)
+"ntP" = (
+/obj/structure/displaycase/trophy,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"ntW" = (
/obj/machinery/light/small/directional/north,
/obj/machinery/vending/wardrobe/coroner_wardrobe,
@@ -39947,6 +38792,13 @@
},
/turf/open/floor/iron/small,
/area/station/medical/morgue)
+"ntZ" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Recreation"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/fitness/recreation/entertainment)
"nua" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -39960,6 +38812,17 @@
/obj/effect/turf_decal/sand/plating,
/turf/closed/wall,
/area/station/maintenance/port/lesser)
+"nun" = (
+/obj/structure/flora/bush/flowers_br/style_random{
+ pixel_x = -3;
+ pixel_y = 4
+ },
+/obj/effect/light_emitter/fake_outdoors,
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/turf/open/floor/grass/Airless,
+/area/station/hallway/primary/central/aft)
"nuo" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/decal/cleanable/dirt,
@@ -39978,24 +38841,12 @@
},
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/rd)
-"nuu" = (
-/obj/machinery/incident_display/delam/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/break_room)
"nuC" = (
/obj/effect/turf_decal/siding,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/white/small,
/area/station/science/lab)
-"nuD" = (
-/obj/machinery/light/floor,
-/obj/effect/landmark/start/cook,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"nuO" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -40021,46 +38872,42 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
-"nuY" = (
-/obj/structure/broken_flooring/pile/directional/east,
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/greater)
-"nuZ" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/security/general,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
-"nvB" = (
-/obj/structure/sign/picture_frame/portrait/bar{
- pixel_y = 32
- },
-/obj/structure/table/wood,
-/obj/item/roulette_wheel_beacon,
-/obj/item/holosign_creator/robot_seat/bar{
- pixel_x = 2;
- pixel_y = 9
+"nuV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/light/small/directional/north,
-/obj/effect/turf_decal/siding/wood{
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/chair/sofa/bench/left{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
+"nuY" = (
+/obj/structure/broken_flooring/pile/directional/east,
+/obj/structure/alien/weeds/node,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/greater)
+"nvf" = (
+/obj/structure/tank_dispenser,
+/obj/effect/turf_decal/bot{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
+/obj/machinery/light/cold/dim/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
+"nvB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"nvE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"nvG" = (
-/obj/structure/spider/stickyweb,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
"nvK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/red{
@@ -40077,10 +38924,6 @@
},
/turf/open/floor/iron/recharge_floor,
/area/station/maintenance/port/aft)
-"nvO" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
"nwj" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -40089,23 +38932,27 @@
dir = 1
},
/area/station/hallway/secondary/dock)
-"nwE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/flashlight/lantern/on,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
+"nwk" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 9
},
-/turf/open/floor/wood,
-/area/station/service/chapel)
+/obj/effect/spawner/random/trash/bin,
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"nwN" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"nwU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/spawner/random/structure/steam_vent,
+/turf/open/floor/plating,
+/area/station/maintenance/department/electrical)
"nxo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -40114,17 +38961,6 @@
},
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
-"nxy" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
"nxD" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -40136,6 +38972,16 @@
},
/turf/open/floor/iron/dark/small,
/area/station/medical/morgue)
+"nxI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/fore)
"nxJ" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/modular_computer/preset/id{
@@ -40144,20 +38990,6 @@
/obj/machinery/keycard_auth/directional/south,
/turf/open/floor/wood,
/area/station/command/heads_quarters/qm)
-"nxO" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
-"nxP" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/service/barber)
"nxX" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -40209,14 +39041,17 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
-"nyz" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/stripes/corner{
+"nyy" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 8
},
-/turf/open/floor/iron/dark,
-/area/station/science/xenobiology)
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/item/pushbroom,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
"nyB" = (
/obj/structure/sign/departments/xenobio/alt/directional/west,
/turf/open/floor/iron/white/corner{
@@ -40234,13 +39069,6 @@
"nyH" = (
/turf/closed/wall,
/area/station/hallway/primary/aft)
-"nyM" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"nyQ" = (
/obj/machinery/holopad,
/obj/effect/landmark/event_spawn,
@@ -40272,13 +39100,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"nyU" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"nzc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -40289,31 +39110,46 @@
/obj/machinery/light_switch/directional/west,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"nzn" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
+"nzx" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
},
-/obj/effect/turf_decal/siding/dark_red{
+/obj/effect/turf_decal/bot{
dir = 1
},
-/obj/machinery/disposal/bin,
-/turf/open/floor/stone,
-/area/station/command/heads_quarters/hos)
-"nzr" = (
+/obj/effect/turf_decal/tile/purple/fourcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"nzA" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/white{
+/turf/open/floor/iron,
+/area/station/security/tram)
+"nzK" = (
+/obj/structure/cable,
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/trimline/neutral/end{
dir = 8
},
-/turf/open/floor/iron/dark/small,
-/area/station/science/xenobiology)
-"nzD" = (
-/obj/structure/flora/tree/jungle/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"nzL" = (
/turf/closed/wall,
/area/station/science/ordnance/testlab)
+"nzS" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Airlock"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "engine_airlock_2"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/break_room)
"nzU" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -40332,6 +39168,11 @@
},
/turf/open/space/basic,
/area/space)
+"nAi" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"nAn" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
@@ -40344,27 +39185,12 @@
/obj/machinery/light/small/broken/directional/west,
/turf/open/misc/sandy_dirt,
/area/station/maintenance/starboard/aft)
-"nAu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light_switch/directional/north,
-/turf/open/floor/wood/large,
-/area/station/command/heads_quarters/captain/private)
"nAF" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/landmark/start/roboticist,
/turf/open/floor/iron,
/area/station/science/robotics/lab)
-"nAH" = (
-/obj/structure/flora/bush/jungle/a/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"nBd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"nBq" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -40382,6 +39208,17 @@
},
/turf/open/floor/stone,
/area/station/command/corporate_suite)
+"nBF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/item/radio/intercom/directional/north,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/hallway/secondary/entry)
"nBG" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -40391,13 +39228,13 @@
},
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"nBM" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
+"nCe" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/side{
+ dir = 6
},
-/turf/open/floor/plating,
-/area/station/engineering/atmos/pumproom)
+/area/station/science/xenobiology)
"nCo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/chair/office{
@@ -40405,6 +39242,18 @@
},
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
+"nCt" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"nCC" = (
/obj/structure/chair/stool/directional/south,
/obj/effect/turf_decal/siding/yellow{
@@ -40434,34 +39283,16 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
+"nCX" = (
+/obj/structure/flora/bush/flowers_pp,
+/obj/structure/flora/bush/flowers_yw,
+/obj/structure/flora/bush/fullgrass,
+/turf/open/floor/grass,
+/area/station/hallway/primary/central/fore)
"nCY" = (
/obj/structure/cable,
/turf/open/floor/iron/kitchen/small,
/area/station/security/breakroom)
-"nCZ" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
-"nDa" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/dark/corner{
- dir = 4
- },
-/area/station/science/xenobiology)
-"nDc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
"nDe" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -40475,43 +39306,25 @@
},
/turf/open/floor/iron,
/area/station/security)
-"nDs" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/sign/departments/holy/directional/south,
-/obj/machinery/light/cold/directional/south,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"nDv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating{
- dir = 10
- },
-/turf/open/floor/eighties,
-/area/station/hallway/primary/central/fore)
-"nDz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
+"nDj" = (
+/obj/effect/turf_decal/siding/wood{
dir = 1
},
-/obj/effect/turf_decal/tile/red{
- dir = 8
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"nDQ" = (
+/obj/structure/chair{
+ dir = 4
},
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
+/turf/open/floor/iron/dark,
+/area/station/security/interrogation)
+"nDT" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
dir = 4
},
/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
-"nEa" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/area/station/engineering/atmos)
"nEh" = (
/obj/structure/falsewall,
/turf/open/floor/plating,
@@ -40523,12 +39336,17 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/textured_large,
/area/station/cargo/bitrunning/den)
-"nEu" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
+"nEq" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Library"
},
-/turf/open/floor/stone,
-/area/station/service/chapel)
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/textured_half,
+/area/station/service/library)
"nEx" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -40554,35 +39372,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"nEG" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/sign/departments/holy/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"nEL" = (
-/obj/structure/transit_tube/station/dispenser/reverse/flipped{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
-"nEN" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/railing/corner,
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 10
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"nEY" = (
/obj/structure/closet/firecloset,
/obj/effect/decal/cleanable/dirt,
@@ -40597,13 +39386,10 @@
/obj/effect/mapping_helpers/airlock/access/all/command/general,
/turf/open/floor/iron/textured_half,
/area/station/engineering/storage/tech)
-"nFg" = (
-/obj/effect/turf_decal/siding/thinplating{
- dir = 8
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
+"nFc" = (
+/obj/structure/chair/stool/bar/directional/east,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"nFo" = (
/turf/closed/wall,
/area/station/cargo/bitrunning/den)
@@ -40629,12 +39415,28 @@
},
/turf/open/floor/plating,
/area/station/command/heads_quarters/cmo)
+"nFH" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"nFI" = (
/obj/effect/turf_decal/stripes/end{
dir = 8
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"nFU" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/machinery/duct,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"nFW" = (
/turf/closed/wall,
/area/station/maintenance/fore/greater)
@@ -40674,22 +39476,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/grass,
/area/station/medical/virology)
-"nGm" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"nGt" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/window/reinforced/plasma/spawner/directional/west,
-/obj/structure/cable,
-/obj/machinery/power/energy_accumulator/grounding_rod/anchored,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"nGu" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -40704,14 +39490,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"nGF" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
"nGI" = (
/obj/machinery/door/window/left/directional/east{
name = "Isolation Room 2";
@@ -40719,6 +39497,20 @@
},
/turf/open/floor/iron/showroomfloor,
/area/station/medical/virology)
+"nGK" = (
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 1
+ },
+/obj/machinery/button/door/directional/west{
+ id = "Secure Storage below";
+ name = "Secure engineering storage";
+ pixel_y = 24;
+ req_access = list("engine_equip")
+ },
+/turf/open/floor/iron/corner{
+ dir = 8
+ },
+/area/station/engineering/main)
"nGP" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -40727,18 +39519,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
-"nGU" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
-"nGV" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"nHd" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -40747,6 +39527,20 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"nHp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/obj/item/radio{
+ desc = "An old handheld radio. You could use it, if you really wanted to.";
+ icon_state = "radio";
+ name = "old radio";
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/turf/open/floor/iron/dark,
+/area/station/cargo/office)
"nHq" = (
/obj/structure/table/reinforced,
/obj/item/folder/yellow{
@@ -40767,6 +39561,21 @@
/obj/effect/spawner/random/structure/closet_maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
+"nHI" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"nHN" = (
/obj/structure/table,
/obj/item/stack/pipe_cleaner_coil/random,
@@ -40783,25 +39592,20 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron,
/area/station/commons/storage/art)
-"nHP" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 6
+"nHU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/tile/brown{
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow,
/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"nHR" = (
-/obj/machinery/atmospherics/components/tank/plasma,
-/obj/machinery/camera/directional/north{
- c_tag = "Engineering Turbine"
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/plating,
-/area/station/maintenance/disposal/incinerator)
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"nId" = (
/turf/open/floor/circuit/green,
/area/station/ai_monitored/command/nuke_storage)
@@ -40824,13 +39628,6 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
-"nID" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"nIJ" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -40842,27 +39639,11 @@
},
/turf/open/floor/iron/dark/small,
/area/station/medical/virology)
-"nIK" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/structure/railing/corner/end/flip{
- dir = 8
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"nIL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/item/clothing/head/cone{
- pixel_x = 24;
- pixel_y = 2
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+"nIS" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/main)
"nIT" = (
/obj/structure/railing{
dir = 6
@@ -40876,16 +39657,42 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/maintenance/solars/starboard/fore)
-"nJv" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/spawner/random/trash,
+"nJg" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"nJj" = (
+/obj/effect/spawner/random/vending/snackvend,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/east,
/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron/dark/side{
dir = 4
},
+/area/station/hallway/primary/central/fore)
+"nJo" = (
/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/structure/steam_vent,
/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/area/station/maintenance/port/greater)
"nJG" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -40924,70 +39731,56 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/dark,
/area/station/tcommsat/server)
-"nKm" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"nKz" = (
/obj/machinery/light/floor,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"nKG" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/navigate_destination/hydro,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"nKO" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+"nLh" = (
+/obj/machinery/incident_display/delam/directional/north,
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/item/clothing/suit/hooded/wintercoat/engineering,
+/turf/open/floor/iron/small,
+/area/station/engineering/break_room)
+"nLv" = (
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/bot{
dir = 1
},
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"nLi" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/computer/order_console/mining,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
-"nLj" = (
-/obj/machinery/light/warm/dim,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"nLl" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 8
- },
-/obj/structure/flora/bush/jungle/c/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/area/station/engineering/atmos)
"nLH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/cargo/warehouse)
-"nLQ" = (
+"nLM" = (
/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/floor/iron/dark,
-/area/station/science/xenobiology)
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/electronics/airlock{
+ pixel_y = 13
+ },
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
+"nMn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/duct,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
+"nMq" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/structure/closet/secure_closet/miner,
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"nMA" = (
/obj/machinery/door/airlock{
name = "Construction Maintenance"
@@ -40995,21 +39788,21 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"nMC" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"nMQ" = (
-/obj/machinery/computer/atmos_control/oxygen_tank{
+"nMV" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
+"nMW" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/sign/poster/official/random/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
+/obj/effect/turf_decal/stripes/red/line,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"nMX" = (
/obj/machinery/camera/directional/south{
c_tag = "Holodeck - Aft";
@@ -41019,6 +39812,18 @@
name = "Holodeck Projector Floor"
},
/area/station/holodeck/rec_center)
+"nMZ" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow/fourcorners,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"nNe" = (
/obj/structure/window/reinforced/spawner/directional/north,
/turf/open/floor/iron/dark/textured_half{
@@ -41029,16 +39834,30 @@
/obj/effect/turf_decal/bot_white/right,
/turf/open/floor/engine,
/area/station/engineering/gravity_generator)
-"nNA" = (
-/obj/structure/cable,
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+"nNj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/hallway/abandoned_command)
+"nNz" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 1
},
-/turf/open/floor/iron/dark,
-/area/station/science/xenobiology)
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"nNA" = (
+/obj/machinery/light/small/broken/directional/west,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
"nNB" = (
/obj/machinery/door/airlock{
name = "Gardening Supplies"
@@ -41046,55 +39865,42 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"nNF" = (
+/obj/structure/table,
+/obj/structure/railing/corner,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos)
"nNX" = (
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
+/obj/structure/table,
+/obj/structure/railing/corner{
dir = 4
},
-/obj/machinery/computer/order_console/cook{
- dir = 8
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos)
"nNZ" = (
/obj/structure/tank_dispenser,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible,
/turf/open/floor/plating,
/area/station/science/ordnance/testlab)
-"nOd" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
+"nOH" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"nOm" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_pp/style_2,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"nOs" = (
-/obj/machinery/porta_turret/ai,
-/obj/machinery/computer/security/telescreen/minisat/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/status_display/ai/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/iron/smooth,
-/area/station/ai_monitored/turret_protected/aisat_interior)
-"nOY" = (
-/obj/machinery/light/floor,
-/turf/open/floor/stone,
-/area/station/service/bar)
+/area/station/command/gateway)
+"nPb" = (
+/obj/machinery/atmospherics/components/binary/pump/layer4{
+ dir = 8;
+ name = "mix to engine"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"nPd" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -41104,16 +39910,13 @@
},
/turf/open/floor/plating,
/area/station/medical/pharmacy)
-"nPg" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/window/left/directional/east{
- name = "Mass Driver Door";
- req_access = list("ordnance")
- },
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/station/science/ordnance/testlab)
+"nPe" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"nPt" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -41161,6 +39964,21 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/warehouse)
+"nPY" = (
+/obj/structure/table/reinforced,
+/obj/structure/desk_bell{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenshutters";
+ name = "Kitchen Shutters"
+ },
+/turf/open/floor/plating,
+/area/station/service/kitchen)
"nQa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
@@ -41174,13 +39992,6 @@
/obj/effect/landmark/start/prisoner,
/turf/open/floor/iron/dark,
/area/station/security/prison/safe)
-"nQk" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance{
- name = "Transit Tube Station"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"nQo" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/purple/opposingcorners,
@@ -41205,26 +40016,6 @@
/obj/item/stack/cable_coil,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
-"nQy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hopqueue";
- name = "HoP Queue Shutters"
- },
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/tile/blue/half{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue/half{
- dir = 8
- },
-/turf/open/floor/iron/half{
- dir = 8
- },
-/area/station/hallway/primary/central/fore)
"nQz" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/effect/turf_decal/siding/white{
@@ -41246,16 +40037,6 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/smooth,
/area/station/engineering/break_room)
-"nQC" = (
-/obj/item/toy/plush/shark{
- name = "Sir Vesk";
- desc = "This radical looking plushie has some radical air-sufing fins. He loves to turn vents on and ride the pressure-wave. Duuuuuuuude. Way cool.."
- },
-/obj/machinery/atmospherics/pipe/smart/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos/office)
"nQE" = (
/obj/structure/railing{
dir = 4
@@ -41269,6 +40050,16 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/small,
/area/station/engineering/break_room)
+"nQH" = (
+/obj/structure/closet{
+ name = "Paramedic Supplies"
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 5
+ },
+/obj/machinery/light_switch/directional/north,
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
"nQP" = (
/obj/machinery/computer/security{
dir = 8
@@ -41308,6 +40099,19 @@
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
+"nSb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"nSd" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -41315,10 +40119,6 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"nSo" = (
-/obj/machinery/igniter/incinerator_atmos,
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
"nSA" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -41327,13 +40127,6 @@
/obj/structure/extinguisher_cabinet/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"nSC" = (
-/obj/effect/spawner/structure/window/reinforced/tinted,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/security/courtroom)
"nSE" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -41375,10 +40168,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"nTs" = (
-/obj/structure/window/spawner/directional/west,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
"nTt" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/computer/shuttle/mining/common{
@@ -41393,6 +40182,12 @@
},
/turf/open/floor/plating,
/area/station/security/tram)
+"nTz" = (
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
+/obj/machinery/chem_dispenser,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/medical/pharmacy)
"nTC" = (
/turf/open/floor/iron/white/small,
/area/station/security/prison/safe)
@@ -41405,58 +40200,22 @@
},
/turf/open/floor/iron/small,
/area/station/medical/morgue)
-"nTK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"nUf" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate,
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = -11;
- pixel_y = 2
- },
-/obj/item/reagent_containers/cup/glass/bottle/vodka,
-/obj/item/food/grown/citrus/orange,
-/obj/item/food/grown/citrus/orange{
- pixel_x = 4;
- pixel_y = 2
- },
-/obj/item/food/grown/grapes/green{
- pixel_y = -4;
- pixel_x = -6
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/maintenance/department/engine/atmos)
-"nUg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"nTJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/plaque{
- icon_state = "L14";
- pixel_y = -15
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+/obj/machinery/door/airlock/research/glass{
+ name = "Genetics"
},
+/obj/effect/mapping_helpers/airlock/access/all/science/genetics,
+/obj/machinery/door/firedoor,
/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"nUn" = (
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
+"nUd" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"nUo" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
/obj/effect/turf_decal/siding/green{
@@ -41478,47 +40237,39 @@
},
/turf/open/floor/iron/smooth,
/area/station/cargo/warehouse)
-"nUB" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+"nUK" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/structure/barricade/wooden/crude,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/station/cargo/boutique)
"nUQ" = (
/obj/structure/chair{
dir = 8
},
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs)
-"nUZ" = (
-/obj/structure/railing{
+"nUY" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 4
},
-/obj/machinery/light/warm/directional/west,
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/siding/thinplating/terracotta{
+ dir = 8
+ },
/turf/open/floor/iron,
/area/station/commons/dorms)
-"nVe" = (
-/obj/machinery/door/window/right/directional/north,
-/obj/effect/turf_decal/stripes/white/full,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
+"nVa" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet,
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 8
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/janitor)
"nVg" = (
/obj/effect/turf_decal/tile/blue{
dir = 8
@@ -41536,6 +40287,18 @@
/obj/item/wirecutters,
/turf/open/floor/iron/dark,
/area/station/security/office)
+"nVw" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"nVx" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -41547,60 +40310,100 @@
dir = 1
},
/area/station/science/xenobiology)
+"nVz" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ initialize_directions = 8
+ },
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"nVA" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/firealarm/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"nVF" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/tcommsat/server)
-"nVK" = (
-/obj/structure/chair/sofa/bench/right{
- dir = 8
+"nVH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
+ dir = 1
},
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/dark/side{
- dir = 4
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"nVZ" = (
+/obj/item/stack/sheet/plasteel{
+ amount = 10;
+ pixel_x = -2;
+ pixel_y = 2
},
-/area/station/hallway/primary/central/fore)
-"nWb" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
+/obj/structure/table,
+/obj/item/stack/sheet/rglass{
+ amount = 30;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/gloves/color/yellow,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"nWh" = (
/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
/turf/closed/wall/r_wall,
/area/station/science/ordnance/burnchamber)
+"nWk" = (
+/obj/item/kirbyplants/random/fullysynthetic,
+/obj/structure/sign/poster/contraband/random/directional/north,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/computer/security/telescreen/entertainment/directional/east,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"nWn" = (
+/obj/structure/cable,
+/obj/structure/reflector/single/anchored{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"nWr" = (
/obj/structure/cable,
/obj/structure/hedge,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"nWE" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/railing/corner{
+"nWV" = (
+/obj/effect/spawner/random/entertainment/arcade{
dir = 1
},
-/obj/structure/railing/corner{
- dir = 4
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+/obj/structure/sign/poster/official/random/directional/south,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
+"nWY" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 9
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"nWW" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/machinery/restaurant_portal/bar,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"nXj" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron/dark/textured,
+/area/station/engineering/atmos/office)
"nXt" = (
/obj/effect/turf_decal/tile/yellow/full,
/obj/structure/table/reinforced,
@@ -41611,6 +40414,20 @@
},
/turf/open/floor/iron/white/textured_large,
/area/station/medical/pharmacy)
+"nXx" = (
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/machinery/light/cold/directional/south,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"nXC" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
@@ -41619,12 +40436,6 @@
/obj/effect/turf_decal/stripes/box,
/turf/open/floor/iron/small,
/area/station/engineering/break_room)
-"nXJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
"nXP" = (
/obj/machinery/airalarm/directional/east,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -41640,17 +40451,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"nYg" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research/glass{
- name = "Cubicle"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/general,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/cubicle)
"nYk" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -41670,29 +40470,28 @@
/obj/structure/bed/maint,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"nYD" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
+"nYs" = (
+/obj/structure/window/spawner/directional/north,
+/obj/machinery/light/small/directional/south,
+/obj/structure/flora/bush/jungle,
+/obj/structure/flora/rock/pile/style_2{
+ pixel_x = -20
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"nYP" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 9
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/locker_room)
+"nYF" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance{
+ name = "Engineering Maintenance"
},
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/department/engine)
+"nYH" = (
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/port/aft)
"nYQ" = (
/obj/machinery/vending/wardrobe/cargo_wardrobe,
/obj/machinery/camera/autoname/directional/south,
@@ -41736,11 +40535,10 @@
/obj/structure/holosign/barrier/atmos/tram,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
-"nZF" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/dark,
-/area/station/science/server)
+"nZG" = (
+/obj/machinery/vending/wardrobe/chef_wardrobe,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"nZQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line{
@@ -41748,21 +40546,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"nZU" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light/small/directional/west,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
"nZW" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/spawner/random/trash,
@@ -41776,14 +40559,15 @@
/obj/effect/mapping_helpers/airlock/access/all/supply/general,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
+"oac" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"oae" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
+/obj/effect/turf_decal/tile/dark_red,
+/turf/open/floor/iron,
+/area/station/security/prison)
"oah" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/landmark/start/cyborg,
@@ -41800,45 +40584,25 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai_upload_foyer)
-"oaz" = (
-/obj/effect/decal/cleanable/dirt,
+"oaK" = (
+/obj/structure/window/spawner/directional/south,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
-"oaB" = (
-/obj/machinery/holopad,
-/obj/effect/landmark/start/station_engineer,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
-"oaJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 9
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"oaZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/weather/snow,
-/obj/effect/turf_decal/weather/snow/corner{
- dir = 1
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
+"oaY" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/food_cart,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
-"obd" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 10
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = 4;
+ pixel_y = 5
},
-/obj/structure/cable,
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/space_heater,
+/obj/item/stock_parts/power_store/cell/high,
/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+/area/station/science/robotics/lab)
"obe" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/disposalpipe/segment{
@@ -41846,32 +40610,11 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/break_room)
-"obo" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/holopad,
-/obj/structure/cable,
-/turf/open/floor/stone,
-/area/station/service/bar)
-"obp" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 1
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"obq" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/station/solars/port)
-"obr" = (
-/obj/structure/flora/tree/jungle/style_2,
-/obj/effect/turf_decal/weather/dirt{
- dir = 9
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"obs" = (
/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
/obj/structure/cable,
@@ -41880,6 +40623,18 @@
/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/iron/white/small,
/area/station/science/ordnance/storage)
+"obH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
+"obN" = (
+/obj/structure/cable,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/lesser)
"obP" = (
/obj/machinery/door/firedoor,
/turf/open/floor/iron/textured_half,
@@ -41891,17 +40646,24 @@
"ocb" = (
/turf/open/floor/iron/white/small,
/area/station/science/cubicle)
-"ocl" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/turf_decal/bot_white,
-/turf/open/floor/iron/smooth,
-/area/station/commons/storage/tools)
+"ocn" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Pure to Unfiltered"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"ocv" = (
-/obj/item/storage/backpack/duffelbag/sec{
- pixel_y = 12
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/security/office)
+/obj/effect/landmark/navigate_destination/library,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"ocx" = (
/obj/structure/sign/warning/vacuum/external,
/turf/closed/wall,
@@ -41914,6 +40676,13 @@
/obj/machinery/computer/records/security,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
+"ocZ" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - Air"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output,
+/turf/open/floor/engine/air,
+/area/station/engineering/atmos)
"odh" = (
/obj/effect/landmark/atmospheric_sanity/ignore_area,
/turf/open/floor/plating,
@@ -41923,16 +40692,23 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"odE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+"odD" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/structure/table/wood,
+/obj/machinery/light/small/built/directional/north,
+/obj/item/stack/sheet/iron/ten,
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 9
},
-/obj/machinery/power/emitter{
- dir = 1
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
+"odH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/decal/cleanable/leaper_sludge,
-/turf/open/floor/plating/rust,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/stone,
+/area/station/service/chapel)
"odP" = (
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark/small,
@@ -41943,35 +40719,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"odY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/window/right/directional/south{
- name = "Upload Console Window";
- req_access = list("ai_upload")
- },
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload)
-"oej" = (
-/obj/structure/table/wood,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/screwdriver,
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
- dir = 8
- },
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
"oem" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
},
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
-"oet" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/main)
"oev" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -41982,10 +40735,6 @@
/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"oex" = (
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"oez" = (
/obj/effect/turf_decal/siding/blue{
dir = 1
@@ -41993,6 +40742,11 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/white/small,
/area/station/command/heads_quarters/cmo)
+"oeB" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
"oeI" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -42004,27 +40758,22 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"oeM" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 8
- },
-/obj/machinery/light/small/directional/west,
-/obj/machinery/camera/directional/west,
-/obj/machinery/status_display/ai/directional/west,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"oeT" = (
-/obj/machinery/camera/autoname/directional/north,
-/obj/machinery/firealarm/directional/north,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+"oeS" = (
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
"oeW" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/medical/storage)
+"oeZ" = (
+/obj/structure/chair/wood{
+ dir = 4
+ },
+/turf/open/floor/stone,
+/area/station/service/bar)
"off" = (
/obj/effect/turf_decal/siding/wood{
dir = 6
@@ -42038,9 +40787,20 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/maintenance/department/medical/central)
+"ofU" = (
+/obj/machinery/holopad,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/stone,
+/area/station/service/bar)
"ofZ" = (
/turf/closed/mineral/random/stationside,
/area/station/maintenance/port/lesser)
+"ogd" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible,
+/obj/effect/turf_decal/stripes/corner,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"ogi" = (
/obj/effect/landmark/start/captain,
/obj/structure/cable,
@@ -42056,6 +40816,9 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"ogt" = (
+/turf/closed/wall/r_wall/rust,
+/area/station/engineering/atmospherics_engine)
"ogv" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -42064,12 +40827,26 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
+"ogE" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"ogF" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/structure/closet/firecloset,
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"ogG" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/command/gateway)
"ogR" = (
/obj/effect/turf_decal/siding/green{
dir = 10
@@ -42100,12 +40877,6 @@
dir = 1
},
/area/station/hallway/secondary/entry)
-"ogY" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"ohb" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -42115,6 +40886,14 @@
/obj/item/reagent_containers/pill/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"ohh" = (
+/obj/machinery/atmospherics/components/trinary/filter/flipped/layer2{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"ohj" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/white/line{
@@ -42140,6 +40919,11 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"ohr" = (
+/obj/structure/window/spawner/directional/south,
+/obj/structure/flora/bush/jungle,
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/locker_room)
"ohu" = (
/obj/structure/rack,
/obj/item/storage/medkit/regular,
@@ -42186,17 +40970,16 @@
/obj/machinery/light/cold/directional/east,
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs)
-"oif" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/landmark/navigate_destination/gateway,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+"ohN" = (
+/obj/item/kirbyplants/random,
+/obj/item/radio/intercom/directional/north,
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron/white,
+/area/station/science/cytology)
+"oic" = (
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"oig" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/effect/turf_decal/stripes/corner{
@@ -42252,6 +41035,16 @@
/obj/machinery/light_switch/directional/south,
/turf/open/floor/plating,
/area/station/cargo/office)
+"oiO" = (
+/obj/machinery/door/poddoor{
+ id = "Secure Storage top";
+ name = "Secure Storage"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/storage_shared)
"oiP" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 1
@@ -42276,6 +41069,22 @@
/obj/structure/alien/weeds,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
+"oiZ" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"ojf" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/visible,
+/obj/machinery/meter/monitored/distro_loop,
+/obj/structure/cable,
+/obj/machinery/camera/directional/east{
+ c_tag = "atmospherics - distro"
+ },
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
"ojz" = (
/obj/structure/railing{
dir = 1
@@ -42291,94 +41100,32 @@
},
/turf/open/floor/wood,
/area/station/engineering/main)
+"ojA" = (
+/obj/structure/flora/bush/jungle/a/style_random,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"ojD" = (
/obj/structure/cable,
/obj/machinery/light/floor,
/turf/open/floor/iron/dark,
/area/station/security/lockers)
-"ojK" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing/corner,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
-"ojW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/frame/machine,
-/obj/item/circuitboard/machine/mass_driver,
-/obj/item/stock_parts/matter_bin{
- pixel_x = 9;
- pixel_y = 8
- },
-/obj/item/stock_parts/micro_laser/high{
- pixel_x = -6;
- pixel_y = -5
- },
-/obj/item/stock_parts/servo/femto{
- pixel_y = 8;
- pixel_x = -11
- },
-/obj/effect/decal/cleanable/glass,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/office)
-"okg" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+"okk" = (
+/obj/structure/table,
+/obj/item/screwdriver,
+/turf/open/floor/iron,
+/area/station/construction/mining/aux_base)
"okl" = (
/obj/machinery/status_display/ai,
/turf/closed/wall,
/area/station/hallway/secondary/entry)
-"okt" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics Control"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/structure/cable,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/atmos)
"okB" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"okE" = (
-/obj/structure/closet/wardrobe/white,
-/obj/machinery/light/small/directional/west,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
-"okF" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"okR" = (
-/obj/structure/mirror/directional/east,
-/obj/structure/chair/stool/bar/directional/east,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron/showroomfloor,
-/area/station/service/barber)
"okW" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -42398,6 +41145,12 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/ordnance)
+"okZ" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/item/radio/intercom/directional/west,
+/obj/machinery/newscaster/directional/north,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"olj" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/cable,
@@ -42413,16 +41166,6 @@
/obj/structure/alien/weeds,
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
-"olB" = (
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"olI" = (
/obj/structure/table,
/obj/item/restraints/handcuffs{
@@ -42438,12 +41181,17 @@
},
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
-"omI" = (
-/obj/structure/chair{
- pixel_y = -2
- },
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
+"olV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/small/dim/directional/west,
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
+"omq" = (
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"omW" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/iron/white/corner,
@@ -42451,25 +41199,11 @@
"ona" = (
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"onb" = (
-/obj/machinery/atmospherics/components/unary/passive_vent{
- name = "Engine Exhaust"
- },
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
-"onv" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
+"ong" = (
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
-/area/station/engineering/hallway)
+/area/station/hallway/primary/central/aft)
"onw" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -42500,20 +41234,26 @@
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/turf/open/floor/iron/white/small,
/area/station/medical/cryo)
-"onT" = (
-/obj/effect/turf_decal/siding/wood{
+"onQ" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/holopad,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
+"onR" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/siding/wood{
- dir = 8
+/obj/structure/table,
+/obj/item/clothing/gloves/color/orange{
+ pixel_x = 4;
+ pixel_y = -2
},
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"onW" = (
-/obj/machinery/light/floor,
-/obj/structure/flora/bush/flowers_br,
-/turf/open/floor/grass,
-/area/station/hallway/primary/central/fore)
+/obj/item/key/janitor{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/janitor)
"onX" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -42521,15 +41261,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
-"ooe" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
"oom" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -42541,17 +41272,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"ooI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"ooK" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -42565,31 +41285,11 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"ooP" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/thinplating{
- dir = 5
- },
-/turf/open/floor/eighties,
-/area/station/hallway/primary/central/fore)
-"opc" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"opn" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/small,
/area/station/command/teleporter)
-"opo" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"opv" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -42621,6 +41321,29 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"opN" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"opV" = (
+/obj/effect/landmark/start/bartender,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar)
+"opW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/iron/dark/side{
+ dir = 1
+ },
+/area/station/science/xenobiology)
"oqg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -42631,25 +41354,34 @@
dir = 1
},
/area/station/hallway/secondary/entry)
-"oqs" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 9
+"oqi" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
-"oqu" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"oqK" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/kirbyplants/random,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"oqT" = (
+/obj/machinery/camera/autoname/directional/north,
+/obj/machinery/firealarm/directional/north,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"oqU" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 9
+ },
+/obj/structure/sink/directional/east,
+/obj/machinery/light/small/directional/north,
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"ora" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -42660,32 +41392,38 @@
"orb" = (
/turf/closed/wall,
/area/station/engineering/main)
-"ord" = (
-/obj/structure/flora/tree/jungle/style_5,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"org" = (
-/obj/structure/hedge,
-/obj/effect/turf_decal/siding/wood/end,
-/obj/effect/turf_decal/siding/wood/end{
- dir = 1
+"orz" = (
+/obj/structure/table,
+/obj/item/assembly/igniter{
+ pixel_x = -5;
+ pixel_y = 3
},
-/turf/open/floor/iron/smooth,
-/area/station/service/library)
+/obj/item/assembly/igniter{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/obj/item/assembly/igniter{
+ pixel_x = 2;
+ pixel_y = 6
+ },
+/obj/item/assembly/igniter{
+ pixel_x = 2;
+ pixel_y = -1
+ },
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"orC" = (
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/fore)
-"orY" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing{
- dir = 8
+"orW" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron,
+/area/station/science/xenobiology)
"osa" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
@@ -42693,22 +41431,31 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"ose" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"osj" = (
/obj/structure/cable,
/obj/machinery/power/terminal,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/fore)
-"osp" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
+"osr" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 10
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/turf/open/space/basic,
+/area/space/nearstation)
"oss" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -42718,42 +41465,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"osu" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/railing/corner{
- dir = 1
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"osv" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sign/departments/exodrone/directional/west,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"osw" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/effect/turf_decal/siding/purple{
- dir = 1
- },
-/obj/effect/turf_decal/siding/purple,
-/obj/item/storage/box/bodybags{
- pixel_x = -4;
- pixel_y = 9
- },
-/obj/machinery/light_switch/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
"osy" = (
/obj/effect/turf_decal/siding/white{
dir = 8
@@ -42761,6 +41472,10 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/medical/morgue)
+"osP" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"osT" = (
/obj/structure/railing,
/obj/structure/disposalpipe/segment{
@@ -42776,18 +41491,14 @@
/obj/structure/broken_flooring/corner/directional/south,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"otm" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"otB" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/effect/turf_decal/siding/green/corner{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"otG" = (
/obj/structure/filingcabinet/filingcabinet,
/obj/machinery/status_display/supply{
@@ -42795,11 +41506,18 @@
},
/turf/open/floor/iron/dark,
/area/station/cargo/office)
-"otH" = (
-/obj/structure/window/spawner/directional/east,
-/obj/structure/window/spawner/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
+"otJ" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"otX" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -42819,16 +41537,39 @@
dir = 1
},
/area/station/command/corporate_suite)
-"oua" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube/horizontal{
+"oul" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_yw/style_2,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"oum" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/unres{
dir = 4
},
-/turf/open/space/basic,
-/area/space/nearstation)
-"ouj" = (
-/turf/closed/wall,
-/area/station/engineering/engine_smes)
+/turf/open/floor/plating,
+/area/station/hallway/primary/central/fore)
+"oun" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 10
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"ouz" = (
+/turf/open/floor/iron/dark/small,
+/area/station/command/heads_quarters/rd)
+"ouH" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
"ouL" = (
/obj/item/clothing/head/cone{
pixel_x = 7
@@ -42866,27 +41607,6 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/station/solars/port)
-"ovj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research/glass{
- name = "Cytology Lab"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/research,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/cytology)
-"ovt" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine/atmos)
"ovB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/alien/weeds,
@@ -42894,6 +41614,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
+"ovM" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
+"ovP" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
"ovQ" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
@@ -42908,11 +41640,6 @@
dir = 1
},
/area/station/command/gateway)
-"owd" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"owl" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -42933,21 +41660,6 @@
},
/turf/open/floor/circuit,
/area/station/science/server)
-"owC" = (
-/obj/structure/table/reinforced,
-/obj/structure/desk_bell{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutters";
- name = "Kitchen Shutters"
- },
-/turf/open/floor/plating,
-/area/station/service/kitchen)
"owD" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -42956,6 +41668,13 @@
},
/turf/open/floor/iron,
/area/station/science/cytology)
+"owH" = (
+/obj/machinery/atmospherics/components/binary/valve/digital{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"owJ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -43006,15 +41725,31 @@
/turf/open/floor/wood,
/area/station/engineering/break_room)
"oxg" = (
-/obj/machinery/oven/range,
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/end{
+/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
+ dir = 4
+ },
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
+"oxm" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/door/window/right/directional/south{
+ name = "Command Deliveries";
+ req_access = list("command")
+ },
+/turf/open/floor/wood/tile,
+/area/station/command/corporate_showroom)
+"oxn" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
},
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"oxw" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/white/line{
@@ -43022,50 +41757,52 @@
},
/turf/open/floor/iron/dark,
/area/station/cargo/storage)
-"oxK" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/station/science/cytology)
-"oyf" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/thinplating{
- dir = 4
- },
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
-"oyz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"oxD" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Distro Staging to Waste"
},
-/obj/structure/chair{
- dir = 4;
- pixel_y = -2
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
},
-/turf/open/floor/iron/cafeteria,
-/area/station/science/breakroom)
-"oyD" = (
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"oxR" = (
+/turf/open/floor/engine/n2o,
+/area/station/engineering/atmos)
+"oyc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/meter,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"oyn" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/public/glass{
+ name = "Old Command Hallway"
},
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/computer/holodeck{
+/turf/open/floor/iron/textured_half,
+/area/station/maintenance/hallway/abandoned_command)
+"oyp" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"oyO" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/camera/directional/east,
-/obj/machinery/status_display/evac/directional/east,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"oyq" = (
+/obj/machinery/light/warm/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"oyz" = (
+/obj/structure/flora/grass/jungle/b/style_3,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"oyQ" = (
/turf/closed/wall,
/area/station/science/auxlab/firing_range)
@@ -43089,16 +41826,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/qm)
-"ozf" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"ozn" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -43106,44 +41833,25 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
+"ozs" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/spawner/random/trash/janitor_supplies,
+/turf/open/floor/plating,
+/area/station/construction/mining/aux_base)
"ozt" = (
/obj/structure/reagent_dispensers/plumbed,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"ozw" = (
-/obj/structure/flora/grass/jungle/b/style_3,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"ozy" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair{
- dir = 1;
- pixel_y = -2
- },
-/obj/machinery/duct,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"ozz" = (
-/obj/effect/turf_decal/siding/white{
- dir = 6
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine/air,
-/area/station/engineering/atmos/space_catwalk)
-"ozM" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 1
+"ozu" = (
+/obj/machinery/door/airlock/research/glass{
+ name = "Cubicle"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/cubicle)
"ozO" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -43166,35 +41874,23 @@
/obj/structure/steam_vent,
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
-"oAo" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/obj/effect/landmark/start/detective,
-/turf/open/floor/wood,
-/area/station/security/detectives_office)
"oAr" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/closet/bombcloset/security,
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron,
/area/station/security/lockers)
-"oAz" = (
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
"oAA" = (
/obj/structure/closet/emcloset,
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"oAP" = (
-/obj/structure/kitchenspike,
-/obj/effect/turf_decal/weather/snow/corner{
- dir = 5
+"oAH" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 9
},
-/obj/effect/turf_decal/weather/snow,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"oAY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security/glass{
@@ -43205,28 +41901,10 @@
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
/turf/open/floor/iron/textured_half,
/area/station/security/brig)
-"oBg" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/dark,
-/area/station/service/lawoffice)
"oBh" = (
/obj/structure/alien/weeds/node,
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
-"oBk" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4,
-/turf/open/space/basic,
-/area/space/nearstation)
-"oBq" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
"oBv" = (
/obj/machinery/door/airlock/external{
name = "Labor Camp Shuttle Airlock";
@@ -43237,12 +41915,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/processing)
-"oBx" = (
-/obj/structure/table/wood,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/assembly/mousetrap/armed,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
"oBA" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -43257,22 +41929,78 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"oBT" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/armory,
+/obj/machinery/door/airlock/security{
+ name = "Warden's Office"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/security/warden)
+"oBU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/small,
+/area/station/engineering/break_room)
+"oBX" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/purple/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"oCg" = (
/obj/structure/rack,
/obj/effect/spawner/random/techstorage/medical_all,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
+"oCi" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/light/small/directional/east,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"oCq" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/security/medical)
+"oCr" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research/glass{
+ name = "Genetics"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/genetics,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
"oCx" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral,
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"oCB" = (
+/obj/machinery/atmospherics/components/binary/tank_compressor,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"oCE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -43291,37 +42019,47 @@
/obj/structure/broken_flooring/pile/directional/east,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"oDa" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
+"oCV" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 1
},
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"oDm" = (
-/obj/effect/turf_decal/siding/thinplating{
- dir = 9
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/eighties,
-/area/station/hallway/primary/central/fore)
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"oDt" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
+/obj/machinery/door/airlock/command/glass{
+ name = "Telecommunications Server Room"
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "comms-entrance-south"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/tcommsat/server)
"oDB" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"oDE" = (
-/obj/structure/lattice,
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - North Exterior"
+"oDX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/chair/wood{
+ dir = 4
},
-/turf/open/space/basic,
-/area/space/nearstation)
-"oDL" = (
-/obj/machinery/light/dim/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/turf/open/floor/stone,
+/area/station/service/bar)
"oDY" = (
/obj/effect/turf_decal/stripes/corner,
/obj/effect/turf_decal/stripes/corner{
@@ -43336,26 +42074,35 @@
/obj/structure/holosign/barrier/atmos/tram,
/turf/open/floor/tram,
/area/station/security/tram)
-"oEb" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/reagent_containers/cup/beaker/oldstation{
- pixel_y = 5
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
-"oEm" = (
+"oEk" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/gulag_item_reclaimer{
- pixel_y = 24
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/security/processing)
-"oEq" = (
-/obj/structure/disposalpipe/segment,
+/obj/machinery/camera/directional/north,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
+/area/station/hallway/secondary/recreation)
+"oEn" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"oEz" = (
+/obj/machinery/camera/autoname/directional/north,
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/structure/closet/secure_closet/hydroponics,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"oEB" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/effect/turf_decal/box/red/corners{
@@ -43372,6 +42119,10 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"oET" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"oFc" = (
/obj/effect/spawner/random/trash,
/obj/machinery/light/small/directional/west,
@@ -43404,14 +42155,39 @@
/obj/structure/window/spawner/directional/west,
/turf/open/floor/plating,
/area/station/cargo/sorting)
+"oFl" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"oFu" = (
/turf/closed/wall,
/area/station/security/office)
+"oFy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/public/glass{
+ name = "Cargo Botique"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 1
+ },
+/area/station/hallway/primary/central/fore)
"oFI" = (
/obj/machinery/airalarm/directional/north,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
+"oGb" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/station/maintenance/disposal/incinerator)
"oGk" = (
/turf/open/floor/circuit,
/area/station/tcommsat/server)
@@ -43426,15 +42202,18 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/smooth_half,
/area/station/cargo/storage)
-"oGn" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/layer_manifold/visible,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
-"oGC" = (
-/obj/effect/spawner/random/structure/girder,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
+"oGo" = (
+/obj/structure/table/glass,
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = 11;
+ pixel_y = 6
+ },
+/obj/item/folder/blue{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/turf/open/floor/carpet/executive,
+/area/station/command/meeting_room)
"oGL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -43445,6 +42224,14 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/smooth_large,
/area/station/science/auxlab/firing_range)
+"oGM" = (
+/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"oGQ" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -43456,35 +42243,40 @@
/obj/effect/spawner/random/entertainment/deck,
/turf/open/floor/iron,
/area/station/security/prison/rec)
+"oHf" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/machinery/light/no_nightlight/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"oHg" = (
/obj/structure/flora/bush/flowers_yw/style_random,
/obj/structure/window/spawner/directional/south,
/obj/structure/flora/rock/pile/style_2,
/turf/open/misc/sandy_dirt,
/area/station/science/research)
+"oHk" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/stairs,
+/area/station/maintenance/port/greater)
"oHp" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
-"oHt" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/item/book/manual/wiki/engineering_guide{
- pixel_y = 6
- },
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"oHu" = (
-/obj/structure/closet/wardrobe/mixed,
-/obj/effect/turf_decal/siding/wideplating/dark,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/area/station/hallway/primary/central/aft)
+"oHw" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/port/aft)
"oHy" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -43505,13 +42297,6 @@
dir = 1
},
/area/station/security/execution/transfer)
-"oHO" = (
-/obj/structure/chair/plastic{
- dir = 1
- },
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"oIf" = (
/obj/effect/turf_decal/sand/plating,
/obj/machinery/modular_computer/preset/engineering{
@@ -43520,6 +42305,19 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/maintenance/department/electrical)
+"oIx" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
+"oIE" = (
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/obj/structure/closet/crate/wooden,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"oIF" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -43535,6 +42333,12 @@
/obj/structure/frame/machine,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
+"oIL" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"oIP" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -43550,30 +42354,24 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/commons/fitness/recreation)
+"oIS" = (
+/obj/machinery/light/small/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/status_display/evac/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"oIT" = (
/obj/structure/frame/machine,
/obj/item/circuitboard/machine/biogenerator,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"oJc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"oJl" = (
-/obj/machinery/door/airlock/engineering{
- name = "Main Engineering"
- },
+"oIY" = (
+/obj/effect/turf_decal/delivery,
/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/break_room)
+/obj/machinery/smartfridge,
+/turf/open/floor/plating,
+/area/station/service/hydroponics)
"oJn" = (
/obj/structure/cable,
/obj/structure/disposalpipe/sorting/mail{
@@ -43595,15 +42393,20 @@
/turf/open/floor/circuit,
/area/station/tcommsat/server)
"oJx" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L11";
- pixel_y = -15
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/structure/rack,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "vaco";
+ name = "Comissary Shutters"
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"oJz" = (
/obj/structure/bodycontainer/morgue{
dir = 2
@@ -43618,6 +42421,15 @@
/obj/structure/chair/sofa/bench/tram/solo,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"oJB" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security/processing)
"oJE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -43628,6 +42440,26 @@
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/turf/open/floor/iron/dark/textured_half,
/area/station/security/execution/education)
+"oJL" = (
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/auxlab/firing_range)
+"oJO" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/mail_sorting/service/bar,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"oJP" = (
/obj/structure/cable,
/obj/machinery/telecomms/broadcaster/preset_left,
@@ -43647,6 +42479,18 @@
/obj/machinery/light_switch/directional/west,
/turf/open/floor/iron,
/area/station/medical/chemistry)
+"oKn" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/light/floor,
+/turf/open/floor/iron/dark,
+/area/station/science/server)
+"oKo" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 9
+ },
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"oKr" = (
/obj/structure/toilet/greyscale{
dir = 4
@@ -43654,20 +42498,6 @@
/obj/effect/landmark/start/prisoner,
/turf/open/floor/iron/dark,
/area/station/security/prison/safe)
-"oKs" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"oKz" = (
/obj/structure/cable,
/obj/machinery/door/airlock/security{
@@ -43687,36 +42517,38 @@
/obj/effect/spawner/random/engineering/atmospherics_portable,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"oLn" = (
-/obj/structure/table/wood,
-/obj/machinery/fax/auto_name,
-/turf/open/floor/carpet,
-/area/station/service/library)
-"oLN" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/tank_dispenser,
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/office)
-"oMa" = (
-/obj/structure/chair/sofa/bench/left{
+"oLo" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/effect/turf_decal/tile/dark_red/half/contrasted,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"oLr" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
-"oMu" = (
-/obj/machinery/door/airlock{
- id_tag = "commiss2";
- name = "Commissary"
+/obj/effect/mapping_helpers/broken_floor,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
+"oLD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/vacant_room/commissary)
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
+"oMr" = (
+/obj/machinery/space_heater,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
+"oMs" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
"oMy" = (
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
@@ -43727,16 +42559,12 @@
/turf/open/floor/engine,
/area/station/science/xenobiology)
"oMV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/sign/departments/holy/directional/north,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 4
},
+/obj/structure/sign/poster/official/random/directional/south,
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/area/station/engineering/atmos)
"oNd" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/siding/blue/corner{
@@ -43746,6 +42574,21 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
+"oNs" = (
+/turf/open/floor/iron/stairs/left{
+ dir = 1
+ },
+/area/station/maintenance/hallway/abandoned_command)
+"oNt" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"oNv" = (
/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{
dir = 1
@@ -43768,17 +42611,22 @@
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
"oNN" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Recreation"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/fitness/recreation/entertainment)
-"oNO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/wood,
-/area/station/service/chapel/office)
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/white/side{
+ dir = 8
+ },
+/area/station/science/research)
+"oNW" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"oNX" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -43816,21 +42664,6 @@
},
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
-"oOn" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/plaque{
- icon_state = "L8";
- pixel_y = -15
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/landmark/observer_start,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"oOp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/light/cold/directional/east,
@@ -43857,14 +42690,13 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"oOH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+"oOC" = (
+/obj/structure/flora/bush/flowers_br/style_random,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 5
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/grass,
+/area/station/service/chapel)
"oOK" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -43883,6 +42715,12 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"oOV" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 8
+ },
+/turf/open/floor/iron/kitchen/small,
+/area/station/security/breakroom)
"oPa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -43897,10 +42735,20 @@
},
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai_upload)
-"oPg" = (
-/obj/machinery/air_sensor/mix_tank,
-/turf/open/floor/engine/airless,
-/area/station/engineering/atmos)
+"oPh" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"oPi" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -43926,20 +42774,25 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"oPv" = (
-/obj/machinery/light/small/directional/south,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/status_display/evac/directional/south,
-/obj/effect/turf_decal/tile/neutral,
+"oPq" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/structure/railing/corner,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"oPA" = (
-/obj/machinery/atmospherics/components/binary/valve/digital{
- dir = 4
+/area/station/engineering/atmos)
+"oPy" = (
+/obj/structure/bookcase/random,
+/obj/structure/sign/painting/library{
+ pixel_x = -30
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"oPG" = (
/obj/machinery/door/airlock/research{
name = "Research Director's Bedroom"
@@ -43958,6 +42811,20 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/fore)
+"oPR" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/command{
+ name = "Telecomms Server Room"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "comms-entrance-north"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/tcommsat/server)
"oPU" = (
/obj/structure/plasticflaps,
/obj/machinery/conveyor{
@@ -43974,15 +42841,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/security/prison/workout)
-"oPW" = (
-/obj/structure/chair/wood{
- dir = 8
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
-"oQa" = (
-/turf/open/floor/iron/small,
-/area/station/maintenance/starboard/central)
"oQj" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/window/spawner/directional/east,
@@ -43990,19 +42848,6 @@
/obj/structure/flora/bush/flowers_yw/style_random,
/turf/open/misc/sandy_dirt,
/area/station/science/cytology)
-"oQl" = (
-/obj/structure/flora/tree/jungle/small/style_4,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"oQn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/stone,
-/area/station/service/chapel)
"oQr" = (
/obj/machinery/door/poddoor{
id = "QMLoaddoor";
@@ -44018,19 +42863,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
/area/station/cargo/storage)
-"oQs" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"oQF" = (
/turf/closed/wall/r_wall,
/area/station/security/execution/transfer)
@@ -44054,6 +42886,10 @@
/obj/effect/landmark/atmospheric_sanity/ignore_area,
/turf/closed/mineral/random/stationside,
/area/station/ai_monitored/aisat/exterior)
+"oRp" = (
+/obj/structure/chair/stool/directional/east,
+/turf/open/floor/carpet,
+/area/station/commons/dorms)
"oRr" = (
/obj/machinery/conveyor{
dir = 8;
@@ -44065,6 +42901,42 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
/area/station/cargo/storage)
+"oRv" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/item/kirbyplants/random,
+/obj/item/radio/intercom/directional/south,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"oRw" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/airalarm/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"oRy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Crematorium"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/service/chapel/storage)
"oRB" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -44123,25 +42995,31 @@
},
/turf/open/floor/iron/smooth,
/area/station/command/bridge)
-"oSw" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"oSx" = (
/obj/effect/turf_decal/siding/red,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"oSF" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+"oSE" = (
+/obj/machinery/light/small/directional/south{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/structure/reagent_dispensers/watertank/high,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/engine/n2o,
+/area/station/engineering/atmos)
+"oTg" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"oTj" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
@@ -44159,12 +43037,30 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
+"oTJ" = (
+/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/security/execution/transfer)
"oTM" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/structure/barricade/wooden/crude,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/station/cargo/boutique)
+/obj/structure/table,
+/obj/effect/turf_decal/siding{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
+"oTN" = (
+/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/machinery/door/airlock{
+ name = "Kitchen"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"oTT" = (
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -44177,36 +43073,27 @@
},
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"oTY" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 5
+"oUb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/turf/open/floor/stone,
+/area/station/service/chapel)
"oUd" = (
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"oUq" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible,
-/obj/effect/turf_decal/tile/brown{
+"oUi" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"oUz" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable,
-/obj/structure/sign/warning/electric_shock/directional/west,
-/turf/open/floor/plating,
-/area/station/engineering/engine_smes)
+/area/station/hallway/primary/central/fore)
"oUB" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -44239,29 +43126,23 @@
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/security/evidence)
-"oVb" = (
-/obj/machinery/photocopier,
-/obj/structure/sign/painting/library{
+"oVl" = (
+/obj/structure/sign/picture_frame/portrait/bar{
pixel_y = 32
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"oVc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"oVe" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 10
+/obj/structure/table/wood,
+/obj/item/roulette_wheel_beacon,
+/obj/item/holosign_creator/robot_seat/bar{
+ pixel_x = 2;
+ pixel_y = 9
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
+/obj/machinery/light/small/directional/north,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"oVt" = (
/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
/obj/effect/turf_decal/tile/yellow,
@@ -44271,10 +43152,30 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
+"oVE" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/item/reagent_containers/condiment/saltshaker{
+ pixel_x = -3
+ },
+/obj/item/reagent_containers/condiment/peppermill{
+ pixel_x = 3
+ },
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"oVF" = (
/mob/living/basic/mining/lobstrosity,
/turf/open/misc/asteroid/airless,
/area/station/maintenance/department/engine)
+"oVI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/caution/stand_clear,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"oVK" = (
/obj/structure/chair{
pixel_y = -2
@@ -44283,6 +43184,13 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
+"oVW" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 5
+ },
+/obj/structure/flora/bush/large/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"oVY" = (
/obj/effect/turf_decal/siding/wood{
dir = 10
@@ -44322,12 +43230,16 @@
/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"oWA" = (
-/obj/structure/chair/stool/bar/directional/east,
-/obj/structure/sign/poster/contraband/random/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
+"oWv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"oWC" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -44336,40 +43248,37 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/turf/open/floor/iron/dark/small,
/area/station/tcommsat/server)
-"oWE" = (
-/obj/effect/turf_decal/delivery,
-/obj/structure/sign/warning/engine_safety/directional/east,
+"oXa" = (
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"oWX" = (
-/obj/machinery/vending/cola,
-/obj/effect/turf_decal/tile/blue{
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
+"oXj" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating{
dir = 8
},
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
-"oWZ" = (
-/obj/effect/turf_decal/siding/red{
- dir = 6
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"oXm" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 9
},
-/turf/open/floor/iron/small,
-/area/station/security/office)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"oXs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/emcloset,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"oXC" = (
-/obj/structure/flora/bush/flowers_br/style_random,
-/obj/structure/flora/bush/flowers_pp/style_2,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"oXK" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/west,
@@ -44383,13 +43292,25 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"oYc" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/item/stock_parts/power_store/cell/emproof{
- pixel_y = 9
+"oYi" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=23.1-Evac";
+ location = "22.0-Porthall-Evac"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"oYj" = (
+/obj/machinery/light_switch/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"oYv" = (
/obj/effect/turf_decal/siding/wood,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -44398,17 +43319,6 @@
dir = 8
},
/area/station/engineering/main)
-"oYw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
"oYL" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -44417,14 +43327,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"oYN" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8;
- name = "Mix to Filter"
- },
-/obj/machinery/atmospherics/pipe/smart/simple/supply/visible/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"oYS" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/computer/station_alert{
@@ -44450,6 +43352,16 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"oZy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/spawner/random/structure/steam_vent,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"oZz" = (
/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{
name = "Burn Chamber Exterior Airlock"
@@ -44458,24 +43370,6 @@
/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
/turf/open/floor/engine,
/area/station/science/ordnance/burnchamber)
-"oZD" = (
-/obj/machinery/duct,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
-"oZK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
"oZL" = (
/obj/structure/table,
/obj/item/crowbar/large/heavy,
@@ -44483,23 +43377,13 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
-"oZP" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_yw/style_2,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = 0;
- pixel_y = 2
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"oZQ" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
+"oZO" = (
+/obj/structure/railing{
+ dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"oZY" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -44519,27 +43403,12 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"pau" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/public/glass{
- name = "Fore Primary Hallway"
- },
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half,
-/area/station/hallway/primary/central/fore)
-"paB" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 5
- },
-/obj/effect/turf_decal/trimline/neutral/corner{
+"paC" = (
+/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{
dir = 8
},
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/engineering/atmos)
"paI" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
@@ -44548,12 +43417,6 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/security/tram)
-"paW" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"paX" = (
/obj/structure/chair/bronze{
dir = 8
@@ -44574,23 +43437,10 @@
},
/turf/open/floor/iron/smooth,
/area/station/service/greenroom)
-"pbj" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/light/cold/directional/north,
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 1
- },
-/obj/structure/cable,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
+"pbk" = (
+/obj/effect/turf_decal/siding/thinplating/terracotta,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"pbl" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -44605,6 +43455,27 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"pbw" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 9
+ },
+/obj/structure/flora/bush/flowers_pp/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"pbD" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L12";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"pbE" = (
/obj/machinery/firealarm/directional/west,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -44612,20 +43483,45 @@
},
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"pbN" = (
-/obj/structure/chair{
+"pbG" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 8
},
-/turf/open/floor/iron/dark,
-/area/station/security/interrogation)
-"pbT" = (
-/obj/effect/turf_decal/stripes/corner{
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"pbO" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
+/area/station/hallway/primary/central/fore)
+"pbY" = (
+/obj/machinery/door/airlock/external/glass{
+ name = "ATMOS PROJECT Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"pca" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/red/line,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"pcb" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 4
@@ -44665,36 +43561,22 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/cafeteria,
/area/station/science/circuits)
-"pcS" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 5
- },
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
-"pcX" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron/white/small,
-/area/station/science/lab)
"pdf" = (
/obj/structure/transport/linear/tram,
/obj/effect/landmark/transport/transport_id/birdshot/line_2,
/obj/structure/thermoplastic/light,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
-"pdh" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/door/poddoor/shutters/radiation/preopen{
- id = "engsm";
- name = "Radiation Chamber Shutters"
+"pdl" = (
+/obj/machinery/light/small/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/station/engineering/supermatter)
+/obj/item/kirbyplants/random/fullysynthetic,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"pds" = (
/obj/structure/cable,
/obj/machinery/holopad,
@@ -44706,6 +43588,13 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
+"pdy" = (
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 10
+ },
+/obj/machinery/shower/directional/east,
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/break_room)
"pdz" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/window/spawner/directional/east,
@@ -44717,13 +43606,6 @@
/obj/structure/flora/bush/flowers_yw/style_random,
/turf/open/misc/sandy_dirt,
/area/station/science/cytology)
-"pdL" = (
-/obj/machinery/door/airlock{
- id_tag = "ShowerToilet1";
- name = "Toilet"
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
"pdR" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -44756,11 +43638,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/cargo/drone_bay)
-"pei" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"pek" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -44778,25 +43655,6 @@
/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"peC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/cargo/office)
-"peI" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"peN" = (
/obj/structure/lattice,
/obj/machinery/camera/motion/directional/north{
@@ -44806,17 +43664,13 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"peW" = (
-/obj/effect/turf_decal/siding/dark{
- dir = 5
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "Engineering - Atmospherics Nitrous Chamber";
- dir = 9;
- network = list("ss13","engineering")
+"peU" = (
+/obj/structure/flora/rock/pile/jungle/style_2,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
},
-/turf/open/floor/engine/co2,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/grass,
+/area/station/service/chapel)
"pfd" = (
/obj/effect/turf_decal/stripes/white/corner{
dir = 1
@@ -44833,15 +43687,29 @@
/obj/effect/gibspawner,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"pft" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden{
- dir = 4
+"pfn" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Airlock"
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "engine_airlock_1"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/main)
+"pfo" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/light/warm/directional/north,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
+"pfp" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/turf/closed/wall/r_wall,
+/area/station/engineering/supermatter)
"pfu" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -44874,13 +43742,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"pfx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/layer_manifold/visible{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
"pfC" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta{
dir = 5
@@ -44892,37 +43753,32 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/small,
/area/station/ai_monitored/command/storage/eva)
-"pfD" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
+"pfT" = (
+/obj/structure/training_machine,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/auxlab/firing_range)
+"pfW" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
+"pgg" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/turf/open/floor/plating,
+/area/station/security/tram)
+"pgl" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"pfL" = (
-/obj/structure/chair/wood{
- dir = 4
+/turf/open/floor/iron/stairs/right{
+ dir = 8
},
-/obj/machinery/light/floor,
-/turf/open/floor/stone,
-/area/station/service/bar)
-"pgf" = (
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/machinery/vending/autodrobe,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/wood/parquet,
-/area/station/service/greenroom)
+/area/station/commons/fitness/locker_room)
+"pgm" = (
+/obj/machinery/computer/security/telescreen/prison/directional/north,
+/obj/machinery/computer/records/security,
+/turf/open/floor/wood,
+/area/station/security/detectives_office)
"pgq" = (
/obj/structure/chair/stool/directional/north,
/obj/effect/turf_decal/siding/wood{
@@ -44931,15 +43787,16 @@
/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron/small,
/area/station/security/prison/shower)
-"pgr" = (
+"pgw" = (
/obj/effect/turf_decal/stripes/white/line{
- dir = 1
+ dir = 9
+ },
+/obj/machinery/shower/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
+/area/station/engineering/break_room)
"pgy" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -44949,27 +43806,30 @@
/obj/item/kirbyplants/fern,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"pgU" = (
-/obj/structure/steam_vent,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"pgY" = (
-/obj/machinery/status_display/ai/directional/east,
-/turf/open/floor/glass,
-/area/station/hallway/primary/central/aft)
+"phd" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/turf/open/floor/iron/small,
+/area/station/security/office)
"phj" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
},
/turf/open/floor/iron,
/area/station/cargo/storage)
+"phm" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"pho" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/dark_red{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/ai_monitored/security/armory)
"phs" = (
/obj/machinery/duct,
/turf/open/floor/iron/white/small,
@@ -44993,27 +43853,13 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"phK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
+"phG" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
},
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
-"phV" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
+/turf/open/floor/stone,
+/area/station/service/bar)
"phY" = (
/obj/structure/railing{
dir = 1
@@ -45065,11 +43911,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"pim" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
"piG" = (
/obj/effect/turf_decal/siding/green{
dir = 8
@@ -45117,13 +43958,25 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"pjw" = (
-/obj/structure/disposalpipe/segment{
+"pjA" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 4
},
-/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"pjB" = (
+/obj/machinery/airalarm/directional/west,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/small,
+/area/station/maintenance/department/engine)
"pjG" = (
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron,
@@ -45141,19 +43994,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"pjQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/structure/disposalpipe/junction/flip{
- dir = 4
- },
-/turf/open/floor/iron/dark/side{
- dir = 1
- },
-/area/station/hallway/primary/central/fore)
"pjT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -45162,20 +44002,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"pka" = (
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"pkd" = (
-/obj/machinery/door/window/right/directional/south,
-/obj/effect/turf_decal/stripes/white/full,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"pke" = (
/obj/machinery/door/airlock/centcom{
name = "Disposals Access:"
@@ -45184,56 +44010,43 @@
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
"pkh" = (
-/obj/effect/spawner/random/decoration/showcase,
-/obj/structure/window/spawner/directional/south,
-/turf/open/floor/iron/showroomfloor,
-/area/station/command/corporate_showroom)
-"pkl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/structure/table/glass,
-/turf/open/floor/iron/dark,
-/area/station/service/lawoffice)
-"pks" = (
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/tile/green/opposingcorners{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/medical/chemistry)
-"pkA" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/dim/directional/north,
-/obj/item/reagent_containers/cup/glass/bottle/vodka{
- pixel_y = 18;
- pixel_x = -8
- },
-/obj/item/reagent_containers/cup/glass/bottle/rum{
- pixel_y = 21;
- pixel_x = 3
- },
-/obj/item/reagent_containers/cup/glass/bottle/whiskey{
- pixel_y = 11
- },
-/obj/item/reagent_containers/cup/glass/bottle/gin{
- pixel_x = -6
+/obj/effect/spawner/random/decoration/showcase,
+/obj/structure/window/spawner/directional/south,
+/turf/open/floor/iron/showroomfloor,
+/area/station/command/corporate_showroom)
+"pks" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/tile/green/opposingcorners{
+ dir = 4
},
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+/turf/open/floor/iron/dark,
+/area/station/medical/chemistry)
"pkB" = (
/obj/item/kirbyplants/random,
/obj/item/weldingtool,
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
-"pkL" = (
+"pkQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
+"pkR" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=6.2-Arrivals";
+ location = "6.1-Arrivals"
},
-/obj/machinery/bluespace_vendor/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/obj/machinery/light/floor,
+/turf/open/floor/iron/white/corner{
+ dir = 8
+ },
+/area/station/hallway/secondary/entry)
"pkS" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/siding/wood{
@@ -45242,12 +44055,32 @@
/obj/item/book/manual/wiki/security_space_law,
/turf/open/floor/wood/tile,
/area/station/service/lawoffice)
+"pkU" = (
+/obj/structure/window/spawner/directional/north,
+/obj/structure/window/spawner/directional/south,
+/obj/structure/flora/bush/flowers_br,
+/obj/structure/flora/bush/flowers_yw,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -17;
+ pixel_y = 2
+ },
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
"plf" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"pll" = (
+/obj/machinery/atmospherics/components/binary/pump/off{
+ name = "O2 To Pure"
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/green{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"plr" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/firedoor,
@@ -45278,13 +44111,6 @@
},
/turf/open/floor/wood/tile,
/area/station/service/lawoffice)
-"plY" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/grass/jungle/b/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"pmg" = (
/obj/structure/table/reinforced/titaniumglass,
/obj/effect/turf_decal/bot,
@@ -45296,25 +44122,17 @@
},
/turf/open/floor/catwalk_floor/titanium,
/area/station/command/heads_quarters/ce)
+"pmq" = (
+/obj/structure/bed/maint,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/eighties/red,
+/area/station/service/abandoned_gambling_den/gaming)
"pms" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 8
},
/turf/open/floor/iron/smooth_large,
/area/station/science/auxlab/firing_range)
-"pmw" = (
-/obj/structure/chair/stool/bar/directional/north,
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"pmA" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/break_room)
"pmE" = (
/obj/effect/turf_decal/tile/yellow/diagonal_centre,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -45325,11 +44143,6 @@
},
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
-"pmL" = (
-/obj/structure/cable,
-/obj/effect/spawner/random/trash,
-/turf/open/floor/plating,
-/area/station/maintenance/department/science/xenobiology)
"pmN" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -45356,17 +44169,12 @@
},
/turf/open/floor/iron/textured_half,
/area/station/commons/fitness/recreation)
-"pns" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/port/aft)
"pnt" = (
/obj/structure/broken_flooring/corner/directional/south,
/obj/machinery/firealarm/directional/south,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"pnG" = (
+"pnF" = (
/obj/effect/turf_decal/tile/green/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 8
@@ -45376,6 +44184,15 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron,
/area/station/service/hydroponics)
+"pnK" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 10
+ },
+/obj/structure/flora/bush/flowers_yw/style_3,
+/obj/structure/flora/bush/jungle/c/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"pnQ" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
@@ -45410,6 +44227,13 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/iron/freezer,
/area/station/command/corporate_suite)
+"pot" = (
+/obj/structure/table/wood,
+/obj/item/cigarette/cigar/premium{
+ pixel_y = 5
+ },
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"pox" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -45441,15 +44265,6 @@
},
/turf/open/floor/iron/textured_large,
/area/station/security/checkpoint/escape)
-"poF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"poL" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -45483,14 +44298,6 @@
/obj/effect/turf_decal/siding/wideplating/dark/corner,
/turf/open/floor/iron,
/area/station/security)
-"poV" = (
-/obj/effect/turf_decal/siding/wideplating,
-/obj/machinery/camera/directional/west{
- dir = 10;
- c_tag = "Atmospherics - Control"
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"ppk" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -45518,16 +44325,6 @@
/obj/structure/cable,
/turf/open/floor/iron/white/small,
/area/station/command/heads_quarters/cmo)
-"ppr" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/reflector/single{
- dir = 9
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"pps" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/window/spawner/directional/north,
@@ -45544,22 +44341,14 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"ppv" = (
-/obj/machinery/light/warm/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"ppA" = (
/obj/effect/turf_decal/tile/green/half/contrasted,
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"ppB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/security/evidence)
+"ppL" = (
+/obj/effect/spawner/random/engineering/atmospherics_portable,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science/xenobiology)
"ppQ" = (
/obj/effect/turf_decal/stripes/box,
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
@@ -45568,41 +44357,19 @@
},
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"pql" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/table,
-/obj/item/stock_parts/subspace/ansible,
-/obj/item/stock_parts/subspace/ansible,
-/obj/item/stock_parts/subspace/ansible,
-/obj/item/stock_parts/subspace/crystal,
-/obj/item/stock_parts/subspace/crystal,
-/obj/item/stock_parts/subspace/crystal,
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/engineering/storage/tcomms)
+"ppT" = (
+/obj/structure/spider/stickyweb,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"ppV" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/station/holodeck/rec_center)
"pqm" = (
/turf/closed/wall/r_wall,
/area/station/engineering/storage/tcomms)
-"pqo" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/machinery/incident_display/delam/directional/north,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
"pqv" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -45612,13 +44379,6 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"pqH" = (
-/obj/structure/closet/firecloset,
-/obj/item/clothing/glasses/meson,
-/obj/item/radio/intercom/directional/east,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/station/engineering/break_room)
"pqK" = (
/obj/structure/cable,
/obj/machinery/door/window/left/directional/south,
@@ -45653,25 +44413,12 @@
/obj/structure/sign/warning/electric_shock,
/turf/open/floor/engine,
/area/station/science/cytology)
-"prg" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"prh" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 10
},
/turf/open/floor/engine,
/area/station/science/cytology)
-"prn" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/human/species/monkey/punpun,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
"prq" = (
/obj/structure/toilet/greyscale{
dir = 4
@@ -45680,18 +44427,6 @@
/obj/effect/landmark/start/prisoner,
/turf/open/floor/iron/dark,
/area/station/security/prison/safe)
-"prI" = (
-/turf/closed/wall,
-/area/station/engineering/hallway)
-"prV" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
- },
-/obj/effect/landmark/start/station_engineer,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
"prW" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 8
@@ -45706,10 +44441,17 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/command/teleporter)
-"psh" = (
-/obj/structure/sign/nanotrasen,
-/turf/closed/wall/r_wall,
-/area/station/command/teleporter)
+"psj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/augments)
"psn" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -45722,19 +44464,14 @@
dir = 1
},
/area/station/science/auxlab/firing_range)
-"pss" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
+"psz" = (
+/obj/machinery/door/window/left/directional/west{
+ name = "Fitness Ring"
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/obj/structure/window/spawner/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
"psI" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/blue/full,
@@ -45756,6 +44493,17 @@
},
/turf/open/floor/iron/white/textured_large,
/area/station/medical/medbay/lobby)
+"psK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/small,
+/area/station/service/janitor)
"psP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -45768,25 +44516,10 @@
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/turf/open/floor/iron,
/area/station/security/tram)
-"psT" = (
-/obj/structure/cable,
-/obj/item/kirbyplants/random,
-/obj/machinery/power/apc/auto_name/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/starboard/fore)
"psX" = (
/obj/structure/broken_flooring/corner/directional/south,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"ptc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"ptj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -45794,6 +44527,10 @@
/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/iron/diagonal,
/area/station/science/auxlab/firing_range)
+"ptl" = (
+/obj/machinery/duct,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"ptt" = (
/obj/structure/chair/wood/wings,
/obj/effect/turf_decal/siding/wood{
@@ -45812,24 +44549,24 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/stone,
/area/station/command/corporate_suite)
-"ptz" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
+"ptC" = (
+/obj/machinery/shower/directional/west,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
+"ptF" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 4;
+ name = "Air to Distro"
+ },
/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
-"ptA" = (
-/obj/structure/table,
-/obj/item/toy/foamblade,
-/turf/open/floor/iron/dark/small,
-/area/station/commons/fitness/locker_room)
-"ptL" = (
-/obj/machinery/chem_master/condimaster,
-/obj/effect/turf_decal/siding/end{
- dir = 1
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
},
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"ptN" = (
/obj/structure/table/reinforced/plastitaniumglass,
/obj/item/toy/talking/griffin{
@@ -45837,6 +44574,15 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
+"ptX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"pus" = (
/obj/effect/turf_decal/box/red/corners,
/obj/effect/turf_decal/stripes/white/line{
@@ -45851,63 +44597,47 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/diagonal,
/area/station/command/heads_quarters/hop)
-"puI" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/door/airlock/external/glass{
- name = "North Tanks Airlock"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
-"pvE" = (
-/obj/effect/turf_decal/siding/wideplating{
- dir = 4
- },
-/obj/structure/chair/plastic{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
+"puP" = (
+/turf/open/floor/wood,
+/area/station/engineering/main)
+"puZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"pvi" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/wood,
+/area/station/service/chapel/office)
+"pvk" = (
+/obj/structure/closet/boxinggloves,
+/obj/effect/turf_decal/stripes/red/line{
dir = 4
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"pvK" = (
-/obj/structure/flora/bush/flowers_yw/style_3{
- pixel_x = 3;
- pixel_y = 2
- },
-/obj/machinery/light/floor,
-/obj/effect/light_emitter/fake_outdoors,
-/obj/effect/turf_decal/siding/wood{
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
+"pvu" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"pvC" = (
+/obj/structure/disposalpipe/segment{
dir = 10
},
-/turf/open/floor/grass/Airless,
-/area/station/hallway/primary/central/aft)
-"pvP" = (
-/obj/structure/railing/corner,
-/obj/effect/turf_decal/siding/thinplating_new/corner,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
+/turf/open/floor/wood,
+/area/station/service/chapel/office)
+"pvK" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{
dir = 8
},
-/turf/open/floor/iron/smooth,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/engine/vacuum,
/area/station/engineering/atmos)
-"pvQ" = (
-/obj/structure/disposalpipe/sorting/mail{
- dir = 1
- },
-/obj/effect/mapping_helpers/mail_sorting/service/library,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"pvY" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
dir = 1
@@ -45916,82 +44646,38 @@
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"pvZ" = (
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security)
-"pwd" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
-"pwi" = (
-/obj/effect/spawner/random/maintenance,
-/obj/effect/spawner/random/structure/closet_maintenance,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"pwn" = (
/obj/effect/spawner/random/vending/colavend,
/obj/structure/sign/departments/telecomms/directional/south,
/turf/open/floor/iron,
/area/station/science/lower)
-"pwo" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/wood,
-/area/station/service/chapel)
"pwq" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/hallway/abandoned_command)
-"pwv" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/closed/wall,
-/area/station/engineering/atmos)
+"pwy" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"pwz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"pwA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
},
/turf/open/floor/iron/white/side,
/area/station/science/research)
-"pwB" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Crematorium"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/service/chapel/storage)
-"pwD" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/effect/landmark/atmospheric_sanity/ignore_area,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"pwJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -46045,32 +44731,38 @@
/obj/structure/broken_flooring/singular/directional/east,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"pyi" = (
-/obj/effect/turf_decal/siding/wood{
+"pyk" = (
+/obj/structure/closet/crate/trashcart/filled,
+/obj/structure/spider/stickyweb,
+/obj/effect/spawner/random/maintenance/four,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/east,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"pyt" = (
+/obj/machinery/light/floor,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"pyA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/holopad,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"pyF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"pyl" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/item/clothing/head/cone{
- pixel_y = -13
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"pyG" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"pyB" = (
-/obj/machinery/holopad,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/stone,
-/area/station/service/bar)
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"pzb" = (
/obj/effect/turf_decal/trimline/blue/corner{
dir = 1
@@ -46082,10 +44774,13 @@
"pzd" = (
/turf/closed/wall,
/area/station/commons/fitness/recreation/entertainment)
-"pzi" = (
-/obj/machinery/atmospherics/pipe/layer_manifold/supply/visible,
-/turf/closed/wall/r_wall,
-/area/station/engineering/hallway)
+"pzn" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 5
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"pzy" = (
/obj/structure/table,
/obj/item/storage/box/prisoner{
@@ -46097,6 +44792,11 @@
/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
+"pzK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding,
+/turf/open/floor/iron/white/small,
+/area/station/science/lab)
"pzL" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -46109,31 +44809,13 @@
/obj/item/stack/sheet/mineral/titanium,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
-"pAa" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/structure/barricade,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
-"pAj" = (
-/obj/structure/table/wood,
-/obj/item/reagent_containers/cup/glass/drinkingglass{
- pixel_x = 6;
- pixel_y = 15
- },
-/obj/item/reagent_containers/cup/glass/drinkingglass{
- pixel_x = -5;
- pixel_y = 15
- },
-/obj/item/reagent_containers/cup/glass/drinkingglass{
- pixel_x = 2;
- pixel_y = 9
- },
-/obj/item/reagent_containers/cup/glass/drinkingglass{
- pixel_x = -7;
- pixel_y = 9
+"pAi" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Mix to Gas";
+ dir = 8
},
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"pAl" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -46179,29 +44861,11 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"pAD" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"pAH" = (
/obj/machinery/vending/coffee,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
-/area/station/hallway/primary/aft)
-"pAJ" = (
-/obj/effect/turf_decal/tile/yellow/opposingcorners,
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/rcl/pre_loaded,
-/obj/item/stock_parts/power_store/cell/high{
- pixel_y = 17
- },
-/obj/machinery/light/small/directional/south,
-/obj/structure/secure_safe/directional/east,
-/turf/open/floor/iron,
-/area/station/command/heads_quarters/ce)
+/area/station/hallway/primary/aft)
"pAU" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -46216,24 +44880,25 @@
},
/turf/open/floor/iron/smooth,
/area/station/cargo/warehouse)
-"pBc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+"pAY" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"pBh" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/siding/wood/corner{
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/iron/white/corner{
dir = 1
},
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
+/area/station/hallway/secondary/dock)
+"pBm" = (
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/security/interrogation)
"pBu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral{
@@ -46247,38 +44912,15 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/command/heads_quarters/qm)
-"pBK" = (
-/obj/structure/window/spawner/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
-"pBM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/clothing/gloves/color/orange{
- pixel_x = 4;
- pixel_y = -2
- },
-/obj/item/key/janitor{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
"pBN" = (
/obj/machinery/flasher/directional/east{
id = "justiceflash"
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/execution/education)
-"pBS" = (
-/obj/structure/spider/stickyweb,
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+"pBO" = (
+/turf/open/floor/iron/showroomfloor,
+/area/station/service/barber)
"pBT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -46301,34 +44943,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"pCo" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"pCu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/public/glass{
- name = "Fore Primary Hallway"
- },
-/turf/open/floor/iron/textured_half,
-/area/station/hallway/primary/central/fore)
"pCv" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -46351,20 +44965,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
-"pCP" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/commons/dorms)
-"pCQ" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable,
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plating,
-/area/station/engineering/engine_smes)
"pCU" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -46376,6 +44976,14 @@
},
/turf/open/floor/plating,
/area/station/maintenance/aft)
+"pDi" = (
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"pDr" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -46406,19 +45014,6 @@
},
/turf/open/floor/wood/tile,
/area/station/service/lawoffice)
-"pDH" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/atmos/glass{
- name = "Locker Room"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"pDK" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/spawner/random/structure/tank_holder,
@@ -46444,16 +45039,10 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"pEa" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/fireaxecabinet/directional/north,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
+"pDX" = (
+/obj/structure/chair/stool/directional/east,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"pEo" = (
/obj/item/radio/intercom/directional/west,
/obj/structure/disposalpipe/segment,
@@ -46462,6 +45051,15 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"pEq" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"pEs" = (
/obj/effect/turf_decal/siding/blue,
/turf/open/floor/iron/white,
@@ -46482,17 +45080,27 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/medbay/central)
+"pEv" = (
+/obj/structure/railing,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"pEy" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
},
/turf/open/floor/iron,
/area/station/science/robotics/lab)
-"pEI" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/firealarm/directional/west,
+"pEB" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+/area/station/security/prison)
+"pED" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden,
+/turf/open/floor/iron/white/small,
+/area/station/science/server)
"pEL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/blue{
@@ -46500,20 +45108,37 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"pEO" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=1.0-Security-PNexus";
+ location = "23.2-Evac-Garden"
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"pEU" = (
+/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/machinery/door/airlock/freezer{
+ name = "Freezer"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen)
+"pEW" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"pFk" = (
/obj/structure/broken_flooring/singular/directional/east,
/obj/effect/decal/cleanable/dirt,
/obj/structure/alien/weeds,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"pFn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/half/contrasted,
-/obj/machinery/light/cold/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
"pFI" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -46546,27 +45171,20 @@
/obj/machinery/door/window/brigdoor/right/directional/west,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
-"pFS" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/item/stack/cable_coil/five,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"pGi" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+"pFW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Brig"
},
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 8
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "sci-entrance"
},
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/textured_half,
+/area/station/security/brig/entrance)
"pGp" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -46577,13 +45195,6 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"pGt" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Pure to Waste"
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"pGD" = (
/obj/structure/cable,
/turf/open/floor/iron,
@@ -46605,10 +45216,20 @@
/obj/structure/flora/rock/pile/jungle/style_random,
/turf/open/misc/sandy_dirt,
/area/station/hallway/secondary/entry)
+"pGO" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/air,
+/area/station/engineering/atmos)
"pGR" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"pGS" = (
+/obj/machinery/status_display/evac/directional/north,
+/obj/machinery/camera/directional/north,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
"pGU" = (
/obj/effect/turf_decal/trimline/white/line{
dir = 5
@@ -46619,6 +45240,11 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
+"pHc" = (
+/obj/structure/window/spawner/directional/south,
+/obj/structure/window/spawner/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
"pHe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/firedoor,
@@ -46645,12 +45271,36 @@
/obj/item/storage/medkit/regular,
/turf/open/floor/plating,
/area/station/cargo/storage)
+"pHq" = (
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
+"pHs" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/red{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"pHw" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt,
/obj/item/airlock_painter,
/turf/open/floor/iron,
/area/station/commons/storage/art)
+"pHA" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
+ },
+/obj/structure/flora/bush/flowers_br/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"pHC" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -46663,6 +45313,9 @@
dir = 1
},
/area/station/commons/storage/tools)
+"pHF" = (
+/turf/closed/wall/r_wall/rust,
+/area/station/maintenance/disposal/incinerator)
"pHI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/wood,
@@ -46685,17 +45338,62 @@
},
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
+"pHR" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 8
+ },
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
+"pHY" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/obj/machinery/light_switch/directional/south,
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - South"
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"pIa" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical{
+ pixel_y = 12
+ },
+/obj/item/multitool{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/machinery/light/no_nightlight/directional/east,
+/obj/item/radio/intercom/directional/east,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
"pId" = (
/obj/structure/reagent_dispensers/plumbed,
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
-"pIg" = (
-/obj/effect/landmark/start/librarian,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"pIf" = (
+/obj/structure/table,
+/obj/machinery/light/small/directional/east,
+/obj/item/clothing/head/utility/hardhat/welding{
+ pixel_x = 7;
+ pixel_y = 13
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/obj/item/clothing/shoes/cowboy/lizard{
+ pixel_x = -2
+ },
+/turf/open/floor/iron/dark/small,
+/area/station/commons/fitness/locker_room)
"pIi" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/structure/rack,
@@ -46720,13 +45418,15 @@
},
/turf/open/floor/plating,
/area/station/cargo/miningfoundry)
-"pIj" = (
-/obj/structure/cable,
+"pIn" = (
/obj/structure/disposalpipe/segment{
- dir = 10
+ dir = 5
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/lesser)
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"pIp" = (
/obj/machinery/light/small/directional/west,
/obj/effect/turf_decal/stripes/white/line{
@@ -46738,12 +45438,12 @@
/obj/structure/bodycontainer/morgue,
/turf/open/floor/iron/dark/small,
/area/station/service/chapel/storage)
-"pIB" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+"pIC" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 8
+ },
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"pIS" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/preopen{
@@ -46752,6 +45452,12 @@
},
/turf/open/floor/plating,
/area/station/command/bridge)
+"pJc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/holopad,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar)
"pJj" = (
/obj/structure/chair/sofa/bench/left{
dir = 1
@@ -46807,16 +45513,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/showroomfloor,
/area/station/commons/toilet/auxiliary)
-"pJI" = (
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
"pJQ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -46824,30 +45520,6 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"pJT" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 6
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"pKd" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"pKg" = (
-/obj/effect/turf_decal/siding/dark{
- dir = 10
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/carbon_output,
-/turf/open/floor/engine/co2,
-/area/station/engineering/atmos/space_catwalk)
"pKi" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
@@ -46870,37 +45542,12 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
-"pKs" = (
+"pKx" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
-"pKE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/firealarm/directional/north,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
-"pKJ" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/structure/mannequin/plastic,
-/turf/open/floor/carpet/blue,
-/area/station/cargo/boutique)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"pKR" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
dir = 4
@@ -46929,21 +45576,13 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"pLb" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
-"pLg" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research{
- name = "Gun Lab"
+"pLf" = (
+/obj/machinery/griddle,
+/obj/effect/turf_decal/siding{
+ dir = 10
},
-/obj/effect/mapping_helpers/airlock/access/all/science/general,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/auxlab/firing_range)
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"pLj" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -46978,25 +45617,14 @@
dir = 1
},
/area/station/command/corporate_showroom)
-"pLw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"pLC" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"pLA" = (
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/smooth_large,
-/area/station/science/auxlab/firing_range)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/effect/mapping_helpers/apc/cell_10k,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"pLI" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -47022,79 +45650,15 @@
/obj/machinery/computer/security/telescreen/entertainment/directional/north,
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
-"pMi" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/grimy,
-/area/station/commons)
-"pMq" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
"pMs" = (
/obj/structure/transit_tube/horizontal,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"pMv" = (
-/obj/effect/landmark/start/hangover,
-/obj/machinery/light/small/directional/north,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"pMz" = (
-/obj/machinery/shower/directional/east,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 8
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
"pMA" = (
/obj/machinery/light/small/directional/east,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/xenobiology)
-"pMD" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/airlock/research/glass{
- name = "Genetics"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/genetics,
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
-"pMH" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/command/maintenance,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/hallway/abandoned_command)
-"pML" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 6
- },
-/obj/structure/railing/corner{
- dir = 1
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"pMS" = (
/obj/structure/table,
/obj/machinery/light/small/directional/south,
@@ -47108,6 +45672,12 @@
},
/turf/open/floor/plating,
/area/station/engineering/gravity_generator)
+"pNh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
"pNi" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -47126,6 +45696,15 @@
dir = 1
},
/area/station/hallway/secondary/construction)
+"pNF" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/table,
+/obj/item/stock_parts/subspace/filter,
+/obj/item/stock_parts/subspace/filter,
+/obj/item/stock_parts/subspace/filter,
+/obj/item/stock_parts/subspace/filter,
+/turf/open/floor/iron/dark,
+/area/station/engineering/storage/tcomms)
"pNO" = (
/obj/effect/turf_decal/siding{
dir = 1
@@ -47134,14 +45713,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white/small,
/area/station/science/lab)
-"pOc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+"pNZ" = (
+/obj/structure/sign/directions/dorms{
+ dir = 4
},
-/obj/effect/turf_decal/caution,
-/obj/effect/spawner/random/engineering/tracking_beacon,
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
+/turf/closed/wall,
+/area/station/commons/fitness/locker_room)
"pOg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -47210,6 +45787,34 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"pOM" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/port)
+"pOQ" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"pOT" = (
+/turf/closed/wall,
+/area/station/holodeck/rec_center)
"pOX" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -47221,6 +45826,12 @@
/obj/effect/landmark/start/coroner,
/turf/open/floor/iron/small,
/area/station/medical/morgue)
+"pPj" = (
+/obj/structure/mirror/directional/east,
+/obj/structure/chair/stool/bar/directional/east,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron/showroomfloor,
+/area/station/service/barber)
"pPm" = (
/obj/item/kirbyplants/random,
/obj/effect/turf_decal/stripes/corner{
@@ -47233,25 +45844,47 @@
/obj/item/airlock_painter,
/turf/open/floor/iron/small,
/area/station/engineering/atmos/storage/gas)
-"pPB" = (
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 1
- },
-/obj/structure/chair,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
-"pPH" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Atmospherics Project Bay"
+"pPp" = (
+/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
+ dir = 4
},
+/obj/effect/spawner/random/engineering/tracking_beacon,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
+"pPC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/sign/departments/holy/directional/south,
+/obj/machinery/light/cold/directional/south,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/hallway/primary/port)
"pPK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
+"pPO" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"pPQ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 10
+ },
+/obj/machinery/camera/directional/west,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"pPU" = (
+/obj/structure/chair/stool/bar/directional/north,
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"pPZ" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
@@ -47260,6 +45893,10 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"pQn" = (
+/obj/structure/sink/kitchen/directional/south,
+/turf/open/floor/iron/kitchen/small,
+/area/station/security/prison/mess)
"pQr" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 1
@@ -47282,18 +45919,6 @@
},
/turf/open/floor/engine,
/area/station/hallway/secondary/entry)
-"pQN" = (
-/turf/closed/wall,
-/area/station/service/barber)
-"pQT" = (
-/obj/item/kirbyplants/random,
-/obj/item/storage/briefcase{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron/dark/small,
-/area/station/security/detectives_office)
"pQY" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/half/contrasted,
@@ -47302,11 +45927,15 @@
},
/turf/open/floor/iron/dark/side,
/area/station/science/xenobiology)
-"pQZ" = (
-/obj/effect/spawner/random/maintenance,
-/obj/structure/rack,
+"pRc" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
/turf/open/floor/plating,
-/area/station/service/bar)
+/area/station/maintenance/port/greater)
"pRe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/table/wood,
@@ -47315,47 +45944,6 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/wood,
/area/station/service/chapel/office)
-"pRi" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_y = 10;
- pixel_x = -5
- },
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
-"pRl" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 10
- },
-/obj/effect/turf_decal/weather/dirt{
- dir = 9
- },
-/obj/structure/flora/bush/flowers_pp/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"pRo" = (
-/obj/machinery/shieldgen,
-/obj/item/clothing/gloves/color/black{
- pixel_y = -3;
- pixel_x = -2
- },
-/obj/item/cigarette{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/clothing/mask/gas{
- pixel_y = 5
- },
-/obj/item/clothing/head/cone{
- pixel_x = 1;
- pixel_y = 15
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"pRw" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -47389,6 +45977,11 @@
/obj/effect/turf_decal/tile/blue/half/contrasted,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
+"pRR" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"pSc" = (
/obj/item/bikehorn/rubberducky{
pixel_x = 6;
@@ -47414,6 +46007,11 @@
/obj/structure/broken_flooring/pile/directional/east,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
+"pSr" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/small,
+/area/station/engineering/break_room)
"pSs" = (
/obj/structure/railing/corner{
dir = 1
@@ -47427,23 +46025,29 @@
},
/turf/open/floor/plating,
/area/station/science/ordnance/testlab)
-"pSC" = (
-/obj/structure/chair{
- pixel_y = -2
+"pSI" = (
+/obj/machinery/door/morgue{
+ name = "Private Study";
+ req_access = list("library")
},
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"pSJ" = (
-/obj/effect/turf_decal/siding/wood{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/maintenance/central/greater)
+"pSN" = (
+/obj/item/radio/intercom/directional/south,
+/obj/machinery/holopad,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/service/lawoffice)
+"pSP" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 9
},
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"pSQ" = (
-/obj/structure/cable,
-/turf/closed/wall,
-/area/station/engineering/supermatter/room)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"pST" = (
/obj/structure/table,
/obj/item/plant_analyzer,
@@ -47453,13 +46057,32 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"pTp" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
+"pTb" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
},
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/wood,
+/obj/structure/railing/corner,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"pTe" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/purple/visible{
+ dir = 4
+ },
+/turf/open/floor/iron,
/area/station/engineering/atmos)
+"pTk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/holodeck/rec_center)
"pTq" = (
/obj/machinery/door/airlock/maintenance{
name = "Crematorium Maintenance"
@@ -47475,48 +46098,46 @@
/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/service/lawoffice)
-"pTt" = (
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/obj/machinery/door/airlock/engineering{
- name = "Suit Lockers"
- },
-/turf/open/floor/iron/textured_half{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
-"pTy" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"pTz" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/smooth_large,
/area/station/service/lawoffice)
-"pTT" = (
-/obj/structure/sign/departments/restroom/directional/south,
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
+"pTA" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/effect/spawner/random/entertainment/arcade,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
+"pTW" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"pTZ" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
},
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/area/station/commons/dorms)
"pUc" = (
/obj/effect/turf_decal/tile/green,
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"pUe" = (
-/obj/effect/turf_decal/siding/blue{
+"pUk" = (
+/obj/machinery/atmospherics/components/binary/crystallizer{
dir = 4
},
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine/o2,
-/area/station/engineering/atmos/space_catwalk)
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"pUs" = (
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
@@ -47550,19 +46171,12 @@
/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron/dark,
/area/station/science/ordnance/testlab)
-"pUK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/grunge{
- name = "Turbine"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/disposal/incinerator)
+"pUD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/machinery/light/small/directional/east,
+/obj/effect/landmark/start/janitor,
+/turf/open/floor/iron/grimy,
+/area/station/service/janitor)
"pUL" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/table/reinforced/plastitaniumglass,
@@ -47573,10 +46187,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/dark,
/area/station/command/corporate_dock)
-"pUR" = (
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
"pUS" = (
/obj/machinery/door/airlock/external{
name = "Labor Camp Shuttle Airlock";
@@ -47595,17 +46205,25 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/white,
/area/station/science/auxlab/firing_range)
-"pVF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"pVj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/chair/sofa/bench/left{
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"pVq" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
+/area/station/hallway/primary/fore)
"pVK" = (
/obj/effect/mapping_helpers/broken_floor,
/turf/closed/wall,
@@ -47658,6 +46276,12 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"pWB" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/iron/diagonal,
+/area/station/command/heads_quarters/hop)
"pWC" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -47735,16 +46359,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"pXc" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"pXf" = (
-/obj/effect/turf_decal/siding/green/end,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark/herringbone,
-/area/station/service/abandoned_gambling_den/gaming)
"pXh" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -47753,6 +46367,10 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
+"pXk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"pXo" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -47765,29 +46383,6 @@
},
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
-"pXu" = (
-/obj/effect/turf_decal/siding/wideplating{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"pXy" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"pXz" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/obj/machinery/firealarm/directional/south,
@@ -47833,6 +46428,15 @@
/obj/structure/broken_flooring/pile/directional/east,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
+"pYi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"pYr" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -47853,19 +46457,6 @@
},
/turf/open/floor/engine,
/area/station/science/explab)
-"pYP" = (
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "Atmospherics Blast Door"
- },
-/obj/machinery/light_switch/directional/east,
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos)
-"pYU" = (
-/obj/machinery/computer/security/telescreen/prison/directional/north,
-/obj/machinery/computer/records/security,
-/turf/open/floor/wood,
-/area/station/security/detectives_office)
"pYY" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -47873,29 +46464,35 @@
/obj/structure/cable,
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
-"pZk" = (
-/obj/effect/landmark/atmospheric_sanity/ignore_area,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/eighties/red,
-/area/station/service/abandoned_gambling_den/gaming)
-"pZt" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/item/radio/intercom/directional/east,
-/obj/effect/turf_decal/siding/wood{
+"pYZ" = (
+/turf/open/floor/iron/white/side{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
+/area/station/science/lower)
"pZu" = (
/obj/structure/hedge,
/turf/open/floor/plating,
/area/station/cargo/storage)
+"pZv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"pZy" = (
+/obj/effect/turf_decal/arrows{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"pZz" = (
/obj/structure/rack,
/obj/item/clothing/gloves/cargo_gauntlet{
@@ -47919,25 +46516,27 @@
/obj/item/shard/titanium,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"pZV" = (
-/obj/structure/cable,
-/obj/structure/table/reinforced,
-/obj/item/stack/cable_coil{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/electronics/airlock{
- pixel_y = 13
- },
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
-"pZY" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
+"qan" = (
+/obj/structure/cable/layer3,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/window/brigdoor/left/directional/north{
+ atom_integrity = 300;
+ name = "AI Core Chamber Access";
+ req_access = list("ai_upload")
},
-/turf/open/floor/stone,
-/area/station/service/chapel)
+/turf/open/floor/circuit/red,
+/area/station/ai_monitored/turret_protected/ai)
+"qaF" = (
+/obj/structure/sink/directional/south,
+/obj/structure/mirror/directional/north,
+/turf/open/floor/iron/white/small,
+/area/station/maintenance/port/aft)
+"qaU" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/main)
"qbj" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/closet/secure_closet/security/sec,
@@ -47964,18 +46563,24 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
-"qbv" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"qby" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/security/checkpoint/supply)
+"qbA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"qbB" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"qbE" = (
/obj/item/stack/tile/catwalk_tile/iron,
/turf/open/floor/plating,
@@ -47989,57 +46594,26 @@
/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/rd)
-"qbP" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/airalarm/directional/east,
-/obj/structure/table/reinforced,
-/obj/item/folder/yellow{
- pixel_x = 2
- },
-/obj/item/reagent_containers/cup/glass/mug/coco{
- pixel_x = -6;
- pixel_y = 6
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/break_room)
-"qbR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 6
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"qcf" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark/side,
/area/station/hallway/secondary/construction)
-"qco" = (
-/obj/structure/closet/crate/trashcart/filled,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
"qcr" = (
/obj/structure/flora/bush/flowers_yw/style_random,
/mob/living/carbon/human/species/monkey,
/turf/open/floor/grass,
/area/station/medical/virology)
-"qct" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/siding/thinplating{
- dir = 4
- },
-/turf/open/floor/eighties,
-/area/station/hallway/primary/central/fore)
"qcv" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/landmark/navigate_destination/dockarrival,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"qcB" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/station/maintenance/central/greater)
"qcF" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -48060,35 +46634,28 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
-"qdf" = (
-/obj/effect/spawner/random/entertainment/arcade{
+"qdc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
},
-/obj/effect/turf_decal/siding/thinplating{
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
-/obj/structure/sign/poster/official/random/directional/east,
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
+"qdu" = (
/obj/structure/cable,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
"qdv" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
-"qdJ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/structure/railing/corner/end/flip{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 4
- },
-/obj/structure/sign/warning/radiation/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
"qdM" = (
/obj/structure/chair/sofa/bench/left{
dir = 4
@@ -48104,6 +46671,22 @@
dir = 1
},
/area/station/hallway/primary/aft)
+"qdN" = (
+/obj/machinery/status_display/ai/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
+"qdR" = (
+/obj/structure/toilet,
+/obj/machinery/light/small/directional/west,
+/obj/machinery/button/door/directional/east{
+ id = "AuxToilet1";
+ name = "Lock Control";
+ normaldoorcontrol = 1;
+ specialfunctions = 4
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"qdS" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -48118,14 +46701,15 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"qdZ" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"qei" = (
/turf/closed/wall,
/area/station/science/ordnance/storage)
-"qek" = (
-/obj/machinery/vending/coffee,
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"qen" = (
/obj/structure/table,
/obj/item/clothing/gloves/boxing,
@@ -48133,20 +46717,6 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/iron,
/area/station/security/prison/workout)
-"qeq" = (
-/obj/structure/fluff/broken_canister_frame,
-/turf/open/misc/asteroid,
-/area/station/maintenance/department/engine/atmos)
-"qeD" = (
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -20;
- pixel_y = -11
- },
-/obj/structure/flora/rock/pile/jungle/style_5,
-/obj/structure/window/spawner/directional/east,
-/obj/structure/window/spawner/directional/west,
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/recreation/entertainment)
"qeP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -48173,30 +46743,11 @@
},
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
-"qfn" = (
-/obj/effect/turf_decal/siding/purple{
- dir = 9
- },
-/obj/machinery/air_sensor/plasma_tank,
-/obj/machinery/camera/emp_proof{
- c_tag = "Engineering - Atmospherics CO2 Chamber";
- dir = 9;
- network = list("ss13","engineering")
- },
-/turf/open/floor/engine/plasma,
-/area/station/engineering/atmos/space_catwalk)
"qfo" = (
/obj/structure/disposalpipe/segment,
/obj/structure/sign/departments/lawyer/directional/east,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"qfr" = (
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"qfv" = (
/obj/structure/flora/rock/pile/jungle/style_random,
/obj/structure/window/reinforced/spawner/directional/east,
@@ -48222,17 +46773,6 @@
/obj/effect/mapping_helpers/airlock/access/any/service/lawyer,
/turf/open/floor/iron/dark/textured_half,
/area/station/service/lawoffice)
-"qfQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/public/glass{
- name = "Dormatories"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/commons/fitness/locker_room)
"qfV" = (
/obj/machinery/vending/tool,
/obj/structure/sign/poster/official/random/directional/south,
@@ -48243,45 +46783,16 @@
dir = 1
},
/obj/machinery/status_display/evac/directional/east,
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/central)
-"qgi" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 6
- },
-/turf/open/floor/iron/white/side{
- dir = 9
- },
-/area/station/science/xenobiology)
-"qgj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron,
-/area/station/hallway/primary/aft)
-"qgl" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"qgo" = (
-/obj/structure/flora/bush/flowers_pp{
- pixel_y = 3
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/central)
+"qgj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/effect/dummy/lighting_obj,
-/obj/effect/light_emitter/fake_outdoors,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/grass/Airless,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/light/cold/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/primary/aft)
"qgq" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -48307,10 +46818,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"qgw" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
"qgx" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -48319,6 +46826,12 @@
/obj/effect/mapping_helpers/airlock/access/any/service/lawyer,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
+"qgJ" = (
+/obj/machinery/light/dim/directional/west,
+/obj/machinery/duct,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"qgK" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -48345,24 +46858,6 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"qhk" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/sign/directions/vault/directional/west{
- dir = 2
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"qhB" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
"qhD" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -48382,6 +46877,16 @@
/obj/effect/turf_decal/trimline/white/mid_joiner,
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
+"qhR" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/effect/spawner/random/food_or_drink/booze{
+ pixel_y = 10
+ },
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"qhV" = (
/obj/structure/table,
/obj/machinery/fax{
@@ -48403,12 +46908,16 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
-"qid" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+"qie" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/area/station/hallway/primary/central/aft)
"qin" = (
/obj/docking_port/stationary/escape_pod,
/turf/open/space/basic,
@@ -48428,18 +46937,32 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"qiy" = (
-/obj/machinery/door/airlock/research/glass{
- name = "Cytology Lab"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/research,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
"qiz" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/commons/storage/tools)
+"qiC" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
+"qiI" = (
+/obj/structure/cable,
+/obj/effect/spawner/random/structure/steam_vent,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"qiL" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
"qiM" = (
/obj/structure/table,
/turf/open/floor/iron/cafeteria,
@@ -48475,12 +46998,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"qjq" = (
-/obj/machinery/door/window/left/directional/north,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
-/obj/effect/turf_decal/stripes/white/full,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
+"qjt" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"qju" = (
/obj/structure/cable,
/obj/machinery/door/poddoor/preopen{
@@ -48490,15 +47018,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/command/meeting_room)
-"qjx" = (
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/break_room)
"qjy" = (
/obj/structure/hedge,
/turf/open/floor/iron/smooth,
@@ -48507,6 +47026,20 @@
/obj/structure/table/reinforced/plastitaniumglass,
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
+"qjP" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"qjT" = (
/obj/structure/cable,
/obj/item/kirbyplants/random,
@@ -48534,19 +47067,14 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"qkh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+"qkm" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
-/area/station/holodeck/rec_center)
+/area/station/maintenance/central/greater)
"qkp" = (
/obj/machinery/door/airlock{
name = "Maintenance"
@@ -48555,37 +47083,14 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"qkI" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
"qkK" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"qkO" = (
-/obj/structure/cable,
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/station/science/lab)
-"qkY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
+"qkX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/turf/closed/wall/r_wall,
+/area/station/engineering/supermatter)
"qlc" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -48606,13 +47111,6 @@
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"qlk" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube/horizontal{
- dir = 2
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"qlr" = (
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron,
@@ -48654,25 +47152,6 @@
/obj/structure/broken_flooring/corner/directional/south,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"qmn" = (
-/turf/open/floor/iron/stairs/left{
- dir = 1
- },
-/area/station/maintenance/hallway/abandoned_command)
-"qmo" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
-"qmu" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"qmv" = (
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance"
@@ -48680,18 +47159,22 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"qmy" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"qmz" = (
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/station/cargo/boutique)
-"qmP" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/structure/steam_vent,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+"qmM" = (
+/obj/structure/sign/painting/library{
+ pixel_y = 32
+ },
+/turf/open/floor/iron/smooth,
+/area/station/service/library)
"qmZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -48700,6 +47183,21 @@
},
/turf/open/floor/iron/dark/small,
/area/station/medical/chemistry)
+"qnb" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "vaco";
+ name = "Comissary Shutters"
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"qnc" = (
/obj/machinery/door/airlock/external{
name = "Labor Camp Shuttle Airlock";
@@ -48711,14 +47209,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/processing)
-"qnd" = (
-/obj/machinery/duct,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
-"qnf" = (
-/obj/machinery/light/floor,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"qnt" = (
/obj/structure/cable,
/obj/machinery/power/solar{
@@ -48733,17 +47223,6 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/white/small,
/area/station/science/ordnance/storage)
-"qnV" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
"qoj" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/window/right/directional/west{
@@ -48753,34 +47232,19 @@
/obj/structure/window/reinforced/spawner/directional/south,
/turf/open/floor/plating,
/area/station/medical/morgue)
-"qol" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/station/engineering/atmos)
"qop" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/space/nearstation)
-"qoq" = (
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/disposalpipe/segment{
- dir = 10
+"qow" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"qou" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/commons/dorms)
"qoA" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -48791,10 +47255,28 @@
"qoD" = (
/turf/closed/wall/r_wall,
/area/station/command/corporate_showroom)
-"qpo" = (
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/qm)
+"qpe" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/disposaloutlet{
+ dir = 1
+ },
+/obj/item/radio/intercom/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/box,
+/turf/open/floor/iron/white/small,
+/area/station/service/janitor)
+"qpt" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock/command{
+ name = "Research Division Server Room"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/rd,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/server)
"qpu" = (
/obj/effect/turf_decal/siding/brown{
dir = 9
@@ -48802,11 +47284,23 @@
/obj/structure/steam_vent,
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
-"qpN" = (
-/obj/effect/spawner/random/structure/closet_maintenance,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+"qpx" = (
+/obj/machinery/computer/atmos_control/nitrous_tank,
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible,
+/obj/effect/turf_decal/tile/yellow/fourcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"qpD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/poddoor{
+ id = "Secure Storage below";
+ name = "Secure Storage"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating/rust,
+/area/station/engineering/main)
"qpO" = (
/obj/structure/chair{
dir = 1
@@ -48823,6 +47317,11 @@
/obj/item/restraints/handcuffs,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
+"qqc" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/space/basic,
+/area/space/nearstation)
"qqd" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -48830,19 +47329,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"qql" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"qqr" = (
-/obj/machinery/atmospherics/components/binary/pump/off/general/visible{
- dir = 4;
- name = "O2 to pure"
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"qqC" = (
/obj/structure/chair/comfy/carp{
dir = 1
@@ -48850,58 +47336,20 @@
/obj/machinery/light/floor,
/turf/open/floor/glass/reinforced,
/area/station/command/bridge)
-"qqG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
-"qqJ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+"qqH" = (
+/obj/effect/spawner/random/entertainment/arcade{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+/obj/effect/turf_decal/siding/thinplating{
dir = 8
},
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/iron/smooth_corner{
- dir = 1
- },
-/area/station/engineering/supermatter/room)
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"qrb" = (
/obj/structure/sign/warning/biohazard,
/turf/closed/wall/r_wall,
/area/station/science/xenobiology)
-"qrc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/structure/railing/corner,
-/obj/structure/reflector/box{
- dir = 1
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"qrd" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=23.1-Evac";
- location = "22.0-Porthall-Evac"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"qrg" = (
/obj/structure/cable,
/obj/structure/displaycase/captain{
@@ -48914,44 +47362,11 @@
/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/eighties,
/area/station/service/abandoned_gambling_den/gaming)
-"qrr" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/iron/dark,
-/area/station/security/office)
"qrB" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/xenobiology)
-"qsa" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/directional/south{
- c_tag = "Engineering - Airlock"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
-"qsd" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
"qsg" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/terminal,
@@ -48968,30 +47383,44 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
-"qsl" = (
+"qsn" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/storage_shared)
"qsI" = (
-/obj/machinery/modular_computer/preset/cargochat/service{
- dir = 8
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/requests_console/auto_name/directional/east,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 4
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Gas to Mix"
},
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"qsR" = (
/obj/structure/table/reinforced,
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
+"qsS" = (
+/obj/structure/rack,
+/obj/item/clothing/neck/petcollar,
+/obj/item/flashlight/flare/candle{
+ pixel_x = 10
+ },
+/obj/item/flashlight/flare/candle{
+ pixel_x = 8;
+ pixel_y = 1
+ },
+/obj/item/screwdriver{
+ pixel_y = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/maintenance/department/engine/atmos)
"qsV" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{
dir = 8
@@ -49001,6 +47430,16 @@
},
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/freezerchamber)
+"qsY" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"qtd" = (
/turf/open/floor/wood/tile,
/area/station/command/corporate_showroom)
@@ -49013,31 +47452,6 @@
/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"qtp" = (
-/obj/machinery/shower/directional/west,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 4
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
-"qtv" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/machinery/holopad,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/wood,
-/area/station/engineering/atmos/office)
-"qtD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/west,
-/turf/open/floor/plating,
-/area/station/hallway/primary/central/fore)
"qtE" = (
/obj/structure/bed{
dir = 4
@@ -49058,46 +47472,10 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/smooth,
/area/station/cargo/drone_bay)
-"qtL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/status_display/evac/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"qtP" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "Atmospherics Blast Door"
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics - Central"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"qtQ" = (
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"qug" = (
-/obj/structure/flora/bush/jungle/a/style_random,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"qul" = (
/obj/machinery/light/small/directional/east,
/obj/machinery/light_switch/directional/east,
@@ -49120,18 +47498,11 @@
/turf/open/floor/plating,
/area/station/science/auxlab/firing_range)
"quu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/iron/dark/side{
- dir = 1
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 4
},
-/area/station/science/xenobiology)
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
"quw" = (
/obj/structure/table/wood,
/obj/item/toy/plush/lizard_plushie/green{
@@ -49161,60 +47532,20 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
-"quP" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/clothing/gloves/color/black,
-/obj/item/electronics/airalarm{
- pixel_x = 6;
- pixel_y = 12
- },
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/machinery/light/cold/dim/directional/west,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"quU" = (
/turf/closed/wall/r_wall,
/area/station/command/heads_quarters/captain)
-"quY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"qva" = (
+/obj/machinery/door/airlock{
+ name = "Unit B";
+ id_tag = "Toilet3"
},
-/turf/closed/wall,
-/area/station/maintenance/port/greater)
-"qvc" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/end,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"qvr" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/station/maintenance/central/lesser)
-"qvt" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/disposalpipe/segment,
-/obj/item/radio/intercom/directional/west,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"qvu" = (
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/siding/thinplating{
- dir = 5
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
"qvw" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
@@ -49231,19 +47562,12 @@
/obj/item/kirbyplants/random,
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
-"qvY" = (
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 4
+"qvW" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"qwa" = (
/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 8
@@ -49252,17 +47576,20 @@
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"qwc" = (
-/obj/structure/tank_holder/emergency_oxygen,
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos)
-"qwo" = (
-/obj/structure/lattice,
-/obj/machinery/camera/directional/north{
- c_tag = "Atmospherics - South Exterior"
+"qwp" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ name = "AI Upload"
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured_half,
+/area/station/ai_monitored/turret_protected/ai_upload)
"qwq" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/computer/prisoner/management{
@@ -49291,6 +47618,12 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"qwA" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 9
+ },
+/turf/open/floor/eighties,
+/area/station/hallway/primary/central/fore)
"qwC" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
@@ -49300,12 +47633,6 @@
/obj/effect/turf_decal/siding/wideplating/dark,
/turf/open/floor/iron,
/area/station/security)
-"qwE" = (
-/obj/structure/cable,
-/turf/open/floor/iron/stairs/right{
- dir = 8
- },
-/area/station/commons/fitness/locker_room)
"qwU" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/table/glass,
@@ -49336,13 +47663,12 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
-"qxz" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+"qxB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/tcommsat/server)
"qxF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -49374,39 +47700,6 @@
/obj/structure/flora/bush/flowers_pp/style_random,
/turf/open/misc/sandy_dirt,
/area/station/science/research)
-"qyb" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 5
- },
-/obj/structure/table,
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 10
- },
-/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
- dir = 4
- },
-/obj/machinery/light_switch/directional/south,
-/obj/effect/spawner/random/entertainment/lighter{
- pixel_x = -7
- },
-/obj/item/flashlight{
- pixel_y = 8;
- pixel_x = 3
- },
-/obj/item/flashlight{
- pixel_y = 3;
- pixel_x = 10
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
-"qye" = (
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"qyx" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/chair{
@@ -49435,16 +47728,6 @@
/obj/structure/railing,
/turf/open/space/basic,
/area/space/nearstation)
-"qyR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/warm/dim,
-/obj/machinery/camera/autoname/directional/south,
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"qyT" = (
/turf/closed/wall,
/area/station/hallway/secondary/exit/departure_lounge)
@@ -49490,25 +47773,33 @@
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
/turf/open/floor/iron,
/area/station/security/tram)
-"qzD" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research/glass{
- name = "Break Room"
+"qzt" = (
+/obj/structure/window/spawner/directional/east,
+/obj/structure/window/spawner/directional/west,
+/obj/structure/flora/bush/large/style_2,
+/obj/structure/flora/bush/sparsegrass,
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
+"qzv" = (
+/obj/structure/table,
+/obj/item/canvas{
+ pixel_x = 13;
+ pixel_y = 12
},
-/obj/effect/mapping_helpers/airlock/access/all/science/general,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
-"qzK" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
+/obj/item/canvas,
+/obj/item/canvas{
+ pixel_x = 4;
+ pixel_y = 16
+ },
+/obj/item/canvas{
+ pixel_y = 15
+ },
+/obj/item/canvas{
+ pixel_x = 6
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
-/area/station/service/hydroponics)
+/area/station/commons/storage/art)
"qzL" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -49528,6 +47819,10 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
+"qzP" = (
+/obj/effect/turf_decal/weather/dirt,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"qzT" = (
/obj/item/bikehorn/rubberducky{
pixel_x = -6;
@@ -49544,6 +47839,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"qAj" = (
+/obj/machinery/bluespace_vendor/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"qAn" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -49575,6 +47874,27 @@
/obj/effect/turf_decal/stripes/red/line,
/turf/open/floor/iron/small,
/area/station/hallway/secondary/exit/departure_lounge)
+"qAt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"qAG" = (
+/obj/structure/reflector/box/anchored{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
+"qAJ" = (
+/obj/effect/spawner/random/structure/closet_private,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/carpet/purple,
+/area/station/commons/dorms)
"qAQ" = (
/obj/machinery/light/small/directional/east,
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/helium_output{
@@ -49583,17 +47903,6 @@
},
/turf/open/floor/engine/n2o,
/area/station/ai_monitored/turret_protected/ai)
-"qAR" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/tank,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/pumproom)
-"qAX" = (
-/obj/machinery/light/small/broken/directional/west,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
"qBc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -49608,17 +47917,6 @@
dir = 1
},
/area/station/security/execution/transfer)
-"qBd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/augments)
"qBi" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -49658,17 +47956,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
-"qBR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/camera/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"qBT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -49690,6 +47977,11 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"qCj" = (
+/obj/machinery/airalarm/directional/south,
+/obj/item/kirbyplants/organic/applebush,
+/turf/open/floor/wood/tile,
+/area/station/command/corporate_showroom)
"qCq" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -49700,6 +47992,20 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/dark,
/area/station/science/xenobiology)
+"qCH" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/dark/fourcorners,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"qCJ" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/wood{
@@ -49719,6 +48025,14 @@
},
/turf/open/floor/iron/large,
/area/station/command/heads_quarters/hop)
+"qCK" = (
+/obj/effect/landmark/start/botanist,
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"qCT" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
@@ -49753,16 +48067,22 @@
},
/turf/open/floor/wood/tile,
/area/station/tcommsat/server)
-"qDb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
+"qDd" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock{
+ name = "Theater Greenroom"
},
-/obj/effect/landmark/start/hangover,
-/obj/structure/chair/office{
+/obj/effect/mapping_helpers/airlock/access/all/service/theatre,
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/textured_half{
dir = 8
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/area/station/service/greenroom)
"qDi" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -49773,54 +48093,36 @@
/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden,
/turf/open/floor/wood/tile,
/area/station/tcommsat/server)
-"qDj" = (
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
-"qDq" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/brown/visible,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"qDv" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{
- dir = 8
- },
-/turf/open/floor/iron/smooth_corner,
-/area/station/engineering/supermatter/room)
"qDx" = (
/obj/structure/toilet,
/obj/structure/sign/poster/contraband/random/directional/north,
/turf/open/floor/iron/white/small,
/area/station/maintenance/port/aft)
-"qDA" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engine Airlock"
+"qDB" = (
+/turf/closed/wall/r_wall/rust,
+/area/station/engineering/atmos/storage)
+"qDC" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "engine_airlock_1"
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 1
},
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/main)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"qDF" = (
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"qDI" = (
+/obj/machinery/light/small/directional/south{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/engine/air,
+/area/station/engineering/atmos)
"qDJ" = (
/obj/machinery/door/airlock/maintenance{
name = "Maintenance"
@@ -49840,6 +48142,23 @@
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/wood/parquet,
/area/station/medical/psychology)
+"qDL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/obj/effect/landmark/start/botanist,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"qDN" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/status_display/evac/directional/west,
@@ -49878,19 +48197,26 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs)
-"qEA" = (
-/obj/structure/cable,
-/obj/structure/chair/office{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/start/lawyer,
-/turf/open/floor/wood/tile,
-/area/station/service/lawoffice)
"qEB" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/science/lower)
+"qEO" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/status_display/evac/directional/east,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/stripes/end,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/disposaloutlet{
+ dir = 1
+ },
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/effect/turf_decal/tile/green/fourcorners,
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"qEP" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -49899,6 +48225,12 @@
/obj/machinery/door/poddoor/shutters,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"qEQ" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/stairs/medium{
+ dir = 1
+ },
+/area/station/engineering/atmos)
"qFb" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -49909,6 +48241,20 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/white/side,
/area/station/science/lower)
+"qFc" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L10";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"qFh" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 4
@@ -49920,41 +48266,47 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/security/processing)
-"qFp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/security/prison)
"qFv" = (
/obj/effect/turf_decal/tile/green{
dir = 8
},
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"qFw" = (
-/obj/structure/fluff/broken_canister_frame,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
+"qFG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
dir = 4
},
-/turf/open/floor/plating/elevatorshaft,
+/turf/open/floor/iron,
/area/station/engineering/atmos)
-"qGk" = (
-/obj/structure/chair/stool/directional/east,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
-"qGp" = (
-/obj/structure/cable,
+"qGc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Fore Primary Hallway"
+ },
+/turf/open/floor/iron/textured_half,
+/area/station/hallway/primary/central/fore)
+"qGe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
},
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
+"qGf" = (
+/obj/structure/flora/bush/flowers_pp{
+ pixel_y = 3
+ },
+/obj/effect/dummy/lighting_obj,
+/obj/effect/light_emitter/fake_outdoors,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/grass/Airless,
+/area/station/hallway/primary/central/aft)
"qGu" = (
/obj/effect/turf_decal/siding/dark_red,
/obj/item/radio/intercom/directional/south,
@@ -49983,23 +48335,19 @@
/obj/effect/turf_decal/siding/wideplating/dark/corner,
/turf/open/floor/iron,
/area/station/security)
+"qHr" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 8
+ },
+/obj/machinery/light/small/directional/west,
+/obj/machinery/camera/directional/west,
+/obj/machinery/status_display/ai/directional/west,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"qHt" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"qHv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/aft)
"qHH" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/firealarm/directional/south,
@@ -50014,6 +48362,13 @@
},
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
+"qHO" = (
+/obj/structure/reagent_dispensers/fueltank/large,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"qHY" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -50021,6 +48376,18 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/white/side,
/area/station/science/lower)
+"qIb" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/effect/mapping_helpers/airlock/unres,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"qIf" = (
/turf/closed/wall,
/area/station/medical/cryo)
@@ -50028,29 +48395,19 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
/turf/open/floor/circuit/telecomms/mainframe,
/area/station/science/xenobiology)
-"qIl" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
"qIp" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security/processing)
-"qIx" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/camera/autoname/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"qIu" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/structure/railing{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"qIB" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -50058,6 +48415,12 @@
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
+"qIC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/sink/directional/east,
+/obj/structure/mirror/directional/west,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"qID" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -50080,6 +48443,14 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"qIW" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/structure/closet/l3closet/janitor,
+/obj/item/clothing/gloves/color/orange,
+/obj/item/clothing/shoes/galoshes,
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/small,
+/area/station/service/janitor)
"qIZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -50087,12 +48458,6 @@
/obj/structure/broken_flooring/pile/directional/east,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"qJp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
"qJq" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -50102,34 +48467,21 @@
},
/turf/open/floor/iron/diagonal,
/area/station/command/heads_quarters/hop)
-"qJN" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/clothing/suit/hazardvest{
- pixel_y = 8
- },
-/obj/item/clothing/suit/hazardvest{
- pixel_y = 5
- },
-/obj/item/clothing/suit/hazardvest{
- pixel_y = 2
- },
-/obj/item/tank/internals/emergency_oxygen/engi{
- pixel_y = 4
- },
-/obj/item/tank/internals/emergency_oxygen/engi{
- pixel_y = 4
- },
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = -12;
- pixel_y = 10
+"qJz" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = -15;
- pixel_y = 5
+/obj/effect/spawner/random/food_or_drink/salad{
+ pixel_y = 6
},
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
+"qJH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"qKe" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
/obj/effect/turf_decal/siding/green,
@@ -50148,6 +48500,21 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/storage_shared)
+"qKz" = (
+/obj/structure/window/spawner/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
+"qKD" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 6
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
+"qKE" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"qKI" = (
/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/iron/small,
@@ -50163,6 +48530,10 @@
/obj/effect/mapping_helpers/airlock/access/all/medical/cmo,
/turf/open/floor/iron/white/small,
/area/station/command/heads_quarters/cmo)
+"qKV" = (
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"qLj" = (
/obj/structure/bed{
dir = 4
@@ -50184,13 +48555,6 @@
},
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
-"qLx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/cold/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/cargo/office)
"qLA" = (
/obj/structure/chair{
dir = 4
@@ -50212,9 +48576,41 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"qLK" = (
+"qLU" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/hydroponics/constructable,
+/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
+/area/station/service/hydroponics)
+"qLX" = (
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/all/science/rd,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Research Director's Office"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/cubicle)
+"qMa" = (
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/table,
+/obj/item/storage/medkit/regular{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"qMb" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -50229,26 +48625,6 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"qMu" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
-"qME" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 5
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"qMG" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable,
@@ -50262,32 +48638,12 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"qNh" = (
-/turf/open/floor/stone,
-/area/station/service/bar)
"qNj" = (
/turf/open/floor/catwalk_floor/iron,
/area/station/maintenance/department/medical/central)
"qNn" = (
/turf/closed/wall/r_wall,
/area/station/service/abandoned_gambling_den/gaming)
-"qNp" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
-"qNq" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Dormatories"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/commons/fitness/locker_room)
"qNw" = (
/obj/structure/hedge,
/turf/open/floor/iron/white,
@@ -50306,15 +48662,18 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
-"qNN" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"qNO" = (
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
+"qNU" = (
+/obj/effect/spawner/random/structure/crate,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
+"qOb" = (
+/obj/structure/flora/bush/sparsegrass,
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"qOm" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/effect/turf_decal/stripes/corner{
@@ -50322,27 +48681,24 @@
},
/turf/open/floor/plating,
/area/station/commons/storage/tools)
-"qOH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"qOG" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/iron/grimy,
-/area/station/commons)
-"qOI" = (
-/obj/machinery/airalarm/directional/south,
-/obj/item/kirbyplants/organic/applebush,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 1
+ },
/turf/open/floor/wood/tile,
-/area/station/command/corporate_showroom)
+/area/station/maintenance/central/lesser)
"qOJ" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 6
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"qON" = (
/obj/effect/decal/cleanable/cobweb,
/obj/structure/table,
@@ -50363,17 +48719,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/cargo/drone_bay)
-"qPb" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 8
- },
-/obj/machinery/computer/security/telescreen/isolation/directional/east,
-/obj/machinery/photobooth/security,
-/turf/open/floor/iron,
-/area/station/security/execution/transfer)
"qPc" = (
/obj/effect/turf_decal/tile/green/opposingcorners{
dir = 1
@@ -50381,47 +48726,13 @@
/obj/effect/landmark/start/chemist,
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"qPg" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
- dir = 1
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"qPH" = (
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
+"qPJ" = (
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"qPN" = (
/turf/closed/wall/r_wall,
/area/station/security/prison/safe)
-"qPO" = (
-/obj/machinery/atmospherics/pipe/smart/simple/supply/visible/layer2{
- dir = 6
- },
-/obj/machinery/meter/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"qPQ" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
-"qPW" = (
-/obj/machinery/griddle,
-/obj/effect/turf_decal/siding{
- dir = 6
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
-"qQd" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/light/small/directional/east,
-/obj/structure/chair/stool/bar/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
"qQi" = (
/obj/structure/chair/stool/directional/north,
/obj/effect/turf_decal/siding/yellow{
@@ -50433,15 +48744,6 @@
/obj/effect/landmark/start/atmospheric_technician,
/turf/open/floor/wood,
/area/station/engineering/break_room)
-"qQn" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/components/binary/valve/digital{
- dir = 4
- },
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
"qQo" = (
/obj/structure/flora/bush/fullgrass/style_random,
/obj/structure/flora/bush/flowers_br/style_random,
@@ -50463,14 +48765,6 @@
"qQv" = (
/turf/open/floor/iron,
/area/station/security/prison/rec)
-"qQw" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/effect/landmark/start/geneticist,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
"qQB" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -50489,6 +48783,12 @@
},
/turf/open/floor/iron/small,
/area/station/maintenance/department/electrical)
+"qQG" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"qQK" = (
/turf/open/floor/iron/white/corner{
dir = 1
@@ -50501,6 +48801,17 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"qQR" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/computer/security/telescreen/engine/directional/west,
+/obj/machinery/status_display/evac/directional/south,
+/obj/item/radio/off{
+ pixel_x = 1;
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/ce)
"qRh" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
@@ -50525,16 +48836,11 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/iron/small,
/area/station/security/prison/shower)
-"qRw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+"qRx" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
"qRB" = (
/obj/structure/table,
/obj/machinery/computer/libraryconsole/bookmanagement{
@@ -50572,10 +48878,32 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"qRY" = (
-/obj/machinery/vending/games,
-/turf/open/floor/wood/parquet,
+"qSa" = (
+/obj/machinery/door/window/right/directional/north{
+ name = "Library Desk Door";
+ req_access = list("library")
+ },
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/carpet,
/area/station/service/library)
+"qSh" = (
+/obj/structure/cable,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"qSk" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"qSC" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line,
@@ -50587,13 +48915,6 @@
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/warehouse)
-"qSJ" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"qSS" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/red/fourcorners,
@@ -50625,6 +48946,12 @@
dir = 8
},
/area/station/science/research)
+"qTc" = (
+/obj/machinery/air_sensor/incinerator_tank,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/turf/open/floor/engine/vacuum,
+/area/station/maintenance/disposal/incinerator)
"qTe" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -50636,16 +48963,6 @@
dir = 8
},
/area/station/science/research)
-"qTf" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/status_display/door_timer{
- id = "Cell 2";
- name = "Cell 2";
- pixel_y = 32
- },
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/security/brig)
"qTk" = (
/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 8
@@ -50674,6 +48991,11 @@
/obj/machinery/light/cold/directional/east,
/turf/open/floor/plating,
/area/station/command/teleporter)
+"qTG" = (
+/obj/structure/cable,
+/obj/effect/spawner/random/structure/crate,
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
"qTJ" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
@@ -50691,14 +49013,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"qUd" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2,
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"qUe" = (
/obj/structure/cable,
/obj/machinery/door/airlock/glass,
@@ -50714,6 +49028,15 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"qUl" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"qUm" = (
/obj/structure/table/glass,
/obj/item/folder/yellow,
@@ -50750,12 +49073,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
-"qUN" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/turf/open/floor/iron/stairs/medium{
- dir = 1
+"qUL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/area/station/engineering/atmos)
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"qUS" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 4
@@ -50765,6 +49091,11 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
+"qUV" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"qUZ" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
@@ -50782,21 +49113,12 @@
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
"qVm" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
+/obj/effect/turf_decal/siding/thinplating{
dir = 8
},
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"qVn" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -50855,17 +49177,25 @@
"qVV" = (
/turf/closed/wall,
/area/station/security/brig)
+"qVY" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"qVZ" = (
/obj/structure/sign/poster/official/random/directional/north,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/wood,
/area/station/cargo/boutique)
-"qWf" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
+"qWg" = (
+/obj/machinery/door/airlock{
+ name = "Bathrooms"
},
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/toilet/restrooms)
"qWh" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -50880,25 +49210,26 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/medical/psychology)
-"qWt" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/status_display/evac/directional/north,
+"qWC" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/iron,
/area/station/commons/dorms)
-"qWz" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/service/lawoffice)
"qWF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/corner,
/area/station/science/research)
+"qWG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"qWJ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -50927,16 +49258,6 @@
/obj/effect/mapping_helpers/airlock/access/all/command/general,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"qWV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/flasher/directional/west{
- id = "brigentry"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"qXb" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -50958,21 +49279,11 @@
department = "Head of Personnel's Desk";
name = "Head of Personnel's Requests Console"
},
-/obj/effect/mapping_helpers/requests_console/announcement,
-/obj/effect/mapping_helpers/requests_console/information,
-/obj/effect/mapping_helpers/requests_console/assistance,
-/turf/open/floor/plating,
-/area/station/command/heads_quarters/hop)
-"qXd" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/closet/emcloset,
-/obj/machinery/light/small/directional/east,
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
+/obj/effect/mapping_helpers/requests_console/announcement,
+/obj/effect/mapping_helpers/requests_console/information,
+/obj/effect/mapping_helpers/requests_console/assistance,
+/turf/open/floor/plating,
+/area/station/command/heads_quarters/hop)
"qXe" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -51019,13 +49330,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"qXD" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"qXG" = (
/obj/machinery/computer/bank_machine{
dir = 1
@@ -51045,21 +49349,20 @@
/turf/open/floor/iron/cafeteria,
/area/station/science/breakroom)
"qXP" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/light/warm/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"qXV" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
+/obj/effect/turf_decal/plaque{
+ icon_state = "L8";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/landmark/observer_start,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"qYh" = (
/obj/structure/closet/crate/silvercrate,
/obj/effect/turf_decal/bot_white/left,
@@ -51069,19 +49372,6 @@
/obj/machinery/status_display/ai/directional/east,
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
-"qYl" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/pen,
-/obj/machinery/door/poddoor/shutters{
- id = "meow";
- name = "Commissary"
- },
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"qYn" = (
/obj/machinery/door/airlock/external{
name = "Tram Maintenance"
@@ -51090,19 +49380,23 @@
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/turf/open/floor/iron/dark/small,
/area/station/security/tram)
-"qYp" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 10
+"qYr" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"qYs" = (
-/obj/machinery/door/window/right/directional/west{
- name = "Fitness Ring"
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
},
-/obj/structure/window/spawner/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"qYv" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -51146,12 +49440,6 @@
},
/turf/open/floor/plating,
/area/station/security/brig/entrance)
-"qYQ" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 4
- },
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
"qZe" = (
/obj/effect/turf_decal/siding/white/corner{
dir = 1
@@ -51165,6 +49453,21 @@
/obj/effect/landmark/start/scientist,
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
+"qZj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/item/ammo_casing/spent{
+ pixel_x = 5;
+ pixel_y = 6
+ },
+/obj/item/ammo_casing/spent,
+/obj/item/ammo_casing/spent{
+ pixel_x = 4;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"qZm" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
@@ -51180,13 +49483,21 @@
/obj/structure/sign/departments/medbay/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"qZE" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Office"
+"qZw" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Dormatories"
},
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/turf/open/floor/iron/textured_half,
-/area/station/maintenance/department/engine/atmos)
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/commons/fitness/locker_room)
+"qZy" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/white/small,
+/area/station/medical/medbay/lobby)
"qZG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/broken_flooring/corner/directional/south,
@@ -51225,31 +49536,12 @@
},
/turf/open/floor/tram,
/area/station/security/tram)
-"rao" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"rar" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"ras" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
+"rax" = (
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/commons/dorms)
"raE" = (
/obj/machinery/duct,
/turf/open/floor/iron,
@@ -51268,11 +49560,21 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"raP" = (
-/obj/item/kirbyplants/random,
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
+"raR" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
+"raZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"rbc" = (
/obj/structure/transport/linear/tram,
/obj/structure/tram,
@@ -51281,25 +49583,17 @@
},
/turf/open/floor/tram,
/area/station/security/tram)
-"rbg" = (
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"rbl" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/machinery/light/cold/dim/directional/east,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"rbp" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor{
- id = "Secure Storage";
- name = "Secure Storage"
+"rbj" = (
+/obj/item/radio/intercom/directional/east,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating/rust,
+/obj/machinery/disposal/bin,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"rbn" = (
+/obj/structure/closet/crate/solarpanel_small,
+/turf/open/floor/iron/smooth,
/area/station/engineering/main)
"rbs" = (
/obj/effect/spawner/structure/window,
@@ -51315,31 +49609,30 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/treatment_center)
+"rbH" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/light_switch/directional/west,
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"rbO" = (
/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 1
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"rbQ" = (
-/obj/structure/table,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/clothing/mask/breath{
- pixel_x = 15;
- pixel_y = 5
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
-"rbT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
+"rbW" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
+/obj/effect/mapping_helpers/airlock/access/any/security/general,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
+"rcb" = (
+/obj/machinery/suit_storage_unit/atmos,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/office)
"rce" = (
/obj/machinery/camera{
c_tag = "Xenobiology - Cell 3";
@@ -51374,19 +49667,37 @@
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"rcK" = (
-/obj/effect/spawner/random/entertainment/lighter,
-/obj/item/cigarette/rollie/mindbreaker{
- pixel_x = -2;
- pixel_y = 6
+"rcv" = (
+/obj/machinery/computer/security/mining,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
},
-/obj/item/cigarette/rollie/trippy{
- pixel_x = 4
+/obj/machinery/incident_display/bridge/directional/north,
+/turf/open/floor/iron/smooth,
+/area/station/command/bridge)
+"rcE" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/disposalpipe/junction{
+ dir = 1
},
-/obj/effect/mapping_helpers/burnt_floor,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/greater)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"rcP" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Public Shrine"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/hallway/primary/central/fore)
"rcQ" = (
/obj/item/kirbyplants/random,
/obj/effect/decal/cleanable/dirt,
@@ -51394,26 +49705,83 @@
/obj/machinery/light/small/dim/directional/east,
/turf/open/floor/iron,
/area/station/maintenance/department/engine/atmos)
+"rdj" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
+"rdm" = (
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
+"rdn" = (
+/obj/effect/turf_decal/siding/wideplating,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
+"rds" = (
+/obj/machinery/computer/slot_machine{
+ pixel_y = 2
+ },
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"rdw" = (
/turf/open/floor/eighties/red,
/area/station/service/abandoned_gambling_den/gaming)
+"rdA" = (
+/obj/machinery/light/small/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 6
+ },
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"rdH" = (
/obj/machinery/keycard_auth/directional/south,
/turf/open/floor/mineral/titanium,
/area/station/command/heads_quarters/ce)
-"rdJ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/stack/spacecash/c1,
-/obj/item/cigarette/cigar/havana,
-/turf/open/floor/light/colour_cycle/dancefloor_b,
-/area/station/maintenance/starboard/central)
"rdM" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
},
/turf/open/floor/engine,
/area/station/science/cytology)
+"rdV" = (
+/obj/structure/cable,
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"rdW" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/red{
+ dir = 6
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/white/small,
+/area/station/security/warden)
"reg" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -51429,16 +49797,17 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"reu" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=6.3-Arrivals";
- location = "6.2-Arrivals"
+"rem" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
+/area/station/hallway/secondary/recreation)
+"rex" = (
+/obj/effect/turf_decal/tile/neutral/full,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/maintenance/central/lesser)
"reE" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -51475,19 +49844,6 @@
},
/turf/open/floor/wood,
/area/station/hallway/secondary/entry)
-"reL" = (
-/obj/effect/turf_decal/siding/wideplating{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/requests_console/directional/west{
- department = "Atmospherics";
- name = "Atmospherics Requests Console"
- },
-/obj/effect/mapping_helpers/requests_console/supplies,
-/obj/effect/mapping_helpers/requests_console/assistance,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"reM" = (
/turf/closed/wall/r_wall,
/area/station/security/checkpoint/escape)
@@ -51495,16 +49851,13 @@
/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
/turf/closed/wall/r_wall,
/area/station/science/ordnance/burnchamber)
-"reR" = (
+"reS" = (
+/obj/effect/spawner/random/trash,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"reZ" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 4
@@ -51519,11 +49872,22 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"rfo" = (
+/obj/structure/cable,
+/obj/item/kirbyplants/organic/applebush,
+/obj/machinery/power/apc/auto_name/directional/east,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/bridge)
"rfq" = (
/obj/structure/sink/directional/south,
/obj/effect/turf_decal/trimline/blue/end,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
+"rfB" = (
+/obj/item/kirbyplants/random,
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"rfD" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -51538,6 +49902,19 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/glass,
/area/station/command/heads_quarters/rd)
+"rfW" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"rfZ" = (
/obj/structure/cable,
/turf/open/floor/iron/grimy,
@@ -51555,6 +49932,10 @@
/obj/item/kirbyplants/random/fullysynthetic,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"rgM" = (
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/glass,
+/area/station/hallway/primary/central/aft)
"rgS" = (
/obj/structure/railing/corner/end{
dir = 1
@@ -51566,13 +49947,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/small,
/area/station/maintenance/department/engine/atmos)
-"rhg" = (
-/obj/machinery/air_sensor/engine_chamber,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"rhj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -51580,17 +49954,39 @@
/obj/structure/broken_flooring/corner/directional/south,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"rhu" = (
-/obj/effect/turf_decal/siding/yellow{
- dir = 5
+"rhm" = (
+/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
+ dir = 10
},
-/obj/machinery/camera/emp_proof{
- c_tag = "Engineering - Atmospherics CO2 Chamber";
- dir = 9;
- network = list("ss13","engineering")
+/obj/structure/table,
+/obj/item/cigarette,
+/obj/item/toy/toy_dagger,
+/obj/item/clothing/head/collectable/paper,
+/obj/item/toy/figure/roboticist{
+ pixel_x = 6;
+ pixel_y = 6
},
-/turf/open/floor/engine/n2o,
-/area/station/engineering/atmos/space_catwalk)
+/obj/item/toy/figure/syndie{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/obj/item/toy/figure/md{
+ pixel_x = 10
+ },
+/obj/item/toy/figure/hop{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/toy/figure/ian{
+ pixel_x = -5;
+ pixel_y = -1
+ },
+/obj/item/toy/figure/lawyer{
+ pixel_x = -10
+ },
+/obj/item/toy/figure/detective,
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"rhy" = (
/obj/structure/chair{
dir = 1
@@ -51599,6 +49995,10 @@
/obj/structure/thermoplastic,
/turf/open/floor/tram,
/area/station/security/tram)
+"rhC" = (
+/obj/structure/chair/office,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
"rhH" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -51614,13 +50014,6 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"rhY" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
"rie" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/start/cargo_technician,
@@ -51634,23 +50027,46 @@
/obj/machinery/door/poddoor/massdriver_chapel,
/turf/open/floor/plating,
/area/station/service/chapel/funeral)
+"rik" = (
+/obj/structure/flora/grass/jungle/b/style_random,
+/obj/machinery/camera/directional/north,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
+"riq" = (
+/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/window/brigdoor/left/directional/east{
+ name = "Secure Creature Pen";
+ req_access = list("research")
+ },
+/turf/open/floor/iron,
+/area/station/science/xenobiology)
"rir" = (
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
+"riG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible,
+/obj/effect/turf_decal/tile/dark/fourcorners,
+/obj/machinery/computer/atmos_control/carbon_tank,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"riS" = (
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"riV" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/cargo/drone_bay)
-"rjd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"rji" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -51671,14 +50087,13 @@
dir = 1
},
/area/station/maintenance/department/electrical)
-"rjr" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/door/poddoor/shutters/radiation/preopen{
- id = "engsm";
- name = "Radiation Chamber Shutters"
- },
-/turf/open/floor/plating/rust,
-/area/station/engineering/supermatter)
+"rjq" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"rjv" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -51688,72 +50103,49 @@
/obj/structure/sign/poster/official/random/directional/east,
/turf/open/floor/iron/dark/small,
/area/station/hallway/primary/fore)
-"rjE" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"rjF" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 4;
- name = "Air"
+"rjN" = (
+/obj/structure/cable,
+/obj/structure/chair{
+ pixel_y = -2
},
-/obj/machinery/light/small/red/directional/north,
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron,
-/area/station/maintenance/port/fore)
-"rkk" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
+/turf/open/floor/iron/dark,
+/area/station/security/interrogation)
+"rjP" = (
+/obj/effect/turf_decal/bot/right,
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
+"rko" = (
+/obj/structure/sign/directions/evac/directional/west,
+/obj/structure/sign/directions/science/directional/west{
+ dir = 4;
+ pixel_y = -8
},
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 10
+/obj/structure/sign/directions/security/directional/west{
+ pixel_y = 8
},
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"rkn" = (
-/obj/effect/turf_decal/siding/thinplating{
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line,
+/obj/effect/turf_decal/stripes/red/line{
dir = 1
},
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/eighties/red,
+/turf/open/floor/iron/small,
/area/station/hallway/primary/central/fore)
-"rks" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
-"rky" = (
+"rkF" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
/turf/open/floor/iron,
-/area/station/science/xenobiology)
+/area/station/commons/fitness/recreation/entertainment)
"rkI" = (
/obj/structure/disposalpipe/trunk,
/obj/structure/disposaloutlet{
desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal.";
name = "rapid corpse mover 9000"
},
-/obj/structure/window/spawner/directional/west,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/plating,
-/area/station/medical/morgue)
-"rkP" = (
-/obj/machinery/light/small/directional/north,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
-"rkS" = (
-/obj/effect/turf_decal/siding/yellow{
- dir = 8
- },
-/obj/machinery/air_sensor/nitrous_tank,
-/turf/open/floor/engine/n2o,
-/area/station/engineering/atmos/space_catwalk)
+/obj/structure/window/spawner/directional/west,
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/plating,
+/area/station/medical/morgue)
"rlb" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -51772,31 +50164,45 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"rlk" = (
-/obj/machinery/light/broken/directional/north,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/corner,
-/obj/structure/sign/warning/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"rln" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
+"rli" = (
+/obj/machinery/door/airlock/silver{
+ name = "Showers"
+ },
+/turf/open/floor/iron/textured_half{
dir = 1
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/area/station/commons/dorms)
+"rlq" = (
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/effect/spawner/random/bedsheet{
+ dir = 4
+ },
/obj/machinery/button/door/directional/north{
- name = "Door Bolt Control";
- id = "commiss2";
+ id = "Cabin3";
+ name = "Cabin Bolt Control";
normaldoorcontrol = 1;
specialfunctions = 4
},
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
+/turf/open/floor/carpet/blue,
+/area/station/commons/dorms)
"rlr" = (
/turf/closed/wall,
/area/station/medical/storage)
+"rly" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
"rlH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -51808,6 +50214,24 @@
/obj/machinery/air_sensor/ordnance_burn_chamber,
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/burnchamber)
+"rlN" = (
+/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"rlP" = (
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"rlR" = (
+/obj/machinery/door/poddoor/incinerator_atmos_main,
+/turf/open/floor/engine,
+/area/station/maintenance/disposal/incinerator)
"rma" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 6
@@ -51815,46 +50239,35 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/dark,
/area/station/science/ordnance/testlab)
-"rmr" = (
-/obj/effect/turf_decal/box/corners{
+"rmf" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
dir = 4
},
-/obj/effect/turf_decal/box/corners{
- dir = 1
- },
-/obj/machinery/vatgrower,
-/turf/open/floor/engine,
-/area/station/science/cytology)
-"rmD" = (
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/obj/machinery/door/airlock/engineering/glass{
- name = "Locker Room"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible,
/obj/structure/cable,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/engine_smes)
-"rmJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"rmk" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/jungle/c/style_3{
+ pixel_x = -7
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/grass,
+/area/station/service/chapel)
"rmM" = (
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/iron/edge{
dir = 8
},
/area/station/engineering/main)
+"rmV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/caution/stand_clear,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"rmX" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -51871,6 +50284,24 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
+"rnd" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/machinery/light/no_nightlight/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"rnr" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/bush/jungle/c/style_3{
+ pixel_x = 8
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"rnD" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/station/commons/fitness/recreation/entertainment)
"rnE" = (
/obj/effect/spawner/structure/window,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -51891,24 +50322,6 @@
/obj/structure/thermoplastic/light,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
-"roc" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2,
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
-"roe" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/railing/corner/end{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 8
- },
-/obj/structure/sign/warning/radiation/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
"roi" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -51952,14 +50365,14 @@
},
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/rd)
-"rpa" = (
+"rpg" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/iron/dark,
-/area/station/science/xenobiology)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"rpi" = (
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
@@ -51967,40 +50380,42 @@
"rpk" = (
/turf/open/floor/iron/white,
/area/station/science/research)
+"rpo" = (
+/obj/machinery/light/floor,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"rpq" = (
/obj/machinery/camera/autoname/directional/east,
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/smooth,
/area/station/security/evidence)
-"rpx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
+"rpv" = (
+/obj/structure/chair/sofa/bench/left{
+ dir = 8
},
-/obj/effect/turf_decal/trimline/neutral/line{
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/dark/side{
dir = 4
},
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
+/area/station/hallway/primary/central/fore)
+"rpB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/structure/cable,
+/obj/structure/sign/departments/holy/directional/north,
+/obj/machinery/camera/directional/north,
/turf/open/floor/iron,
-/area/station/hallway/primary/aft)
-"rpH" = (
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 8
- },
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 1
+/area/station/hallway/primary/port)
+"rpF" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ name = "Air to Distro staging"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/camera/directional/north{
+ c_tag = "atmospherics - lower"
},
/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"rpS" = (
-/obj/effect/spawner/random/trash,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
+/area/station/engineering/atmos)
"rpV" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/spawner/random/maintenance,
@@ -52013,51 +50428,52 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"rqf" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"rqm" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/small,
/area/station/tcommsat/server)
+"rqp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron/dark,
+/area/station/security/office)
"rqq" = (
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/cargo/office)
+"rqr" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/main)
+"rqt" = (
+/obj/machinery/airalarm/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/aquarium/lawyer,
+/turf/open/floor/iron/dark,
+/area/station/service/lawoffice)
"rqw" = (
/turf/closed/wall,
/area/station/commons/dorms)
-"rqC" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
+"rqD" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/machinery/light/warm/directional/south,
-/obj/item/kirbyplants/random/fullysynthetic,
/turf/open/floor/iron,
-/area/station/commons/dorms)
+/area/station/commons/fitness/locker_room)
+"rqF" = (
+/obj/structure/flora/bush/jungle/a/style_3,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
"rqR" = (
/obj/machinery/door/airlock/external/glass,
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"rqV" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 9
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"rrb" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_dark,
@@ -52072,23 +50488,42 @@
dir = 4
},
/area/station/engineering/main)
+"rrp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"rrq" = (
/obj/structure/closet,
/turf/open/floor/plating,
/area/station/cargo/office)
+"rrr" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"rrt" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/science/robotics/augments)
-"rrG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+"rrw" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock/research/glass{
+ name = "Robotics Lab"
},
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
+/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/mechbay)
+"rry" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/area/station/engineering/supermatter/room)
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"rrQ" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/effect/turf_decal/tile/dark_red/half/contrasted,
@@ -52102,6 +50537,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/service/lawoffice)
+"rrX" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/turf/open/floor/stone,
+/area/station/service/bar)
"rrZ" = (
/obj/structure/closet/crate/trashcart,
/obj/effect/spawner/random/trash/garbage,
@@ -52126,6 +50567,19 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/service/lawoffice)
+"rsl" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/table,
+/obj/item/stock_parts/subspace/ansible,
+/obj/item/stock_parts/subspace/ansible,
+/obj/item/stock_parts/subspace/ansible,
+/obj/item/stock_parts/subspace/crystal,
+/obj/item/stock_parts/subspace/crystal,
+/obj/item/stock_parts/subspace/crystal,
+/obj/machinery/power/apc/auto_name/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/engineering/storage/tcomms)
"rsr" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -52154,13 +50608,6 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/virology)
-"rsD" = (
-/obj/structure/flora/bush/large/style_3,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"rsH" = (
/obj/structure/punching_bag,
/obj/effect/turf_decal/bot,
@@ -52169,44 +50616,16 @@
"rsL" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/starboard/fore)
+"rsZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"rth" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain)
-"rtl" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/dark_red,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/food/gumball{
- pixel_x = 5;
- pixel_y = 9
- },
-/obj/item/cigarette/candy{
- pixel_x = -3;
- pixel_y = 10
- },
-/obj/item/food/gumball{
- pixel_x = 2;
- pixel_y = 5
- },
-/obj/item/weldingtool/mini{
- pixel_x = 5;
- pixel_y = -11
- },
-/obj/item/screwdriver{
- pixel_x = 2;
- pixel_y = -3
- },
-/obj/item/storage/box/prisoner{
- pixel_x = 5;
- pixel_y = -12
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/dark,
-/area/station/security/processing)
"rto" = (
/obj/effect/turf_decal/siding/thinplating_new/terracotta{
dir = 1
@@ -52215,24 +50634,15 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/small,
/area/station/ai_monitored/command/storage/eva)
-"rtq" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
+"rtC" = (
+/obj/effect/spawner/random/structure/closet_maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/department/electrical)
+"rtI" = (
+/turf/open/floor/iron/white/corner{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"rtI" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/science/xenobiology)
"rtQ" = (
/turf/closed/wall/r_wall,
/area/station/security/tram)
@@ -52242,6 +50652,12 @@
},
/turf/closed/wall,
/area/station/hallway/secondary/recreation)
+"rua" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"rub" = (
/obj/structure/railing/corner,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -52260,21 +50676,21 @@
dir = 8
},
/area/station/security/prison/garden)
+"rud" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/window/left/directional/east{
+ name = "Mass Driver Door";
+ req_access = list("ordnance")
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/station/science/ordnance/testlab)
"rui" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"rum" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/airalarm/directional/south,
-/obj/item/kirbyplants/random,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
"rup" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -52292,22 +50708,31 @@
"ruD" = (
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
-"ruE" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
+"ruS" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/obj/machinery/disposal/bin,
-/obj/machinery/light/small/directional/south,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"ruY" = (
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
"rvp" = (
/turf/closed/mineral/random/stationside,
/area/station/maintenance/hallway/abandoned_command)
+"rvr" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/airalarm/directional/west,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"rvs" = (
/obj/effect/turf_decal/stripes/white/line,
/obj/item/stack/sheet/mineral/titanium,
@@ -52355,26 +50780,6 @@
dir = 6
},
/area/station/science/research)
-"rwk" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research/glass{
- name = "Genetics"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/genetics,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
-"rwl" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 9
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"rwo" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/machinery/camera/directional/west,
@@ -52404,16 +50809,6 @@
},
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
-"rwI" = (
-/obj/effect/spawner/random/entertainment/arcade{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating{
- dir = 8
- },
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
"rwJ" = (
/obj/structure/chair/stool/directional/north,
/obj/effect/turf_decal/siding/yellow,
@@ -52426,19 +50821,19 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"rxa" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/structure/mannequin/plastic,
+/turf/open/floor/carpet/blue,
+/area/station/cargo/boutique)
"rxo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"rxs" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"rxu" = (
/obj/structure/table,
/obj/machinery/airalarm/directional/south,
@@ -52453,19 +50848,11 @@
/obj/item/razor,
/turf/open/floor/iron/dark/small,
/area/station/security/execution/education)
-"rxG" = (
-/obj/structure/chair/stool/directional/north,
-/turf/open/floor/carpet/orange,
-/area/station/commons/dorms)
-"rxL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/janitor,
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
+"rxD" = (
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
"rxP" = (
/obj/structure/table,
/obj/item/assembly/signaler{
@@ -52494,6 +50881,42 @@
/obj/item/modular_computer/laptop,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
+"rxX" = (
+/obj/structure/closet{
+ name = "Paramedic Supplies"
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/light/cold/directional/east,
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
+"rxY" = (
+/obj/structure/chair/stool/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth,
+/area/station/hallway/secondary/command)
+"rxZ" = (
+/obj/item/book/manual/chef_recipes,
+/obj/item/stack/package_wrap{
+ pixel_y = 2
+ },
+/obj/item/holosign_creator/robot_seat/restaurant,
+/obj/structure/table,
+/obj/effect/turf_decal/siding{
+ dir = 9
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
+"rya" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 10
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"ryi" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -52528,18 +50951,11 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
-"ryJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"ryW" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/central/aft)
-"ryT" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"rza" = (
/obj/structure/disposalpipe/junction{
dir = 1
@@ -52548,30 +50964,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/cafeteria,
/area/station/science/breakroom)
-"rzn" = (
+"rzd" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"rzz" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L5";
- pixel_y = -15
- },
-/obj/effect/turf_decal/tile/neutral{
+/area/station/science/ordnance/storage)
+"rze" = (
+/obj/structure/railing{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"rzF" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
+/area/station/commons/dorms)
"rzJ" = (
/obj/structure/chair/sofa/bench/left{
dir = 4
@@ -52592,11 +50996,11 @@
/obj/machinery/bouldertech/refinery,
/turf/open/floor/iron,
/area/station/cargo/miningfoundry)
-"rzV" = (
-/obj/structure/rack,
+"rzZ" = (
+/obj/effect/spawner/random/structure/crate,
/obj/effect/spawner/random/maintenance,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/aft)
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
"rAt" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -52614,9 +51018,6 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"rAx" = (
-/turf/open/floor/stone,
-/area/station/service/chapel)
"rAA" = (
/obj/structure/flora/bush/flowers_pp/style_random,
/mob/living/carbon/human/species/monkey,
@@ -52632,6 +51033,12 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
+"rAE" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 6
+ },
+/turf/open/floor/engine/n2o,
+/area/station/engineering/atmos)
"rAG" = (
/obj/structure/table,
/obj/structure/sign/warning/radiation/rad_area/directional/east,
@@ -52643,18 +51050,6 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/plating,
/area/station/engineering/gravity_generator)
-"rAH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/status_display/evac/directional/east,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/structure/reflector/box/anchored{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"rAR" = (
/obj/structure/cable,
/obj/machinery/door/airlock/security/glass{
@@ -52672,12 +51067,11 @@
/obj/structure/extinguisher_cabinet/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"rBf" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
+"rBg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
+/area/station/science/ordnance/testlab)
"rBh" = (
/obj/effect/turf_decal/tile/brown/fourcorners,
/turf/open/floor/iron,
@@ -52718,13 +51112,22 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"rBU" = (
+"rBJ" = (
/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"rBO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/airalarm/directional/east,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/commons/dorms)
"rBY" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -52732,6 +51135,12 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"rCa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/station/science/ordnance/testlab)
"rCj" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -52743,65 +51152,28 @@
dir = 1
},
/area/station/security/execution/transfer)
-"rCk" = (
-/obj/structure/table,
-/obj/item/phone{
- pixel_x = 6;
- pixel_y = 1
- },
-/obj/item/reagent_containers/cup/glass/mug/britcup{
- pixel_x = -6;
- pixel_y = 11
- },
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
-"rCr" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/machinery/light/small/broken/directional/north,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"rCv" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/hallway/secondary/exit/departure_lounge)
-"rCz" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 10
- },
-/obj/machinery/light/small/directional/south,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
-"rCN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Brig"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "sci-entrance"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/textured_half,
-/area/station/security/brig/entrance)
-"rCU" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
-/obj/structure/sink/directional/east,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/main)
-"rCX" = (
-/obj/effect/turf_decal/siding/purple{
- dir = 6
+"rCA" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"rCQ" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/plasma_input,
-/turf/open/floor/engine/plasma,
-/area/station/engineering/atmos/space_catwalk)
+/obj/effect/turf_decal/tile/yellow/fourcorners,
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/light/no_nightlight/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"rCS" = (
+/obj/structure/chair/stool/bar/directional/west,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"rDc" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/siding/yellow{
@@ -52823,6 +51195,36 @@
dir = 4
},
/area/station/hallway/secondary/entry)
+"rDv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/cold/directional/west,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"rDD" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/white/corner,
+/area/station/commons/dorms)
+"rDN" = (
+/obj/machinery/door/airlock/research/glass{
+ name = "Cytology Lab"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/research,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
"rDP" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -52845,6 +51247,11 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"rEa" = (
+/obj/structure/sink/directional/south,
+/obj/structure/mirror/directional/north,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"rEb" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/generic_maintenance_landmark,
@@ -52852,28 +51259,33 @@
/obj/structure/alien/weeds,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"rEt" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/eighties,
-/area/station/service/abandoned_gambling_den/gaming)
-"rEH" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
+"rEd" = (
+/turf/open/floor/iron,
+/area/station/maintenance/fore/greater)
+"rEF" = (
+/obj/machinery/photocopier,
+/obj/structure/sign/painting/library{
+ pixel_y = 32
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"rEJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/camera/directional/east,
+/obj/machinery/status_display/evac/directional/east,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"rEW" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/door/airlock/atmos{
- name = "Locker Room"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/atmos)
-"rEO" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/hallway/primary/port)
"rEY" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/pdapainter{
@@ -52940,13 +51352,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"rFB" = (
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/smooth_large,
-/area/station/science/auxlab/firing_range)
"rFC" = (
/turf/open/floor/catwalk_floor,
/area/station/command/heads_quarters/ce)
@@ -53006,10 +51411,6 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"rFY" = (
-/obj/effect/turf_decal/siding/thinplating/terracotta,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"rGp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -53041,18 +51442,6 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"rGF" = (
-/obj/structure/table/wood,
-/obj/item/pen/red{
- pixel_x = 3;
- pixel_y = 12
- },
-/obj/item/pen/blue{
- pixel_x = -6;
- pixel_y = 12
- },
-/turf/open/floor/carpet,
-/area/station/service/library)
"rGI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -53082,18 +51471,19 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
+"rHl" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/vending/cigarette,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
"rHp" = (
/obj/effect/turf_decal/siding/wood,
/obj/effect/landmark/event_spawn,
/turf/open/floor/carpet/royalblue,
/area/station/command/heads_quarters/captain)
-"rHu" = (
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
"rHw" = (
/obj/structure/window/reinforced/spawner/directional/south,
/turf/open/space/basic,
@@ -53102,13 +51492,6 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
-"rHC" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 5
- },
-/obj/structure/flora/tree/jungle/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"rHD" = (
/obj/structure/chair/office{
dir = 4
@@ -53133,6 +51516,17 @@
/obj/effect/spawner/random/structure/girder,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"rHO" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"rHY" = (
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 1
+ },
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"rIb" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/closet/secure_closet/security/sec,
@@ -53149,6 +51543,27 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"rIo" = (
+/obj/effect/turf_decal/siding/green/end,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark/herringbone,
+/area/station/service/abandoned_gambling_den/gaming)
+"rIt" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
+"rIz" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ name = "Gas to Cold Loop";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"rIJ" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/engine,
@@ -53173,16 +51588,30 @@
},
/turf/open/floor/grass,
/area/station/science/xenobiology)
-"rJz" = (
-/obj/machinery/light_switch/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"rJW" = (
/obj/machinery/suit_storage_unit/hos,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/checker,
/area/station/command/heads_quarters/hos)
+"rJZ" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"rKd" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
+ dir = 1
+ },
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"rKp" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"rKv" = (
/obj/structure/broken_flooring/singular/directional/east,
/turf/open/floor/iron,
@@ -53193,6 +51622,15 @@
},
/turf/open/floor/iron,
/area/station/science/cytology)
+"rKM" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"rKR" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -53201,43 +51639,11 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
-"rKU" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/jungle/c/style_3{
- pixel_x = 8
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"rKY" = (
-/obj/structure/sign/directions/engineering{
- dir = 1;
- pixel_y = 8
- },
-/obj/structure/sign/directions/command{
- dir = 1
- },
-/obj/structure/sign/directions/supply{
- dir = 1;
- pixel_y = -8
- },
-/turf/closed/wall,
-/area/station/service/library)
"rKZ" = (
/obj/structure/railing,
/obj/machinery/light/small/dim/directional/north,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/department/engine/atmos)
-"rLg" = (
-/obj/structure/window/spawner/directional/north,
-/obj/structure/flora/bush/flowers_yw/style_random,
-/obj/machinery/door/airlock{
- id_tag = "Toilet1";
- name = "Unit 1"
- },
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/locker_room)
"rLj" = (
/obj/structure/railing/corner{
dir = 4
@@ -53279,28 +51685,12 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"rLC" = (
-/obj/machinery/vending/hydroseeds{
- slogan_delay = 700
- },
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/delivery/white{
- color = "#52B4E9"
- },
-/obj/machinery/camera/autoname/directional/north,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
-"rLF" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"rLx" = (
+/obj/effect/turf_decal/siding/thinplating/terracotta,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"rLK" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
@@ -53318,11 +51708,6 @@
},
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
-"rLR" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
"rMb" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/obj/effect/landmark/generic_maintenance_landmark,
@@ -53341,6 +51726,17 @@
/obj/structure/sign/poster/contraband/random/directional/west,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
+"rMj" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research{
+ name = "Robotics Lab"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/lab)
"rMl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -53352,24 +51748,13 @@
desc = "A pneumatic waste disposal unit. This one leads to the morgue.";
name = "corpse disposal"
},
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/light/cold/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/medical/chemistry)
-"rMm" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"rMs" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 5
- },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/light/cold/directional/north,
+/turf/open/floor/iron/dark/small,
+/area/station/medical/chemistry)
+"rMm" = (
/obj/structure/railing/corner{
dir = 8
},
@@ -53384,10 +51769,6 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
-"rMu" = (
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"rMH" = (
/obj/machinery/porta_turret/ai{
dir = 4
@@ -53395,15 +51776,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai_upload)
-"rMM" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_yw/style_3,
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/camera/directional/south,
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"rMR" = (
/obj/effect/turf_decal/siding/yellow{
dir = 10
@@ -53415,18 +51787,18 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/diagonal,
/area/station/engineering/lobby)
-"rMT" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
-"rMZ" = (
+"rMU" = (
/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
+/obj/machinery/door/airlock/command{
+ name = "Telecomms Server Room"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "comms-entrance-south"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/tcommsat/server)
"rNd" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -53462,32 +51834,20 @@
/obj/effect/spawner/random/entertainment/arcade,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
-"rNV" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"rOb" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"rOC" = (
-/obj/effect/turf_decal/siding/white{
- dir = 10
+"rNL" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/obj/structure/closet{
- anchored = 1;
- can_be_unanchored = 1;
- name = "Cold protection gear"
+/obj/structure/displaycase/trophy,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"rNN" = (
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
-/obj/item/clothing/suit/hooded/wintercoat/science,
-/obj/item/clothing/suit/hooded/wintercoat/science,
-/turf/open/floor/iron/dark/small,
-/area/station/science/xenobiology)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"rOG" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -53509,12 +51869,6 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
-"rOT" = (
-/obj/structure/flora/bush/flowers_pp,
-/obj/structure/flora/bush/flowers_yw,
-/obj/structure/flora/bush/fullgrass,
-/turf/open/floor/grass,
-/area/station/hallway/primary/central/fore)
"rOW" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -53523,17 +51877,6 @@
"rOX" = (
/turf/closed/wall,
/area/station/science/robotics/augments)
-"rPc" = (
-/obj/structure/table,
-/obj/item/stack/sheet/iron/five,
-/obj/item/stack/cable_coil/five,
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/item/radio/intercom/directional/east,
-/obj/machinery/light_switch/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"rPf" = (
/turf/closed/wall/rust,
/area/station/ai_monitored/turret_protected/aisat/maint)
@@ -53571,6 +51914,33 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/psychology)
+"rPA" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
+"rPL" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/lesser)
+"rPQ" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"rPT" = (
/obj/structure/chair/stool/bar/directional/east,
/obj/effect/turf_decal/siding/red/corner{
@@ -53581,6 +51951,16 @@
},
/turf/open/floor/iron/white,
/area/station/security/medical)
+"rPU" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/status_display/door_timer{
+ id = "Cell 2";
+ name = "Cell 2";
+ pixel_y = 32
+ },
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron/dark/small,
+/area/station/security/brig)
"rPV" = (
/obj/machinery/vending/tool,
/obj/effect/turf_decal/bot,
@@ -53590,13 +51970,14 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron,
/area/station/engineering/main)
+"rPW" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_br/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"rQi" = (
/turf/closed/wall/r_wall,
/area/station/engineering/main)
-"rQm" = (
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"rQw" = (
/obj/machinery/light/small/directional/north,
/turf/open/floor/engine,
@@ -53622,23 +52003,15 @@
/obj/effect/mapping_helpers/airlock/access/all/medical/pharmacy,
/turf/open/floor/iron/dark/small,
/area/station/medical/pharmacy)
-"rQH" = (
-/obj/structure/rack,
-/obj/item/clothing/neck/petcollar,
-/obj/item/flashlight/flare/candle{
- pixel_x = 10
- },
-/obj/item/flashlight/flare/candle{
- pixel_x = 8;
- pixel_y = 1
- },
-/obj/item/screwdriver{
- pixel_y = 9
+"rQN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light/cold/directional/west,
+/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
-/area/station/maintenance/department/engine/atmos)
+/area/station/hallway/primary/central/fore)
"rQS" = (
/obj/effect/turf_decal/tile/red{
dir = 8
@@ -53647,14 +52020,20 @@
dir = 1
},
/area/station/hallway/secondary/exit/departure_lounge)
-"rQZ" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
+"rQY" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
},
-/obj/machinery/holopad,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
+/area/station/engineering/atmos)
+"rRa" = (
+/obj/effect/spawner/random/trash,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"rRf" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -53668,6 +52047,14 @@
dir = 1
},
/area/station/security/courtroom)
+"rRq" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"rRu" = (
/obj/structure/transit_tube/horizontal,
/obj/effect/decal/cleanable/dirt,
@@ -53679,11 +52066,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"rRD" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
+"rRN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"rRQ" = (
/obj/structure/hedge,
/obj/item/radio/intercom/directional/south,
@@ -53693,21 +52081,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"rRX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/small/dim/directional/west,
-/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
-"rSg" = (
-/obj/machinery/door/window/left/directional/west{
- name = "Fitness Ring"
+"rSc" = (
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1
},
-/obj/structure/window/spawner/directional/south,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"rSi" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 8
@@ -53729,6 +52114,18 @@
/obj/effect/mapping_helpers/airlock/access/all/medical/coroner,
/turf/open/floor/iron/small,
/area/station/medical/morgue)
+"rSv" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel/fifty,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
+"rSy" = (
+/obj/machinery/door/airlock{
+ id_tag = "CabinS";
+ name = "Study"
+ },
+/turf/open/floor/carpet/green,
+/area/station/commons/dorms)
"rSz" = (
/obj/structure/chair/comfy/brown{
buildstackamount = 0;
@@ -53745,9 +52142,12 @@
/obj/structure/railing/corner,
/turf/open/space/basic,
/area/space/nearstation)
-"rSF" = (
-/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+"rSI" = (
+/obj/structure/cable,
+/obj/machinery/airalarm/directional/south,
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood/tile,
+/area/station/command/corporate_showroom)
"rST" = (
/turf/closed/wall,
/area/station/cargo/storage)
@@ -53762,11 +52162,10 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
-"rTl" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+"rTn" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
"rTq" = (
/obj/machinery/photocopier,
/obj/effect/decal/cleanable/dirt,
@@ -53784,6 +52183,13 @@
},
/turf/open/floor/plating,
/area/station/cargo/storage)
+"rTC" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"rTD" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/trimline/green/filled/line{
@@ -53820,36 +52226,43 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"rUa" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 1
- },
-/turf/open/floor/iron/stairs{
+"rTY" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/station/engineering/atmos)
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research/glass{
+ name = "Gun Lab"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/auxlab/firing_range)
"rUb" = (
/obj/structure/hedge,
/obj/machinery/status_display/evac/directional/east,
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"rUc" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/purple/corner,
+/obj/effect/landmark/start/research_director,
+/obj/machinery/light/floor,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"rUd" = (
/turf/closed/wall,
/area/station/security/prison)
-"rUg" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 5
- },
-/turf/open/floor/engine,
-/area/station/science/cytology)
-"rUs" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Decontamination B"
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/break_room)
+"rUq" = (
+/obj/item/assembly/mousetrap/armed,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"rUt" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/trimline/purple/filled/line{
@@ -53861,25 +52274,18 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"rUD" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 5
- },
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
+"rUH" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering - Canister Storage"
},
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/landmark/start/atmospheric_technician,
+/obj/structure/chair/plastic,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/storage/gas)
"rUI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -53916,14 +52322,24 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/station/security/prison/safe)
-"rVr" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
+"rVt" = (
+/obj/structure/table/reinforced,
+/obj/item/reagent_containers/condiment/peppermill{
+ pixel_x = 3
},
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/station/science/lower)
+/obj/item/reagent_containers/condiment/saltshaker{
+ pixel_x = -3
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenshutters";
+ name = "Kitchen Shutters"
+ },
+/obj/effect/spawner/random/food_or_drink/condiment,
+/turf/open/floor/plating,
+/area/station/service/kitchen)
"rVy" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 4
@@ -53933,15 +52349,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/science/auxlab/firing_range)
-"rVA" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"rVH" = (
/obj/effect/turf_decal/tile/blue/fourcorners,
/obj/structure/table/glass,
@@ -53977,14 +52384,6 @@
},
/turf/open/floor/iron/dark,
/area/station/security/processing)
-"rWg" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/engine{
- name = "Holodeck Projector Floor"
- },
-/area/station/holodeck/rec_center)
"rWm" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -54066,17 +52465,11 @@
dir = 1
},
/area/station/cargo/bitrunning/den)
-"rWQ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "engine_airlock_2"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
+"rWU" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
"rXv" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
@@ -54085,20 +52478,19 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"rXD" = (
+"rXy" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/chair/wood{
- dir = 8
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
-"rXG" = (
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"rXM" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
},
/turf/open/floor/iron,
-/area/station/security/courtroom)
+/area/station/engineering/storage/tech)
"rXW" = (
/obj/structure/flora/bush/flowers_yw,
/obj/machinery/door/window/left/directional/west{
@@ -54114,6 +52506,9 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
+"rYc" = (
+/turf/open/floor/iron/small,
+/area/station/maintenance/port/lesser)
"rYm" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/chair/office/light{
@@ -54129,6 +52524,35 @@
"rYp" = (
/turf/open/floor/iron/dark/small,
/area/station/tcommsat/server)
+"rYs" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
+ },
+/obj/structure/flora/bush/flowers_yw/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"rYt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/station/science/cytology)
+"rYx" = (
+/obj/effect/turf_decal/siding/wideplating/dark,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
+"rYy" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Cooling Loop Bypass"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"rYG" = (
/obj/structure/cable,
/obj/machinery/door/firedoor,
@@ -54144,12 +52568,12 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/iron,
/area/station/command/heads_quarters/ce)
-"rYV" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/obj/item/kirbyplants/random,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/maintenance/central/lesser)
+"rZb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"rZc" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/box/white{
@@ -54157,6 +52581,10 @@
},
/turf/open/floor/iron,
/area/station/medical/chemistry)
+"rZe" = (
+/obj/structure/railing/corner/end/flip,
+/turf/open/floor/plating,
+/area/station/cargo/miningfoundry)
"rZi" = (
/obj/structure/cable,
/obj/machinery/power/solar{
@@ -54165,14 +52593,6 @@
},
/turf/open/floor/iron/solarpanel/airless,
/area/station/solars/aft)
-"rZj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/augments)
"rZq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/status_display/ai/directional/west,
@@ -54186,18 +52606,27 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"rZA" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/effect/turf_decal/weather/snow/corner{
- dir = 10
+"rZw" = (
+/obj/structure/table/glass,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/machinery/light/small/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/service/lawoffice)
+"rZz" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
- dir = 5
+ dir = 10
},
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"rZG" = (
/obj/structure/closet/crate/trashcart,
/obj/effect/spawner/random/trash/food_packaging,
@@ -54207,63 +52636,68 @@
/obj/structure/alien/weeds,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"sak" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Lockers"
- },
-/obj/structure/cable,
+"rZK" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
+/turf/open/floor/engine/n2o,
+/area/station/engineering/atmos)
+"rZM" = (
+/obj/structure/table/wood,
+/obj/item/clothing/glasses/eyepatch/medical,
+/turf/open/floor/carpet/orange,
+/area/station/commons/dorms)
+"sar" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/fitness/locker_room)
-"san" = (
-/turf/open/floor/iron/showroomfloor,
-/area/station/service/barber)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"sas" = (
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/carpet/blue,
/area/station/cargo/boutique)
-"sav" = (
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 10
+"sau" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/obj/effect/turf_decal/tile/brown{
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
+"saz" = (
+/obj/machinery/status_display/ai/directional/west,
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"saA" = (
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"saP" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/effect/spawner/random/entertainment/arcade,
/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
+/area/station/hallway/primary/central/aft)
+"saL" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"saT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"saY" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/science/robotics/augments)
-"sbf" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing/corner,
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
"sbq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/closed/wall/r_wall,
/area/station/science/ordnance/freezerchamber)
+"sbv" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"sbx" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -54275,35 +52709,10 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
-"sbG" = (
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/obj/machinery/door/airlock/engineering/glass{
- name = "Freezer Room"
- },
-/turf/open/floor/iron/textured_half,
-/area/station/engineering/supermatter/room)
-"sbM" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"sbN" = (
/obj/machinery/rnd/server,
/turf/open/floor/circuit,
/area/station/science/server)
-"sbO" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"sbU" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -54332,21 +52741,11 @@
dir = 8
},
/obj/structure/chair{
- pixel_y = -2
- },
-/obj/effect/landmark/start/research_director,
-/turf/open/floor/iron/grimy,
-/area/station/science/cubicle)
-"sca" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark/side{
- dir = 8
+ pixel_y = -2
},
-/area/station/commons/storage/tools)
+/obj/effect/landmark/start/research_director,
+/turf/open/floor/iron/grimy,
+/area/station/science/cubicle)
"scj" = (
/turf/closed/wall/r_wall,
/area/station/science/lower)
@@ -54377,18 +52776,6 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
-"scs" = (
-/obj/structure/cable,
-/obj/machinery/button/door/directional/east{
- id = "armory";
- name = "Armory Shutters";
- req_access = list("armory")
- },
-/obj/effect/turf_decal/siding/dark_red{
- dir = 8
- },
-/turf/open/floor/iron/dark/small,
-/area/station/ai_monitored/security/armory)
"scv" = (
/obj/structure/table,
/obj/machinery/reagentgrinder{
@@ -54398,76 +52785,72 @@
/obj/machinery/light/small/broken/directional/south,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
+"scY" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
"sdf" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/machinery/light_switch/directional/east,
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"sdF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"sea" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/siding/white/corner,
/turf/open/floor/iron/dark/small,
/area/station/science/xenobiology)
-"sed" = (
-/obj/effect/turf_decal/stripes/line{
+"sec" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/obj/structure/lattice,
+/turf/open/misc/asteroid/airless,
+/area/space/nearstation)
+"ser" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/holopad,
-/obj/effect/spawner/random/engineering/tracking_beacon,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"see" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/side{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/area/station/science/ordnance/testlab)
+"ses" = (
+/obj/structure/dresser,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/wood/parquet,
+/area/station/command/heads_quarters/cmo)
"seM" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 4
},
/turf/open/floor/iron/smooth_large,
/area/station/science/auxlab/firing_range)
-"seQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
+"seN" = (
+/obj/machinery/light/small/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/maintenance/fore/greater)
"seV" = (
/obj/structure/transit_tube/horizontal,
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/space/basic,
/area/space/nearstation)
-"sfd" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 10
- },
-/turf/open/floor/engine/o2,
-/area/station/engineering/atmos/space_catwalk)
-"sfl" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 1
- },
-/turf/open/space/basic,
-/area/space/nearstation)
+"sfk" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"sfq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -54476,6 +52859,11 @@
dir = 1
},
/area/station/science/research)
+"sfu" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"sfF" = (
/obj/machinery/door/airlock/engineering{
name = "Engineering Office"
@@ -54502,18 +52890,6 @@
/obj/item/clothing/head/costume/festive,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"sgf" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/station/science/xenobiology)
"sgw" = (
/obj/machinery/mass_driver/ordnance{
dir = 1
@@ -54521,6 +52897,11 @@
/obj/effect/turf_decal/stripes/white/end,
/turf/open/floor/iron/dark,
/area/station/science/ordnance/testlab)
+"sgB" = (
+/obj/item/kirbyplants/random/fullysynthetic,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"sgC" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -54530,17 +52911,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"sgH" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/machinery/button/door/directional/west{
- id = "custodialshutters";
- pixel_y = 8;
- pixel_x = 23
- },
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"sgL" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -54568,39 +52938,26 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"sgW" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"sgY" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/hallway/secondary/recreation)
-"shb" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/auto_name/directional/south,
-/turf/open/floor/plating,
-/area/station/maintenance/department/science/xenobiology)
"shf" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plating,
/area/station/hallway/secondary/recreation)
-"shp" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+"shm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/area/station/science/xenobiology)
+"shC" = (
+/obj/structure/cable,
+/obj/machinery/power/terminal,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"shD" = (
/turf/closed/wall,
/area/station/hallway/secondary/recreation)
@@ -54608,14 +52965,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"shK" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/spawner/random/vending/snackvend,
-/obj/machinery/light/small/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"shL" = (
/obj/machinery/door/airlock/external{
name = "Escape Pod One";
@@ -54626,30 +52975,19 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"shX" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/holopad,
-/turf/open/floor/iron/smooth_large,
-/area/station/science/auxlab/firing_range)
+"shR" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"sib" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/dark,
/area/station/hallway/secondary/construction)
-"sio" = (
-/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"sip" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/item/robot_suit,
@@ -54659,6 +52997,27 @@
"sis" = (
/turf/open/floor/grass,
/area/station/security/prison/garden)
+"siG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/general/visible{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/ash,
+/obj/item/storage/dice{
+ pixel_x = -16;
+ pixel_y = -6
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/port/fore)
+"siN" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/chair/stool/bar/directional/north,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
+"sjl" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/corner,
+/area/station/science/xenobiology)
"sjp" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -54669,20 +53028,37 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"sjZ" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
+"sjK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
+/obj/effect/mapping_helpers/broken_floor,
+/obj/effect/spawner/random/trash,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/area/station/maintenance/central/greater)
+"sjL" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"skc" = (
/obj/structure/chair/sofa/bench/right{
dir = 1
},
/turf/open/floor/iron/dark/side,
/area/station/security/execution/transfer)
+"skd" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"skm" = (
/obj/structure/cable,
/obj/structure/table,
@@ -54700,19 +53076,23 @@
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
/area/station/security/prison)
-"skH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 1
+"skp" = (
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 8
},
+/obj/machinery/chem_dispenser,
+/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
-/area/station/cargo/sorting)
-"skL" = (
-/obj/machinery/research/anomaly_refinery,
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
+/area/station/medical/chemistry)
+"skN" = (
+/obj/structure/table/wood,
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - South"
+ },
+/obj/item/stack/cable_coil/five,
+/obj/effect/turf_decal/siding/wideplating_new/terracotta,
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"skP" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -54724,11 +53104,25 @@
},
/turf/open/floor/iron/white/small,
/area/station/security/warden)
+"skT" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"skU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/small,
/area/station/security/prison/shower)
+"skV" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple,
+/obj/effect/turf_decal/siding/purple/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"skW" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -54752,14 +53146,11 @@
"slw" = (
/turf/closed/wall,
/area/station/cargo/drone_bay)
-"slC" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/structure/spider/stickyweb,
-/obj/item/hfr_box/corner,
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
+"slD" = (
+/obj/item/radio/intercom/directional/east,
+/obj/structure/closet/toolcloset,
+/turf/open/floor/catwalk_floor/iron_smooth,
+/area/station/engineering/main)
"slG" = (
/obj/docking_port/stationary{
dir = 2;
@@ -54806,30 +53197,6 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/wood,
/area/station/security/detectives_office)
-"sma" = (
-/obj/machinery/light_switch/directional/east,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"smd" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/cable,
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/arrow_cw{
- dir = 6
- },
-/obj/effect/landmark/navigate_destination/incinerator,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
-"sme" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/light/small/directional/east,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"smf" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -54855,27 +53222,19 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/smooth_large,
/area/station/science/robotics/mechbay)
-"smp" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/dock)
"smH" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
},
/turf/open/floor/iron,
/area/station/security/courtroom)
+"sne" = (
+/obj/machinery/griddle,
+/obj/effect/turf_decal/siding{
+ dir = 6
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"snj" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/disposalpipe/segment{
@@ -54889,15 +53248,6 @@
},
/turf/open/floor/plating,
/area/station/engineering/lobby)
-"snm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/red/end{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
"snn" = (
/obj/machinery/rnd/experimentor,
/turf/open/floor/engine,
@@ -54925,22 +53275,13 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"snN" = (
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/white/small,
-/area/station/science/server)
-"snX" = (
-/obj/effect/turf_decal/stripes/line{
+"snW" = (
+/obj/structure/chair/sofa/bench/right{
dir = 1
},
-/obj/structure/reflector/single/anchored{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/turf/open/floor/iron,
+/area/station/security/tram)
"snZ" = (
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
@@ -54959,28 +53300,6 @@
dir = 1
},
/area/station/hallway/secondary/dock)
-"son" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Gas to Filter"
- },
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"soo" = (
-/obj/structure/railing,
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
"sor" = (
/obj/machinery/computer/exoscanner_control{
dir = 1
@@ -54993,33 +53312,26 @@
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
"sot" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L7";
- pixel_y = -15
+/obj/machinery/door/airlock/multi_tile/public{
+ dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/service/library)
"sox" = (
/obj/effect/turf_decal/stripes/white/line,
/obj/structure/transport/linear/tram,
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/security/tram)
-"soB" = (
-/obj/effect/turf_decal/siding/yellow{
- dir = 4
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/engine/n2o,
-/area/station/engineering/atmos/space_catwalk)
-"soC" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light_switch/directional/west,
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
"soD" = (
/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
dir = 8
@@ -55039,25 +53351,6 @@
/obj/effect/spawner/random/engineering/canister,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"soX" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron,
-/area/station/construction/mining/aux_base)
-"spa" = (
-/obj/effect/decal/cleanable/greenglow,
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos)
-"spd" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/flowers_yw,
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/camera/directional/north,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"spg" = (
/obj/effect/mapping_helpers/airlock/access/any/security/general,
/obj/machinery/door/airlock/security{
@@ -55073,6 +53366,25 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs/auxiliary)
+"spk" = (
+/obj/machinery/camera/directional/east,
+/obj/machinery/light/small/directional/east,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
+ },
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"spo" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"spx" = (
/obj/machinery/portable_atmospherics/canister/anesthetic_mix,
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
@@ -55080,20 +53392,10 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/white/small,
/area/station/medical/cryo)
-"spz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/plaque{
- icon_state = "L10";
- pixel_y = -15
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+"spH" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/small,
+/area/station/service/bar)
"spK" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -55110,6 +53412,10 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
+"spW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"sqa" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -55117,10 +53423,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"sqg" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/turf/closed/wall/r_wall,
-/area/station/engineering/hallway)
"sqh" = (
/obj/item/kirbyplants/random,
/obj/machinery/light/cold/directional/west,
@@ -55147,13 +53449,6 @@
/obj/structure/sink/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"sqr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"sqz" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -55173,14 +53468,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
-"sqB" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{
- dir = 8;
- initialize_directions = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"sqV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/chair/sofa/bench/left{
@@ -55205,30 +53492,28 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"srd" = (
-/obj/structure/disposalpipe/segment,
+"srg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 4
+ },
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/central/greater)
-"srh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"srn" = (
/obj/structure/disposalpipe/segment,
/turf/closed/wall,
/area/station/maintenance/port/greater)
+"sry" = (
+/obj/structure/flora/bush/jungle/c/style_3{
+ pixel_x = 6;
+ pixel_y = -6
+ },
+/obj/structure/flora/tree/jungle/small,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"srA" = (
/obj/structure/chair/sofa/bench/left{
dir = 4
@@ -55236,17 +53521,6 @@
/obj/structure/window/spawner/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
-"srE" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
-/obj/machinery/door/airlock/command/glass{
- name = "Telecommunications Server Room"
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/tcommsat/server)
"srH" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -55271,12 +53545,6 @@
},
/turf/open/floor/wood/tile,
/area/station/command/meeting_room)
-"ssj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"sso" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
@@ -55301,19 +53569,33 @@
"ssz" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/science/xenobiology)
-"ssA" = (
-/obj/structure/railing/corner,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+"ssY" = (
+/obj/structure/kitchenspike,
+/obj/effect/turf_decal/weather/snow/corner{
+ dir = 5
+ },
+/obj/effect/turf_decal/weather/snow,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
+"sta" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/item/trash/flare{
+ pixel_x = 11;
+ pixel_y = 21
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"ssP" = (
-/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible,
-/turf/closed/wall/r_wall,
-/area/station/engineering/hallway)
+/turf/open/floor/iron/dark/corner{
+ dir = 4
+ },
+/area/station/hallway/primary/central/fore)
"stj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -55322,36 +53604,14 @@
dir = 1
},
/area/station/maintenance/department/science/xenobiology)
-"stm" = (
-/obj/machinery/light/small/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/break_room)
-"sts" = (
-/obj/structure/steam_vent,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
-"stC" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
+"stH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/brown/half,
+/obj/effect/turf_decal/tile/brown/half{
dir = 1
},
-/obj/item/radio/intercom/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/box,
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
-"stI" = (
-/obj/structure/cable,
-/obj/item/kirbyplants/organic/applebush,
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/bridge)
+/turf/open/floor/iron/textured_half,
+/area/station/cargo/miningoffice)
"stP" = (
/obj/effect/turf_decal/siding{
dir = 1
@@ -55372,12 +53632,33 @@
/obj/effect/landmark/start/chief_medical_officer,
/turf/open/floor/wood/parquet,
/area/station/command/heads_quarters/cmo)
+"stY" = (
+/obj/structure/table/wood,
+/obj/item/flashlight/flare/candle{
+ pixel_x = -5;
+ pixel_y = 7
+ },
+/obj/item/flashlight/flare/candle{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/item/flashlight/flare/candle{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/item/lighter{
+ pixel_x = 4
+ },
+/turf/open/floor/carpet/purple,
+/area/station/commons/dorms)
"sue" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/structure/chair/sofa/bench/right{
+ dir = 4
+ },
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"sul" = (
/obj/effect/turf_decal/siding{
dir = 1
@@ -55385,30 +53666,33 @@
/obj/machinery/holopad,
/turf/open/floor/iron/white/small,
/area/station/science/lab)
-"suo" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"sus" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/siding/wideplating/dark,
+"suq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
/turf/open/floor/iron,
-/area/station/commons/dorms)
+/area/station/engineering/atmos)
"suw" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron/checker,
/area/station/command/heads_quarters/hos)
-"sux" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
+"suM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/firealarm/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/sign/departments/holy/directional/north,
-/obj/machinery/camera/directional/north,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
+"suU" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/office)
"svh" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -55433,18 +53717,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"svr" = (
-/obj/effect/turf_decal/siding/yellow,
-/obj/effect/turf_decal/siding/yellow{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/textured_half,
-/area/station/engineering/atmos)
"svs" = (
/turf/closed/wall,
/area/station/hallway/secondary/dock)
@@ -55467,11 +53739,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/station/science/xenobiology)
-"svB" = (
-/obj/structure/lattice,
-/obj/structure/grille/broken,
-/turf/open/space/basic,
-/area/space/nearstation)
"svD" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/structure/flora/bush/flowers_yw,
@@ -55538,6 +53805,36 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
+"swk" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
+"swu" = (
+/turf/open/floor/wood,
+/area/station/security/detectives_office)
+"swB" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/starboard)
+"swF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron,
+/area/station/science/xenobiology)
"swJ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -55548,6 +53845,13 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"swM" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"swO" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -55588,16 +53892,29 @@
},
/turf/open/floor/wood,
/area/station/command/heads_quarters/qm)
+"swW" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/spawner/random/vending/colavend,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"swZ" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
+"sxg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/break_room)
"sxm" = (
/turf/closed/wall,
/area/station/tcommsat/server)
-"sxp" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 5
- },
-/obj/structure/flora/bush/large/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"sxu" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/external{
@@ -55623,13 +53940,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"sxD" = (
-/obj/effect/turf_decal/siding/dark{
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/carbon_input,
-/turf/open/floor/engine/co2,
-/area/station/engineering/atmos/space_catwalk)
"sxF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -55645,6 +53955,13 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/station/solars/aft)
+"sxZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/fore)
"syb" = (
/obj/docking_port/stationary/random{
dir = 4;
@@ -55653,13 +53970,6 @@
},
/turf/open/space/basic,
/area/space)
-"syc" = (
-/obj/effect/turf_decal/siding/yellow{
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/nitrous_input,
-/turf/open/floor/engine/n2o,
-/area/station/engineering/atmos/space_catwalk)
"sye" = (
/obj/structure/flora/bush/fullgrass/style_random,
/obj/structure/window/reinforced/spawner/directional/east,
@@ -55690,12 +54000,16 @@
"syk" = (
/turf/closed/wall,
/area/station/security/warden)
-"syr" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+"syu" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Pure to Fuel Pipe"
},
-/turf/open/floor/stone,
-/area/station/service/chapel)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"syx" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -55705,6 +54019,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"syA" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Dorms"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/textured_half{
+ dir = 1
+ },
+/area/station/commons/fitness/locker_room)
"syC" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/flora/bush/flowers_yw/style_random,
@@ -55714,22 +54038,6 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"syP" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/rack,
-/obj/item/stack/sheet/plasteel/fifty,
-/obj/item/stack/sheet/plastic/five,
-/obj/item/stack/sheet/rglass/fifty,
-/obj/item/storage/medkit/fire{
- pixel_x = 1;
- pixel_y = 4
- },
-/obj/machinery/airalarm/directional/east,
-/obj/item/stock_parts/power_store/cell/emproof{
- pixel_y = 9
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/break_room)
"syR" = (
/obj/machinery/door/window/brigdoor/left/directional/east{
id = "Cell 4";
@@ -55738,133 +54046,62 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
-"sza" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
-"szd" = (
-/obj/structure/chair/stool/bar/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
-"szo" = (
-/obj/structure/table/wood,
-/obj/machinery/camera/autoname/directional/north,
+"szC" = (
/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/barsign{
- chosen_sign = "thecavern";
- icon_state = "thecavern";
- pixel_y = 32
- },
-/obj/machinery/reagentgrinder{
- pixel_x = -5;
- pixel_y = 10
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
-"sAb" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 1
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2,
-/turf/open/space/basic,
-/area/space/nearstation)
-"sAn" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 5
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
},
-/obj/structure/flora/bush/large/style_random,
-/turf/open/floor/grass,
+/turf/open/floor/wood,
/area/station/service/chapel)
-"sAv" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"sAM" = (
+"sAo" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/siding/wideplating{
- dir = 1
- },
-/obj/structure/closet/secure_closet/atmospherics,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light_switch/directional/south,
-/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"sAW" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 4
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Office"
},
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "atmos_airlock_1"
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"sBd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/office)
+"sAq" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 4
},
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/effect/turf_decal/siding/wideplating,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
},
-/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
-/area/station/service/chapel)
+/area/station/engineering/atmos/pumproom)
+"sBf" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/structure/steam_vent,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"sBm" = (
/obj/structure/transport/linear/tram,
/obj/structure/fluff/tram_rail/floor,
/obj/structure/thermoplastic/light,
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
-"sBs" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 10
- },
-/obj/machinery/atmospherics/components/binary/pump/on/layer2{
- dir = 1
- },
-/obj/item/radio/intercom/prison/directional/west,
-/turf/open/floor/iron/cafeteria,
-/area/station/security/prison)
-"sBv" = (
-/obj/effect/turf_decal/tile/brown/half,
-/obj/effect/turf_decal/tile/brown/half{
- dir = 1
- },
-/turf/open/floor/iron/textured_half,
-/area/station/cargo/miningoffice)
"sBL" = (
/obj/structure/sign/directions/science{
dir = 4;
@@ -55879,23 +54116,16 @@
},
/turf/closed/wall,
/area/station/commons/storage/art)
-"sBO" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
+"sBP" = (
+/obj/structure/reagent_dispensers/plumbed{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"sCc" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/service/lawoffice)
-"sCf" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
"sCi" = (
/turf/closed/wall,
/area/station/service/lawoffice)
@@ -55935,6 +54165,14 @@
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/turf/open/floor/iron/dark/small,
/area/station/medical/medbay/central)
+"sCq" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"sCu" = (
/obj/machinery/computer/prisoner/management{
dir = 8
@@ -55956,13 +54194,13 @@
},
/turf/open/floor/iron/textured_half,
/area/station/commons/fitness/recreation)
-"sCC" = (
-/obj/structure/cable,
-/obj/structure/chair{
- dir = 1
+"sCD" = (
+/obj/effect/turf_decal/siding/wideplating/corner{
+ dir = 8
},
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
+/obj/effect/turf_decal/siding/wideplating/corner,
+/turf/open/floor/wood,
+/area/station/engineering/main)
"sCH" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
@@ -55976,46 +54214,9 @@
/obj/effect/turf_decal/siding/purple,
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/rd)
-"sDa" = (
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"sDh" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering - Engine Bay East"
- },
-/obj/structure/sign/poster/official/random/directional/east,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/engineering/supermatter/room)
"sDj" = (
/turf/closed/wall/r_wall,
/area/station/science/cytology)
-"sDl" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
-"sDo" = (
-/obj/effect/decal/cleanable/molten_object,
-/obj/item/storage/box/gloves{
- pixel_y = -7;
- pixel_x = -15
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"sDp" = (
/obj/structure/cable,
/obj/structure/table,
@@ -56035,13 +54236,11 @@
/obj/structure/hedge,
/turf/open/floor/wood/tile,
/area/station/command/corporate_showroom)
-"sDt" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
+"sDs" = (
/obj/item/kirbyplants/random,
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wideplating/dark,
/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
+/area/station/commons/dorms)
"sDA" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
@@ -56051,12 +54250,27 @@
},
/turf/open/floor/iron/dark,
/area/station/science/ordnance/testlab)
-"sEj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"sDM" = (
/obj/structure/cable,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/break_room)
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/station/science/lab)
+"sDZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=15.0-CentralStarboard-CentralFore";
+ location = "14.0-Dormatories-CentralStarboard"
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"sEn" = (
/obj/item/clothing/head/cone,
/obj/item/clothing/head/cone{
@@ -56071,12 +54285,6 @@
/obj/structure/broken_flooring/corner/directional/south,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"sEq" = (
-/obj/structure/bed,
-/obj/item/bedsheet/purple,
-/obj/machinery/light_switch/directional/east,
-/turf/open/floor/iron/grimy,
-/area/station/commons)
"sEr" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 10
@@ -56087,10 +54295,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"sEF" = (
-/obj/effect/turf_decal/tile/dark_red,
-/turf/open/floor/iron,
-/area/station/security/prison)
"sES" = (
/obj/machinery/door/airlock/hatch{
name = "Creature Pen"
@@ -56105,18 +54309,26 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"sFg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/atmospheric_technician,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
+"sFs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"sFz" = (
/obj/structure/chair/stool/directional/east,
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
-"sFN" = (
-/obj/structure/flora/rock/pile/jungle/style_5{
- pixel_x = -5;
- pixel_y = 5
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"sGh" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/effect/turf_decal/stripes/white/line{
@@ -56124,6 +54336,13 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
+"sGk" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
+ },
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"sGp" = (
/obj/structure/flora/rock/pile/style_random,
/obj/structure/window/reinforced/spawner/directional/west,
@@ -56142,24 +54361,6 @@
/obj/item/bonesetter,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/surgery/theatre)
-"sGu" = (
-/obj/structure/chair/sofa/corp/right{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/wood/tile,
-/area/station/command/corporate_showroom)
-"sGv" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"sGy" = (
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
"sGE" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/effect/turf_decal/stripes/line{
@@ -56168,17 +54369,23 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/science/ordnance/storage)
-"sGG" = (
-/obj/structure/urinal/directional/east,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"sGV" = (
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/white/side{
+"sGN" = (
+/obj/machinery/modular_computer/preset/cargochat/service{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/obj/machinery/requests_console/auto_name/directional/east,
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
dir = 1
},
-/area/station/science/xenobiology)
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
+"sHa" = (
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/supermatter/room)
"sHe" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -56193,26 +54400,6 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"sHu" = (
-/obj/structure/table,
-/obj/machinery/light/small/directional/west,
-/obj/item/clothing/head/costume/paper_hat{
- pixel_y = 12;
- pixel_x = -4
- },
-/obj/item/clothing/head/collectable/petehat{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/item/cigarette/cigar/cohiba{
- pixel_y = 4
- },
-/turf/open/floor/iron/dark/small,
-/area/station/commons/fitness/locker_room)
-"sHG" = (
-/obj/effect/spawner/random/engineering/atmospherics_portable,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"sHH" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/portable_atmospherics/canister/plasma,
@@ -56264,24 +54451,12 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
-"sID" = (
-/obj/effect/turf_decal/arrows/white,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmospherics_engine)
"sIO" = (
/obj/structure/grille/broken,
/obj/item/shard/titanium,
/obj/effect/decal/cleanable/glass/titanium,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"sIT" = (
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"sIZ" = (
/obj/structure/table/wood,
/obj/effect/spawner/random/bureaucracy/folder,
@@ -56289,25 +54464,37 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"sJa" = (
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/security/office)
-"sJg" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
+"sJi" = (
+/obj/effect/landmark/start/depsec/medical,
+/turf/open/floor/iron/smooth,
+/area/station/security/checkpoint/customs/auxiliary)
+"sJn" = (
+/obj/machinery/atmospherics/components/binary/volume_pump/layer2{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
+"sJr" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/holopad,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/auxlab/firing_range)
+"sJv" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=1.5-PNexus-Vault";
+ location = "1.0-Security-PNexus"
},
+/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"sJi" = (
-/obj/effect/landmark/start/depsec/medical,
-/turf/open/floor/iron/smooth,
-/area/station/security/checkpoint/customs/auxiliary)
"sJw" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -56324,6 +54511,13 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
+"sJL" = (
+/obj/structure/table,
+/obj/effect/turf_decal/siding{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"sJN" = (
/obj/effect/turf_decal/siding,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -56333,11 +54527,36 @@
"sJR" = (
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
+"sJV" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/chem_master/condimaster{
+ desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments.";
+ name = "BrewMaster 2199"
+ },
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"sKk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"sKm" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"sKq" = (
/obj/structure/chair/comfy/brown{
dir = 8
@@ -56371,16 +54590,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"sKD" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engine Airlock"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
-/obj/structure/cable,
-/obj/effect/landmark/navigate_destination,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/break_room)
"sKE" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/white/small,
@@ -56392,45 +54601,6 @@
/obj/effect/gibspawner,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"sKW" = (
-/obj/machinery/computer/slot_machine{
- pixel_y = 2
- },
-/obj/machinery/computer/security/telescreen/entertainment/directional/west,
-/turf/open/floor/carpet/lone,
-/area/station/service/abandoned_gambling_den)
-"sLb" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"sLu" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table/greyscale,
-/obj/item/weldingtool/mini/empty{
- pixel_x = 5;
- pixel_y = -1
- },
-/obj/item/storage/box/masks{
- pixel_x = 10;
- pixel_y = 13
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -4;
- pixel_y = 7
- },
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"sLw" = (
-/obj/effect/landmark/start/botanist,
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"sLB" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -56455,17 +54625,14 @@
/obj/structure/closet/secure_closet/security/med,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
-"sLF" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron/dark/side{
- dir = 8
- },
-/area/station/science/xenobiology)
+"sLN" = (
+/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior,
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/turf/open/floor/engine/vacuum,
+/area/station/maintenance/disposal/incinerator)
"sLS" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -56485,16 +54652,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"sMc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/chair/office{
- dir = 1
- },
-/obj/effect/landmark/start/cargo_technician,
-/turf/open/floor/iron/dark,
-/area/station/cargo/office)
"sMh" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/airlock/research{
@@ -56512,18 +54669,48 @@
dir = 1
},
/area/station/science/research)
+"sMj" = (
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"sMq" = (
/obj/machinery/light/warm/directional/west,
/turf/open/floor/iron,
/area/station/security/prison)
+"sMt" = (
+/obj/structure/chair/sofa/bench/right{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
"sMu" = (
/obj/structure/cable,
/obj/structure/railing,
/turf/open/floor/catwalk_floor,
/area/station/hallway/secondary/entry)
+"sMA" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "atmospherics - upper"
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"sMD" = (
/turf/closed/wall,
/area/station/science/server)
+"sME" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"sMT" = (
/obj/structure/table,
/obj/item/emergency_bed{
@@ -56549,17 +54736,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"sNc" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/siding/wideplating{
- dir = 1
+"sNb" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/white/corner{
+ dir = 8
},
-/obj/machinery/vending/wardrobe/atmos_wardrobe,
-/obj/machinery/light/small/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/hallway/secondary/dock)
"sNg" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -56568,6 +54751,17 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
+"sNr" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/dark_red/corner{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/effect/spawner/random/armory/riot_helmet,
+/obj/effect/spawner/random/armory/bulletproof_helmet,
+/obj/effect/spawner/random/armory/dragnet,
+/turf/open/floor/iron/dark/small,
+/area/station/ai_monitored/security/armory)
"sNz" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -56579,6 +54773,12 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
+"sOi" = (
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 1
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"sOj" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -56594,14 +54794,36 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"sOm" = (
-/obj/structure/flora/bush/jungle/a/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"sOr" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/atmospheric_sanity/ignore_area,
+/turf/open/floor/iron,
+/area/station/engineering/hallway)
"sOs" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/engineering/gravity_generator)
+"sOt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/chair/sofa/bench{
+ dir = 1
+ },
+/obj/machinery/newscaster/directional/south,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
+"sOy" = (
+/obj/structure/window/spawner/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/commons/dorms)
"sOF" = (
/obj/item/kirbyplants/random,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -56619,6 +54841,15 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/virology)
+"sOP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/cargo/office)
"sOR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/airlock/public/glass{
@@ -56636,14 +54867,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/maintenance/starboard/greater)
-"sPg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/white{
- dir = 4
+"sPb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
-/turf/open/floor/iron/dark/small,
-/area/station/science/xenobiology)
+/turf/open/floor/wood/tile,
+/area/station/command/corporate_showroom)
"sPk" = (
/obj/structure/railing{
dir = 1
@@ -56666,17 +54895,6 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"sQa" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
"sQb" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -56698,21 +54916,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"sQt" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing/corner,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/cable,
-/obj/structure/reflector/single{
- dir = 9
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"sQv" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/spawner/random/structure/closet_empty/crate,
@@ -56722,22 +54925,17 @@
/obj/structure/alien/weeds,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"sQH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"sQy" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock{
- name = "Theater Greenroom"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/theatre,
-/obj/structure/cable,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
},
-/turf/open/floor/iron/textured_half{
- dir = 8
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/area/station/service/greenroom)
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/service/chapel)
"sQI" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/modular_computer/preset/id,
@@ -56770,18 +54968,37 @@
},
/turf/open/floor/iron/dark/textured_corner,
/area/station/command/heads_quarters/hop)
+"sQP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/aft)
"sQS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/engine,
/area/station/science/explab)
-"sRb" = (
+"sQX" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/closed/wall,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/components/binary/valve/digital{
+ dir = 4
+ },
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"sRf" = (
/obj/machinery/power/turbine/inlet_compressor{
dir = 8
@@ -56791,13 +55008,6 @@
"sRg" = (
/turf/closed/wall,
/area/station/commons/storage/tools)
-"sRh" = (
-/obj/effect/turf_decal/siding/green/end{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark/herringbone,
-/area/station/service/abandoned_gambling_den/gaming)
"sRj" = (
/obj/item/assembly/signaler,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -56807,17 +55017,22 @@
dir = 8
},
/area/station/science/lobby)
-"sRw" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
+"sRD" = (
+/obj/machinery/shower/directional/west,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/lesser)
-"sRx" = (
-/obj/effect/spawner/random/engineering/atmospherics_portable,
-/turf/open/floor/plating,
-/area/station/maintenance/department/science/xenobiology)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
+"sRF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"sRL" = (
/turf/closed/wall,
/area/station/service/janitor)
@@ -56830,21 +55045,30 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"sSp" = (
-/obj/structure/table/wood,
-/obj/item/food/grown/citrus/lemon{
- pixel_y = 12;
- pixel_x = 4
- },
-/obj/item/food/grown/citrus/orange{
- pixel_y = 6;
- pixel_x = -4
+"sRT" = (
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 5
},
-/obj/item/food/grown/citrus/lime{
- pixel_x = 3
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
+"sRV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/stone,
-/area/station/service/abandoned_gambling_den)
+/area/station/command/heads_quarters/hos)
+"sSj" = (
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"sSq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -56874,22 +55098,18 @@
"sSB" = (
/turf/open/floor/catwalk_floor,
/area/station/engineering/break_room)
-"sSH" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 8
- },
-/turf/open/floor/iron/kitchen/small,
-/area/station/security/breakroom)
-"sSM" = (
-/obj/effect/turf_decal/siding/yellow,
-/obj/effect/turf_decal/siding/yellow{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/textured_half,
-/area/station/engineering/atmos)
+"sSJ" = (
+/obj/machinery/power/energy_accumulator/tesla_coil/anchored,
+/obj/structure/window/reinforced/plasma/spawner/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/structure/cable,
+/obj/machinery/camera/directional/west,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
+"sSN" = (
+/obj/structure/flora/bush/flowers_pp/style_2,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"sSQ" = (
/turf/closed/wall,
/area/station/maintenance/department/medical/central)
@@ -56897,13 +55117,6 @@
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
-"sST" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/breakroom)
"sSU" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -56932,6 +55145,28 @@
},
/turf/open/floor/iron/dark,
/area/station/science/genetics)
+"sTa" = (
+/obj/machinery/vending/wardrobe/robo_wardrobe,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/augments)
+"sTb" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L14";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"sTe" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2,
+/turf/open/floor/engine/vacuum,
+/area/station/maintenance/disposal/incinerator)
"sTi" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -56943,22 +55178,18 @@
/obj/structure/broken_flooring/singular/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"sTn" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"sTq" = (
/obj/structure/railing{
dir = 10
},
/turf/open/space/basic,
/area/space/nearstation)
+"sTB" = (
+/obj/structure/bed,
+/obj/item/bedsheet/purple,
+/obj/machinery/light_switch/directional/east,
+/turf/open/floor/iron/grimy,
+/area/station/service/janitor)
"sTK" = (
/obj/machinery/telecomms/bus/preset_one,
/turf/open/floor/circuit,
@@ -56973,13 +55204,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/small,
/area/station/medical/coldroom)
-"sTW" = (
-/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible,
-/obj/machinery/atmospherics/pipe/bridge_pipe/green/visible{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"sUe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
@@ -56990,24 +55214,13 @@
},
/turf/open/floor/iron,
/area/station/security/courtroom)
-"sUk" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Fuel Pipe to Incinerator"
- },
-/turf/open/floor/iron/dark,
+"sUx" = (
+/obj/machinery/light/no_nightlight/directional/west,
+/turf/open/floor/iron,
/area/station/engineering/atmos)
"sUy" = (
/turf/closed/wall/r_wall,
/area/station/command/meeting_room)
-"sUA" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"sUE" = (
/obj/effect/turf_decal/trimline/white/line{
dir = 9
@@ -57031,6 +55244,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
+"sUN" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"sUV" = (
/obj/structure/table,
/obj/item/folder/yellow,
@@ -57052,19 +55272,20 @@
/obj/structure/cable,
/turf/open/floor/iron/textured_half,
/area/station/security)
+"sVe" = (
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"sVk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"sVn" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Dorms"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/dorms)
"sVp" = (
/obj/structure/table,
/obj/structure/sign/poster/official/corporate_perks_vacation/directional/east,
@@ -57092,86 +55313,58 @@
/obj/effect/spawner/random/vending/colavend,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"sVD" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
"sVN" = (
/turf/closed/wall/r_wall,
/area/station/security/prison/workout)
-"sVY" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
+"sVO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/west,
+/turf/open/floor/plating,
/area/station/hallway/primary/central/fore)
-"sWi" = (
-/obj/structure/cable,
-/obj/machinery/light/cold/directional/north,
+"sVP" = (
+/obj/structure/sign/warning/electric_shock,
+/turf/closed/wall/r_wall,
+/area/station/engineering/supermatter)
+"sWc" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/chem_master,
/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
-"sWA" = (
-/obj/machinery/door/airlock/glass{
- name = "Gold Standard Law Firm"
- },
-/obj/effect/mapping_helpers/airlock/abandoned,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/grimy,
-/area/station/maintenance/starboard/greater)
-"sWE" = (
-/obj/machinery/light/broken/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"sWF" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
+/area/station/science/xenobiology)
+"sWq" = (
+/obj/structure/chair/stool/bar/directional/north,
+/obj/effect/turf_decal/siding/wood{
dir = 1
},
-/obj/machinery/vending/wardrobe/hydro_wardrobe,
-/obj/effect/turf_decal/delivery/white{
- color = "#52B4E9"
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/hallway/primary/central/aft)
+"sWu" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L9";
+ pixel_y = -15
},
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"sWQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"sXc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"sXg" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+/area/station/hallway/primary/central/aft)
+"sWA" = (
+/obj/machinery/door/airlock/glass{
+ name = "Gold Standard Law Firm"
},
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/grimy,
+/area/station/maintenance/starboard/greater)
+"sWQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/hallway/secondary/recreation)
"sXi" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white,
@@ -57189,24 +55382,51 @@
/obj/effect/turf_decal/siding/thinplating_new,
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
+"sXs" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"sXu" = (
+/obj/structure/cable/layer3,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "AI Core shutters";
+ name = "AI Core Shutter"
+ },
+/turf/open/floor/iron/stairs,
+/area/station/ai_monitored/turret_protected/ai)
"sXw" = (
/obj/machinery/telecomms/receiver/preset_left,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"sXx" = (
-/obj/machinery/light/small/directional/east,
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/effect/turf_decal/siding/wood/end{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/hallway/primary/central/aft)
"sXz" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
/turf/open/floor/iron/white,
/area/station/science/cytology)
+"sXD" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
+"sXE" = (
+/mob/living/basic/bot/firebot,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/holopad,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/storage_shared)
"sXG" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 4
@@ -57220,6 +55440,12 @@
/obj/structure/frame/machine,
/turf/open/floor/tram,
/area/station/maintenance/department/medical/central)
+"sXL" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"sXO" = (
/obj/structure/chair{
dir = 4
@@ -57286,6 +55512,12 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage,
/turf/open/floor/catwalk_floor/iron,
/area/station/engineering/storage/tech)
+"sYw" = (
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/turf/open/floor/iron,
+/area/station/security/execution/transfer)
"sYx" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
/obj/effect/turf_decal/stripes,
@@ -57293,27 +55525,35 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/white/small,
/area/station/medical/cryo)
-"sYH" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/wood,
-/area/station/service/chapel/office)
-"sYM" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
+"sYP" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/computer/station_alert{
+ dir = 1
+ },
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
+"sYS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenshutters";
+ name = "Kitchen Shutters"
+ },
+/obj/effect/spawner/random/food_or_drink/donuts,
/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"sYN" = (
-/obj/effect/turf_decal/stripes/line{
+/area/station/service/kitchen)
+"sZo" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 10
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
-/obj/effect/spawner/random/trash/janitor_supplies,
-/turf/open/floor/plating,
-/area/station/construction/mining/aux_base)
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"sZx" = (
/obj/structure/cable,
/obj/structure/disposalpipe/trunk{
@@ -57327,6 +55567,15 @@
},
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/rd)
+"sZA" = (
+/obj/structure/flora/bush/flowers_br/style_random,
+/obj/structure/flora/bush/flowers_pp/style_2,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"sZH" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -57392,22 +55641,18 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs/auxiliary)
-"taK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 5
+"taG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/camera/directional/north{
+ c_tag = "atmospherics - HFR"
},
-/obj/structure/cable,
-/obj/machinery/meter,
-/turf/open/floor/iron/smooth_corner{
- dir = 8
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
},
-/area/station/engineering/supermatter/room)
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"taL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -57418,19 +55663,6 @@
/obj/effect/mapping_helpers/airlock/access/any/science/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"taU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"taZ" = (
/obj/structure/flora/bush/large/style_random{
pixel_y = -3
@@ -57471,25 +55703,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/textured_half,
/area/station/maintenance/department/engine/atmos)
-"tbt" = (
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"tbu" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/explab)
-"tbw" = (
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"tbB" = (
/obj/structure/table/reinforced,
/obj/effect/mapping_helpers/broken_floor,
@@ -57512,23 +55729,11 @@
/turf/open/floor/plating,
/area/station/science/lab)
"tbI" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/cargo/office)
-"tbJ" = (
-/obj/machinery/deepfryer,
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/effect/turf_decal/siding/end{
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
dir = 4
},
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"tbK" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -57543,24 +55748,9 @@
},
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"tbX" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2,
-/turf/open/space/basic,
-/area/space/nearstation)
"tca" = (
/turf/open/floor/carpet/donk,
/area/station/command/heads_quarters/qm)
-"tcn" = (
-/obj/structure/table,
-/obj/item/wirecutters,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
-"tcq" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
"tcz" = (
/obj/effect/turf_decal/trimline/blue/filled/corner,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
@@ -57574,17 +55764,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/dark,
/area/station/security/processing)
-"tcZ" = (
-/obj/effect/turf_decal/siding/red{
- dir = 6
- },
-/obj/machinery/camera/emp_proof{
- c_tag = "Engineering - Atmospherics CO2 Chamber";
- dir = 5;
- network = list("ss13","engineering")
- },
-/turf/open/floor/engine/n2,
-/area/station/engineering/atmos/space_catwalk)
"tdh" = (
/obj/structure/chair/sofa/corp/right{
dir = 4
@@ -57628,6 +55807,13 @@
/obj/effect/turf_decal/stripes/white/corner,
/turf/open/floor/iron/smooth,
/area/station/cargo/warehouse)
+"tdE" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/starboard/aft)
"tdF" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -57674,18 +55860,18 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"teq" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
+"tes" = (
+/obj/machinery/computer/security/telescreen/entertainment/directional/north,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
-/turf/open/floor/wood,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"tev" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_pp/style_random,
+/turf/open/floor/grass,
/area/station/service/chapel)
-"tex" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"tey" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/computer/records/security{
@@ -57726,14 +55912,23 @@
dir = 1
},
/area/station/hallway/secondary/entry)
-"teT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white/side{
+"teM" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ name = "Engine Coolant Bypass";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/station/science/lower)
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"tfc" = (
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"tff" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -57750,18 +55945,6 @@
/obj/structure/table/wood,
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
-"tfj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden,
-/obj/machinery/door/airlock/command{
- name = "Research Division Server Room"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/rd,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/server)
-"tft" = (
-/obj/effect/spawner/random/trash,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"tfy" = (
/obj/structure/closet/firecloset,
/obj/effect/turf_decal/tile/red{
@@ -57776,13 +55959,31 @@
/obj/item/clipboard,
/turf/open/floor/iron/white/small,
/area/station/science/server)
+"tfM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"tfX" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/side,
+/area/station/cargo/office)
"tgg" = (
-/obj/structure/table/wood,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/structure/cable,
-/turf/open/floor/carpet/lone,
-/area/station/service/chapel/office)
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"tgh" = (
+/obj/structure/closet/secure_closet/atmospherics,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/office)
"tgl" = (
/turf/closed/wall,
/area/station/service/greenroom)
@@ -57811,14 +56012,14 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/wood/tile,
/area/station/command/heads_quarters/hop)
-"tgD" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
+"tgx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/effect/decal/cleanable/ash,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
+/obj/structure/extinguisher_cabinet/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"tgJ" = (
/obj/machinery/cryo_cell,
/obj/effect/turf_decal/stripes/line{
@@ -57826,17 +56027,6 @@
},
/turf/open/floor/iron/small,
/area/station/medical/cryo)
-"tgN" = (
-/obj/structure/table,
-/obj/item/screwdriver,
-/turf/open/floor/iron,
-/area/station/construction/mining/aux_base)
-"tgT" = (
-/obj/structure/steam_vent,
-/obj/machinery/duct,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"thb" = (
/obj/structure/chair/stool/directional/south,
/obj/effect/turf_decal/siding/yellow{
@@ -57845,6 +56035,13 @@
/obj/effect/landmark/start/station_engineer,
/turf/open/floor/wood,
/area/station/engineering/break_room)
+"thc" = (
+/obj/machinery/suit_storage_unit/engine,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"the" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -57854,72 +56051,24 @@
dir = 1
},
/area/station/science/research)
-"thk" = (
+"thi" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/dock)
-"thB" = (
-/obj/structure/chair/sofa/right{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood/end{
- dir = 1
- },
-/obj/item/toy/plush/pkplush{
- name = "Bruder"
- },
-/turf/open/floor/wood/tile,
-/area/station/maintenance/aft)
-"thI" = (
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 9
- },
-/obj/machinery/meter,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/light/cold/directional/east,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"thx" = (
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/area/station/commons/fitness/locker_room)
"thM" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
/obj/structure/closet/secure_closet/miner,
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"tib" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/structure/steam_vent,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"tic" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
"tii" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -57941,18 +56090,21 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
-"tir" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
"tit" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/station/engineering/atmos/storage/gas)
+"tiv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/chair{
+ dir = 4;
+ pixel_y = -2
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/science/breakroom)
"tiM" = (
/obj/structure/chair/stool/directional/west,
/turf/open/floor/carpet/red,
@@ -57970,29 +56122,6 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/dark,
/area/station/science/lab)
-"tiS" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 5
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"tiU" = (
-/obj/machinery/atmospherics/pipe/smart/simple/pink/visible{
- dir = 5
- },
-/obj/machinery/meter,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/supermatter)
"tiW" = (
/obj/structure/chair{
pixel_y = -2
@@ -58023,88 +56152,66 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/engineering/lobby)
+"tje" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"tjj" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/turret_protected/ai_upload)
-"tjo" = (
-/obj/machinery/computer/security/telescreen/prison/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/security/office)
-"tjE" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
+"tjs" = (
+/obj/machinery/airalarm/directional/west,
+/obj/effect/spawner/random/entertainment/arcade{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
-"tjH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 8
},
-/obj/machinery/airalarm/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/small,
+/obj/machinery/light/small/dim/directional/west,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
+"tjF" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plating,
/area/station/engineering/supermatter/room)
-"tjY" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"tkd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
- dir = 1
- },
-/turf/open/floor/iron/white/small,
-/area/station/science/ordnance/storage)
-"tki" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Brig"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "sci-entrance"
+"tjT" = (
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/textured_half,
-/area/station/security/brig/entrance)
-"tkl" = (
-/obj/structure/chair{
- dir = 8
+/turf/open/floor/stone,
+/area/station/service/bar)
+"tjY" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 4;
+ name = "Air"
},
-/obj/effect/landmark/start/assistant,
-/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/light/small/red/directional/north,
+/obj/item/kirbyplants/random,
/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
+/area/station/maintenance/port/fore)
+"tkm" = (
+/obj/structure/window/spawner/directional/west,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -17;
+ pixel_y = 2
+ },
+/obj/structure/flora/bush/flowers_yw/style_random,
+/obj/structure/window/spawner/directional/east,
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
"tkq" = (
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/maintenance/central/lesser)
-"tkt" = (
-/obj/effect/landmark/start/assistant,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"tku" = (
-/obj/machinery/light/small/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/kirbyplants/random/fullysynthetic,
+"tkE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
+/turf/open/floor/iron/cafeteria,
+/area/station/security/prison/mess)
"tkN" = (
/obj/structure/closet/crate,
/obj/item/camera,
@@ -58136,16 +56243,6 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"tlu" = (
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
-"tlC" = (
-/obj/structure/cable,
-/turf/closed/wall/r_wall,
-/area/station/maintenance/department/electrical)
"tlI" = (
/obj/structure/flora/bush/fullgrass/style_random,
/obj/structure/flora/rock/pile/jungle/style_random,
@@ -58155,11 +56252,23 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
+"tlJ" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/item/kirbyplants/random,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/power/apc/auto_name/directional/east,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
"tlX" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/blue/fourcorners,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
+"tmi" = (
+/obj/structure/flora/bush/flowers_br/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"tmk" = (
/obj/machinery/power/emitter,
/obj/effect/turf_decal/stripes/line{
@@ -58167,12 +56276,11 @@
},
/turf/open/floor/iron/dark/small,
/area/station/engineering/storage_shared)
-"tmm" = (
-/obj/effect/turf_decal/siding/thinplating/terracotta,
+"tms" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
-/area/station/commons/dorms)
-"tmr" = (
+/area/station/hallway/secondary/exit/departure_lounge)
+"tmD" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/flora/bush/jungle/a/style_random,
/obj/structure/flora/bush/flowers_pp/style_random,
@@ -58180,26 +56288,12 @@
/obj/machinery/light/floor,
/turf/open/floor/grass,
/area/station/service/hydroponics)
-"tms" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/exit/departure_lounge)
-"tmE" = (
-/mob/living/basic/goat/pete,
-/obj/effect/turf_decal/weather/snow,
-/obj/effect/turf_decal/weather/snow/corner,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
-"tmL" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube/curved/flipped{
- dir = 4
+"tmM" = (
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/iron/stairs/left{
+ dir = 8
},
-/turf/open/space/basic,
-/area/space/nearstation)
+/area/station/commons/fitness/locker_room)
"tmQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -58261,6 +56355,13 @@
},
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"tnB" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"tnF" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -58269,24 +56370,14 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/maintenance/department/engine/atmos)
-"tnH" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"tnK" = (
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
-"tnN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+"tnZ" = (
+/obj/structure/bookcase/random,
+/obj/structure/sign/poster/official/random/directional/west,
+/obj/structure/sign/painting/library{
+ pixel_y = 32
},
-/obj/effect/landmark/navigate_destination/chapel,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"tof" = (
/turf/closed/wall/rust,
/area/station/ai_monitored/turret_protected/ai)
@@ -58311,6 +56402,13 @@
},
/turf/open/floor/tram,
/area/station/maintenance/port/aft)
+"tov" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/cold/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/cargo/office)
"toC" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 4
@@ -58362,13 +56460,6 @@
},
/turf/open/floor/plating/airless,
/area/station/hallway/secondary/dock)
-"toK" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/suit_storage_unit/atmos,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light_switch/directional/east,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/office)
"toT" = (
/obj/structure/flora/rock/pile/jungle/style_random,
/obj/structure/window/reinforced/spawner/directional/west,
@@ -58399,28 +56490,15 @@
/obj/structure/window/reinforced/spawner/directional/west,
/turf/open/floor/noslip,
/area/station/security/tram)
-"tpq" = (
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/machinery/camera/autoname/directional/north,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 5
- },
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
-"tpH" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
+"tpG" = (
+/obj/structure/closet/athletic_mixed,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/structure/steam_vent,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"tpK" = (
/obj/effect/turf_decal/trimline/white/warning{
dir = 4
@@ -58450,17 +56528,13 @@
},
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
-"tqb" = (
-/obj/machinery/camera/directional/east,
-/obj/machinery/light/small/directional/east,
-/obj/effect/turf_decal/weather/dirt{
- dir = 6
- },
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
+"tpQ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"tqh" = (
/obj/effect/turf_decal/trimline/white/line{
dir = 8
@@ -58482,6 +56556,12 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/dark/small,
/area/station/medical/morgue)
+"tqC" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"tqD" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -58518,15 +56598,6 @@
dir = 1
},
/area/station/hallway/secondary/dock)
-"trn" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/hydroponics/constructable,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"tro" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/smooth,
@@ -58543,16 +56614,9 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"trA" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
+"trB" = (
+/turf/open/floor/glass,
+/area/station/hallway/primary/central/aft)
"trI" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -58566,20 +56630,6 @@
/obj/structure/sign/departments/aiupload/directional/south,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"tsi" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 9
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"tsl" = (
-/obj/effect/landmark/atmospheric_sanity/ignore_area,
-/obj/structure/chair/plastic{
- dir = 8
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"tst" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 4
@@ -58591,14 +56641,6 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/station/science/xenobiology)
-"tsv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/red,
-/turf/open/floor/iron/white/small,
-/area/station/security/warden)
"tsA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -58609,39 +56651,58 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
+"tsB" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"tsF" = (
/turf/closed/wall/r_wall,
/area/station/hallway/primary/central/fore)
-"tsR" = (
-/obj/machinery/electrolyzer,
-/turf/open/floor/catwalk_floor,
-/area/station/maintenance/disposal/incinerator)
-"ttg" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
+"ttb" = (
+/obj/structure/flora/grass/jungle/b/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"tts" = (
+/obj/structure/altar_of_gods,
+/obj/item/book/bible,
+/obj/effect/landmark/start/hangover,
+/obj/item/flashlight/lantern/on,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood/corner{
dir = 8
},
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"ttx" = (
-/obj/structure/chair/office/light,
-/obj/effect/landmark/start/scientist,
-/turf/open/floor/iron,
-/area/station/science/ordnance/testlab)
-"tty" = (
-/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/chapel)
+"ttz" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/light/floor,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"ttD" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 9
},
/turf/open/floor/engine,
/area/station/science/cytology)
+"ttV" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/landmark/start/assistant,
+/obj/machinery/barsign{
+ chosen_sign = "thecavern";
+ icon_state = "thecavern";
+ pixel_y = 32
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"ttX" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/red/line{
@@ -58652,12 +56713,6 @@
},
/turf/open/floor/iron/small,
/area/station/hallway/secondary/exit/departure_lounge)
-"tuc" = (
-/obj/structure/cable,
-/obj/machinery/airalarm/directional/south,
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood/tile,
-/area/station/command/corporate_showroom)
"tug" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -58672,18 +56727,13 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron,
/area/station/security/processing)
-"tuu" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
+"tum" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
"tux" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -58697,13 +56747,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
-"tuB" = (
-/obj/effect/spawner/random/trash,
-/obj/effect/turf_decal/siding/white{
- dir = 4
- },
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/aft)
"tuE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -58724,29 +56767,34 @@
"tuT" = (
/turf/closed/wall,
/area/station/hallway/secondary/entry)
+"tuV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"tuW" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
-"tuX" = (
-/obj/structure/bed{
- dir = 4
- },
-/obj/effect/turf_decal/siding/red{
- dir = 10
- },
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/small,
-/area/station/security/brig)
"tuY" = (
-/obj/structure/reagent_dispensers/plumbed{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
+/obj/effect/spawner/random/structure/closet_private,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/carpet/orange,
+/area/station/commons/dorms)
"tuZ" = (
/turf/closed/wall,
/area/station/security/brig/entrance)
+"tvx" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/dark_red{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/stone,
+/area/station/command/heads_quarters/hos)
"tvM" = (
/obj/structure/flora/bush/fullgrass/style_random,
/obj/structure/flora/bush/flowers_br/style_random,
@@ -58771,11 +56819,30 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/carpet/executive,
/area/station/command/heads_quarters/captain/private)
+"tvW" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"tvZ" = (
/obj/effect/spawner/random/trash,
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
+"twe" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/status_display/evac/directional/west,
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"twg" = (
/obj/structure/railing{
dir = 5
@@ -58789,6 +56856,18 @@
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
+"twj" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"twm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/station/maintenance/port/greater)
"two" = (
/obj/structure/table/reinforced,
/obj/structure/desk_bell{
@@ -58800,12 +56879,6 @@
},
/turf/open/floor/iron/textured_large,
/area/station/security/checkpoint/customs/auxiliary)
-"twr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/dark/small,
-/area/station/tcommsat/server)
"tww" = (
/obj/machinery/suit_storage_unit/security,
/obj/structure/window/reinforced/spawner/directional/west,
@@ -58848,6 +56921,17 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/grimy,
/area/station/command/heads_quarters/ce)
+"twN" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 8
+ },
+/obj/machinery/newscaster/directional/west,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -20;
+ pixel_y = -8
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"twQ" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 9
@@ -58860,13 +56944,6 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"txd" = (
-/obj/effect/turf_decal/siding/dark{
- dir = 8
- },
-/obj/machinery/air_sensor/carbon_tank,
-/turf/open/floor/engine/co2,
-/area/station/engineering/atmos/space_catwalk)
"txh" = (
/turf/closed/wall/r_wall,
/area/station/command/corporate_suite)
@@ -58876,41 +56953,17 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"txx" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"txN" = (
-/turf/closed/wall,
-/area/station/security/prison/workout)
-"txP" = (
+"txn" = (
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
+"txC" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"txS" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/railing/corner/end/flip{
- dir = 8
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
+"txN" = (
+/turf/closed/wall,
+/area/station/security/prison/workout)
"txV" = (
/obj/machinery/button/door/directional/east{
id = "AuxToilet3";
@@ -58922,6 +56975,12 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/showroomfloor,
/area/station/commons/toilet/auxiliary)
+"txW" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/station/hallway/primary/central/fore)
"tyh" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -58952,22 +57011,6 @@
/obj/effect/mapping_helpers/airlock/access/all/command/captain,
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
-"tyu" = (
-/obj/structure/railing/corner/end{
- dir = 4
- },
-/obj/structure/railing/corner/end/flip{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/loading_area{
- dir = 1
- },
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
"tyA" = (
/obj/machinery/vending/modularpc,
/obj/structure/sign/departments/science/alt/directional/east,
@@ -58977,19 +57020,13 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/cargo/drone_bay)
-"tyQ" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Public Shrine"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/textured_half{
- dir = 8
+"tyM" = (
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 1
},
-/area/station/hallway/primary/central/fore)
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"tyT" = (
/obj/structure/transport/linear/tram,
/obj/structure/thermoplastic,
@@ -58997,29 +57034,14 @@
/obj/effect/landmark/transport/nav_beacon/tram/nav/birdshot/prison,
/turf/open/floor/tram,
/area/station/security/tram)
-"tzh" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"tze" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
/obj/structure/cable,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"tzl" = (
-/obj/effect/mapping_helpers/broken_floor,
-/obj/structure/table/wood,
-/obj/machinery/light/small/built/directional/north,
-/obj/item/stack/sheet/iron/ten,
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
- dir = 9
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"tzo" = (
/obj/structure/alien/egg/burst,
/obj/structure/alien/weeds,
@@ -59038,11 +57060,6 @@
/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"tzw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/stairs/left,
-/area/station/hallway/secondary/recreation)
"tzx" = (
/obj/effect/turf_decal/siding/dark_red/corner,
/obj/structure/rack,
@@ -59080,12 +57097,18 @@
},
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"tzI" = (
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
- dir = 1
+"tzN" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 4
},
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
+/obj/structure/flora/bush/flowers_yw/style_2,
+/obj/structure/flora/bush/large/style_random,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"tzZ" = (
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"tAm" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
/obj/effect/decal/cleanable/dirt,
@@ -59106,6 +57129,16 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"tAr" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/broken_floor,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"tAs" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -59114,6 +57147,17 @@
},
/turf/open/floor/iron,
/area/station/security)
+"tAw" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/unres,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"tAx" = (
/obj/effect/turf_decal/trimline/blue/corner,
/obj/structure/table/glass,
@@ -59140,24 +57184,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"tAK" = (
-/obj/structure/window/spawner/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
-"tAN" = (
-/obj/effect/landmark/navigate_destination/dockescpod,
-/turf/open/floor/plating,
-/area/station/maintenance/department/medical/central)
-"tAO" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/generic_maintenance_landmark,
-/obj/structure/table,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"tAP" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/iron/dark/small,
@@ -59181,6 +57207,12 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/server)
+"tBk" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"tBm" = (
/obj/machinery/hydroponics/soil,
/turf/open/floor/grass,
@@ -59205,9 +57237,6 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/command/corporate_dock)
-"tBw" = (
-/turf/open/floor/iron,
-/area/station/maintenance/aft)
"tBA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -59215,17 +57244,12 @@
},
/turf/open/floor/iron,
/area/station/security/prison/workout)
-"tCc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing,
-/obj/structure/railing/corner/end{
- dir = 8
- },
-/obj/structure/railing/corner/end/flip{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
+"tCh" = (
+/obj/structure/chair/stool/directional/north,
+/obj/effect/turf_decal/siding/red,
+/obj/effect/landmark/start/security_officer,
+/turf/open/floor/iron/small,
+/area/station/security/office)
"tCm" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/red{
@@ -59245,11 +57269,6 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"tCB" = (
-/obj/machinery/status_display/ai/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
"tCD" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -59263,6 +57282,24 @@
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/science/robotics/mechbay)
+"tCS" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 10
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"tCX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"tCZ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -59287,35 +57324,20 @@
/obj/machinery/shower/directional/west,
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
-"tDl" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 5
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"tDn" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/prison)
+"tDz" = (
+/obj/structure/window/spawner/directional/west,
+/obj/structure/chair/sofa/corp/left{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/service/lawoffice)
"tDB" = (
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
-"tDC" = (
-/obj/machinery/flasher/portable,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plating,
-/area/station/security/tram)
"tDE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/airlock/public/glass{
@@ -59325,6 +57347,26 @@
dir = 1
},
/area/station/hallway/secondary/exit/departure_lounge)
+"tDF" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"tDM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"tEg" = (
/obj/structure/transport/linear/tram,
/obj/effect/turf_decal/stripes/white/line{
@@ -59342,12 +57384,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"tEs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/wood/tile,
-/area/station/command/corporate_showroom)
"tEt" = (
/obj/structure/table,
/obj/item/storage/box/bodybags{
@@ -59358,23 +57394,39 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron,
/area/station/security/tram)
-"tED" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 5
+"tEL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"tFa" = (
-/obj/structure/window/spawner/directional/north,
-/obj/structure/window/spawner/directional/south,
-/obj/structure/flora/bush/flowers_br,
-/obj/structure/flora/bush/flowers_yw,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -17;
- pixel_y = 2
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"tER" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"tEU" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 4
},
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
+/turf/open/space/basic,
+/area/space/nearstation)
+"tEW" = (
+/obj/structure/sign/poster/official/moth_piping/directional/north,
+/obj/machinery/light/cold/dim/directional/north,
+/obj/structure/closet/firecloset,
+/turf/open/floor/iron/small,
+/area/station/engineering/break_room)
+"tFl" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"tFs" = (
/obj/structure/table/glass,
/obj/item/storage/medkit/regular{
@@ -59387,13 +57439,6 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"tFB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"tFH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -59409,6 +57454,26 @@
"tFQ" = (
/turf/closed/wall,
/area/station/medical/medbay/central)
+"tFU" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/office)
+"tFW" = (
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 8
+ },
+/obj/machinery/chem_master,
+/turf/open/floor/iron,
+/area/station/medical/chemistry)
"tGp" = (
/obj/machinery/light/small/directional/south,
/turf/open/floor/engine,
@@ -59425,13 +57490,14 @@
/obj/machinery/transport/destination_sign/indicator/directional/north,
/turf/open/floor/noslip,
/area/station/security/tram)
-"tGw" = (
-/obj/machinery/light/floor,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+"tGB" = (
+/obj/machinery/light_switch/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/solars/starboard/fore)
"tGI" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -59462,10 +57528,11 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/storage_shared)
-"tHk" = (
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
+"tHi" = (
+/obj/effect/decal/cleanable/dirt,
+/mob/living/carbon/human/species/monkey/punpun,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
"tHp" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -59481,44 +57548,23 @@
/obj/machinery/door/firedoor,
/turf/open/floor/catwalk_floor,
/area/station/hallway/secondary/entry)
-"tHQ" = (
-/obj/structure/sign/poster/official/random/directional/east,
-/obj/structure/chair/comfy/brown{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
+"tHT" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 8
},
-/turf/open/floor/stone,
-/area/station/service/bar/backroom)
-"tHV" = (
-/obj/structure/toilet{
+/obj/effect/turf_decal/tile/red/fourcorners,
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/machinery/light/no_nightlight/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"tIa" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/structure/chair{
dir = 4
},
/obj/machinery/light/small/directional/west,
-/obj/structure/sign/poster/official/random/directional/west,
-/obj/machinery/button/door/directional/north{
- id = "Toilet1";
- specialfunctions = 4;
- name = "Lock Control";
- normaldoorcontrol = 1
- },
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
-"tHY" = (
-/obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible,
-/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"tIw" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden,
-/turf/open/floor/iron/white/small,
-/area/station/science/server)
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"tIz" = (
/obj/structure/chair/wood{
dir = 8
@@ -59538,11 +57584,6 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"tIG" = (
-/obj/machinery/status_display/evac/directional/north,
-/obj/machinery/camera/directional/north,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
"tIN" = (
/obj/structure/table/reinforced,
/obj/item/folder/yellow{
@@ -59559,20 +57600,6 @@
},
/turf/open/floor/wood,
/area/station/engineering/break_room)
-"tIR" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/security/detectives_office)
-"tJd" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/closet/wardrobe/miner,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"tJe" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 1
@@ -59582,6 +57609,15 @@
},
/turf/open/floor/iron,
/area/station/security)
+"tJo" = (
+/obj/structure/closet/lasertag/blue,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"tJw" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -59602,20 +57638,24 @@
},
/turf/open/floor/plating,
/area/station/security/brig/entrance)
-"tJS" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/landmark/start/hangover,
-/obj/structure/disposalpipe/segment{
- dir = 5
+"tJD" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"tJT" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
+/area/station/engineering/atmos)
+"tJF" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/rack,
+/obj/item/storage/toolbox/emergency{
+ pixel_x = -2;
+ pixel_y = -3
+ },
+/obj/item/cigarette/cigar,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/machinery/light_switch/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/command/bridge)
"tJX" = (
/turf/open/floor/plating,
/area/station/maintenance/aft)
@@ -59627,28 +57667,31 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"tKd" = (
-/obj/machinery/newscaster/directional/south,
-/turf/open/floor/wood/parquet,
-/area/station/command/heads_quarters/cmo)
+"tKb" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/door/airlock/public/glass{
+ name = "Chapel Office"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half,
+/area/station/service/chapel/office)
"tKf" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"tKo" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
+"tKl" = (
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"tKB" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/lesser)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"tKG" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/mapping_helpers/broken_floor,
@@ -59672,6 +57715,24 @@
/obj/machinery/power/smes,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/port/aft)
+"tKS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/mail_sorting/service/hydroponics,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"tKW" = (
+/obj/effect/turf_decal/arrows/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"tLc" = (
/obj/structure/table/reinforced,
/obj/effect/spawner/random/techstorage/service_all,
@@ -59679,6 +57740,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
+"tLj" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/small/broken/directional/south,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"tLn" = (
/obj/effect/turf_decal/siding{
dir = 1
@@ -59693,25 +57763,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"tLy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
-"tLO" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron/white/corner{
- dir = 8
- },
-/area/station/hallway/secondary/dock)
"tMh" = (
/obj/structure/fireaxecabinet/directional/south,
/obj/machinery/door/window/brigdoor/left/directional/north{
@@ -59722,16 +57773,6 @@
dir = 1
},
/area/station/command/bridge)
-"tMm" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/obj/machinery/meter,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/supermatter/room)
"tMs" = (
/obj/structure/cable,
/obj/machinery/telecomms/server/presets/service,
@@ -59740,21 +57781,13 @@
},
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"tMw" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/central)
-"tMJ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
+"tMx" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - N2"
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrogen_output,
+/turf/open/floor/engine/n2,
+/area/station/engineering/atmos)
"tMS" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -59765,13 +57798,17 @@
/obj/machinery/light/cold/directional/east,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
-"tNj" = (
-/obj/structure/cable,
-/obj/machinery/power/terminal{
- dir = 1
+"tNf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
+/area/station/hallway/primary/central/fore)
"tNn" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -59821,31 +57858,32 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
-"tNH" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/clothing/gloves/color/red/insulated,
-/obj/item/clothing/ears/earmuffs{
- pixel_x = 7;
- pixel_y = 6
+"tNB" = (
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/obj/item/storage/belt/utility,
-/obj/item/clothing/glasses/meson{
- pixel_y = -1;
- pixel_x = -14
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"tNF" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/chair{
+ dir = 8
},
-/obj/item/clothing/glasses/meson{
- pixel_y = 3;
- pixel_x = -14
+/obj/effect/turf_decal/siding/white{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"tNI" = (
-/obj/structure/chair/sofa/bench/right,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/turf/open/floor/iron/dark,
+/area/station/medical/medbay/aft)
+"tNR" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/turf/open/floor/iron/dark/side,
+/area/station/science/xenobiology)
"tNT" = (
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron/kitchen/small,
@@ -59856,11 +57894,34 @@
/obj/structure/sign/poster/official/random/directional/north,
/obj/item/airlock_painter,
/turf/open/floor/iron/small,
-/area/station/engineering/break_room)
+/area/station/engineering/break_room)
+"tNX" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"tOa" = (
+/obj/structure/chair/sofa/bench/left,
+/obj/effect/landmark/start/hangover,
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron/white,
+/area/station/science/cytology)
"tOc" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
+"tOd" = (
+/obj/structure/flora/bush/jungle/a/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"tOg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"tOk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -59878,24 +57939,19 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"tOv" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron/white/side,
+/area/station/hallway/primary/central/aft)
"tOw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
-"tOI" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/rack,
-/obj/item/storage/toolbox/emergency{
- pixel_x = -2;
- pixel_y = -3
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 1
},
-/obj/item/cigarette/cigar,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/machinery/light_switch/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/command/bridge)
+/turf/open/floor/iron,
+/area/station/commons/storage/tools)
"tOO" = (
/obj/structure/flora/bush/large/style_random{
pixel_x = -20;
@@ -59941,52 +57997,73 @@
},
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"tPr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/sign/poster/contraband/random/directional/west,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/central)
-"tPw" = (
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/glass,
-/area/station/hallway/primary/central/aft)
-"tPz" = (
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron/smooth,
-/area/station/service/library)
+"tPE" = (
+/obj/structure/table,
+/obj/item/soap,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron/showroomfloor,
+/area/station/service/barber)
"tPH" = (
/obj/structure/cable,
/obj/machinery/airalarm/directional/south,
/turf/open/floor/wood,
/area/station/commons/fitness/recreation)
-"tPI" = (
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+"tPM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/hallway/primary/central/fore)
"tPP" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
+"tPW" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"tPX" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/small/directional/north,
+/obj/structure/sign/painting/library{
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"tPZ" = (
/obj/machinery/netpod,
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/cargo/bitrunning/den)
-"tQg" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/security/interrogation)
"tQr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/effect/turf_decal/siding/green{
+ dir = 10
+ },
+/obj/structure/table,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"tQx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/reagent_dispensers/fueltank,
@@ -60012,15 +58089,6 @@
},
/turf/open/floor/iron/dark,
/area/station/engineering/storage/tcomms)
-"tQZ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2,
-/obj/machinery/light/small/directional/east,
-/obj/structure/sign/warning/fire/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"tRc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -60040,22 +58108,6 @@
/obj/structure/extinguisher_cabinet/directional/east,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"tRj" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/supermatter/room)
-"tRr" = (
-/obj/structure/flora/bush/flowers_br/style_random,
-/obj/structure/flora/bush/large/style_2,
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"tRw" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -60072,34 +58124,28 @@
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/turf/open/floor/iron,
/area/station/security/tram)
-"tRF" = (
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
-"tRW" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Lockers"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/fitness/locker_room)
-"tSg" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/obj/machinery/light_switch/directional/east,
-/obj/item/clothing/head/cone{
- pixel_x = -7;
- pixel_y = 11
+"tRJ" = (
+/obj/effect/turf_decal/siding/thinplating_new/light,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"tRK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"tSi" = (
-/obj/machinery/light/cold/directional/west,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
+/obj/machinery/button/door/directional/west{
+ id = "engsm";
+ name = "Radiation Shutters Control";
+ req_access = list("engineering")
},
-/obj/effect/turf_decal/stripes/box,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+/obj/structure/cable,
+/obj/machinery/meter,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"tRR" = (
+/obj/structure/chair/stool/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/department/medical/central)
"tSp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -60115,16 +58161,6 @@
/obj/machinery/telecomms/processor/preset_three,
/turf/open/floor/circuit,
/area/station/tcommsat/server)
-"tSr" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole{
- dir = 1
- },
-/obj/structure/sign/painting/library{
- pixel_x = 30
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"tSu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/landmark/start/hangover,
@@ -60136,6 +58172,14 @@
/obj/machinery/light/small/broken/directional/west,
/turf/open/floor/eighties,
/area/station/service/abandoned_gambling_den/gaming)
+"tSA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/sign/departments/cargo/directional/west,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"tSB" = (
/obj/structure/cable,
/obj/structure/table/reinforced,
@@ -60145,37 +58189,6 @@
},
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
-"tSH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark/herringbone,
-/area/station/ai_monitored/command/nuke_storage)
-"tSN" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/station/engineering/supermatter)
-"tSV" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
- dir = 5
- },
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/iron/smooth_corner{
- dir = 4
- },
-/area/station/engineering/supermatter/room)
-"tTc" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/tools)
"tTg" = (
/obj/structure/table,
/obj/item/trash/cheesie{
@@ -60199,6 +58212,16 @@
},
/turf/open/floor/iron/white,
/area/station/science/cytology)
+"tTs" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/aft)
"tTx" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -60213,12 +58236,11 @@
/obj/machinery/light/very_dim/directional/east,
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
-"tTK" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
+"tTT" = (
+/turf/open/floor/iron/white/corner{
+ dir = 1
},
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
+/area/station/science/xenobiology)
"tTW" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -60231,6 +58253,18 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
+"tUa" = (
+/obj/effect/gibspawner/human,
+/obj/structure/table/optable{
+ desc = "A cold, hard place for your final rest.";
+ name = "Morgue Slab"
+ },
+/mob/living/carbon/human/species/monkey{
+ name = "Charles";
+ real_name = "Charles"
+ },
+/turf/open/floor/iron/white/diagonal,
+/area/station/maintenance/department/science/xenobiology)
"tUc" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -60262,6 +58296,16 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/meeting_room)
+"tUj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"tUo" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -60284,9 +58328,19 @@
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
"tUD" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/tcommsat/server)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/all/science/rd,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Research Director's Office"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/command/heads_quarters/rd)
"tUH" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -60295,25 +58349,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"tUI" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/circuit,
-/area/station/tcommsat/server)
-"tUN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+"tUZ" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/obj/machinery/status_display/evac/directional/north,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"tVb" = (
-/obj/effect/landmark/start/hangover,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/aft)
"tVc" = (
/obj/machinery/door/airlock/external{
name = "Escape Pod One";
@@ -60325,6 +58367,29 @@
"tVe" = (
/turf/open/floor/carpet/red,
/area/station/command/heads_quarters/hos)
+"tVn" = (
+/obj/machinery/power/emitter/welded,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"tVo" = (
+/obj/structure/chair/office,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
+"tVp" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/chem_dispenser/drinks/beer,
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/digital_clock/directional/north,
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"tVt" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/effect/turf_decal/stripes/corner{
@@ -60337,72 +58402,22 @@
},
/turf/open/floor/plating,
/area/station/science/robotics/lab)
-"tVN" = (
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 6
- },
-/obj/machinery/meter,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/supermatter)
-"tVO" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"tVP" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"tVR" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"tWb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/half,
-/area/station/hallway/primary/central/fore)
-"tWg" = (
-/obj/structure/chair{
- pixel_y = -2
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/machinery/airalarm/directional/north,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"tWn" = (
-/obj/structure/training_machine,
-/turf/open/floor/iron/smooth_large,
-/area/station/science/auxlab/firing_range)
+"tWm" = (
+/obj/structure/flora/bush/jungle/c/style_3,
+/obj/effect/turf_decal/weather/dirt,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"tWo" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"tWq" = (
-/obj/structure/window/spawner/directional/east,
-/obj/structure/window/spawner/directional/west,
-/obj/structure/flora/bush/sparsegrass,
-/obj/structure/flora/bush/flowers_br,
-/obj/structure/flora/bush/flowers_pp,
-/obj/structure/flora/bush/large/style_random{
- pixel_y = -1
- },
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
"tWw" = (
/obj/item/kirbyplants/organic/applebush,
/obj/effect/turf_decal/siding/white{
@@ -60443,39 +58458,25 @@
},
/area/station/hallway/secondary/exit/departure_lounge)
"tWT" = (
-/obj/item/storage/backpack/duffelbag/sec{
- pixel_x = -15;
- pixel_y = 7
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/machinery/light/cold/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/security/office)
-"tWV" = (
-/mob/living/basic/mouse/brown/tom,
-/obj/item/radio/intercom/prison/directional/south,
-/turf/open/floor/plating,
-/area/station/security/prison/safe)
-"tWX" = (
-/obj/effect/turf_decal/siding/thinplating_new/light,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"tXb" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/sign/directions/vault/directional/south{
- dir = 8
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 9
},
-/turf/closed/wall,
-/area/station/hallway/primary/central/aft)
+/obj/structure/sign/poster/official/tactical_game_cards/directional/west,
+/obj/effect/spawner/random/vending/snackvend,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"tXl" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/table/bronze,
/turf/open/floor/wood/tile,
/area/station/maintenance/port/lesser)
+"tXy" = (
+/obj/structure/flora/tree/jungle/small/style_3,
+/obj/effect/turf_decal/weather/dirt,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/status_display/ai/directional/south,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"tXG" = (
/obj/structure/chair{
dir = 8
@@ -60499,50 +58500,11 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"tXS" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/structure/cable,
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/machinery/light/small/directional/west,
-/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/supermatter/room)
-"tXU" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Lockers"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/commons/fitness/locker_room)
-"tXY" = (
-/obj/effect/landmark/event_spawn,
-/obj/machinery/computer/security/telescreen/test_chamber/directional/west,
-/turf/open/floor/iron/white/side{
- dir = 4
- },
-/area/station/science/xenobiology)
"tYj" = (
/obj/item/exodrone,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/smooth,
/area/station/cargo/drone_bay)
-"tYn" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 6
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"tYo" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"tYq" = (
/turf/closed/wall,
/area/station/security/execution/transfer)
@@ -60553,6 +58515,12 @@
},
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
+"tYB" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"tYC" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -60586,16 +58554,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/hallway/primary/central/aft)
-"tZb" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"tZi" = (
/obj/structure/sign/poster/contraband/got_wood/directional/north,
/turf/open/floor/light/colour_cycle/dancefloor_b,
@@ -60638,22 +58596,14 @@
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
"tZu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/obj/effect/turf_decal/tile/dark_red/half/contrasted,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"tZD" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
+ dir = 1
},
-/obj/structure/bookcase/random,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"tZI" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -60670,21 +58620,21 @@
dir = 4
},
/area/station/hallway/secondary/entry)
-"tZM" = (
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/landmark/start/hangover,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"tZP" = (
/obj/machinery/recharge_station,
/obj/effect/turf_decal/bot,
/obj/machinery/light/cold/dim/directional/east,
/turf/open/floor/iron,
/area/station/engineering/main)
+"uaa" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"uab" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -60697,21 +58647,6 @@
/obj/machinery/smartfridge/chemistry/virology/preloaded,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"uah" = (
-/obj/item/mop,
-/obj/item/reagent_containers/cup/bucket/wooden{
- pixel_x = 9;
- pixel_y = -6
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
-"uau" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"uax" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -60721,14 +58656,17 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
-"uaK" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
+"uaF" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/wood,
-/area/station/engineering/atmos)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/chair/sofa/bench/right{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
"uaT" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -60770,27 +58708,26 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/lobby)
-"ubh" = (
-/obj/effect/turf_decal/stripes/line{
+"ubf" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
},
-/obj/structure/closet/crate,
-/obj/item/lead_pipe,
-/obj/item/pipe_dispenser,
-/obj/item/stack/pipe_cleaner_coil,
-/obj/item/pipe,
-/obj/item/pipe,
-/obj/item/pipe,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"ubs" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
+"ubl" = (
+/obj/structure/easel,
+/obj/item/canvas/twentythree_twentythree,
+/obj/item/canvas/twentythree_twentythree,
+/obj/machinery/newscaster/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/storage/art)
"uby" = (
/turf/closed/wall,
/area/station/security/prison/garden)
@@ -60833,6 +58770,20 @@
},
/turf/open/floor/engine,
/area/station/science/explab)
+"ucy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/red{
+ dir = 10
+ },
+/turf/open/floor/iron/small,
+/area/station/security/office)
+"ucC" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/structure/chair/wood,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"ucJ" = (
/obj/machinery/door/window/left/directional/south{
req_access = list("chapel_office")
@@ -60843,6 +58794,9 @@
},
/turf/open/floor/wood,
/area/station/service/chapel/funeral)
+"ucP" = (
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"ucR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/airlock{
@@ -60928,12 +58882,23 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"udP" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/airalarm/directional/south,
+"udW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/departments/botany/alt1/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"uek" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
+/area/station/commons/dorms)
"ueo" = (
/obj/machinery/light/small/broken{
dir = 4
@@ -60957,15 +58922,6 @@
/obj/item/construction/plumbing,
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"ueA" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/navigate_destination/lawyer,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"ueC" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -60995,26 +58951,6 @@
},
/turf/open/floor/iron/textured_large,
/area/station/command/heads_quarters/hop)
-"ueK" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/central)
-"ueL" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
-"ueM" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark/small,
-/area/station/security/detectives_office)
"ueX" = (
/turf/closed/wall/rust,
/area/station/maintenance/port/fore)
@@ -61035,19 +58971,6 @@
"ufn" = (
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"ufq" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
-"ufx" = (
-/obj/structure/flora/bush/jungle/c/style_3{
- pixel_x = -7;
- pixel_y = 10
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"ufE" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -61073,15 +58996,18 @@
/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"ufR" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/obj/machinery/door/airlock/engineering/glass{
- name = "Freezer Room"
+"ugb" = (
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Brig"
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/supermatter/room)
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "sci-entrance"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/textured_half,
+/area/station/security/brig/entrance)
"uge" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -61103,12 +59029,6 @@
/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"ugi" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
"ugj" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -61116,34 +59036,23 @@
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"ugq" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"ugv" = (
-/obj/structure/disposalpipe/segment{
+"ugo" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/dark/side{
- dir = 4
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
+"ugv" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Recreation"
},
-/area/station/science/ordnance/testlab)
-"ugy" = (
-/obj/structure/closet/crate,
-/obj/item/stack/license_plates/empty/fifty,
-/obj/item/stack/license_plates/empty/fifty,
-/obj/item/stack/license_plates/empty/fifty,
-/obj/item/stack/license_plates/empty/fifty,
-/obj/item/stack/license_plates/empty/fifty,
-/obj/item/stack/license_plates/empty/fifty,
-/obj/effect/spawner/random/contraband/prison,
-/obj/effect/spawner/random/contraband/prison,
-/turf/open/floor/iron,
-/area/station/security/prison/work)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/fitness/recreation/entertainment)
"ugA" = (
/obj/effect/turf_decal/siding/yellow{
dir = 1
@@ -61178,6 +59087,10 @@
},
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
+"ugI" = (
+/obj/structure/flora/tree/jungle/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"ugJ" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -61186,26 +59099,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood/parquet,
/area/station/medical/psychology)
-"ugX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research{
- name = "Augment Corridor"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/augments)
-"uha" = (
-/turf/open/floor/iron,
-/area/station/science/lower)
-"uhb" = (
-/obj/structure/dresser,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/wood/parquet,
-/area/station/command/heads_quarters/cmo)
"uhe" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/conveyor{
@@ -61217,12 +59110,6 @@
},
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
-"uhh" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/turf/open/floor/iron/stairs/left{
- dir = 1
- },
-/area/station/engineering/atmos)
"uhj" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -61244,21 +59131,48 @@
/obj/structure/chair/bronze,
/turf/open/floor/wood/tile,
/area/station/maintenance/port/lesser)
-"uht" = (
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/port/aft)
-"uhU" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/dark_red/corner{
+"uhy" = (
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/computer/holodeck{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
+"uhH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/transport/power_rectifier{
+ configured_transport_id = "bird_2"
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/department/medical/central)
+"uhI" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/rack,
-/obj/effect/spawner/random/armory/riot_helmet,
-/obj/effect/spawner/random/armory/bulletproof_helmet,
-/obj/effect/spawner/random/armory/dragnet,
+/obj/effect/turf_decal/caution,
+/obj/effect/spawner/random/engineering/tracking_beacon,
+/turf/open/floor/iron/smooth,
+/area/station/command/gateway)
+"uhM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/white,
+/area/station/hallway/primary/central/aft)
+"uhT" = (
+/turf/open/floor/iron,
+/area/station/maintenance/aft)
+"uhZ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/iron/dark/small,
-/area/station/ai_monitored/security/armory)
+/area/station/engineering/supermatter/room)
"uia" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -61268,14 +59182,6 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/dark/small,
/area/station/medical/chemistry)
-"uic" = (
-/obj/machinery/computer/atmos_alert{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/computer/security/telescreen/entertainment/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"uid" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -61298,23 +59204,12 @@
},
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
-"uil" = (
-/obj/effect/turf_decal/siding/red{
- dir = 8
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/small,
-/area/station/security/office)
"uiw" = (
-/obj/structure/cable,
/obj/structure/disposalpipe/segment{
- dir = 6
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
+/area/station/maintenance/port/greater)
"uiz" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -61349,10 +59244,6 @@
/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"ujn" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/iron/small,
-/area/station/maintenance/port/lesser)
"ujq" = (
/obj/structure/disposalpipe/segment,
/obj/structure/closet/emcloset,
@@ -61367,6 +59258,23 @@
"ujA" = (
/turf/closed/wall/r_wall,
/area/station/security/warden)
+"ujB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/status_display/evac/directional/north,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"ujE" = (
+/obj/item/kirbyplants/random/fullysynthetic,
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/iron,
+/area/station/security/tram)
"ujH" = (
/obj/structure/sink/directional/south,
/obj/item/mop,
@@ -61380,6 +59288,13 @@
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
/area/station/hallway/secondary/construction)
+"ujP" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"ujT" = (
/obj/structure/cable,
/obj/machinery/door/airlock{
@@ -61401,15 +59316,6 @@
/obj/structure/disposalpipe/segment,
/turf/closed/wall,
/area/station/cargo/miningfoundry)
-"ukp" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
- dir = 4
- },
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
"uku" = (
/obj/machinery/computer/crew{
dir = 8
@@ -61432,12 +59338,16 @@
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"ukG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/extinguisher_cabinet/directional/west,
+"ukE" = (
/obj/structure/cable,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/xenobiology)
"ukI" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -61467,18 +59377,16 @@
},
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/turf/open/floor/iron/white/small,
-/area/station/medical/cryo)
-"ulf" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/medical/cryo)
"ull" = (
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"ulp" = (
+/obj/structure/cable,
+/obj/structure/chair/stool/directional/north,
+/turf/open/floor/iron,
+/area/station/security/prison/workout)
"ulq" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -61489,6 +59397,16 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/meeting_room)
+"ulE" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/mail_sorting/service/kitchen,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"ulK" = (
/obj/structure/cable,
/obj/machinery/ntnet_relay,
@@ -61510,19 +59428,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"umn" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "South Ports to Wastes"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"umr" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line{
@@ -61546,19 +59451,6 @@
},
/turf/open/floor/sepia,
/area/station/maintenance/aft)
-"umG" = (
-/obj/structure/cable,
-/obj/structure/extinguisher_cabinet/directional/west,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
"umI" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -61579,46 +59471,62 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
-"unG" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
-"unJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating_new{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/hallway/secondary/service)
+"unk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"unK" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
+"unT" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"uoh" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral,
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"uou" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/white/corner{
- dir = 8
- },
-/area/station/hallway/secondary/dock)
"uoB" = (
/turf/closed/wall/r_wall,
/area/station/command/heads_quarters/captain/private)
+"uoG" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"uoH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
+"uoJ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/sign/warning/radiation/rad_area/directional/east,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"uoR" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"upe" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -61626,14 +59534,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"upf" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/light/cold/dim/directional/south,
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"upg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/firedoor,
@@ -61669,14 +59569,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/hallway/primary/starboard)
-"upE" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/effect/mapping_helpers/broken_floor,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/wood,
-/area/station/service/abandoned_gambling_den)
"upG" = (
/obj/structure/railing,
/obj/structure/cable,
@@ -61695,18 +59587,12 @@
dir = 5
},
/area/station/science/research)
-"upS" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/service/lawoffice)
-"upY" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/broken_flooring/singular/directional/east,
-/turf/open/floor/plating,
-/area/station/maintenance/port/aft)
+"upV" = (
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/security/courtroom)
"uqc" = (
/obj/structure/cable,
/obj/effect/spawner/random/trash,
@@ -61727,29 +59613,35 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"uqq" = (
+/obj/structure/table,
+/turf/open/floor/iron/dark/small,
+/area/station/maintenance/central/lesser)
+"uqt" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"uqw" = (
/turf/closed/wall/r_wall,
/area/station/commons/fitness/recreation)
-"uqA" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Mix Outlet Pump"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/brown{
+"uqE" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"uqG" = (
-/obj/machinery/atmospherics/pipe/bridge_pipe/purple/visible{
- dir = 4
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible,
/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/area/station/cargo/sorting)
+"uqF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"uqH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -61782,12 +59674,35 @@
/obj/structure/alien/weeds,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
+"uqV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"urd" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/cafeteria,
/area/station/science/breakroom)
+"urf" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L2";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"urg" = (
/obj/machinery/door/airlock/engineering{
name = "Engineering Office"
@@ -61844,6 +59759,14 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
+"urq" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
"uru" = (
/obj/machinery/door/airlock/maintenance{
name = "Maintenance"
@@ -61873,11 +59796,20 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/hallway/secondary/dock)
-"urE" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/machinery/light/cold/dim/directional/west,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+"urF" = (
+/obj/machinery/computer/cargo{
+ dir = 1
+ },
+/obj/machinery/computer/security/telescreen/vault/directional/south,
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/qm)
+"urK" = (
+/obj/machinery/light/warm/directional/south,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"urM" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -61891,15 +59823,9 @@
/turf/open/floor/plating,
/area/station/security/office)
"usd" = (
-/obj/effect/turf_decal/siding/dark_red/corner{
- dir = 8
- },
-/obj/structure/secure_safe/directional/north{
- name = "armory safe A"
- },
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron/dark/small,
-/area/station/ai_monitored/security/armory)
+/obj/effect/spawner/random/trash,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"usg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -61916,58 +59842,23 @@
/obj/item/canvas/twentythree_twentythree,
/turf/open/floor/sepia,
/area/station/maintenance/aft)
-"usJ" = (
-/turf/open/floor/iron/kitchen/small,
-/area/station/maintenance/aft)
-"usK" = (
-/obj/structure/closet{
- name = "Evidence Closet 4"
- },
-/turf/open/floor/iron/smooth,
-/area/station/security/evidence)
-"usT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/line,
+"usG" = (
/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"usV" = (
-/obj/effect/turf_decal/siding/thinplating/terracotta{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 4
+/obj/machinery/power/terminal{
+ dir = 1
},
/turf/open/floor/iron,
-/area/station/commons/dorms)
-"utd" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
+/area/station/engineering/gravity_generator)
+"usJ" = (
+/turf/open/floor/iron/kitchen/small,
+/area/station/maintenance/aft)
+"usP" = (
+/obj/effect/turf_decal/siding/wood/corner{
dir = 1
},
-/obj/item/reagent_containers/condiment/saltshaker{
- pixel_x = -3
- },
-/obj/item/reagent_containers/condiment/peppermill{
- pixel_x = 3
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
-"utf" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{
- dir = 8;
- initialize_directions = 8
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"utm" = (
/turf/closed/wall/r_wall,
/area/station/science/auxlab/firing_range)
@@ -61976,13 +59867,6 @@
/obj/machinery/status_display/ai/directional/south,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"utv" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
"utD" = (
/obj/machinery/light_switch/directional/west,
/obj/effect/turf_decal/stripes/corner{
@@ -62031,27 +59915,35 @@
},
/turf/open/floor/iron/small,
/area/station/security/office)
+"utQ" = (
+/obj/effect/landmark/navigate_destination/dockescpod,
+/turf/open/floor/plating,
+/area/station/maintenance/port/lesser)
"uub" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"uus" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 6
+"uuz" = (
+/obj/structure/rack,
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
},
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Lockers"
+/obj/item/clothing/mask/gas,
+/obj/machinery/airalarm/directional/west,
+/obj/machinery/camera/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/vacant_room/commissary)
+"uuH" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/requests_console/directional/north{
+ name = "Atmospherics Requests Console"
},
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
-"uuK" = (
-/obj/structure/flora/bush/jungle,
-/obj/structure/flora/rock/pile/style_3,
-/obj/structure/window/spawner/directional/east,
-/obj/structure/window/spawner/directional/west,
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/recreation/entertainment)
+/obj/effect/mapping_helpers/requests_console/supplies,
+/obj/effect/mapping_helpers/requests_console/assistance,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
"uuN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62078,56 +59970,56 @@
},
/turf/open/floor/iron/white/small,
/area/station/medical/storage)
-"uvo" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Pure to Mix Chamber"
- },
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
+"uvb" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
+"uvf" = (
+/obj/structure/cable,
+/obj/machinery/button/door/directional/south{
+ id = "secbreach";
+ name = "Emergency Breach Shutters";
+ req_access = list("security")
},
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 8
+/turf/open/floor/iron/dark,
+/area/station/security/office)
+"uvx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/structure/cable,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
},
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"uvz" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"uvA" = (
/turf/closed/wall/r_wall,
/area/station/command/gateway)
-"uvB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
+"uvG" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/effect/spawner/random/entertainment/arcade,
+/turf/open/floor/iron,
+/area/station/holodeck/rec_center)
+"uvS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"uvY" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 5
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"uvM" = (
-/obj/effect/spawner/random/maintenance,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
-"uvV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/firealarm/directional/east,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"uwf" = (
-/obj/machinery/washing_machine,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
+/obj/structure/railing/corner{
dir = 1
},
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/floor/iron/white/corner,
-/area/station/commons/dorms)
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"uwB" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
dir = 4
@@ -62144,13 +60036,6 @@
/obj/effect/landmark/transport/nav_beacon/tram/nav/immovable_rod,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"uwS" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/toilet/auxiliary)
"uxd" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62160,14 +60045,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/port/fore)
-"uxv" = (
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron/dark,
-/area/station/security/interrogation)
-"uxF" = (
-/obj/effect/landmark/navigate_destination/dockescpod,
-/turf/open/floor/plating,
-/area/station/maintenance/port/lesser)
"uxJ" = (
/obj/machinery/smartfridge/chemistry/preloaded,
/obj/machinery/door/firedoor,
@@ -62188,93 +60065,44 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/engineering/storage/tech)
-"uyu" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet,
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 8
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
"uyA" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/obj/structure/broken_flooring/singular/directional/south,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"uyB" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Atmospherics Project Bay"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"uyF" = (
-/obj/machinery/light/small/directional/east,
-/obj/item/kirbyplants/random/dead/research_director,
-/turf/open/floor/iron/dark/small,
-/area/station/command/heads_quarters/rd)
"uyH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/white/small,
/area/station/security/warden)
-"uyS" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Mix to Engine"
- },
-/obj/machinery/atmospherics/pipe/smart/simple/supply/visible/layer2{
- dir = 4
+"uyW" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
+ dir = 6
},
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
"uzj" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/security/prison/garden)
-"uzl" = (
-/obj/machinery/newscaster/directional/east,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
+"uzm" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"uzo" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"uzt" = (
-/obj/structure/sign/directions/evac/directional/west,
-/obj/structure/sign/directions/science/directional/west{
- dir = 4;
- pixel_y = -8
- },
-/obj/structure/sign/directions/security/directional/west{
- pixel_y = 8
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
-"uzF" = (
-/obj/structure/table,
-/obj/item/dyespray,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/showroomfloor,
-/area/station/service/barber)
-"uzI" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer2{
- dir = 10
- },
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
"uzJ" = (
/turf/open/floor/iron,
/area/station/cargo/storage)
@@ -62286,16 +60114,25 @@
dir = 1
},
/area/station/science/lower)
-"uzQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
+"uzR" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ initialize_directions = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
+"uzY" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/hallway/secondary/dock)
"uzZ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -62311,28 +60148,25 @@
/obj/structure/table/wood,
/turf/open/floor/carpet/lone,
/area/station/service/chapel/office)
-"uAn" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/red/line,
+"uAk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/sign/departments/holy/directional/south,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
-"uAB" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/effect/turf_decal/siding/purple{
- dir = 1
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
+"uAo" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
},
-/obj/effect/turf_decal/siding/purple,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"uAK" = (
/obj/machinery/computer/security,
/obj/effect/turf_decal/siding/red{
@@ -62341,12 +60175,15 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"uAT" = (
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 9
+"uAV" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Office"
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/supermatter)
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/turf/open/floor/iron/smooth_half{
+ dir = 8
+ },
+/area/station/maintenance/department/engine/atmos)
"uAY" = (
/turf/open/floor/plating,
/area/station/maintenance/department/bridge)
@@ -62371,6 +60208,17 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/medbay/aft)
+"uBo" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/light/floor,
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/hallway/secondary/entry)
"uBu" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -62385,19 +60233,20 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/stairs,
/area/station/engineering/storage/tech)
-"uBB" = (
+"uBI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 4
+ },
/obj/structure/disposalpipe/segment{
- dir = 5
+ dir = 4
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
-"uBG" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/stone,
-/area/station/service/bar)
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"uBM" = (
/obj/machinery/door/poddoor/preopen{
id = "Engineering";
@@ -62407,6 +60256,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/engineering/lobby)
+"uBN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood,
+/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar/backroom)
"uBQ" = (
/obj/structure/table/bronze,
/obj/machinery/microwave{
@@ -62419,10 +60275,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/side,
/area/station/hallway/primary/starboard)
-"uCb" = (
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
"uCe" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
@@ -62431,18 +60283,21 @@
/obj/item/mop,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"uCo" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"uCp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron/white/side,
/area/station/hallway/primary/starboard)
-"uCE" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 5
- },
-/obj/structure/railing,
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
"uCH" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/effect/turf_decal/stripes/line{
@@ -62452,27 +60307,28 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/plating,
/area/station/engineering/atmos/storage/gas)
-"uCL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"uCS" = (
-/obj/structure/chair/sofa/bench{
+"uCQ" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/turf/open/floor/iron/white/corner{
+/obj/effect/turf_decal/tile/purple/fourcorners,
+/obj/structure/railing/corner{
dir = 1
},
-/area/station/hallway/secondary/entry)
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"uDc" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/bridge_pipe/scrubbers/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"uDg" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/half/contrasted{
@@ -62495,28 +60351,42 @@
},
/turf/open/floor/plating,
/area/station/medical/chemistry)
-"uDt" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/duct,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
"uDv" = (
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/security/lockers)
-"uDC" = (
-/obj/machinery/light/small/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
+"uDz" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Lockers"
},
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
- dir = 6
+/turf/open/floor/iron/textured_half{
+ dir = 8
},
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
+/area/station/commons/fitness/locker_room)
+"uDB" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"uDE" = (
+/obj/structure/window/spawner/directional/north,
+/obj/structure/flora/bush/flowers_yw/style_random,
+/obj/machinery/door/airlock{
+ id_tag = "Toilet1";
+ name = "Unit 1"
+ },
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/locker_room)
"uDF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -62548,17 +60418,15 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"uEc" = (
-/obj/structure/reagent_dispensers/plumbed{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
"uEd" = (
-/obj/structure/closet/crate/trashcart/filled,
-/obj/effect/landmark/start/hangover,
+/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/area/station/engineering/atmos/project)
"uEh" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/siding/wood,
@@ -62566,16 +60434,6 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/stone,
/area/station/command/corporate_suite)
-"uEw" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/augments)
"uEC" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/effect/turf_decal/box/red/corners{
@@ -62586,16 +60444,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"uEE" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/spawner/random/food_or_drink/salad{
- pixel_y = 6
- },
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
"uEI" = (
/obj/structure/flora/bush/lavendergrass/style_random,
/obj/structure/window/reinforced/spawner/directional/west,
@@ -62656,6 +60504,23 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"uFp" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
+"uFt" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"uFw" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/firedoor,
@@ -62666,17 +60531,6 @@
/obj/structure/cable,
/turf/open/floor/iron/textured_half,
/area/station/security/lockers)
-"uFy" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"uFA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -62693,15 +60547,6 @@
/obj/structure/window/spawner/directional/south,
/turf/open/floor/plating,
/area/station/service/chapel/funeral)
-"uFT" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/light/cold/directional/south,
-/turf/open/floor/iron/stairs{
- dir = 4
- },
-/area/station/engineering/atmos/office)
"uGj" = (
/obj/effect/turf_decal/tile/green/half/contrasted,
/obj/structure/table/glass,
@@ -62712,10 +60557,6 @@
/obj/effect/mapping_helpers/requests_console/ore_update,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"uGy" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"uGA" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62737,16 +60578,6 @@
dir = 1
},
/area/station/hallway/primary/starboard)
-"uGB" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"uGH" = (
/obj/machinery/rnd/production/circuit_imprinter,
/obj/effect/turf_decal/bot,
@@ -62785,13 +60616,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/small,
/area/station/security/brig)
-"uGS" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/camera/directional/north{
- c_tag = "Atmospherics - PROJECT"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"uGT" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62847,10 +60671,6 @@
/obj/structure/sign/departments/rndserver/directional/south,
/turf/open/floor/iron/white/side,
/area/station/science/research)
-"uHg" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white/small,
-/area/station/commons/toilet/restrooms)
"uHo" = (
/obj/machinery/light/small/directional/east,
/obj/machinery/computer/records/security{
@@ -62858,15 +60678,6 @@
},
/turf/open/floor/iron/dark,
/area/station/security/checkpoint/science)
-"uHq" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/turf/open/space/basic,
-/area/space/nearstation)
"uHv" = (
/obj/structure/rack,
/obj/item/pipe_dispenser,
@@ -62882,6 +60693,14 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
+"uHH" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/machinery/light/warm/directional/west,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"uHI" = (
/obj/machinery/door/morgue{
name = "Confession Booth"
@@ -62902,17 +60721,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"uIl" = (
-/obj/machinery/airalarm/directional/west,
-/obj/effect/spawner/random/entertainment/arcade{
- dir = 4
- },
-/obj/effect/turf_decal/siding/thinplating{
- dir = 8
- },
-/obj/machinery/light/small/dim/directional/west,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
"uIn" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/window/spawner/directional/east,
@@ -62932,13 +60740,30 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"uIM" = (
-/obj/structure/chair{
- dir = 1
+"uIy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"uIA" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 9
},
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron/checker,
-/area/station/security/breakroom)
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"uIP" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
"uIT" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt,
@@ -62951,22 +60776,19 @@
},
/turf/open/floor/iron/dark,
/area/station/maintenance/department/engine/atmos)
-"uJd" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/manifold/green/visible,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"uJh" = (
-/obj/effect/turf_decal/weather/dirt{
+"uJi" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 8
},
-/obj/structure/flora/bush/jungle/a/style_3,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
-"uJC" = (
-/obj/effect/spawner/structure/window,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
+"uJq" = (
+/obj/effect/spawner/random/structure/crate_abandoned,
/turf/open/floor/plating,
-/area/station/engineering/atmos)
+/area/station/maintenance/fore/greater)
"uJD" = (
/obj/structure/chair/sofa/bench/right{
dir = 1
@@ -62981,23 +60803,10 @@
/obj/machinery/shieldgen,
/turf/open/floor/iron/dark/small,
/area/station/engineering/storage_shared)
-"uJU" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/cable_coil{
- pixel_x = -1;
- pixel_y = 8
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = 5;
- pixel_y = 1
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"uJZ" = (
-/obj/structure/cable,
-/turf/open/floor/iron/kitchen/small,
-/area/station/security/prison/mess)
+"uJK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"uKh" = (
/obj/structure/closet/emcloset,
/obj/effect/turf_decal/bot,
@@ -63029,6 +60838,13 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
+"uKD" = (
+/obj/structure/table,
+/obj/machinery/light/warm/directional/north,
+/obj/effect/landmark/start/hangover,
+/obj/item/soap,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"uKH" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -63042,19 +60858,6 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"uKO" = (
-/obj/structure/table/greyscale,
-/obj/item/stack/sheet/glass/fifty{
- pixel_x = -10;
- pixel_y = 6
- },
-/obj/item/stack/sheet/iron/fifty{
- pixel_y = 10;
- pixel_x = 2
- },
-/obj/item/clothing/glasses/welding,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"uKP" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/structure/table/wood,
@@ -63063,9 +60866,24 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/wood,
/area/station/command/heads_quarters/qm)
+"uKQ" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/catwalk_floor/iron_smooth,
+/area/station/engineering/main)
"uLj" = (
/turf/closed/wall,
/area/station/commons/toilet/auxiliary)
+"uLD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"uLO" = (
/obj/item/stack/sheet/cardboard{
amount = 14
@@ -63079,6 +60897,15 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/plating,
/area/station/security/prison/work)
+"uLT" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/station/science/xenobiology)
"uLW" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
@@ -63086,24 +60913,21 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"uLX" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/purple/fourcorners,
+/obj/machinery/camera/directional/north{
+ c_tag = "Atmospherics - Central Fore"
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"uMg" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/hallway/secondary/service)
-"uMh" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"uMk" = (
-/obj/structure/table/wood,
-/obj/item/flashlight/lamp/bananalamp{
- pixel_y = 7
- },
-/turf/open/floor/carpet/blue,
-/area/station/commons/dorms)
"uMl" = (
/obj/machinery/cryo_cell,
/obj/effect/turf_decal/stripes/line{
@@ -63131,6 +60955,10 @@
"uMH" = (
/turf/open/floor/iron/white/side,
/area/station/science/research)
+"uMJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"uMN" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/hedge,
@@ -63150,18 +60978,6 @@
"uMU" = (
/turf/closed/wall,
/area/station/science/robotics/mechbay)
-"uMV" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/structure/railing/corner,
-/obj/structure/cable,
-/obj/structure/railing/corner{
- dir = 1
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"uNa" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
@@ -63178,33 +60994,14 @@
/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs)
-"uNk" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 9
- },
-/obj/machinery/shower/directional/east,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/break_room)
-"uNt" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners{
+"uNz" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/dark_red{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/vacant_room/commissary)
-"uNE" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 8
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
-"uNO" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/disposal/incinerator)
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/stone,
+/area/station/command/heads_quarters/hos)
"uNR" = (
/obj/structure/cable,
/obj/structure/chair{
@@ -63235,55 +61032,30 @@
"uOw" = (
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
+"uOx" = (
+/obj/effect/turf_decal/siding/wideplating_new/terracotta{
+ dir = 5
+ },
+/turf/open/floor/wood/tile,
+/area/station/maintenance/central/lesser)
"uOH" = (
/obj/item/kirbyplants/random,
/obj/machinery/light_switch/directional/west,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"uOL" = (
-/obj/structure/table/reinforced/titaniumglass,
-/obj/item/hfr_box/body/fuel_input,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"uOM" = (
-/turf/open/floor/iron/dark/small,
-/area/station/command/heads_quarters/rd)
"uOP" = (
/obj/structure/cable,
/obj/machinery/airalarm/directional/north,
/turf/open/floor/wood/tile,
/area/station/command/meeting_room)
-"uOR" = (
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 4
- },
-/mob/living/simple_animal/bot/secbot/beepsky/officer,
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security)
-"uOT" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron,
-/area/station/security/prison/work)
-"uPd" = (
+"uOZ" = (
/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"uPf" = (
-/obj/effect/mapping_helpers/broken_floor,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/sign/departments/exodrone/directional/west,
/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
+/area/station/maintenance/port/greater)
"uPr" = (
/obj/structure/weightmachine/weightlifter,
/obj/effect/turf_decal/bot,
@@ -63310,11 +61082,16 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"uPN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/closed/wall,
-/area/station/engineering/supermatter/room)
+"uPM" = (
+/obj/structure/urinal/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
+"uPW" = (
+/obj/structure/flora/bush/flowers_pp/style_2,
+/obj/structure/flora/bush/large/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"uPX" = (
/obj/structure/railing{
dir = 8
@@ -63357,6 +61134,20 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
+"uQG" = (
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"uQK" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"uRe" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/effect/turf_decal/tile/red{
@@ -63382,6 +61173,26 @@
dir = 1
},
/area/station/hallway/secondary/exit/departure_lounge)
+"uRs" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"uRv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"uRF" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -63392,32 +61203,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/execution/education)
-"uRN" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple{
- dir = 8
- },
-/obj/machinery/holopad,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
-"uRO" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"uRR" = (
/obj/structure/table,
/obj/item/plant_analyzer,
@@ -63435,9 +61220,19 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"uRZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"uSa" = (
/turf/open/floor/iron,
/area/station/maintenance/department/engine/atmos)
+"uSh" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"uSi" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -63448,6 +61243,14 @@
"uSj" = (
/turf/closed/wall/r_wall,
/area/station/medical/medbay/central)
+"uSo" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"uSt" = (
/obj/effect/turf_decal/siding/wood,
/obj/effect/decal/cleanable/dirt,
@@ -63465,13 +61268,6 @@
/obj/effect/landmark/navigate_destination/tcomms,
/turf/open/floor/iron,
/area/station/science/lower)
-"uSD" = (
-/obj/structure/chair{
- pixel_y = -2
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"uSG" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -63499,27 +61295,39 @@
},
/turf/open/floor/iron/textured_half,
/area/station/commons/storage/art)
-"uTx" = (
-/obj/effect/spawner/random/structure/crate_abandoned,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
-"uTA" = (
-/turf/closed/wall,
-/area/station/ai_monitored/turret_protected/ai)
-"uTH" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
+"uTb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/structure/table/glass,
+/turf/open/floor/iron/dark,
+/area/station/service/lawoffice)
+"uTt" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
dir = 6
},
-/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/no_nightlight/directional/north,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/pumproom)
+"uTz" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wideplating/dark,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 1
+ },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"uTA" = (
+/turf/closed/wall,
+/area/station/ai_monitored/turret_protected/ai)
+"uTE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"uTK" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -63576,76 +61384,68 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"uUp" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"uUr" = (
-/obj/structure/chair/sofa/bench/right,
-/obj/machinery/incident_display/tram/directional/north,
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
+/obj/machinery/light/no_nightlight/directional/north,
/turf/open/floor/iron,
-/area/station/maintenance/port/aft)
+/area/station/engineering/atmos)
"uUA" = (
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"uUF" = (
-/obj/structure/table/reinforced,
-/obj/item/folder/blue{
- pixel_y = 2
- },
-/obj/item/pen,
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/status_display/evac/directional/east,
-/turf/open/floor/circuit/red,
-/area/station/ai_monitored/turret_protected/ai)
-"uUG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
-"uVh" = (
+"uUB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/junction/flip{
+/obj/structure/chair/wood{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"uVw" = (
-/obj/structure/cable,
+/turf/open/floor/stone,
+/area/station/service/bar)
+"uUS" = (
/obj/structure/disposalpipe/segment{
- dir = 6
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"uVz" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron/grimy,
+/area/station/service/janitor)
+"uVi" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Airlock"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "engine_airlock_1"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/main)
+"uVo" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"uVD" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/airalarm/directional/east,
/turf/open/floor/iron/dark,
/area/station/hallway/secondary/construction)
-"uVF" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
+"uVH" = (
+/obj/machinery/modular_computer/preset/civilian{
+ dir = 4
+ },
+/obj/machinery/status_display/evac/directional/west,
+/turf/open/floor/circuit/red,
+/area/station/ai_monitored/turret_protected/ai)
"uVO" = (
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/broken_floor,
@@ -63688,6 +61488,14 @@
"uWo" = (
/turf/closed/wall,
/area/station/medical/paramedic)
+"uWr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron/cafeteria,
+/area/station/science/circuits)
"uWv" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/structure/flora/bush/flowers_pp/style_random,
@@ -63723,11 +61531,6 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"uXl" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"uXs" = (
/obj/structure/window/spawner/directional/east,
/obj/structure/window/spawner/directional/west,
@@ -63739,18 +61542,6 @@
"uXC" = (
/turf/closed/wall,
/area/station/science/lower)
-"uXI" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
-"uXS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/holopad,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
"uXU" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -63781,14 +61572,6 @@
/obj/effect/spawner/random/vending/colavend,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"uYB" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/security/execution/transfer)
"uYD" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/green/fourcorners,
@@ -63806,6 +61589,14 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/station/security/brig/entrance)
+"uYM" = (
+/obj/machinery/deepfryer,
+/obj/structure/sign/poster/official/random/directional/north,
+/obj/effect/turf_decal/siding/end{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"uYO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -63814,34 +61605,7 @@
/obj/structure/broken_flooring/singular/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"uYS" = (
-/obj/structure/cable,
-/obj/structure/chair/sofa/corp/left{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/wood/large,
-/area/station/command/corporate_suite)
-"uYZ" = (
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
-"uZc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron,
-/area/station/security/courtroom)
-"uZe" = (
-/obj/effect/mapping_helpers/airlock/access/any/service/general,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Service Hallway"
- },
-/obj/structure/cable,
-/turf/open/floor/iron/textured_half,
-/area/station/hallway/secondary/service)
-"uZl" = (
+"uYY" = (
/obj/structure/closet/wardrobe/grey,
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 6
@@ -63849,17 +61613,17 @@
/obj/structure/sign/poster/official/random/directional/south,
/turf/open/floor/iron/small,
/area/station/commons/fitness/locker_room)
-"uZy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
+"uZc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/iron,
+/area/station/security/courtroom)
+"uZk" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/structure/chair{
dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/area/station/security/brig/entrance)
"uZA" = (
/obj/structure/chair{
dir = 1;
@@ -63879,45 +61643,55 @@
dir = 1
},
/area/station/science/lower)
-"uZI" = (
+"uZK" = (
+/obj/structure/reagent_dispensers/plumbed{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
+"uZY" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/status_display/ai/directional/south,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/dock)
-"uZQ" = (
-/obj/machinery/holopad,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"vaf" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/machinery/status_display/ai/directional/south,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
+"vam" = (
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -20;
+ pixel_y = -11
+ },
+/obj/structure/flora/rock/pile/jungle/style_5,
+/obj/structure/window/spawner/directional/east,
+/obj/structure/window/spawner/directional/west,
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/recreation/entertainment)
"vav" = (
/obj/structure/lattice,
/obj/structure/railing,
/turf/open/space/basic,
/area/space/nearstation)
+"vaw" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"vaF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/item/kirbyplants/organic/applebush,
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"vaX" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/right/directional/south,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutters";
- name = "Kitchen Shutters"
- },
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"vba" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -63927,10 +61701,6 @@
},
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"vbh" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/small,
-/area/station/service/bar)
"vbp" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
@@ -63951,14 +61721,6 @@
"vbK" = (
/turf/closed/wall,
/area/station/science/research)
-"vbL" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 10
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"vbO" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -63972,6 +61734,9 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"vbP" = (
+/turf/open/floor/wood/parquet,
+/area/station/medical/psychology)
"vbQ" = (
/obj/machinery/telecomms/server/presets/engineering,
/turf/open/floor/circuit,
@@ -63981,32 +61746,24 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"vbS" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/trash/can/food/pine_nuts{
- pixel_x = 16;
- pixel_y = 6
- },
-/obj/machinery/cell_charger{
- pixel_x = -1;
- pixel_y = 2
+"vcd" = (
+/obj/structure/chair{
+ dir = 8
},
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = -1;
- pixel_y = 1
+/obj/effect/landmark/start/assistant,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
+"vcl" = (
+/obj/structure/chair{
+ dir = 8
},
/turf/open/floor/iron/dark,
-/area/station/commons/storage/tools)
+/area/station/security/interrogation)
"vcm" = (
/obj/item/pickaxe,
/turf/open/misc/asteroid,
/area/station/maintenance/department/electrical)
-"vcw" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/smooth,
-/area/station/commons/storage/tools)
"vcB" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -64022,34 +61779,19 @@
},
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/treatment_center)
-"vcF" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"vcN" = (
/obj/structure/chair{
dir = 4
},
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
-"vcR" = (
-/turf/open/floor/iron/stairs/medium{
- dir = 1
- },
-/area/station/engineering/atmos)
-"vcS" = (
-/obj/effect/turf_decal/delivery/white{
- color = "#52B4E9"
- },
-/obj/structure/reagent_dispensers/watertank/high,
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 9
+"vcT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/light/small/dim/directional/north,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"vcW" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -64079,26 +61821,6 @@
/obj/structure/railing/corner,
/turf/open/space/basic,
/area/space/nearstation)
-"vdi" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer4{
- dir = 8
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"vdj" = (
/obj/effect/turf_decal/tile/blue,
/obj/structure/filingcabinet/chestdrawer{
@@ -64141,17 +61863,6 @@
/obj/machinery/light_switch/directional/west,
/turf/open/floor/iron/small,
/area/station/engineering/main)
-"vdv" = (
-/obj/structure/bed,
-/obj/effect/spawner/random/bedsheet,
-/obj/machinery/button/door/directional/east{
- id = "Cabin2";
- name = "Cabin Bolt Control";
- normaldoorcontrol = 1;
- specialfunctions = 4
- },
-/turf/open/floor/carpet/purple,
-/area/station/commons/dorms)
"vdw" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/stripes/line{
@@ -64160,19 +61871,6 @@
/obj/machinery/light/small/dim/directional/south,
/turf/open/floor/iron/small,
/area/station/maintenance/department/engine/atmos)
-"vdB" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 8
- },
-/obj/machinery/atmospherics/components/tank,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/pumproom)
-"vdE" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Old Command Hallway"
- },
-/turf/open/floor/iron/textured_half,
-/area/station/maintenance/hallway/abandoned_command)
"vdH" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/blue{
@@ -64180,13 +61878,13 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"vdS" = (
-/obj/structure/closet/firecloset,
-/obj/item/clothing/glasses/meson,
-/obj/item/radio/intercom/directional/east,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/catwalk_floor/iron_smooth,
-/area/station/engineering/main)
+"vdL" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/spawner/random/structure/steam_vent,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"vdX" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -64227,18 +61925,11 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
-"vey" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research{
- name = "Augment Corridor"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/augments)
+"vex" = (
+/obj/effect/turf_decal/stripes/end,
+/obj/item/kirbyplants/random/fullysynthetic,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"veA" = (
/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -64248,6 +61939,14 @@
/obj/machinery/status_display/ai/directional/north,
/turf/open/floor/engine,
/area/station/ai_monitored/turret_protected/ai)
+"veB" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Fuel Pipe to Incinerator";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"veK" = (
/turf/closed/wall,
/area/station/science/lab)
@@ -64285,33 +61984,32 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/science/lab)
-"vft" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/stairs{
- dir = 1
- },
-/area/station/engineering/storage/tech)
-"vfx" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+"vfo" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/obj/structure/extinguisher_cabinet/directional/east,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"vfD" = (
/obj/effect/turf_decal/siding/thinplating_new/light,
/obj/structure/reagent_dispensers/fueltank,
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/smooth_large,
/area/station/science/robotics/mechbay)
-"vfG" = (
-/obj/structure/hedge,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+"vfI" = (
+/obj/machinery/microwave{
+ pixel_y = 5
+ },
+/obj/machinery/light_switch/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/effect/turf_decal/siding/end,
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"vfK" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -64349,6 +62047,18 @@
/obj/item/toy/crayon/purple,
/turf/open/floor/iron/white,
/area/station/science/research)
+"vgh" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction/flip{
+ dir = 2
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/hallway/secondary/exit/departure_lounge)
"vgp" = (
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance"
@@ -64394,17 +62104,51 @@
/obj/structure/barricade/wooden,
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
+"vgS" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/structure/desk_bell{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"vgY" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 4
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
+/turf/open/floor/plating,
+/area/station/maintenance/department/science/xenobiology)
"vhe" = (
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/iron/smooth,
/area/station/cargo/office)
+"vhr" = (
+/obj/structure/sink/directional/west,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/north,
+/obj/machinery/light/cold/directional/north,
+/turf/open/floor/iron/dark/small,
+/area/station/service/chapel/storage)
+"vht" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/machinery/holopad,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/security/armory)
+"vhA" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "atmospherics - upper"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"vhC" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -64427,25 +62171,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/science/research)
-"vhK" = (
-/obj/machinery/door/airlock/wood{
- name = "Bar Backroom"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/bar,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/turf/open/floor/iron/dark/textured_half{
- dir = 1
- },
-/area/station/service/bar/backroom)
-"vhN" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/light_switch/directional/south,
-/turf/open/floor/iron/dark/small,
-/area/station/service/chapel/storage)
+"via" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/break_room)
"vid" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
@@ -64457,16 +62186,17 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/service/chapel/office)
+"vip" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"vir" = (
/turf/open/floor/iron/white/side{
dir = 8
},
/area/station/science/research)
-"viw" = (
-/obj/effect/decal/cleanable/oil/streak,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine/atmos)
"viy" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -64479,16 +62209,6 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/science/server)
-"viD" = (
-/obj/machinery/airalarm/directional/north,
-/obj/structure/table/wood,
-/obj/machinery/chem_dispenser/drinks,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/iron/dark/diagonal,
-/area/station/service/bar)
"viE" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -64496,15 +62216,6 @@
/obj/item/stack/cable_coil/cut,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"viI" = (
-/obj/structure/chair/sofa/bench/right{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
"viK" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -64516,16 +62227,6 @@
/obj/effect/mapping_helpers/airlock/unres,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"viM" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"viP" = (
/obj/structure/closet/emcloset,
/turf/open/floor/iron/small,
@@ -64561,25 +62262,16 @@
},
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
-"vja" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/item/kirbyplants/random,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/directional/west,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"vjb" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"vjo" = (
-/obj/structure/window/spawner/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
+"vjg" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/turf/open/floor/plating,
+/area/station/engineering/atmospherics_engine)
"vjp" = (
/obj/structure/cable,
/obj/effect/turf_decal/sand/plating,
@@ -64587,55 +62279,16 @@
/obj/structure/alien/weeds,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"vjK" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 5
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"vjN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/effect/turf_decal/siding/wood/end{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"vjZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research/glass{
- name = "Cubicle"
+"vjI" = (
+/obj/machinery/door/airlock{
+ name = "Bathrooms"
},
-/obj/effect/mapping_helpers/airlock/access/all/science/general,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/toilet/restrooms)
"vkh" = (
/turf/closed/wall,
/area/station/service/bar)
-"vkj" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron/white/small,
-/area/station/service/janitor)
-"vkn" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research{
- name = "Research and Development Lab"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/research,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/lab)
"vkr" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -64646,6 +62299,13 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/fore)
+"vks" = (
+/obj/structure/cable,
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
"vkt" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -64653,6 +62313,13 @@
},
/turf/open/floor/iron,
/area/station/science/research)
+"vkC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/firealarm/directional/east,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"vkD" = (
/obj/structure/table,
/obj/item/stack/ore/gold{
@@ -64664,6 +62331,12 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"vkI" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"vkJ" = (
/obj/item/book/manual/wiki/security_space_law{
pixel_x = 9;
@@ -64713,12 +62386,6 @@
/obj/effect/landmark/start/scientist,
/turf/open/floor/iron/cafeteria,
/area/station/science/circuits)
-"vkY" = (
-/obj/structure/table/glass,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell,
-/turf/open/floor/iron/white,
-/area/station/science/auxlab/firing_range)
"vkZ" = (
/turf/open/floor/iron/dark/small,
/area/station/maintenance/aft)
@@ -64747,13 +62414,6 @@
},
/turf/open/floor/light/colour_cycle/dancefloor_b,
/area/station/maintenance/starboard/central)
-"vlv" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/floor,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"vlB" = (
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
dir = 4
@@ -64763,13 +62423,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/hallway/abandoned_command)
-"vlC" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/structure/grille/broken,
-/obj/item/stack/rods/two,
-/obj/effect/decal/cleanable/molten_object,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine/atmos)
"vlV" = (
/turf/closed/wall,
/area/station/maintenance/aft)
@@ -64788,16 +62441,6 @@
/obj/item/radio/intercom/chapel/directional/west,
/turf/open/floor/iron/terracotta/diagonal,
/area/station/service/chapel/office)
-"vme" = (
-/obj/structure/flora/bush/sparsegrass{
- pixel_x = -5;
- pixel_y = 9
- },
-/obj/effect/turf_decal/weather/dirt{
- dir = 10
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"vmh" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -64823,12 +62466,45 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/dark,
/area/station/engineering/storage/tcomms)
+"vmp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
+"vmr" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"vmt" = (
/obj/structure/chair/stool/bamboo{
dir = 4
},
/turf/open/floor/iron/terracotta/diagonal,
/area/station/service/chapel/office)
+"vmy" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - N2O"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/nitrous_output{
+ dir = 1
+ },
+/turf/open/floor/engine/n2o,
+/area/station/engineering/atmos)
+"vmB" = (
+/obj/item/radio/intercom/directional/west,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"vmH" = (
/obj/machinery/door/morgue{
name = "Confession Booth (Chaplain)";
@@ -64848,6 +62524,9 @@
/obj/effect/turf_decal/sand/plating,
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"vmN" = (
+/turf/open/floor/iron/small,
+/area/station/maintenance/starboard/central)
"vmS" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -64856,24 +62535,10 @@
/obj/vehicle/sealed/mecha/ripley/paddy/preset,
/turf/open/floor/iron,
/area/station/security/tram)
-"vmT" = (
-/obj/structure/flora/grass/jungle/b/style_2,
-/turf/open/misc/dirt/station,
-/area/station/service/chapel)
"vmX" = (
/obj/machinery/light/small/directional/north,
/turf/open/floor/wood,
/area/station/service/chapel/office)
-"vmY" = (
-/obj/structure/chair/stool/bar/directional/north,
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/landmark/start/assistant,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"vne" = (
/turf/open/floor/wood,
/area/station/service/chapel/office)
@@ -64911,21 +62576,6 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/dark,
/area/station/security/execution/transfer)
-"vnp" = (
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"vnq" = (
/obj/structure/cable,
/obj/structure/bed/medical/anchored{
@@ -64949,16 +62599,28 @@
/obj/machinery/door/airlock/glass,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"vnz" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/effect/turf_decal/bot,
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/stripes/line{
+"vnC" = (
+/obj/structure/closet{
+ name = "Evidence Closet 2"
+ },
+/obj/structure/secure_safe/directional/north{
+ name = "evidence safe"
+ },
+/turf/open/floor/iron/smooth,
+/area/station/security/evidence)
+"vnD" = (
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/mail_sorting/security/general,
+/turf/open/floor/iron,
+/area/station/security)
"vnF" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -64980,13 +62642,6 @@
/obj/machinery/medical_kiosk,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"vnR" = (
-/obj/effect/spawner/random/structure/crate,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/fore)
"voe" = (
/obj/structure/chair/sofa/bench/right{
dir = 1
@@ -65027,13 +62682,13 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron,
/area/station/security)
-"voO" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
+"voN" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/station/command/teleporter)
+"voZ" = (
+/turf/open/floor/engine/air,
+/area/station/engineering/atmos)
"vpb" = (
/obj/machinery/door/airlock/hatch{
name = "Tool Supply Corridor"
@@ -65041,6 +62696,10 @@
/obj/effect/mapping_helpers/airlock/access/all/supply/general,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/cargo/office)
+"vpj" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/engineering/atmos/storage)
"vpk" = (
/obj/structure/cable,
/turf/open/floor/iron/smooth,
@@ -65050,6 +62709,20 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/station/science/ordnance/testlab)
+"vpt" = (
+/obj/item/radio/intercom/prison/directional/north,
+/turf/open/floor/iron,
+/area/station/security/prison/work)
+"vpC" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/yellow/visible,
+/turf/closed/wall/r_wall,
+/area/station/engineering/atmos)
+"vpF" = (
+/obj/structure/table,
+/obj/item/dyespray,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/showroomfloor,
+/area/station/service/barber)
"vpI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral{
@@ -65064,20 +62737,11 @@
/obj/machinery/smartfridge/petri/preloaded,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"vpS" = (
-/obj/machinery/atmospherics/pipe/smart/simple/supply/visible/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold/supply/visible{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/opposingcorners,
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
+"vpP" = (
+/obj/effect/spawner/random/structure/closet_private,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/carpet,
+/area/station/commons/dorms)
"vpT" = (
/obj/structure/chair/sofa/bench{
dir = 1
@@ -65118,15 +62782,12 @@
/obj/item/stack/rods/two,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"vqy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/firealarm/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"vqF" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/turf/open/floor/stone,
+/area/station/service/chapel)
"vqH" = (
/obj/structure/railing{
dir = 8
@@ -65134,6 +62795,27 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
+"vqI" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
+"vqJ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/power/apc/worn_out/directional/east,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
"vqU" = (
/obj/machinery/rnd/server/master,
/turf/open/floor/circuit,
@@ -65170,20 +62852,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
-"vro" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L9";
- pixel_y = -15
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"vrq" = (
-/obj/machinery/door/airlock{
- id_tag = "Cabin3";
- name = "Cabin 3"
- },
-/turf/open/floor/carpet/blue,
-/area/station/commons/dorms)
"vrz" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -65196,15 +62864,10 @@
},
/turf/open/floor/wood,
/area/station/security/detectives_office)
-"vrK" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 1
- },
-/turf/open/space/basic,
-/area/space/nearstation)
+"vrB" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"vrO" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/grunge{
@@ -65214,12 +62877,14 @@
dir = 1
},
/area/station/security/courtroom)
-"vrR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/trash,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
+"vrS" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/dark_red/half/contrasted,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"vrT" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
@@ -65245,20 +62910,11 @@
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
"vsi" = (
-/obj/structure/bed{
- dir = 4
- },
-/obj/effect/spawner/random/bedsheet{
- dir = 4
- },
-/obj/machinery/button/door/directional/north{
- id = "Cabin3";
- name = "Cabin Bolt Control";
- normaldoorcontrol = 1;
- specialfunctions = 4
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
-/turf/open/floor/carpet/blue,
-/area/station/commons/dorms)
+/turf/open/floor/wood,
+/area/station/commons/fitness/recreation)
"vso" = (
/obj/effect/landmark/start/scientist,
/obj/structure/chair{
@@ -65274,15 +62930,6 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"vsK" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable,
-/obj/machinery/duct,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
"vsQ" = (
/obj/machinery/light_switch/directional/north,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -65291,6 +62938,10 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
+"vsV" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible,
+/turf/open/floor/engine/o2,
+/area/station/engineering/atmos)
"vsW" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/effect/turf_decal/box/red/corners{
@@ -65301,16 +62952,10 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"vtw" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 10
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/machinery/atmospherics/pipe/smart/manifold/dark/visible,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
+"vtr" = (
+/obj/machinery/light/floor,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"vtA" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -65340,14 +62985,23 @@
/obj/machinery/duct,
/turf/open/floor/plating,
/area/station/maintenance/fore/greater)
-"vuk" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 8
+"vtW" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"vtX" = (
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"vuj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/item/fuel_pellet,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
"vum" = (
/obj/structure/cable,
/obj/machinery/firealarm/directional/north,
@@ -65356,6 +63010,16 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/aft)
+"vun" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/requests_console/auto_name/directional/west,
+/obj/effect/mapping_helpers/requests_console/supplies,
+/turf/open/floor/stone,
+/area/station/service/bar)
"vuq" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -65386,6 +63050,18 @@
/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
/turf/open/floor/catwalk_floor/iron,
/area/station/science/xenobiology)
+"vuD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"vuH" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/apc/auto_name/directional/west,
@@ -65393,6 +63069,18 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/station/cargo/miningfoundry)
+"vuJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
"vuR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -65425,41 +63113,27 @@
/turf/open/floor/light/colour_cycle/dancefloor_b,
/area/station/maintenance/starboard/central)
"vvd" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/vending/cigarette,
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/bed{
dir = 4
},
-/turf/open/floor/iron/white/side,
-/area/station/hallway/primary/central/aft)
-"vvg" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
+/obj/effect/spawner/random/bedsheet{
dir = 4
},
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Waste to Port Filter"
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"vvj" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/camera/autoname/directional/east,
-/obj/effect/spawner/random/entertainment/arcade{
- dir = 8
+/obj/machinery/button/door/directional/south{
+ id = "Cabin4";
+ name = "Cabin Bolt Control";
+ normaldoorcontrol = 1;
+ specialfunctions = 4
},
-/obj/effect/turf_decal/siding/thinplating{
- dir = 4
+/turf/open/floor/carpet,
+/area/station/commons/dorms)
+"vve" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Aft Corridor"
},
/obj/structure/cable,
-/obj/machinery/light/small/dim/directional/east,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/iron/textured_half,
+/area/station/hallway/primary/aft)
"vvs" = (
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
@@ -65472,6 +63146,16 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
+"vvC" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Airlock"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
+/obj/structure/cable,
+/obj/effect/landmark/navigate_destination,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/break_room)
"vvK" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/green/fourcorners,
@@ -65486,6 +63170,18 @@
"vvP" = (
/turf/open/floor/iron/white/small,
/area/station/maintenance/port/aft)
+"vvW" = (
+/obj/structure/hoop{
+ dir = 8;
+ pixel_x = 10;
+ pixel_y = 11
+ },
+/obj/effect/turf_decal/trimline/white/end{
+ dir = 8
+ },
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/wood,
+/area/station/commons/fitness/recreation)
"vwc" = (
/obj/structure/chair/comfy/brown{
buildstackamount = 0;
@@ -65509,13 +63205,6 @@
},
/turf/open/floor/iron/textured_half,
/area/station/hallway/primary/aft)
-"vwj" = (
-/obj/structure/chair/wood,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/service/barber)
"vws" = (
/obj/structure/closet/firecloset,
/turf/open/floor/iron/small,
@@ -65570,32 +63259,30 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/small,
/area/station/security/office)
+"vwW" = (
+/obj/machinery/chem_master/condimaster,
+/obj/effect/turf_decal/siding/end{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/service/kitchen)
"vwZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/plaque{
- icon_state = "L4";
- pixel_y = -15
+/obj/structure/chair/sofa/bench{
+ dir = 4
},
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/newscaster/directional/west,
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
},
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"vxg" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/siding/wideplating_new/terracotta{
- dir = 10
- },
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
+/area/station/hallway/primary/fore)
"vxm" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -65614,6 +63301,18 @@
"vxt" = (
/turf/closed/wall,
/area/station/maintenance/department/engine)
+"vxA" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/service)
"vxM" = (
/turf/open/floor/iron,
/area/station/commons/storage/art)
@@ -65635,6 +63334,14 @@
/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden,
/turf/open/floor/wood/tile,
/area/station/tcommsat/server)
+"vym" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start/geneticist,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"vyF" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/chair/sofa/bench/left{
@@ -65646,21 +63353,16 @@
},
/turf/open/floor/iron/dark,
/area/station/command/corporate_dock)
-"vyM" = (
-/obj/effect/turf_decal/arrows{
- dir = 4
+"vyP" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmospherics_engine)
+/obj/structure/closet/secure_closet/hydroponics,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"vyR" = (
/turf/open/floor/glass,
/area/station/command/corporate_dock)
-"vyT" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/iron/herringbone,
-/area/station/commons/dorms)
"vyU" = (
/obj/machinery/vending/cigarette,
/obj/machinery/light/small/directional/north,
@@ -65682,6 +63384,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
+"vzh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/toilet/auxiliary)
"vzt" = (
/obj/structure/hedge,
/obj/machinery/light/cold/directional/east,
@@ -65707,6 +63415,17 @@
/obj/structure/cable,
/turf/open/floor/iron/cafeteria,
/area/station/security/prison/mess)
+"vzE" = (
+/obj/structure/window/spawner/directional/east,
+/obj/structure/window/spawner/directional/west,
+/obj/structure/flora/bush/sparsegrass,
+/obj/structure/flora/bush/flowers_br,
+/obj/structure/flora/bush/flowers_pp,
+/obj/structure/flora/bush/large/style_random{
+ pixel_y = -1
+ },
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
"vzK" = (
/obj/machinery/light/small/directional/west,
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/helium_output{
@@ -65715,14 +63434,6 @@
},
/turf/open/floor/engine/helium,
/area/station/ai_monitored/turret_protected/ai)
-"vzS" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/firealarm/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"vzV" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -65750,30 +63461,14 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron,
/area/station/security/tram)
-"vAb" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
- dir = 8
- },
-/obj/structure/cable,
-/obj/item/clothing/head/cone{
- pixel_x = 6;
- pixel_y = 9
- },
-/obj/item/clothing/head/cone{
- pixel_x = 11;
- pixel_y = -9
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
-"vAj" = (
+"vAl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/structure/table/wood,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/turf/open/floor/wood,
+/area/station/cargo/boutique)
"vAq" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -65839,31 +63534,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/white/textured_half,
/area/station/science/lobby)
-"vBd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/public/glass{
- name = "Cargo Botique"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/textured_half{
- dir = 1
- },
-/area/station/hallway/primary/central/fore)
-"vBu" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/station/science/xenobiology)
"vBG" = (
/obj/structure/table,
/obj/machinery/microwave{
@@ -65878,10 +63548,31 @@
},
/turf/open/floor/iron/dark,
/area/station/security/office)
+"vBQ" = (
+/obj/structure/closet/secure_closet/atmospherics,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
+"vCc" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Lockers"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half,
+/area/station/commons/fitness/locker_room)
"vCe" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/science/research)
+"vCi" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/neutral/corner,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"vCl" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -65896,10 +63587,18 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"vCy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
+"vCq" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"vCs" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/xenobiology)
"vCO" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white,
@@ -65913,23 +63612,20 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/smooth_large,
/area/station/science/ordnance/storage)
-"vDg" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
-"vDA" = (
-/obj/structure/disposalpipe/junction/flip{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
+"vCZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"vDe" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/status_display/evac/directional/north,
/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/area/station/security/brig/entrance)
"vDB" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -65945,10 +63641,13 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"vDD" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
+"vDG" = (
+/obj/effect/turf_decal/siding/wideplating,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
"vDQ" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
@@ -65972,9 +63671,21 @@
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
"vEk" = (
-/obj/structure/window/spawner/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"vEn" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 8
+ },
+/area/station/hallway/secondary/dock)
"vEz" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -65996,50 +63707,46 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
+"vEE" = (
+/obj/structure/table,
+/obj/item/electronics/airalarm{
+ pixel_x = -5;
+ pixel_y = -7
+ },
+/obj/item/electronics/firealarm{
+ pixel_x = 5;
+ pixel_y = -5
+ },
+/obj/item/electronics/firealarm{
+ pixel_x = 5
+ },
+/obj/item/electronics/airalarm{
+ pixel_x = 7;
+ pixel_y = 9
+ },
+/obj/item/electronics/airalarm{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/structure/sign/poster/official/build/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"vEP" = (
/turf/closed/wall/r_wall,
/area/station/security/brig)
-"vEQ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
+"vET" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/cold/directional/east,
-/obj/item/radio/intercom/directional/east,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/engine_smes)
-"vEW" = (
-/turf/closed/wall/r_wall,
-/area/station/security/prison/shower)
-"vEZ" = (
-/obj/structure/railing,
-/obj/structure/railing/corner{
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "Atmospherics Blast Door"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"vFf" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
+ dir = 4
},
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/meter,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
+"vEW" = (
+/turf/closed/wall/r_wall,
+/area/station/security/prison/shower)
"vFh" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/landmark/blobstart,
@@ -66048,19 +63755,6 @@
},
/turf/open/floor/iron/grimy,
/area/station/maintenance/starboard/central)
-"vFj" = (
-/obj/machinery/vending/hydronutrients,
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/delivery/white{
- color = "#52B4E9"
- },
-/obj/item/radio/intercom/directional/north,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"vFm" = (
/obj/effect/turf_decal/siding/blue,
/obj/machinery/duct,
@@ -66074,6 +63768,12 @@
/obj/structure/sign/poster/official/no_erp/directional/east,
/turf/open/floor/iron/grimy,
/area/station/maintenance/starboard/central)
+"vFt" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/office)
"vFu" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
@@ -66133,25 +63833,23 @@
/obj/item/storage/lockbox/loyalty,
/turf/open/floor/iron,
/area/station/security/tram)
-"vFW" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/green/visible{
+"vGe" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/supermatter)
+/obj/effect/landmark/start/clown,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
"vGp" = (
/obj/structure/table/wood,
/obj/machinery/light/small/red/dim/directional/south,
/obj/item/flashlight/flare/candle,
/turf/open/floor/iron/terracotta/diagonal,
/area/station/service/chapel/office)
-"vGx" = (
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
"vGz" = (
/obj/machinery/door/airlock{
name = "Maintenance"
@@ -66194,13 +63892,16 @@
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
"vHG" = (
-/obj/effect/spawner/random/trash,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"vHH" = (
/obj/item/kirbyplants/random,
/obj/effect/turf_decal/siding/thinplating_new{
@@ -66228,33 +63929,21 @@
},
/turf/open/floor/wood,
/area/station/service/chapel/office)
-"vIa" = (
-/obj/effect/landmark/start/hangover,
-/obj/effect/spawner/random/engineering/tracking_beacon,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
"vId" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/corner,
/area/station/science/lower)
-"vIp" = (
+"vIm" = (
/obj/structure/table,
-/obj/item/folder/yellow{
- pixel_x = 4
- },
-/obj/item/stack/sheet/mineral/plasma/thirty,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/phone{
- pixel_x = -6;
- pixel_y = 7
+/obj/machinery/camera/directional/east{
+ c_tag = "atmospherics - HFR"
},
-/turf/open/floor/iron/small,
-/area/station/engineering/engine_smes)
+/obj/item/stack/rods/fifty,
+/obj/item/stack/rods/fifty,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmospherics_engine)
"vIt" = (
/obj/machinery/door/airlock{
name = "Maintenance"
@@ -66264,9 +63953,20 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
-"vIF" = (
-/turf/closed/wall,
-/area/station/engineering/atmos/pumproom)
+"vIz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
+"vIC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"vIJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/door/firedoor,
@@ -66299,12 +63999,6 @@
},
/turf/open/floor/iron/dark/herringbone,
/area/station/security/courtroom)
-"vJe" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/light/directional/south,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
"vJn" = (
/obj/structure/closet/crate/coffin,
/obj/structure/window/spawner/directional/west,
@@ -66321,6 +64015,18 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/plating,
/area/station/service/chapel/office)
+"vJB" = (
+/obj/item/radio/intercom/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
+"vJG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"vJH" = (
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
@@ -66406,13 +64112,6 @@
/obj/effect/landmark/start/chief_engineer,
/turf/open/floor/wood,
/area/station/command/heads_quarters/ce)
-"vKs" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 6
- },
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"vKG" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron,
@@ -66432,11 +64131,6 @@
/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/iron/dark/small,
/area/station/security/detectives_office)
-"vKW" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding,
-/turf/open/floor/iron/white/small,
-/area/station/science/lab)
"vKX" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -66456,6 +64150,16 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
+"vKZ" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/obj/machinery/light/small/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/carpet/lone,
+/area/station/service/chapel/office)
"vLb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/siding/blue{
@@ -66472,12 +64176,6 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"vLd" = (
-/obj/structure/chair{
- pixel_y = -2
- },
-/turf/open/floor/iron,
-/area/station/security/execution/transfer)
"vLi" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
/obj/effect/turf_decal/siding/green{
@@ -66488,11 +64186,6 @@
/obj/machinery/newscaster/directional/west,
/turf/open/floor/iron/cafeteria,
/area/station/science/circuits)
-"vLl" = (
-/obj/structure/cable,
-/obj/machinery/duct,
-/turf/open/floor/iron/kitchen/small,
-/area/station/security/prison/mess)
"vLs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/chair/stool/directional/east,
@@ -66538,38 +64231,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/medical/pharmacy)
-"vLY" = (
-/obj/machinery/light/small/directional/south,
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/machinery/duct,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
-"vMd" = (
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"vMf" = (
-/obj/structure/cable,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"vMo" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 6
- },
-/obj/machinery/atmospherics/components/tank{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos/pumproom)
"vMr" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/alien/weeds,
@@ -66589,18 +64250,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/engineering/storage/tcomms)
-"vMu" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/flowers_br/style_3,
-/obj/machinery/firealarm/directional/north,
-/obj/structure/flora/bush/large/style_random{
- pixel_x = -20;
- pixel_y = -16
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"vMC" = (
/turf/closed/wall/r_wall,
/area/station/science/lab)
@@ -66626,6 +64275,14 @@
dir = 1
},
/area/station/hallway/primary/aft)
+"vMP" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"vMT" = (
/obj/machinery/hydroponics/soil,
/obj/item/food/grown/mushroom/libertycap,
@@ -66639,14 +64296,14 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/security/tram)
-"vNa" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+"vNq" = (
+/obj/machinery/washing_machine,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
},
-/obj/effect/landmark/navigate_destination/bar,
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/floor/iron/white/corner,
+/area/station/commons/dorms)
"vNt" = (
/obj/effect/spawner/random/trash/graffiti{
pixel_x = -32;
@@ -66670,31 +64327,39 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron/smooth,
/area/station/cargo/warehouse)
-"vNX" = (
-/obj/effect/spawner/random/structure/closet_private,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/carpet/purple,
-/area/station/commons/dorms)
-"vOf" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Dorms"
+"vNM" = (
+/obj/machinery/door/airlock{
+ name = "Hydroponics Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/dorms)
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/service/hydroponics)
+"vOf" = (
+/obj/structure/cable,
+/obj/structure/chair{
+ dir = 1;
+ pixel_y = -2
+ },
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/station/science/lower)
+"vOm" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/smooth,
+/area/station/commons/storage/tools)
"vOr" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/showroomfloor,
/area/station/commons/toilet/auxiliary)
-"vOv" = (
-/obj/effect/landmark/start/hangover,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/aft)
"vOL" = (
/obj/structure/railing{
dir = 1
@@ -66736,29 +64401,24 @@
/obj/structure/sign/departments/medbay/alt/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"vPu" = (
-/obj/structure/closet/boxinggloves,
+"vPw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
+ },
/obj/effect/turf_decal/stripes/red/line{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
+/turf/open/floor/iron/small,
+/area/station/hallway/secondary/recreation)
"vPJ" = (
/obj/structure/broken_flooring/singular/directional/east,
/obj/structure/alien/weeds,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"vPL" = (
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/button/door/directional/north{
- id = "vaco";
- name = "Comissary Shutters";
- pixel_x = 29
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
"vPP" = (
/turf/closed/wall,
/area/station/command/corporate_suite)
@@ -66771,13 +64431,6 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"vPY" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"vQk" = (
/obj/effect/spawner/random/structure/crate,
/obj/machinery/computer/security/telescreen/entertainment/directional/east,
@@ -66799,21 +64452,39 @@
/obj/structure/flora/rock/pile/jungle/style_random,
/turf/open/misc/sandy_dirt,
/area/station/maintenance/port/lesser)
+"vQu" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"vQv" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/flora/bush/large/style_random,
/turf/open/misc/sandy_dirt,
/area/station/medical/medbay/lobby)
-"vRc" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+"vQx" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 6
+ },
+/obj/machinery/light/small/directional/south,
+/obj/structure/sign/poster/official/random/directional/east,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"vRd" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/dark_red,
/obj/item/flashlight/lamp,
/turf/open/floor/iron,
/area/station/security/tram)
+"vRg" = (
+/obj/machinery/porta_turret/ai,
+/obj/machinery/computer/security/telescreen/research/directional/west,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/iron/smooth,
+/area/station/ai_monitored/turret_protected/aisat_interior)
"vRh" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -66821,61 +64492,39 @@
dir = 1
},
/area/station/science/research)
+"vRn" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/station/maintenance/port/greater)
"vRt" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"vRv" = (
-/obj/structure/flora/bush/sparsegrass,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"vRC" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/west,
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"vRF" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/tcommsat/server)
-"vRH" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
-"vSa" = (
-/obj/structure/table/glass,
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = 11;
- pixel_y = 6
- },
-/obj/item/folder/blue{
- pixel_x = -3;
- pixel_y = 2
- },
-/turf/open/floor/carpet/executive,
-/area/station/command/meeting_room)
-"vSb" = (
-/mob/living/simple_animal/bot/secbot/beepsky/armsky,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/security/armory)
+"vRE" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/vending/wardrobe/jani_wardrobe,
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron/small,
+/area/station/service/janitor)
"vSg" = (
/turf/closed/wall/r_wall,
/area/station/hallway/primary/aft)
-"vSh" = (
-/obj/effect/turf_decal/stripes/corner{
+"vSi" = (
+/obj/structure/hedge,
+/obj/effect/turf_decal/siding/wood/end,
+/obj/effect/turf_decal/siding/wood/end{
dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
+/turf/open/floor/iron/smooth,
+/area/station/service/library)
"vSj" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/firealarm/directional/west,
@@ -66884,6 +64533,11 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"vSw" = (
+/obj/effect/landmark/start/hangover,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/aft)
"vSx" = (
/obj/structure/table/reinforced,
/obj/item/kitchen/fork/plastic,
@@ -66892,6 +64546,13 @@
},
/turf/open/floor/iron/kitchen/small,
/area/station/security/prison/mess)
+"vSI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/small,
+/area/station/service/bar)
"vSL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -66902,17 +64563,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
-"vSQ" = (
-/obj/effect/turf_decal/tile/green/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/machinery/seed_extractor,
-/obj/effect/turf_decal/delivery/white{
- color = "#52B4E9"
- },
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"vSW" = (
/obj/effect/spawner/random/engineering/atmospherics_portable,
/turf/open/floor/plating,
@@ -66934,28 +64584,6 @@
/obj/machinery/air_sensor/ordnance_freezer_chamber,
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/freezerchamber)
-"vTg" = (
-/obj/structure/table/reinforced,
-/obj/item/folder/yellow{
- pixel_x = 4
- },
-/obj/item/storage/pill_bottle/potassiodide{
- pixel_y = 12;
- pixel_x = -6
- },
-/obj/item/pen/screwdriver,
-/obj/item/radio/intercom/directional/west,
-/obj/item/geiger_counter{
- pixel_x = 7;
- pixel_y = 14
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/storage/gas)
-"vTh" = (
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/station/science/lab)
"vTj" = (
/obj/effect/spawner/random/maintenance,
/obj/effect/decal/cleanable/dirt/dust,
@@ -66967,6 +64595,15 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/cafeteria,
/area/station/science/breakroom)
+"vTn" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_yw/style_2,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"vTo" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -66977,22 +64614,6 @@
/obj/machinery/light_switch/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"vTs" = (
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=1.0-Security-PNexus";
- location = "23.2-Evac-Garden"
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"vTu" = (
-/obj/structure/chair/sofa/bench/right,
-/obj/machinery/light/dim/directional/north,
-/turf/open/floor/iron/white,
-/area/station/science/cytology)
"vTv" = (
/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{
dir = 4
@@ -67014,12 +64635,6 @@
},
/turf/open/floor/iron,
/area/station/commons/storage/art)
-"vTD" = (
-/obj/structure/table,
-/obj/item/soap,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron/showroomfloor,
-/area/station/service/barber)
"vTE" = (
/obj/item/trash/shok_roks/tropical,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -67037,6 +64652,11 @@
},
/turf/open/floor/iron/dark,
/area/station/command/corporate_dock)
+"vTP" = (
+/obj/structure/sink/kitchen/directional/east,
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron/kitchen/small,
+/area/station/service/kitchen)
"vTV" = (
/turf/closed/wall/r_wall,
/area/station/command/heads_quarters/hos)
@@ -67100,12 +64720,33 @@
},
/turf/open/floor/iron/white/small,
/area/station/security/prison/safe)
-"vVg" = (
-/obj/effect/turf_decal/stripes/corner{
+"vUS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
+"vUV" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/stone,
+/area/station/service/chapel)
+"vVf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
dir = 1
},
/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
+/area/station/engineering/atmos/project)
"vVo" = (
/obj/machinery/light/cold/directional/south,
/obj/structure/table/reinforced,
@@ -67162,6 +64803,12 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
+"vVV" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral/opposingcorners,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/fitness/recreation/entertainment)
"vVX" = (
/obj/structure/cable,
/obj/machinery/telecomms/processor/preset_one,
@@ -67198,11 +64845,28 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/fore)
+"vWw" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"vWA" = (
/obj/effect/turf_decal/tile/brown/opposingcorners,
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
+"vWC" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"vWF" = (
/obj/docking_port/stationary/laborcamp_home/kilo{
dir = 4
@@ -67223,6 +64887,15 @@
"vWM" = (
/turf/open/floor/iron/smooth,
/area/station/maintenance/solars/starboard/fore)
+"vWP" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"vWQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
@@ -67245,6 +64918,15 @@
/obj/item/clothing/gloves/boxing/blue,
/turf/open/floor/iron,
/area/station/security/prison/workout)
+"vXd" = (
+/obj/item/flashlight/lantern/on,
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/service/chapel)
"vXi" = (
/obj/structure/table,
/obj/item/reagent_containers/cup/bowl,
@@ -67291,29 +64973,16 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
-"vXU" = (
-/obj/effect/spawner/random/trash,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
-"vXW" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"vYj" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"vYu" = (
-/obj/machinery/vending/wardrobe/chef_wardrobe,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
+"vYn" = (
+/obj/item/radio/intercom/directional/east,
+/obj/structure/closet/toolcloset,
+/turf/open/floor/catwalk_floor/iron_smooth,
+/area/station/engineering/break_room)
"vYx" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 1
@@ -67327,6 +64996,17 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/security/courtroom)
+"vYD" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 5
+ },
+/obj/structure/chair/office{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/north,
+/obj/effect/landmark/start/warden,
+/turf/open/floor/iron/white/small,
+/area/station/security/warden)
"vYF" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 8
@@ -67377,17 +65057,12 @@
/turf/open/misc/asteroid,
/area/station/maintenance/hallway/abandoned_command)
"vYU" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"vYW" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 1
},
-/turf/open/floor/iron/dark,
-/area/station/security/office)
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/iron/white,
+/area/station/medical/paramedic)
"vZb" = (
/obj/structure/cable,
/obj/structure/table,
@@ -67405,18 +65080,26 @@
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"vZM" = (
-/obj/item/clothing/head/cone{
- pixel_x = -17;
- pixel_y = -7
+"vZK" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small/directional/north,
+/obj/machinery/reagentgrinder{
+ pixel_y = 14;
+ pixel_x = -13
},
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
+/obj/item/reagent_containers/cup/rag{
+ pixel_x = 7;
+ pixel_y = 7
},
-/obj/effect/decal/cleanable/glass/plasma,
-/turf/open/floor/engine,
-/area/station/engineering/atmos)
+/turf/open/floor/stone,
+/area/station/service/abandoned_gambling_den)
+"vZN" = (
+/obj/machinery/door/poddoor/shutters/radiation/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/turf/open/floor/plating,
+/area/station/engineering/supermatter)
"vZW" = (
/obj/structure/chair/sofa/bench/right{
dir = 4
@@ -67433,6 +65116,13 @@
/obj/item/folder/red,
/turf/open/floor/iron,
/area/station/security/courtroom)
+"wah" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/department/electrical)
"wap" = (
/obj/structure/railing{
dir = 1
@@ -67451,21 +65141,13 @@
},
/turf/open/floor/iron,
/area/station/security/courtroom)
-"way" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/main)
-"waz" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/obj/effect/landmark/start/shaft_miner,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
+"waD" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/hallway/primary/central/aft)
"waH" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
dir = 5
@@ -67475,6 +65157,10 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
+"waI" = (
+/obj/machinery/vending/games,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"waN" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
@@ -67493,6 +65179,25 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
/area/station/command/heads_quarters/ce)
+"waY" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/machinery/gibber,
+/obj/effect/turf_decal/weather/snow/corner{
+ dir = 6
+ },
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
+"wbd" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/obj/effect/landmark/start/security_officer,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"wbf" = (
/turf/closed/wall,
/area/station/security/prison/safe)
@@ -67511,14 +65216,6 @@
dir = 1
},
/area/station/science/lower)
-"wby" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"wbH" = (
/obj/machinery/holopad,
/obj/effect/decal/cleanable/dirt,
@@ -67536,18 +65233,6 @@
},
/turf/open/floor/iron/white/small,
/area/station/science/lab)
-"wbP" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
-"wbY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"wco" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -67582,16 +65267,37 @@
},
/turf/open/floor/iron,
/area/station/security/execution/transfer)
+"wcz" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
"wcG" = (
/obj/effect/turf_decal/tile/red/opposingcorners{
dir = 1
},
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
+"wcJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"wcP" = (
/obj/machinery/modular_computer/preset/cargochat/cargo,
/turf/open/floor/iron,
/area/station/cargo/sorting)
+"wcR" = (
+/obj/structure/chair{
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/machinery/airalarm/directional/north,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"wcV" = (
/obj/structure/closet/crate,
/obj/item/food/breadslice/plain,
@@ -67611,12 +65317,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"wdh" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"wdk" = (
/turf/closed/mineral/random/stationside,
/area/station/maintenance/starboard/greater)
@@ -67629,24 +65329,21 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"wds" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
+"wdu" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 8
},
-/obj/structure/chair/stool/directional/south,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/cargo/sorting)
+/area/station/hallway/primary/port)
"wdB" = (
/obj/structure/railing{
dir = 4
},
/turf/open/space/basic,
/area/space/nearstation)
-"wdJ" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible/layer5,
-/turf/open/space/basic,
-/area/space/nearstation)
"wdS" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{
dir = 4
@@ -67670,19 +65367,9 @@
"wen" = (
/turf/closed/wall,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"wev" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/light/cold/directional/north,
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/camera/directional/north,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+"weo" = (
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
"weA" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -67695,23 +65382,6 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/dark/small,
/area/station/engineering/lobby)
-"weU" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 4;
- name = "Air"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/landmark/blobstart,
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos/office)
-"weY" = (
-/obj/structure/cable,
-/obj/structure/chair/office{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/command/gateway)
"wfa" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -67738,38 +65408,11 @@
"wfr" = (
/turf/closed/wall/r_wall,
/area/station/medical/pharmacy)
-"wfD" = (
-/obj/machinery/door/airlock/research/glass{
- name = "Cubicle"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/general,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
-"wfE" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/siding/wideplating,
-/obj/machinery/vending/tool,
-/obj/structure/extinguisher_cabinet/directional/north,
+"wfG" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"wgk" = (
-/turf/open/floor/iron/dark/small,
-/area/station/science/xenobiology)
-"wgl" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+/area/station/maintenance/hallway/abandoned_command)
"wgn" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
@@ -67810,10 +65453,6 @@
},
/turf/open/floor/iron/white,
/area/station/science/auxlab/firing_range)
-"wgE" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"wgF" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
@@ -67824,10 +65463,14 @@
/obj/item/reagent_containers/cup/glass/bottle/beer,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"wgH" = (
-/obj/machinery/airalarm/directional/north,
+"wgI" = (
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/landmark/start/assistant,
/turf/open/floor/iron,
-/area/station/engineering/storage/tech)
+/area/station/commons/vacant_room/commissary)
"wgL" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/medical/central)
@@ -67836,16 +65479,21 @@
/obj/effect/turf_decal/weather,
/turf/open/floor/plating,
/area/station/service/chapel/office)
-"wgV" = (
-/obj/structure/closet{
- name = "Paramedic Supplies"
+"wgZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/light/directional/south,
+/obj/machinery/camera/directional/south{
+ c_tag = "Engineering - Supermatter Chamber"
},
-/obj/effect/turf_decal/siding/blue{
- dir = 5
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"wha" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/obj/machinery/light_switch/directional/north,
-/turf/open/floor/iron/white,
-/area/station/medical/paramedic)
+/turf/open/floor/stone,
+/area/station/service/chapel)
"whc" = (
/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{
dir = 1
@@ -67878,56 +65526,31 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"whD" = (
+/obj/machinery/research/anomaly_refinery,
+/turf/open/floor/iron/white/small,
+/area/station/science/ordnance/storage)
"whF" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 1;
- id = "rdordnance";
- name = "Ordnance Lab Shutters"
- },
-/turf/open/floor/plating,
-/area/station/science/ordnance)
-"whI" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/chair/wood{
- dir = 4
- },
-/turf/open/floor/stone,
-/area/station/service/bar)
-"whL" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/station/hallway/secondary/exit/departure_lounge)
-"whM" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/maintenance/department/engine/atmos)
-"whP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/brown/fourcorners,
-/obj/effect/landmark/navigate_destination/cargo,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"whU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/chair/stool/directional/south,
-/obj/effect/turf_decal/siding/red{
- dir = 1
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 1;
+ id = "rdordnance";
+ name = "Ordnance Lab Shutters"
},
-/obj/effect/landmark/start/security_officer,
+/turf/open/floor/plating,
+/area/station/science/ordnance)
+"whL" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/station/hallway/secondary/exit/departure_lounge)
+"whM" = (
/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/security/office)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/maintenance/department/engine/atmos)
"whX" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock{
@@ -67967,13 +65590,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/space/nearstation)
-"wiR" = (
-/obj/structure/cable,
-/turf/closed/wall,
-/area/station/engineering/engine_smes)
"wja" = (
/turf/closed/wall/r_wall,
/area/station/commons/toilet/auxiliary)
+"wjq" = (
+/obj/structure/sign/painting/large/library{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"wjr" = (
/obj/structure/tank_holder/extinguisher,
/turf/open/floor/iron/white,
@@ -67982,24 +65607,6 @@
/obj/structure/filingcabinet,
/turf/open/floor/iron/dark/small,
/area/station/security/detectives_office)
-"wjJ" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/red{
- dir = 6
- },
-/obj/machinery/firealarm/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/white/small,
-/area/station/security/warden)
-"wjR" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"wjZ" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -68020,32 +65627,43 @@
},
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"wkv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+"wkl" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot{
dir = 1
},
-/turf/open/floor/iron,
-/area/station/commons/storage/art)
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"wkF" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/hallway/secondary/recreation)
-"wkN" = (
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/effect/turf_decal/siding/green{
+"wkG" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 10
},
-/obj/structure/table,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
-"wkU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
+"wkK" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/obj/structure/railing,
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
+"wkP" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter)
"wla" = (
/obj/effect/landmark/generic_maintenance_landmark,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -68057,62 +65675,21 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"wlK" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
-"wlP" = (
-/obj/effect/turf_decal/trimline/white/line,
-/obj/effect/turf_decal/trimline/white/mid_joiner,
-/obj/item/radio/intercom/directional/south,
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/wood,
-/area/station/commons/fitness/recreation)
-"wlS" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"wlT" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/machinery/light/small/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/wood/tile,
-/area/station/service/lawoffice)
-"wlU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 10
- },
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Release"
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"wmd" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 10
- },
-/obj/effect/landmark/blobstart,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
"wme" = (
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
/area/station/maintenance/aft)
+"wmu" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/siding/thinplating_new/terracotta/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/meeting_room)
"wmx" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -68150,25 +65727,6 @@
/obj/machinery/holopad,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/surgery/theatre)
-"wmG" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/radio/intercom/directional/north,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/hallway/secondary/entry)
-"wmH" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/machinery/light/small/directional/south,
-/obj/item/radio/intercom/directional/south,
-/obj/structure/flora/bush/flowers_yw,
-/obj/machinery/camera/directional/south,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"wmS" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/red/corner{
@@ -68183,20 +65741,27 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"wnd" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/station/cargo/office)
-"wnm" = (
+"wmX" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/spawner/random/structure/steam_vent,
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/plaque{
+ icon_state = "L4";
+ pixel_y = -15
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"wnd" = (
+/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/area/station/cargo/office)
"wnw" = (
/obj/machinery/pdapainter/engineering,
/obj/effect/turf_decal/bot,
@@ -68218,6 +65783,13 @@
},
/turf/open/floor/mineral/titanium,
/area/station/command/heads_quarters/ce)
+"wny" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/machinery/light/small/broken/directional/north,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"wnE" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -68225,13 +65797,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"wnP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
"wnR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -68258,6 +65823,19 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/tcommsat/server)
+"woz" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/camera/autoname/directional/east,
+/obj/effect/spawner/random/entertainment/arcade{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/light/small/dim/directional/east,
+/turf/open/floor/eighties/red,
+/area/station/hallway/primary/central/fore)
"woD" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -68272,12 +65850,36 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
+"woG" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Atmospherics Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/engineering/atmospherics_engine)
"woI" = (
/obj/structure/rack,
/obj/item/crowbar/large/old,
/obj/item/wrench,
/turf/open/floor/catwalk_floor,
/area/station/science/xenobiology)
+"woK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"woP" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -68293,15 +65895,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"woU" = (
-/obj/structure/window/spawner/directional/south,
-/obj/machinery/light/small/directional/north,
-/obj/structure/flora/bush/flowers_yw/style_random,
-/obj/structure/flora/rock/pile/style_random{
- pixel_x = 32
- },
-/turf/open/misc/sandy_dirt,
-/area/station/commons/fitness/locker_room)
"wpa" = (
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat/maint)
@@ -68311,14 +65904,11 @@
/obj/structure/flora/bush/flowers_pp/style_random,
/turf/open/misc/sandy_dirt,
/area/station/medical/medbay/lobby)
-"wpl" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/chair/sofa/bench/right,
-/turf/open/floor/stone,
-/area/station/service/chapel)
+"wpr" = (
+/obj/machinery/light/small/directional/east,
+/obj/structure/closet/firecloset,
+/turf/open/floor/iron,
+/area/station/security/tram)
"wpw" = (
/obj/structure/cable,
/obj/item/kirbyplants/random,
@@ -68329,20 +65919,21 @@
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/turf/open/floor/iron,
/area/station/security/execution/transfer)
+"wpI" = (
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/main)
"wpO" = (
/turf/closed/wall/r_wall,
/area/station/security/processing)
-"wpY" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
+"wpZ" = (
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/cable,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"wqb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -68359,64 +65950,31 @@
"wqj" = (
/turf/closed/wall,
/area/station/commons/toilet/restrooms)
-"wqr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/chair/stool/directional/south,
-/obj/effect/turf_decal/siding/red{
- dir = 1
- },
-/obj/item/radio/intercom/directional/south{
- pixel_y = -31
- },
-/obj/effect/landmark/start/security_officer,
-/obj/structure/cable,
-/turf/open/floor/iron/small,
-/area/station/security/office)
-"wqv" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/food/meat/bacon,
-/obj/item/food/meat/bacon,
-/obj/item/food/meat/slab/monkey,
-/obj/item/food/meat/slab/monkey,
-/obj/item/food/meat/slab/monkey,
-/obj/effect/turf_decal/weather/snow/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
"wqD" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/port/aft)
-"wqG" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
+"wqI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/obj/machinery/disposal/bin,
-/obj/machinery/light_switch/directional/south,
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - South"
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
},
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
},
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
+/turf/open/floor/iron,
+/area/station/cargo/office)
"wqM" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating/rust,
/area/station/maintenance/fore/lesser)
-"wqP" = (
-/turf/closed/wall/r_wall/rust,
-/area/station/maintenance/department/electrical)
"wqW" = (
/obj/effect/turf_decal/siding/wideplating{
dir = 1
@@ -68436,6 +65994,50 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/dark,
/area/station/security/prison/workout)
+"wre" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/light/directional/east,
+/obj/structure/table,
+/obj/item/stack/sheet/mineral/plasma/five,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"wrj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/spawner/random/trash,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
+"wrk" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/dark_red/half/contrasted,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
+"wrw" = (
+/obj/machinery/light/small/directional/east,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"wrx" = (
+/obj/machinery/button/door/directional/north{
+ name = "Lock Control";
+ id = "Toilet3";
+ specialfunctions = 4;
+ normaldoorcontrol = 1
+ },
+/obj/machinery/recharge_station,
+/obj/structure/sign/poster/official/random/directional/east,
+/turf/open/floor/iron/white/small,
+/area/station/commons/toilet/restrooms)
"wrD" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -68444,6 +66046,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/aft)
+"wrF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/end{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/aft)
"wrO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -68456,6 +66068,12 @@
},
/turf/open/floor/iron/dark,
/area/station/command/corporate_dock)
+"wrS" = (
+/obj/structure/chair/stool/bar/directional/east,
+/obj/structure/sign/poster/contraband/random/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/carpet/lone,
+/area/station/service/abandoned_gambling_den)
"wrW" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -68466,6 +66084,16 @@
/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/iron/dark,
/area/station/command/corporate_dock)
+"wrZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/machinery/duct,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"wsa" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/effect/turf_decal/tile/red/anticorner/contrasted{
@@ -68487,39 +66115,17 @@
/obj/effect/turf_decal/tile/red/half/contrasted,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
-"wse" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/light_switch/directional/west,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"wsl" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/chair/office{
- dir = 4
- },
-/obj/effect/turf_decal/siding/purple{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
+"wsq" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 6
},
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
"wsB" = (
/obj/structure/rack,
/obj/effect/spawner/random/engineering/toolbox,
/turf/open/floor/catwalk_floor/iron,
/area/station/maintenance/department/medical/central)
-"wsF" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/structure/displaycase/trophy,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"wsG" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -68530,6 +66136,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/security/prison)
+"wsL" = (
+/obj/effect/spawner/random/structure/crate,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"wsR" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -68539,6 +66152,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"wsU" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"wtc" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -68584,17 +66206,24 @@
"wtt" = (
/turf/closed/wall,
/area/station/ai_monitored/turret_protected/ai_upload)
-"wtu" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Upload"
+"wtv" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
},
-/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload,
-/turf/open/floor/iron/dark/textured_half,
-/area/station/ai_monitored/turret_protected/ai_upload)
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"wtw" = (
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 4
+ },
+/obj/structure/table/wood,
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"wtx" = (
/obj/structure/cannon{
dir = 4
@@ -68610,30 +66239,11 @@
/obj/effect/landmark/start/depsec/medical,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
-"wtD" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"wtE" = (
-/obj/machinery/camera/autoname/directional/south,
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/dark/side,
-/area/station/hallway/primary/central/fore)
"wtG" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/light/small/red/directional/east,
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"wtS" = (
-/obj/machinery/shower/directional/west,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
"wtT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -68651,11 +66261,6 @@
"wuc" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/port/aft)
-"wue" = (
-/obj/effect/spawner/random/maintenance,
-/obj/effect/spawner/random/structure/crate_abandoned,
-/turf/open/floor/plating,
-/area/station/maintenance/fore/greater)
"wuf" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
@@ -68668,19 +66273,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"wul" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/airalarm/directional/west,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron/small,
-/area/station/medical/medbay/lobby)
"wum" = (
/turf/closed/wall/r_wall,
/area/station/security/medical)
@@ -68708,15 +66300,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/plating,
/area/station/command/gateway)
-"wuE" = (
-/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/security/execution/transfer)
"wuH" = (
/obj/structure/broken_flooring/singular/directional/south,
/obj/effect/landmark/generic_maintenance_landmark,
@@ -68737,17 +66320,54 @@
"wuM" = (
/turf/closed/wall,
/area/station/command/heads_quarters/qm)
+"wuV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/research{
+ name = "Research and Development Lab"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/research,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/lab)
"wuY" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/structure/grille,
+/obj/structure/chair/wood{
+ dir = 4
+ },
+/obj/machinery/light/floor,
+/turf/open/floor/stone,
+/area/station/service/bar)
+"wvg" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Airlock"
+ },
+/obj/machinery/door/firedoor,
/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
+"wvj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/yellow/visible,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/directional/south{
+ c_tag = "Engineering Supermatter Chamber"
+ },
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"wvk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/red/line,
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/small,
/area/station/hallway/primary/central/fore)
-"wvl" = (
-/obj/machinery/light/small/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"wvv" = (
/obj/effect/turf_decal/tile/red/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners{
@@ -68760,33 +66380,17 @@
/obj/structure/hedge,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
-"wvI" = (
-/obj/structure/closet/masks,
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"wvK" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/iron,
-/area/station/maintenance/fore/greater)
-"wvL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"wvM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/floor,
/turf/open/floor/iron/white/small,
/area/station/science/cubicle)
-"wvT" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 10
- },
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+"wvS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible/layer2,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"wwk" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 8
@@ -68820,6 +66424,16 @@
dir = 1
},
/area/station/science/lower)
+"wwJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
"wwQ" = (
/obj/structure/chair/office{
dir = 4
@@ -68831,27 +66445,6 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
-"wwV" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/iron/dark/side,
-/area/station/cargo/office)
-"wwX" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/access/all/science/rd,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Research Director's Office"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "rdoffice";
- name = "Research Director's Shutters"
- },
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/research)
"wwY" = (
/obj/effect/spawner/random/trash/mess,
/obj/effect/decal/cleanable/dirt,
@@ -68866,30 +66459,10 @@
/obj/effect/mapping_helpers/airlock/access/any/science/maintenance,
/turf/open/floor/iron/cafeteria,
/area/station/maintenance/starboard/fore)
-"wxp" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
"wxu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/closed/wall/r_wall,
/area/station/maintenance/starboard/central)
-"wxx" = (
-/obj/effect/spawner/random/trash,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"wxC" = (
-/obj/structure/cable,
-/obj/item/radio/intercom/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/dark/herringbone,
-/area/station/ai_monitored/command/nuke_storage)
"wxG" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/light/small/dim/directional/north,
@@ -68920,9 +66493,6 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/white/small,
/area/station/science/lab)
-"wxV" = (
-/turf/open/floor/iron/grimy,
-/area/station/commons)
"wxW" = (
/obj/machinery/door/airlock/external/glass,
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -68940,12 +66510,28 @@
dir = 1
},
/area/station/science/xenobiology)
+"wya" = (
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
+ dir = 1
+ },
+/obj/machinery/chem_dispenser,
+/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/medical/pharmacy)
"wyb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/dark_red,
/turf/open/floor/iron,
/area/station/security/prison)
+"wyg" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"wyj" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt,
@@ -68956,16 +66542,6 @@
/obj/effect/spawner/random/decoration/flower,
/turf/open/floor/wood,
/area/station/service/chapel/office)
-"wyq" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple,
-/obj/effect/turf_decal/siding/purple/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
"wyy" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/computer/scan_consolenew{
@@ -68978,13 +66554,6 @@
/obj/machinery/light/warm/directional/east,
/turf/open/floor/iron/dark,
/area/station/science/genetics)
-"wyB" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/light/small/directional/east,
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
"wyH" = (
/obj/machinery/door/airlock/maintenance{
name = "Maintenance"
@@ -69014,32 +66583,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/service/chapel/office)
-"wyU" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/light/cold/directional/north,
-/obj/machinery/meter,
-/turf/open/floor/iron/dark,
+"wzl" = (
+/obj/machinery/air_sensor/air_tank,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/engine/air,
/area/station/engineering/atmos)
-"wyZ" = (
-/obj/effect/turf_decal/siding/wideplating{
- dir = 4
- },
-/obj/machinery/light/small/directional/north,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
-"wzf" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/obj/structure/chair{
- dir = 4;
- pixel_y = -2
- },
-/obj/structure/sign/poster/contraband/random/directional/south,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/maintenance/central/lesser)
"wzo" = (
/obj/machinery/light/small/directional/north,
/obj/effect/landmark/start/cargo_technician,
@@ -69048,13 +66596,6 @@
"wzv" = (
/turf/open/floor/plating,
/area/station/maintenance/department/electrical)
-"wzB" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/structure/barricade/wooden,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
"wzF" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -69079,19 +66620,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/carpet/lone,
/area/station/service/chapel/office)
-"wzT" = (
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/machinery/camera/autoname/directional/north,
-/obj/machinery/button/door/directional/east{
- id = "kitchenshutters";
- name = "Kitchen Shutter Control"
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+"wAa" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
},
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"wAb" = (
/obj/structure/table,
/obj/effect/spawner/random/food_or_drink/donkpockets,
@@ -69120,34 +66654,6 @@
},
/turf/open/floor/wood,
/area/station/security/detectives_office)
-"wAD" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/requests_console/directional/north{
- department = "Chief Engineer's Desk";
- name = "Chief Engineer's Requests Console";
- pixel_y = -32;
- pixel_x = 2
- },
-/obj/effect/mapping_helpers/requests_console/announcement,
-/obj/effect/mapping_helpers/requests_console/information,
-/turf/open/floor/iron/stairs/old{
- dir = 4
- },
-/area/station/command/heads_quarters/ce)
-"wAM" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"wAS" = (
/obj/structure/table/wood,
/obj/item/hand_labeler,
@@ -69161,6 +66667,13 @@
"wBa" = (
/turf/open/floor/iron/dark/smooth_corner,
/area/station/maintenance/starboard/greater)
+"wBc" = (
+/obj/effect/turf_decal/tile/green/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"wBf" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/turf/open/floor/plating/rust,
@@ -69202,24 +66715,6 @@
/obj/structure/bed/maint,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"wBP" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=19.0-Engineering-CentralPort";
- location = "18.0-ToolStorage-Engineering"
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
"wCa" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
@@ -69234,21 +66729,6 @@
/obj/effect/spawner/random/structure/grille,
/turf/open/space/basic,
/area/space/nearstation)
-"wCh" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple{
- dir = 1
- },
-/obj/effect/turf_decal/siding/purple/corner,
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
-"wCq" = (
-/obj/effect/turf_decal/siding/thinplating,
-/obj/effect/spawner/random/entertainment/arcade{
- dir = 1
- },
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
"wCt" = (
/obj/machinery/flasher/directional/east{
id = "hopflash"
@@ -69304,9 +66784,25 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/pharmacy)
+"wCM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 1
+ },
+/area/station/hallway/primary/central/fore)
"wCR" = (
/turf/closed/wall,
/area/station/cargo/boutique)
+"wCW" = (
+/obj/effect/turf_decal/siding/wideplating,
+/turf/open/floor/wood,
+/area/station/engineering/atmos/storage)
"wCX" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -69321,36 +66817,10 @@
/obj/machinery/light_switch/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"wDt" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron,
-/area/station/maintenance/starboard/aft)
"wDA" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
-"wDF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"wDI" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"wDM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -69358,31 +66828,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"wDR" = (
-/obj/structure/table,
-/obj/item/paper_bin,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron,
-/area/station/commons/storage/art)
-"wEc" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 9
- },
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/iron/twenty,
-/obj/item/stack/sheet/mineral/plasma/five,
-/obj/item/stack/sheet/mineral/titanium,
-/obj/item/stack/sheet/mineral/uranium/five,
-/obj/machinery/light/small/directional/east,
-/obj/structure/sign/poster/official/random/directional/east,
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
-"wEd" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"wEf" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral{
@@ -69390,6 +66835,36 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"wEj" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/station/service/chapel/office)
+"wEs" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"wEv" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
+/obj/machinery/door/airlock/hydroponics/glass{
+ name = "Hydroponics"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/textured_half,
+/area/station/service/hydroponics)
+"wEy" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"wEC" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -69399,53 +66874,51 @@
dir = 1
},
/area/station/science/lower)
+"wEF" = (
+/obj/structure/table,
+/obj/machinery/light/small/directional/north,
+/obj/item/clothing/head/costume/rice_hat,
+/turf/open/floor/iron/dark/small,
+/area/station/commons/fitness/locker_room)
"wEG" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/iron/dark,
/area/station/service/chapel/office)
-"wEO" = (
-/obj/structure/table,
-/obj/item/storage/bag/tray,
-/obj/item/knife/kitchen{
- pixel_y = 2
- },
-/obj/effect/spawner/random/food_or_drink/cake_ingredients,
-/obj/item/kitchen/rollingpin,
-/obj/effect/turf_decal/siding{
- dir = 4
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
"wER" = (
/obj/effect/spawner/random/trash,
/obj/machinery/duct,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"wEU" = (
-/obj/structure/transit_tube/horizontal{
- dir = 2
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"wEW" = (
/obj/effect/spawner/random/engineering/atmospherics_portable,
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
-"wFb" = (
+"wFa" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/effect/turf_decal/siding/purple{
+ dir = 8
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
+"wFd" = (
/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/smooth,
+/area/station/service/library)
+"wFe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/airalarm/directional/east,
-/obj/effect/turf_decal/tile/neutral,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"wFm" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
+/area/station/maintenance/hallway/abandoned_command)
+"wFq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plating/rust,
+/area/station/maintenance/fore/greater)
"wFz" = (
/obj/effect/turf_decal/sand/plating,
/obj/structure/table,
@@ -69453,37 +66926,34 @@
/obj/structure/alien/weeds,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"wFH" = (
-/obj/machinery/computer/security/telescreen/entertainment/directional/north,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"wFQ" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/obj/structure/steam_vent,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
+"wFT" = (
+/obj/machinery/light/small/directional/south{
+ dir = 4
+ },
+/turf/open/floor/engine/co2,
+/area/station/engineering/atmos)
"wFV" = (
/obj/item/stack/sheet/iron,
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
+"wFY" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 8
+ },
+/obj/structure/flora/bush/jungle/c/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"wGh" = (
/obj/structure/broken_flooring/corner/directional/south,
/turf/open/floor/plating,
/area/station/hallway/secondary/dock)
-"wGo" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/structure/rack,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
-/obj/machinery/status_display/evac/directional/south,
-/obj/item/tank/internals/emergency_oxygen,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"wGq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -69500,13 +66970,6 @@
},
/turf/open/floor/iron/dark/textured_half,
/area/station/security/courtroom)
-"wGx" = (
-/obj/effect/turf_decal/siding/thinplating_new/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/white/small,
-/area/station/service/hydroponics)
"wGz" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -69521,24 +66984,6 @@
},
/turf/open/floor/iron/small,
/area/station/hallway/primary/central/fore)
-"wGB" = (
-/obj/effect/turf_decal/weather/snow/corner{
- dir = 1
- },
-/obj/effect/turf_decal/weather/snow,
-/obj/machinery/light/small/directional/north,
-/obj/machinery/icecream_vat,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
-"wGH" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 4
- },
-/obj/structure/flora/bush/flowers_yw/style_2,
-/obj/structure/flora/bush/large/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"wGK" = (
/obj/structure/table/greyscale,
/obj/item/radio/intercom/directional/south{
@@ -69551,34 +66996,16 @@
},
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
+"wGU" = (
+/obj/structure/table,
+/obj/effect/spawner/random/techstorage/ai_all,
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/iron,
+/area/station/engineering/storage/tech)
"wHg" = (
/obj/structure/filingcabinet/filingcabinet,
/turf/open/floor/iron/grimy,
/area/station/science/cubicle)
-"wHr" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 10
- },
-/obj/structure/flora/bush/sparsegrass,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"wHH" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing/corner/end{
- dir = 8
- },
-/obj/structure/railing/corner/end/flip{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"wHL" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/structure/transit_tube/station/dispenser/reverse/flipped{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
"wHN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -69587,40 +67014,41 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"wHO" = (
+/obj/structure/sign/poster/official/random/directional/north,
+/obj/machinery/vending/autodrobe,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/wood/parquet,
+/area/station/service/greenroom)
"wHP" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"wHS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/wood/end{
+"wHR" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
dir = 4
},
-/turf/open/floor/wood,
-/area/station/service/chapel)
-"wHU" = (
-/obj/machinery/light_switch/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"wHS" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/solars/starboard/fore)
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"wIc" = (
/obj/structure/window/spawner/directional/west,
/obj/structure/flora/rock/pile/jungle/style_random,
/turf/open/misc/sandy_dirt,
/area/station/medical/medbay/lobby)
-"wIi" = (
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"wIm" = (
/obj/machinery/door/airlock/hatch{
name = "Centcom Dock"
@@ -69633,40 +67061,22 @@
/obj/structure/window/reinforced/spawner/directional/north,
/turf/open/space/basic,
/area/space/nearstation)
-"wIu" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table/greyscale,
-/obj/item/pen{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/book/manual/wiki/engineering_construction{
- pixel_y = 3;
- pixel_x = -6
+"wIz" = (
+/obj/structure/closet/crate{
+ name = "Materials Crate"
},
-/turf/open/floor/iron/grimy,
-/area/station/engineering/main)
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/rods/fifty,
+/obj/machinery/light/cold/dim/directional/west,
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/sheet/iron/fifty,
+/turf/open/floor/iron/dark/small,
+/area/station/engineering/storage_shared)
"wIY" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/science/robotics/lab)
-"wJa" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 10
- },
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/machinery/power/emitter{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"wJd" = (
/turf/closed/wall,
/area/station/hallway/secondary/construction)
@@ -69675,27 +67085,31 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
-"wJl" = (
-/obj/structure/cable,
-/obj/effect/spawner/random/structure/steam_vent,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
-"wJn" = (
-/obj/machinery/holopad,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
"wJo" = (
/obj/structure/cable,
/turf/closed/wall/r_wall,
/area/station/maintenance/department/science/xenobiology)
+"wJv" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/effect/spawner/random/food_or_drink/refreshing_beverage{
+ pixel_y = 10
+ },
+/turf/open/floor/iron/dark/diagonal,
+/area/station/service/bar)
"wJx" = (
/turf/closed/wall/r_wall,
/area/station/security/courtroom)
+"wJA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/effect/turf_decal/caution/stand_clear,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"wJD" = (
/obj/structure/disposalpipe/trunk,
/obj/effect/turf_decal/siding/thinplating_new/light{
@@ -69711,12 +67125,6 @@
/obj/structure/window/spawner/directional/south,
/turf/open/misc/sandy_dirt,
/area/station/hallway/secondary/entry)
-"wJJ" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/closed/wall/r_wall,
-/area/station/hallway/primary/central/aft)
"wJK" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 4
@@ -69732,6 +67140,17 @@
/obj/effect/turf_decal/tile/blue/fourcorners,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
+"wJT" = (
+/obj/structure/flora/bush/flowers_pp/style_2,
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"wJX" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"wJY" = (
/obj/effect/turf_decal/siding/thinplating_new/light{
dir = 4
@@ -69778,63 +67197,42 @@
},
/turf/open/floor/iron/small,
/area/station/medical/morgue)
+"wKn" = (
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"wKr" = (
/obj/structure/bookcase/random,
/turf/open/floor/wood/parquet,
/area/station/service/library)
-"wKw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/neutral/corner{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"wKy" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/wood,
-/area/station/engineering/atmos/office)
"wKz" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai_upload)
-"wKA" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/science/server)
"wKG" = (
/obj/structure/alien/resin/wall,
/obj/structure/alien/weeds,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"wKP" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/iron,
+"wKH" = (
+/obj/effect/spawner/random/maintenance,
+/obj/structure/rack,
+/turf/open/floor/plating,
+/area/station/service/bar)
+"wKO" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera/directional/east,
+/turf/open/floor/iron/stairs/right,
/area/station/hallway/secondary/recreation)
-"wKT" = (
-/obj/machinery/computer/security/mining,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/brown{
- dir = 1
+"wKR" = (
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
},
-/obj/machinery/incident_display/dual/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/command/bridge)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"wLd" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/solars/port/aft)
@@ -69847,6 +67245,11 @@
/obj/effect/mapping_helpers/airlock/access/any/security/court,
/turf/open/floor/plating,
/area/station/security/courtroom)
+"wLo" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"wLM" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -69871,19 +67274,24 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/service/library)
+"wMn" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"wMz" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/structure/bookcase/random,
+/turf/open/floor/wood/parquet,
+/area/station/service/library)
"wMA" = (
/obj/machinery/camera/directional/west,
/obj/structure/bookcase/random/religion,
/turf/open/floor/wood,
/area/station/service/chapel/office)
-"wMB" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"wMC" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -69900,6 +67308,13 @@
},
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai_upload)
+"wMG" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"wMH" = (
/turf/closed/wall,
/area/station/science/xenobiology)
@@ -69908,6 +67323,10 @@
dir = 1
},
/area/station/science/lower)
+"wMN" = (
+/obj/effect/turf_decal/siding,
+/turf/open/floor/iron/white/small,
+/area/station/science/lab)
"wMO" = (
/turf/closed/wall/r_wall,
/area/station/science/server)
@@ -69947,13 +67366,9 @@
},
/area/station/science/lobby)
"wNd" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/status_display/evac/directional/west,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/obj/effect/spawner/random/engineering/atmospherics_portable,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"wNg" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/thinplating_new/light{
@@ -69961,17 +67376,18 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/science/robotics/mechbay)
-"wNi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
+"wNs" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/hallway/primary/central/fore)
"wNv" = (
/obj/effect/landmark/navigate_destination/bridge,
/turf/open/floor/iron/smooth_half,
@@ -69984,24 +67400,11 @@
},
/turf/open/floor/iron/smooth,
/area/station/hallway/secondary/command)
-"wNA" = (
-/obj/effect/turf_decal/stripes/white/line{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron/dark/small,
-/area/station/engineering/supermatter/room)
-"wNE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/service/chapel)
+"wND" = (
+/obj/effect/turf_decal/siding/wideplating/dark/corner,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"wNK" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/iron,
@@ -70030,14 +67433,6 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/turf/open/space/basic,
/area/space/nearstation)
-"wNV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/table/wood,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
"wNW" = (
/obj/structure/disposalpipe/junction/flip{
dir = 4
@@ -70094,12 +67489,6 @@
},
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/rd)
-"wOk" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 10
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"wOl" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -70113,15 +67502,21 @@
"wOp" = (
/turf/closed/wall,
/area/station/service/abandoned_gambling_den)
-"wOr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/maintenance/starboard/greater)
"wOs" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/genetics)
+"wOt" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"wOz" = (
/obj/effect/landmark/generic_maintenance_landmark,
/obj/effect/turf_decal/stripes/line{
@@ -70138,11 +67533,6 @@
"wOC" = (
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
-"wOF" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/station/maintenance/port/greater)
"wOG" = (
/obj/effect/turf_decal/tile/red/half/contrasted,
/obj/effect/landmark/start/depsec/medical,
@@ -70156,6 +67546,21 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"wOS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/landmark/navigate_destination/disposals,
+/turf/open/floor/iron,
+/area/station/maintenance/hallway/abandoned_command)
+"wOZ" = (
+/obj/effect/decal/cleanable/molten_object,
+/obj/effect/landmark/event_spawn,
+/obj/structure/table,
+/turf/open/floor/iron/dark,
+/area/station/commons/storage/tools)
"wPd" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/starboard/lesser)
@@ -70179,14 +67584,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/small,
/area/station/security/detectives_office)
-"wPt" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
"wPu" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/effect/decal/cleanable/dirt,
@@ -70194,25 +67591,6 @@
/obj/effect/gibspawner,
/turf/open/floor/wood,
/area/station/maintenance/starboard/greater)
-"wPA" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
-"wPH" = (
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"wPK" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/chair/office/light{
@@ -70238,6 +67616,15 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
+"wPO" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"wPP" = (
/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
dir = 1
@@ -70258,23 +67645,25 @@
},
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"wQa" = (
-/obj/effect/turf_decal/stripes/corner{
+"wPX" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/chair/office{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/purple{
dir = 8
},
-/obj/effect/decal/cleanable/glass,
-/obj/machinery/light/dim/directional/north,
-/obj/structure/sign/warning/directional/north,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"wQh" = (
-/obj/structure/cable,
-/obj/effect/spawner/random/trash,
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/lesser)
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
+"wQc" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/service/abandoned_gambling_den)
"wQi" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
dir = 4
@@ -70296,6 +67685,18 @@
},
/turf/open/floor/iron/dark,
/area/station/science/genetics)
+"wQn" = (
+/obj/structure/closet{
+ name = "Evidence Closet 4"
+ },
+/turf/open/floor/iron/smooth,
+/area/station/security/evidence)
+"wQw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"wQx" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/spawner/random/maintenance,
@@ -70312,6 +67713,10 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"wQF" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"wQG" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -70321,17 +67726,6 @@
},
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
-"wQP" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- name = "Secure Network Access"
- },
-/obj/effect/mapping_helpers/airlock/access/all/command/ai_upload,
-/turf/open/floor/iron/dark/textured_half,
-/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"wQT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -70375,11 +67769,6 @@
/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_freezer_chamber_input,
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/freezerchamber)
-"wRG" = (
-/obj/structure/window/spawner/directional/south,
-/obj/structure/window/spawner/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
"wRN" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -70390,6 +67779,20 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
+"wRO" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"wRP" = (
/obj/machinery/camera/directional/south{
c_tag = "Atmospherics - South"
@@ -70414,18 +67817,6 @@
/obj/structure/cable,
/turf/open/floor/iron/white/small,
/area/station/service/janitor)
-"wRQ" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/fore)
"wRU" = (
/obj/machinery/smartfridge/organ,
/turf/open/floor/plating,
@@ -70444,6 +67835,12 @@
},
/turf/open/floor/iron/white/corner,
/area/station/hallway/primary/aft)
+"wSi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/dark,
+/area/station/cargo/office)
"wSF" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
dir = 8
@@ -70475,18 +67872,6 @@
/obj/effect/spawner/random/techstorage/engineering_all,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"wST" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/corner{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"wSZ" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/hallway/abandoned_command)
@@ -70506,15 +67891,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/textured_half,
/area/station/security/prison/work)
-"wTn" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple{
- dir = 8
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
"wTs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/official/random/directional/north,
@@ -70577,32 +67953,11 @@
dir = 1
},
/area/station/science/ordnance/testlab)
-"wTK" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
-/obj/machinery/holopad,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"wTO" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/curtain/cloth/fancy,
/turf/open/floor/iron/grimy,
/area/station/cargo/boutique)
-"wTQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
"wTU" = (
/obj/structure/table/glass,
/obj/machinery/fax{
@@ -70646,73 +68001,48 @@
},
/turf/open/floor/iron,
/area/station/security)
-"wUD" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_br/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"wUR" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"wVg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron,
-/area/station/science/ordnance/testlab)
-"wVh" = (
-/obj/effect/turf_decal/stripes/line{
+"wUc" = (
+/obj/machinery/light/small/directional/east,
+/obj/structure/sign/poster/official/random/directional/north,
+/obj/effect/turf_decal/siding/wood/end{
dir = 4
},
-/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
- dir = 4
+/turf/open/floor/wood,
+/area/station/hallway/primary/central/aft)
+"wUS" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos)
-"wVB" = (
-/obj/effect/turf_decal/siding/red{
- dir = 4
+/obj/machinery/conveyor_switch/oneway{
+ dir = 4;
+ id = "garbage";
+ name = "trash chute"
},
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/white/small,
-/area/station/security/warden)
+/area/station/service/janitor)
+"wVg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/iron,
+/area/station/science/ordnance/testlab)
"wVI" = (
/obj/machinery/biogenerator,
/obj/machinery/light/small/dim/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/department/prison)
-"wVP" = (
-/obj/structure/closet/athletic_mixed,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+"wVN" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance"
},
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/iron,
-/area/station/commons/fitness/recreation/entertainment)
-"wVU" = (
+/obj/effect/mapping_helpers/airlock/access/any/service/general,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/turf_decal/siding/purple{
- dir = 1
- },
-/obj/effect/turf_decal/siding/purple/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/science/genetics)
-"wWb" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/meter,
-/turf/open/floor/iron/small,
-/area/station/engineering/supermatter/room)
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"wWs" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -70727,14 +68057,16 @@
dir = 1
},
/area/station/hallway/secondary/construction)
-"wWP" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 10
+"wWD" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/landmark/start/hangover,
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/engineering/atmos)
+/area/station/hallway/primary/central/fore)
"wWR" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/orange,
@@ -70746,18 +68078,11 @@
"wWS" = (
/turf/open/floor/iron,
/area/station/security/prison)
-"wWV" = (
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/effect/turf_decal/siding/green{
- dir = 9
- },
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/machinery/power/apc/auto_name/directional/west,
+"wWU" = (
/obj/structure/cable,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
+/obj/effect/spawner/random/trash,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science/xenobiology)
"wWX" = (
/obj/effect/turf_decal/tile/red/anticorner/contrasted{
dir = 4
@@ -70778,6 +68103,16 @@
/obj/structure/reagent_dispensers/wall/peppertank/directional/east,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/customs/auxiliary)
+"wXe" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/dark_red/fourcorners,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/security/brig/entrance)
"wXg" = (
/obj/structure/disposalpipe/trunk,
/obj/structure/window/reinforced/spawner/directional/east,
@@ -70788,13 +68123,6 @@
dir = 5
},
/area/station/science/ordnance/testlab)
-"wXi" = (
-/obj/machinery/status_display/ai/directional/west,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"wXk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -70809,18 +68137,24 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/security/processing)
+"wXt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/stone,
+/area/station/service/chapel)
"wXC" = (
/obj/effect/turf_decal/siding/red{
dir = 5
},
/turf/open/floor/iron/small,
/area/station/security/brig)
-"wXV" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
+"wXO" = (
+/obj/machinery/computer/atmos_control/nocontrol/incinerator{
+ dir = 8
},
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"wYa" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -70835,24 +68169,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/engineering/storage/tech)
-"wYh" = (
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/neutral/line{
+"wYf" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/smart/simple/orange{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"wYm" = (
-/obj/machinery/door/airlock{
- name = "Hydroponics Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/turf/open/space/basic,
+/area/space/nearstation)
"wYv" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
dir = 9
@@ -70866,6 +68189,11 @@
"wYA" = (
/turf/closed/wall/r_wall,
/area/station/medical/chemistry)
+"wYH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
"wYK" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/effect/turf_decal/siding/wideplating{
@@ -70873,6 +68201,20 @@
},
/turf/open/misc/sandy_dirt,
/area/station/security/tram)
+"wYW" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/command{
+ name = "Telecomms Server Room"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/tcoms,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "comms-entrance-south"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/tcommsat/server)
"wZa" = (
/obj/docking_port/stationary{
dir = 8;
@@ -70893,18 +68235,6 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/hallway/secondary/exit/departure_lounge)
-"wZk" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/table/rolling,
-/obj/item/mod/module/thermal_regulator,
-/obj/effect/decal/cleanable/ash/large,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmospherics_engine)
-"wZl" = (
-/turf/closed/wall,
-/area/station/commons)
"wZp" = (
/obj/effect/turf_decal/arrows{
dir = 8
@@ -70920,6 +68250,18 @@
},
/turf/open/floor/iron/dark/small,
/area/station/maintenance/department/engine/atmos)
+"wZx" = (
+/obj/machinery/door/airlock/vault{
+ name = "Vault"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/supply/vault,
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/dark/herringbone,
+/area/station/hallway/primary/central/aft)
"wZA" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -70928,15 +68270,20 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
+"wZD" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -20;
+ pixel_y = 3
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"wZF" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"wZG" = (
-/turf/open/floor/wood/parquet,
-/area/station/medical/psychology)
"wZO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/item/radio/intercom/directional/north,
@@ -70952,19 +68299,6 @@
},
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/exit/departure_lounge)
-"xac" = (
-/obj/machinery/light/warm/dim,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
-"xae" = (
-/obj/structure/grille,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/atmos)
"xam" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -71012,14 +68346,6 @@
/obj/machinery/status_display/ai/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"xaK" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance"
- },
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/turf/open/floor/plating,
-/area/station/maintenance/department/electrical)
"xaN" = (
/turf/closed/wall,
/area/station/maintenance/starboard/central)
@@ -71069,6 +68395,10 @@
"xbl" = (
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/command/gateway)
+"xbp" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"xbs" = (
/obj/machinery/light_switch/directional/north,
/obj/effect/decal/cleanable/dirt,
@@ -71087,6 +68417,13 @@
/obj/structure/hedge,
/turf/open/floor/iron/dark,
/area/station/command/corporate_dock)
+"xbS" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"xbT" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
@@ -71107,23 +68444,17 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"xca" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+"xcf" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden,
+/obj/machinery/door/airlock/command{
+ name = "Research Division Server Room"
},
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
+/obj/effect/mapping_helpers/airlock/access/all/science/rd,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/server)
"xck" = (
/turf/closed/wall/r_wall,
/area/station/engineering/atmos/office)
-"xcm" = (
-/obj/structure/flora/grass/jungle/b/style_random,
-/turf/open/floor/grass,
-/area/station/service/chapel)
"xcq" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
@@ -71137,16 +68468,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/herringbone,
/area/station/ai_monitored/command/nuke_storage)
-"xcE" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/iron/smooth,
-/area/station/service/greenroom)
+"xcz" = (
+/obj/structure/window/spawner/directional/west,
+/obj/structure/flora/bush/jungle/a/style_random,
+/obj/structure/flora/bush/flowers_pp/style_random,
+/obj/structure/window/spawner/directional/east,
+/obj/machinery/light/floor,
+/obj/structure/window/spawner/directional/north,
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
"xcF" = (
/turf/open/floor/iron,
/area/station/commons/dorms)
@@ -71155,13 +68485,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"xcS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister/plasma,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/storage/gas)
+"xcK" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/closed/wall,
+/area/station/hallway/primary/central/aft)
"xda" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -71176,14 +68505,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"xdl" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/spawner/random/trash,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
"xdo" = (
/obj/machinery/firealarm/directional/north,
/obj/item/kirbyplants/random/fullysynthetic,
@@ -71219,33 +68540,6 @@
},
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/exit/departure_lounge)
-"xdw" = (
-/obj/structure/flora/bush/flowers_pp/style_random,
-/obj/effect/turf_decal/weather/dirt{
- dir = 4
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"xdJ" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engine Airlock"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "engine_airlock_2"
- },
-/turf/open/floor/catwalk_floor,
-/area/station/engineering/break_room)
-"xdN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"xdR" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -71258,27 +68552,20 @@
},
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/exit/departure_lounge)
+"xdV" = (
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 5
+ },
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"xed" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/storage_shared)
-"xef" = (
-/obj/item/stack/rods/two,
-/obj/item/book/manual/wiki/atmospherics{
- pixel_x = 5;
- pixel_y = 5;
- desc = "Glass shards are embedded in the cover. Hopefully you'll learn sometthing from this."
- },
-/turf/open/floor/engine,
-/area/station/engineering/atmos)
-"xej" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"xeo" = (
/obj/structure/window/spawner/directional/south,
/obj/structure/lattice,
@@ -71314,12 +68601,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"xeE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/security/evidence)
"xeM" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -71338,6 +68619,24 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/wood,
/area/station/service/chapel/office)
+"xeQ" = (
+/obj/structure/table/reinforced,
+/obj/item/folder/yellow{
+ pixel_x = 4
+ },
+/obj/item/storage/pill_bottle/potassiodide{
+ pixel_y = 12;
+ pixel_x = -6
+ },
+/obj/item/pen/screwdriver,
+/obj/item/radio/intercom/directional/west,
+/obj/item/geiger_counter{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/iron/small,
+/area/station/engineering/atmos/storage/gas)
"xeT" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/camera/directional/north{
@@ -71385,24 +68684,33 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/research)
-"xfd" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair{
- pixel_y = -2
+"xfe" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
-"xff" = (
+/area/station/hallway/primary/central/fore)
+"xfm" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/airlock/command{
- name = "Research Division Server Room"
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/dark_red/half/contrasted{
+ dir = 4
},
-/obj/effect/mapping_helpers/airlock/access/all/science/rd,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/server)
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/mail_sorting/security/hos_office,
+/turf/open/floor/iron,
+/area/station/security)
"xfu" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
@@ -71428,6 +68736,10 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/break_room)
+"xfB" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/disposal/incinerator)
"xfH" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/iron,
@@ -71453,16 +68765,19 @@
},
/turf/open/floor/iron/dark/small,
/area/station/medical/chemistry)
-"xgd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+"xfX" = (
/obj/structure/cable,
-/obj/structure/disposalpipe/sorting/mail{
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/red/line,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/mapping_helpers/mail_sorting/service/kitchen,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+/turf/open/floor/iron/small,
+/area/station/hallway/primary/central/fore)
"xgg" = (
/obj/structure/chair{
pixel_y = -2
@@ -71470,24 +68785,11 @@
/turf/open/floor/iron/dark/small,
/area/station/security/checkpoint/customs/auxiliary)
"xgv" = (
-/obj/machinery/button/door/directional/west{
- id = "QMLoaddoor";
- name = "Loading Doors";
- pixel_y = -8;
- req_access = list("cargo")
- },
-/obj/machinery/button/door/directional/west{
- id = "QMLoaddoor2";
- name = "Loading Doors";
- pixel_y = 8;
- req_access = list("cargo")
- },
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
+/obj/effect/turf_decal/tile/brown/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/cargo/storage)
+/area/station/engineering/atmos)
"xgw" = (
/obj/structure/rack,
/obj/item/storage/medkit/regular,
@@ -71500,6 +68802,18 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/white,
/area/station/security/medical)
+"xgy" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/obj/item/stack/spacecash/c10{
+ pixel_y = 9;
+ pixel_x = 5
+ },
+/obj/machinery/computer/security/telescreen/entertainment/directional/west,
+/turf/open/floor/iron/small,
+/area/station/service/barber)
"xgz" = (
/obj/effect/spawner/random/trash/graffiti{
pixel_x = 32;
@@ -71519,11 +68833,37 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"xhb" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron,
+"xgP" = (
+/obj/machinery/portable_atmospherics/canister/plasma,
+/turf/open/floor/engine/plasma,
+/area/station/engineering/atmos)
+"xhk" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Public Shrine"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/textured_half{
+ dir = 8
+ },
+/area/station/hallway/primary/central/fore)
+"xhD" = (
+/obj/structure/table,
+/obj/item/clothing/shoes/ducky_shoes{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/floor/iron/dark/small,
/area/station/commons/fitness/locker_room)
+"xhG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/navigate_destination/lawyer,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"xhM" = (
/obj/structure/table,
/obj/item/book/manual/wiki/tcomms,
@@ -71544,21 +68884,6 @@
"xia" = (
/turf/closed/wall,
/area/station/science/cubicle)
-"xig" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Dorms"
- },
-/turf/open/floor/iron/textured_half{
- dir = 1
- },
-/area/station/commons/fitness/locker_room)
-"xih" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"xik" = (
/turf/closed/wall,
/area/station/security/prison/rec)
@@ -71576,6 +68901,13 @@
/obj/structure/table/optable,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/surgery/theatre)
+"xiq" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/misc/asteroid,
+/area/station/maintenance/hallway/abandoned_command)
"xiu" = (
/obj/structure/chair/stool/directional/east,
/obj/machinery/airalarm/directional/west,
@@ -71614,16 +68946,17 @@
},
/turf/open/floor/iron/large,
/area/station/ai_monitored/command/storage/eva)
-"xiP" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 4
+"xiS" = (
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
-/obj/effect/turf_decal/stripes/red/line{
- dir = 8
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/aft)
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"xiT" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -71639,27 +68972,9 @@
dir = 5
},
/area/station/science/lower)
-"xjc" = (
-/obj/effect/turf_decal/stripes/end{
- dir = 4
- },
-/obj/structure/transit_tube/curved{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"xjg" = (
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"xjj" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"xjo" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -71671,14 +68986,19 @@
dir = 8
},
/area/station/science/lower)
-"xjr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/stone,
-/area/station/service/chapel)
"xjz" = (
/turf/closed/wall/r_wall,
/area/station/security/prison/garden)
+"xjC" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"xjE" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 8
@@ -71687,6 +69007,16 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/security/tram)
+"xjQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/spawner/random/trash,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"xjT" = (
/obj/machinery/door/airlock/external{
name = "Construction Zone"
@@ -71724,6 +69054,15 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
+"xkj" = (
+/obj/structure/railing,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/stairs/old{
+ dir = 4
+ },
+/area/station/engineering/break_room)
"xkn" = (
/obj/structure/steam_vent,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -71733,16 +69072,12 @@
"xkt" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/security/armory)
-"xkC" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
+"xkI" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/green/visible{
dir = 4
},
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"xkK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -71765,6 +69100,9 @@
/obj/machinery/power/shieldwallgen,
/turf/open/floor/iron/smooth_large,
/area/station/command/teleporter)
+"xkV" = (
+/turf/open/floor/stone,
+/area/station/service/bar)
"xkX" = (
/obj/effect/turf_decal/tile/yellow/diagonal_centre,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -71811,6 +69149,15 @@
"xlP" = (
/turf/open/floor/engine,
/area/station/science/xenobiology)
+"xlU" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"xlZ" = (
/turf/open/floor/iron,
/area/station/maintenance/hallway/abandoned_command)
@@ -71825,10 +69172,6 @@
/obj/structure/flora/bush/flowers_yw/style_random,
/turf/open/misc/sandy_dirt,
/area/station/medical/medbay/lobby)
-"xme" = (
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/engine,
-/area/station/engineering/atmos)
"xmg" = (
/obj/structure/broken_flooring/singular/directional/south,
/obj/machinery/light/small/directional/east,
@@ -71854,13 +69197,6 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"xmK" = (
-/obj/structure/window/spawner/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/commons/dorms)
"xmL" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/landmark/start/security_officer,
@@ -71870,6 +69206,14 @@
"xmO" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/fore/greater)
+"xnb" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/thinplating_new/light,
+/obj/machinery/requests_console/auto_name/directional/south,
+/obj/effect/mapping_helpers/requests_console/supplies,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"xng" = (
/obj/structure/disposalpipe/trunk,
/obj/machinery/disposal/delivery_chute{
@@ -71886,16 +69230,19 @@
/area/station/cargo/sorting)
"xnk" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/iron,
-/area/station/security/prison/work)
-"xnA" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/turf/open/floor/plating,
-/area/station/engineering/supermatter/room)
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood/tile,
+/area/station/service/lawoffice)
+"xno" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/item/kirbyplants/random,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
"xnB" = (
/obj/effect/turf_decal/stripes/white/corner,
/obj/effect/turf_decal/stripes/white/line,
@@ -71911,13 +69258,6 @@
"xnE" = (
/turf/closed/wall/r_wall,
/area/station/hallway/secondary/entry)
-"xnJ" = (
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/effect/turf_decal/siding/green,
-/obj/machinery/component_printer,
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/iron/cafeteria,
-/area/station/science/circuits)
"xnL" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -71962,16 +69302,6 @@
"xol" = (
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai_upload)
-"xop" = (
-/turf/open/floor/glass,
-/area/station/hallway/primary/central/aft)
-"xoz" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"xoJ" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/structure/tank_holder/extinguisher,
@@ -71984,25 +69314,6 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron/small,
/area/station/ai_monitored/command/storage/eva)
-"xoV" = (
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
- dir = 9
- },
-/obj/structure/table,
-/obj/effect/turf_decal/siding/thinplating_new/dark/end{
- dir = 4
- },
-/obj/item/geiger_counter{
- pixel_x = 7;
- pixel_y = 14
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/item/radio/off{
- pixel_x = 1;
- pixel_y = 3
- },
-/turf/open/floor/iron/small,
-/area/station/engineering/atmos/pumproom)
"xoW" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -72017,9 +69328,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"xpf" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/maintenance/disposal/incinerator)
"xpl" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -72052,15 +69360,18 @@
/obj/item/gavelhammer,
/turf/open/floor/iron,
/area/station/security/courtroom)
-"xpB" = (
+"xpy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
+/obj/machinery/door/airlock/research{
+ name = "Augment Corridor"
},
-/turf/open/floor/iron/dark/side,
-/area/station/science/xenobiology)
+/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/augments)
"xpJ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -72069,6 +69380,10 @@
/obj/machinery/camera/autoname/directional/east,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"xpL" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/station/maintenance/hallway/abandoned_command)
"xpR" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
@@ -72160,45 +69475,41 @@
"xqC" = (
/turf/closed/wall,
/area/station/maintenance/hallway/abandoned_command)
+"xqE" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/plating,
+/area/station/engineering/atmos/storage/gas)
"xqN" = (
/turf/closed/wall,
/area/station/medical/chemistry)
+"xqP" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/visible,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"xqS" = (
/turf/open/floor/eighties,
/area/station/service/abandoned_gambling_den/gaming)
"xqW" = (
/turf/closed/wall/r_wall,
/area/station/hallway/primary/starboard)
-"xrg" = (
+"xqX" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
+"xrc" = (
/obj/machinery/door/airlock{
- name = "Gambling Den"
+ name = "Maintenance"
},
-/obj/effect/mapping_helpers/airlock/access/all/science/research,
-/obj/item/assembly/mousetrap/armed,
+/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
/obj/structure/cable,
/turf/open/floor/plating,
-/area/station/service/abandoned_gambling_den)
-"xri" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/light/directional/south,
-/obj/effect/turf_decal/trimline/yellow/line{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
-"xrm" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+/area/station/maintenance/central/lesser)
"xru" = (
/obj/item/kirbyplants/random/fullysynthetic,
/obj/machinery/airalarm/directional/east,
@@ -72224,6 +69535,44 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"xrE" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/landmark/navigate_destination/vault,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
+"xrN" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/requests_console/directional/north{
+ department = "Chief Engineer's Desk";
+ name = "Chief Engineer's Requests Console";
+ pixel_y = -32;
+ pixel_x = 2
+ },
+/obj/effect/mapping_helpers/requests_console/announcement,
+/obj/effect/mapping_helpers/requests_console/information,
+/turf/open/floor/iron/stairs/old{
+ dir = 4
+ },
+/area/station/command/heads_quarters/ce)
+"xrX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/window/right/directional/south{
+ name = "Upload Console Window";
+ req_access = list("ai_upload")
+ },
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload)
"xrZ" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -72272,13 +69621,29 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/medical/central)
-"xsl" = (
-/obj/effect/turf_decal/siding/red{
- dir = 8
+"xso" = (
+/obj/machinery/shower/directional/east,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 9
},
-/obj/machinery/light_switch/directional/west,
-/turf/open/floor/iron/small,
-/area/station/security/office)
+/turf/open/floor/iron/showroomfloor,
+/area/station/commons/dorms)
+"xsC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/structure/cable,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
+"xsD" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"xsF" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -72306,6 +69671,21 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/hallway/primary/starboard)
+"xsL" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/office)
"xsM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -72326,14 +69706,6 @@
/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"xsU" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sign/warning/radiation/rad_area/directional/east,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"xsV" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/solars/starboard/aft)
@@ -72376,17 +69748,19 @@
},
/turf/open/floor/iron/checker,
/area/station/security/breakroom)
-"xth" = (
-/turf/open/floor/iron/smooth,
-/area/station/commons/storage/tools)
-"xtA" = (
+"xtk" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"xtD" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/white/corner{
- dir = 8
- },
-/area/station/hallway/secondary/dock)
+/obj/structure/cable,
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
"xtI" = (
/turf/closed/wall/r_wall,
/area/station/science/breakroom)
@@ -72396,13 +69770,6 @@
},
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"xtN" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/service/chapel)
"xtP" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/effect/turf_decal/stripes/line{
@@ -72419,21 +69786,6 @@
"xtW" = (
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/burnchamber)
-"xua" = (
-/obj/machinery/vending/wardrobe/det_wardrobe,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/computer/security/telescreen/normal/directional/west,
-/turf/open/floor/wood,
-/area/station/security/detectives_office)
-"xug" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 8
- },
-/obj/structure/sign/warning/cold_temp/directional/east,
-/turf/open/floor/iron,
-/area/station/engineering/supermatter/room)
"xuh" = (
/obj/structure/chair/pew/left,
/obj/item/bouquet/sunflower,
@@ -72485,6 +69837,12 @@
/obj/structure/window/reinforced/spawner/directional/west,
/turf/open/space/basic,
/area/space/nearstation)
+"xuJ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"xuO" = (
/obj/structure/disposalpipe/segment,
/obj/structure/disposalpipe/segment{
@@ -72492,24 +69850,14 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"xuS" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/red{
- dir = 1
- },
-/turf/open/floor/iron/white/small,
-/area/station/security/warden)
-"xuV" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/red/line,
-/obj/effect/turf_decal/stripes/red/line{
- dir = 1
+"xuQ" = (
+/obj/machinery/washing_machine,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/small,
-/area/station/hallway/primary/central/fore)
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/iron/cafeteria,
+/area/station/commons/dorms)
"xuW" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -72518,10 +69866,6 @@
dir = 1
},
/area/station/science/research)
-"xuX" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input,
-/turf/open/floor/engine,
-/area/station/maintenance/disposal/incinerator)
"xva" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -72530,26 +69874,6 @@
dir = 1
},
/area/station/science/research)
-"xvb" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/decal/cleanable/fuel_pool,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"xvd" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Library"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/iron/textured_half,
-/area/station/service/library)
"xvf" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -72565,6 +69889,12 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"xvq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/station/engineering/supermatter/room)
"xvv" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -72584,40 +69914,77 @@
/obj/effect/landmark/start/depsec/science,
/turf/open/floor/iron,
/area/station/security/checkpoint/science)
+"xvB" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/dark/fourcorners,
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/light/no_nightlight/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"xvF" = (
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/xenobiology)
-"xvG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/plating/rust,
-/area/station/maintenance/fore/greater)
"xvJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/closed/wall,
/area/station/cargo/miningfoundry)
-"xvO" = (
-/obj/effect/turf_decal/siding/thinplating{
- dir = 9
+"xvK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 8
},
-/obj/structure/sign/poster/official/tactical_game_cards/directional/west,
-/obj/effect/spawner/random/vending/snackvend,
-/turf/open/floor/eighties/red,
-/area/station/hallway/primary/central/fore)
+/obj/structure/cable,
+/turf/open/floor/iron/smooth,
+/area/station/service/greenroom)
+"xvM" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"xvT" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/turret_protected/aisat/maint)
+"xvV" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/trash,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/fore)
"xwd" = (
/obj/structure/rack,
/obj/item/storage/toolbox/emergency,
/turf/open/misc/asteroid,
/area/station/maintenance/starboard/greater)
+"xwe" = (
+/obj/machinery/power/energy_accumulator/grounding_rod/anchored,
+/obj/structure/window/reinforced/plasma/spawner/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter)
"xwf" = (
/obj/machinery/shower/directional/east,
/turf/open/floor/iron/showroomfloor,
/area/station/security/prison/shower)
+"xwj" = (
+/obj/effect/spawner/structure/window/reinforced/tinted,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/security/courtroom)
"xwk" = (
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/airalarm/directional/north,
@@ -72667,14 +70034,6 @@
"xwz" = (
/turf/closed/wall,
/area/station/cargo/miningfoundry)
-"xwC" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/computer/shuttle/mining{
- dir = 4
- },
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"xwH" = (
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
@@ -72687,18 +70046,6 @@
/obj/structure/tram,
/turf/open/floor/tram,
/area/station/security/tram)
-"xwP" = (
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Brig"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "sci-entrance"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/textured_half,
-/area/station/security/brig/entrance)
"xwQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line{
@@ -72713,17 +70060,19 @@
/obj/structure/bed/maint,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"xwV" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/science/xenobiology)
"xxa" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input,
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/burnchamber)
+"xxj" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 1
+ },
+/obj/structure/flora/bush/jungle/a,
+/obj/machinery/light/small/directional/north,
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"xxo" = (
/obj/structure/lattice/catwalk,
/obj/structure/marker_beacon/yellow,
@@ -72745,6 +70094,10 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
+"xxD" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"xxL" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron/checker{
@@ -72756,11 +70109,14 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/command/heads_quarters/hos)
-"xyd" = (
-/obj/structure/bed/maint,
+"xxT" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/eighties/red,
-/area/station/service/abandoned_gambling_den/gaming)
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"xyh" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -72798,12 +70154,37 @@
},
/turf/open/floor/iron/white/textured_large,
/area/station/medical/medbay/lobby)
+"xym" = (
+/obj/effect/turf_decal/siding/thinplating_new/light{
+ dir = 5
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
+"xyt" = (
+/obj/effect/turf_decal/weather/dirt,
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"xyx" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
},
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
+"xyM" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=23.2-Evac-Garden";
+ location = "23.4-Evac"
+ },
+/obj/structure/disposalpipe/junction/flip{
+ dir = 2
+ },
+/turf/open/floor/iron,
+/area/station/hallway/secondary/exit/departure_lounge)
"xyQ" = (
/obj/structure/cable,
/obj/machinery/light_switch/directional/south,
@@ -72817,20 +70198,23 @@
/obj/machinery/door/firedoor,
/turf/open/floor/catwalk_floor,
/area/station/hallway/secondary/entry)
-"xzb" = (
-/obj/structure/disposalpipe/segment,
+"xyZ" = (
+/obj/structure/cable,
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/broken_flooring/pile/directional/east,
+/turf/open/floor/plating,
+/area/station/maintenance/starboard/aft)
+"xzc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
+/obj/machinery/door/airlock/research{
+ name = "Mech Bay"
},
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
+/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/robotics/mechbay)
"xzd" = (
/obj/structure/lattice,
/obj/structure/railing/corner,
@@ -72842,20 +70226,11 @@
},
/turf/open/floor/iron/small,
/area/station/hallway/secondary/exit/departure_lounge)
-"xzm" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"xzl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/closed/wall,
-/area/station/engineering/atmos)
-"xzn" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/light/small/directional/west,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
+/turf/open/floor/plating/elevatorshaft,
+/area/station/commons/dorms)
"xzo" = (
/obj/machinery/door/airlock/external{
name = "Departure Lounge Airlock"
@@ -72898,29 +70273,10 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
-"xAh" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"xAm" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"xAt" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
"xAv" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -72969,28 +70325,16 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron/dark/side,
/area/station/hallway/primary/central/fore)
-"xAW" = (
-/obj/effect/turf_decal/stripes/white/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter)
-"xBa" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 1
+"xBd" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L7";
+ pixel_y = -15
},
-/obj/machinery/door/airlock/external/glass{
- name = "South Tanks Airlock"
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/aft)
"xBe" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
@@ -72999,6 +70343,27 @@
/obj/machinery/holopad,
/turf/open/floor/iron/dark/smooth_large,
/area/station/ai_monitored/turret_protected/ai_upload)
+"xBm" = (
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "atmospherics - project room"
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
+"xBp" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/status_display/ai/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/dock)
"xBx" = (
/obj/structure/chair/sofa/bench/right{
dir = 4
@@ -73011,10 +70376,6 @@
dir = 1
},
/area/station/hallway/secondary/entry)
-"xBC" = (
-/obj/structure/table,
-/turf/open/floor/iron/dark/small,
-/area/station/maintenance/central/lesser)
"xBD" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden,
/obj/effect/turf_decal/tile/yellow,
@@ -73028,19 +70389,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron,
/area/station/maintenance/starboard/greater)
-"xBH" = (
-/obj/item/radio/intercom/directional/east,
-/obj/effect/mapping_helpers/broken_floor,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
-"xBL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/effect/landmark/start/hangover,
-/obj/structure/cable,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"xBV" = (
/obj/effect/spawner/random/structure/chair_flipped,
/turf/open/floor/plating,
@@ -73055,37 +70403,28 @@
},
/turf/open/floor/mineral/titanium,
/area/station/command/heads_quarters/ce)
-"xCh" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/science/lower)
"xCl" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/stairs,
/area/station/hallway/primary/central/fore)
+"xCs" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/turf/open/floor/circuit,
+/area/station/tcommsat/server)
"xCH" = (
/obj/structure/railing{
dir = 9
},
/turf/open/space/basic,
/area/space/nearstation)
-"xCR" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "engine_airlock_2"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
+"xCI" = (
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
"xCS" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -73113,12 +70452,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/dark/small,
/area/station/security/brig)
-"xDb" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
"xDg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -73144,23 +70477,15 @@
},
/turf/open/floor/iron/small,
/area/station/hallway/primary/starboard)
-"xDv" = (
-/obj/effect/decal/cleanable/dirt,
+"xDS" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"xDW" = (
/obj/structure/cable,
+/obj/machinery/duct,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/airlock/research/glass{
- name = "Robotics Lab"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/robotics/mechbay)
+/turf/open/floor/plating,
+/area/station/maintenance/central/lesser)
"xEd" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -73172,10 +70497,11 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/station/maintenance/starboard/central)
-"xEf" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/station/maintenance/central/greater)
+"xEl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
+/turf/open/floor/wood,
+/area/station/service/chapel/office)
"xEm" = (
/obj/effect/turf_decal/tile/brown{
dir = 4
@@ -73213,13 +70539,39 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"xEB" = (
-/obj/structure/table,
-/obj/effect/turf_decal/siding{
+"xEx" = (
+/obj/machinery/door/airlock/atmos/glass{
+ name = "HFR Chamber"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
dir = 4
},
-/turf/open/floor/iron/dark/textured_large,
-/area/station/service/kitchen)
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
+"xEH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
+"xEM" = (
+/obj/structure/window/spawner/directional/north,
+/obj/structure/flora/bush/large/style_random{
+ pixel_x = -20;
+ pixel_y = -11
+ },
+/obj/structure/flora/bush/flowers_yw/style_random,
+/turf/open/misc/sandy_dirt,
+/area/station/commons/fitness/locker_room)
"xEQ" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{
dir = 1
@@ -73230,13 +70582,6 @@
},
/turf/open/floor/plating,
/area/station/science/ordnance/freezerchamber)
-"xEU" = (
-/obj/machinery/door/airlock{
- name = "Bathrooms"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/textured_half,
-/area/station/commons/toilet/restrooms)
"xEW" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/syringe/epinephrine{
@@ -73273,31 +70618,6 @@
"xFe" = (
/turf/closed/wall,
/area/station/security/lockers)
-"xFj" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/railing,
-/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"xFm" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/firealarm/directional/east,
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/open/floor/wood/tile,
-/area/station/service/bar)
"xFw" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/chair/sofa/bench{
@@ -73308,6 +70628,10 @@
"xFA" = (
/turf/closed/wall/r_wall,
/area/station/science/research)
+"xFD" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"xFI" = (
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
/obj/machinery/door/airlock/research/glass{
@@ -73316,6 +70640,19 @@
/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
/turf/open/floor/iron/dark,
/area/station/science/ordnance/freezerchamber)
+"xFK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wideplating/corner,
+/obj/effect/turf_decal/siding/wideplating/corner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"xFL" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -73324,6 +70661,19 @@
dir = 9
},
/area/station/science/ordnance/testlab)
+"xFM" = (
+/obj/structure/hedge,
+/turf/open/floor/iron/herringbone,
+/area/station/commons/dorms)
+"xFS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/status_display/evac/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"xFT" = (
/obj/structure/table/wood,
/obj/machinery/computer/pod/old,
@@ -73336,20 +70686,12 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"xGg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/plaque{
- icon_state = "L2";
- pixel_y = -15
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
+"xGf" = (
+/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
dir = 1
},
-/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
+/area/station/commons/storage/tools)
"xGl" = (
/obj/machinery/door/airlock/external{
name = "External Docking Port"
@@ -73418,10 +70760,17 @@
},
/turf/open/floor/iron/terracotta/small,
/area/station/security/checkpoint/escape)
-"xHn" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/construction/mining/aux_base)
+"xHi" = (
+/obj/structure/bed,
+/obj/effect/spawner/random/bedsheet,
+/obj/machinery/button/door/directional/east{
+ id = "Cabin2";
+ name = "Cabin Bolt Control";
+ normaldoorcontrol = 1;
+ specialfunctions = 4
+ },
+/turf/open/floor/carpet/purple,
+/area/station/commons/dorms)
"xHD" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -73448,27 +70797,14 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron,
/area/station/security/tram)
-"xHR" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"xHT" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
+"xHZ" = (
+/obj/machinery/door/airlock/research/glass{
+ name = "Cubicle"
},
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
-"xHV" = (
-/obj/effect/turf_decal/siding/wideplating,
-/obj/effect/landmark/start/atmospheric_technician,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/machinery/door/firedoor,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/research)
"xIj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -73483,13 +70819,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron,
/area/station/science/lobby)
-"xIr" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/holopad,
-/obj/effect/landmark/atmospheric_sanity/ignore_area,
-/turf/open/floor/iron,
-/area/station/engineering/atmos/space_catwalk)
"xIu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -73497,10 +70826,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"xIx" = (
-/obj/machinery/atmospherics/components/binary/tank_compressor,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"xIA" = (
/obj/effect/turf_decal/arrows{
dir = 8
@@ -73510,16 +70835,6 @@
},
/turf/open/floor/iron/terracotta/small,
/area/station/security/checkpoint/escape)
-"xIB" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/dark_red/fourcorners,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
"xIC" = (
/obj/structure/chair/sofa/bench/left,
/obj/machinery/airalarm/directional/north,
@@ -73542,15 +70857,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/commons/dorms)
-"xJc" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 10
- },
-/obj/structure/flora/bush/large/style_random{
- pixel_y = 0
- },
-/turf/open/floor/grass,
-/area/station/service/chapel)
"xJi" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/spawner/random/vending/snackvend,
@@ -73563,6 +70869,12 @@
/obj/machinery/status_display/evac/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
+"xJs" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"xJw" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/neutral/line{
@@ -73628,23 +70940,9 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/security/processing)
-"xKz" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/turf_decal/siding/wideplating,
-/obj/structure/closet/secure_closet/atmospherics,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/airalarm/directional/north,
-/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"xKG" = (
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"xKI" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/iron,
-/area/station/maintenance/hallway/abandoned_command)
"xKQ" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners,
/obj/machinery/firealarm/directional/north,
@@ -73654,27 +70952,11 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/escape)
-"xKS" = (
-/turf/closed/wall,
-/area/station/engineering/atmos/space_catwalk)
-"xKW" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners,
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/holodeck/rec_center)
"xKX" = (
/turf/open/floor/iron/white/side{
dir = 4
},
/area/station/science/xenobiology)
-"xKY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"xLc" = (
/obj/effect/spawner/structure/window,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -73712,13 +70994,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"xLp" = (
-/obj/machinery/computer/atmos_control/air_tank{
- dir = 1
- },
-/obj/machinery/status_display/evac/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos/office)
"xLy" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/dirt/dust,
@@ -73728,13 +71003,6 @@
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"xLU" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/recreation)
"xLY" = (
/obj/item/reagent_containers/cup/glass/bottle/beer{
pixel_y = 11
@@ -73755,6 +71023,13 @@
/obj/machinery/light/floor,
/turf/open/floor/noslip,
/area/station/medical/treatment_center)
+"xMc" = (
+/obj/machinery/holopad,
+/obj/machinery/light/cold/directional/west,
+/turf/open/floor/iron/white/side{
+ dir = 4
+ },
+/area/station/science/xenobiology)
"xMg" = (
/obj/structure/cable,
/obj/machinery/door/airlock/maintenance{
@@ -73767,6 +71042,15 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
+"xMn" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ initialize_directions = 8
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmos/pumproom)
"xMo" = (
/obj/item/stack/cable_coil/five,
/obj/effect/decal/cleanable/glass,
@@ -73783,6 +71067,16 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"xMu" = (
+/obj/effect/turf_decal/siding/wood,
+/turf/closed/wall,
+/area/station/service/library)
+"xMv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/newscaster/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/fitness/locker_room)
"xMK" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
@@ -73820,62 +71114,20 @@
"xNw" = (
/turf/closed/wall,
/area/station/science/breakroom)
-"xNE" = (
-/obj/structure/steam_vent,
-/obj/structure/closet/crate,
-/obj/structure/spider/stickyweb,
-/obj/item/hfr_box/corner,
-/obj/item/hfr_box/body/moderator_input,
-/obj/item/grenade/chem_grenade/cleaner,
-/obj/structure/sign/poster/official/random/directional/north,
-/obj/item/pipe_dispenser,
-/obj/item/clothing/gloves/color/red/insulated,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"xNK" = (
-/obj/structure/hedge,
-/obj/effect/turf_decal/siding/thinplating/terracotta,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"xNM" = (
-/obj/effect/turf_decal/siding/thinplating/terracotta/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/station/commons/dorms)
-"xNV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/research/glass{
- name = "Gun Lab"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/general,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/auxlab/firing_range)
-"xOc" = (
-/obj/machinery/door/airlock{
- name = "Maintenance"
- },
-/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
-/obj/structure/cable,
+"xND" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/structure/grille,
+/obj/structure/window/reinforced/spawner/directional/east,
/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
-"xOi" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/turf_decal/stripes/corner{
+/area/station/hallway/primary/central/fore)
+"xOg" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 1
},
-/turf/open/floor/iron/dark/side,
-/area/station/science/xenobiology)
+/obj/machinery/light/no_nightlight/directional/north,
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"xOm" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/door/poddoor/shutters{
@@ -73884,11 +71136,14 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"xOn" = (
-/obj/effect/spawner/random/trash/bucket,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+"xOq" = (
+/obj/effect/turf_decal/tile/dark_red/opposingcorners,
+/turf/open/floor/iron,
+/area/station/security/warden)
+"xOs" = (
+/obj/machinery/portable_atmospherics/pipe_scrubber,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/storage)
"xOw" = (
/obj/structure/bed{
dir = 4
@@ -73913,28 +71168,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/textured_half,
/area/station/security/breakroom)
-"xOJ" = (
-/obj/machinery/atmospherics/pipe/smart/simple/pink/visible{
- dir = 10
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/supermatter)
-"xOO" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
- dir = 10
- },
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
-"xOR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/mix_output{
- dir = 8
+"xOF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
},
-/turf/open/floor/engine/airless,
-/area/station/engineering/atmos)
+/turf/open/floor/iron,
+/area/station/engineering/atmos/project)
"xOS" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral,
@@ -73972,6 +71213,19 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/security/prison/rec)
+"xPp" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 5
+ },
+/obj/structure/flora/tree/jungle/style_3,
+/turf/open/floor/grass,
+/area/station/service/chapel)
+"xPs" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 5
+ },
+/turf/open/floor/grass,
+/area/station/service/chapel)
"xPv" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -73986,6 +71240,27 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/hallway/secondary/recreation)
+"xPD" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/main)
+"xPJ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"xPN" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -74012,6 +71287,12 @@
"xQa" = (
/turf/closed/wall,
/area/station/medical/treatment_center)
+"xQg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"xQh" = (
/obj/machinery/computer/camera_advanced/xenobio{
dir = 4
@@ -74034,17 +71315,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/secondary/dock)
-"xQr" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/station/engineering/supermatter)
-"xQt" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/vending/cigarette,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"xQv" = (
/obj/structure/cable,
/obj/structure/closet/secure_closet/hop,
@@ -74075,47 +71345,12 @@
/obj/structure/cable,
/turf/open/floor/stone,
/area/station/command/heads_quarters/captain/private)
-"xQG" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/maintenance/department/engine)
"xQI" = (
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
"xQJ" = (
/turf/closed/wall,
/area/station/service/abandoned_gambling_den/gaming)
-"xQM" = (
-/obj/item/radio/intercom/directional/north{
- broadcasting = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_x = -26
- },
-/obj/machinery/computer/security/telescreen/aiupload/directional/west,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload_foyer)
-"xQS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos/pumproom)
-"xQV" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Lockers"
- },
-/turf/open/floor/iron/textured_half{
- dir = 8
- },
-/area/station/commons/fitness/locker_room)
"xQW" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -74125,25 +71360,15 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/diagonal,
/area/station/science/auxlab/firing_range)
-"xQZ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
-"xRa" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"xRd" = (
+/obj/machinery/holopad,
+/obj/machinery/button/door/directional/north{
+ id = "medlock";
+ name = "Medbay Lockdown Control";
+ req_access = list("medical")
},
-/turf/open/floor/plating/elevatorshaft,
-/area/station/engineering/atmos)
+/turf/open/floor/wood/parquet,
+/area/station/command/heads_quarters/cmo)
"xRg" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -74177,11 +71402,6 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"xRv" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/components/unary/passive_vent/layer2,
-/turf/open/space/basic,
-/area/space/nearstation)
"xRA" = (
/obj/structure/chair/sofa/bench/left{
dir = 8
@@ -74234,25 +71454,27 @@
/obj/structure/barricade/wooden/crude,
/turf/open/floor/plating,
/area/station/service/abandoned_gambling_den/gaming)
+"xSa" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible/layer4,
+/turf/open/misc/asteroid/airless,
+/area/space/nearstation)
+"xSd" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/station/hallway/primary/fore)
"xSe" = (
/obj/structure/table/glass,
/obj/structure/microscope,
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"xSi" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
-"xSr" = (
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/security/armory)
"xSt" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/effect/turf_decal/stripes/white/line{
@@ -74281,17 +71503,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
-"xSJ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/window/spawner/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/hallway/secondary/command)
-"xSK" = (
-/obj/machinery/ticket_machine/directional/north,
-/turf/open/floor/iron/half{
- dir = 8
- },
-/area/station/hallway/primary/central/fore)
"xSO" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -74348,26 +71559,26 @@
/obj/effect/landmark/start/paramedic,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"xTM" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 6
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
+"xTG" = (
+/turf/open/floor/iron/small,
+/area/station/maintenance/department/engine)
"xTO" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
},
/turf/open/floor/engine,
/area/station/science/cytology)
-"xTT" = (
-/obj/machinery/door/airlock/research/glass{
- name = "Cubicle"
+"xTR" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/general/visible{
+ dir = 6
},
-/obj/effect/mapping_helpers/airlock/access/all/science/general,
-/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/cubicle)
+/turf/open/floor/iron/white/side{
+ dir = 9
+ },
+/area/station/science/xenobiology)
"xTV" = (
/obj/machinery/ai_slipper{
uses = 10
@@ -74410,6 +71621,11 @@
/obj/structure/window/reinforced/spawner/directional/north,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai_upload)
+"xUy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/maintenance/fore/greater)
"xUB" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -74418,13 +71634,6 @@
},
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai_upload)
-"xUJ" = (
-/obj/structure/window/spawner/directional/west,
-/obj/structure/chair/sofa/corp/left{
- dir = 4
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/service/lawoffice)
"xUL" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -74452,12 +71661,26 @@
},
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai_upload)
+"xUT" = (
+/obj/effect/turf_decal/siding/thinplating/terracotta/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/commons/dorms)
"xUV" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/iron/white/side,
/area/station/science/research)
+"xUX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"xVd" = (
/obj/effect/turf_decal/sand/plating,
/obj/item/stack/ore/slag,
@@ -74486,6 +71709,14 @@
},
/turf/open/floor/iron,
/area/station/science/robotics/lab)
+"xVr" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"xVv" = (
/obj/structure/cable,
/turf/open/floor/iron/white/small,
@@ -74500,6 +71731,11 @@
/obj/structure/cable,
/turf/open/floor/iron/white/side,
/area/station/science/research)
+"xVN" = (
+/obj/structure/cable,
+/obj/structure/reflector/single/anchored,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"xVV" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
@@ -74524,20 +71760,6 @@
/obj/effect/spawner/random/trash,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"xWg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/plaque{
- icon_state = "L6";
- pixel_y = -15
- },
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"xWk" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/stripes/line{
@@ -74621,46 +71843,16 @@
/obj/structure/sign/poster/contraband/random/directional/west,
/turf/open/floor/light/colour_cycle/dancefloor_b,
/area/station/maintenance/starboard/central)
-"xWP" = (
-/obj/machinery/door/window/right/directional/north{
- name = "Library Desk Door";
- req_access = list("library")
- },
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/carpet,
-/area/station/service/library)
-"xWR" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 8
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=15.0-CentralStarboard-CentralFore";
- location = "14.0-Dormatories-CentralStarboard"
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"xWW" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"xXg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/public/glass{
- name = "Departure Lounge"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/textured_half{
- dir = 1
- },
-/area/station/hallway/secondary/exit/departure_lounge)
+"xXe" = (
+/obj/effect/spawner/random/structure/closet_maintenance,
+/obj/effect/spawner/random/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"xXi" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -74701,10 +71893,12 @@
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
"xXD" = (
-/obj/effect/turf_decal/weather/dirt,
-/obj/structure/flora/bush/flowers_yw/style_3,
-/turf/open/floor/grass,
-/area/station/service/chapel)
+/obj/effect/turf_decal/siding/thinplating_new/light,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/turf/open/floor/iron/white/small,
+/area/station/service/hydroponics)
"xXG" = (
/obj/structure/bed,
/obj/item/bedsheet/cmo,
@@ -74763,17 +71957,14 @@
"xXT" = (
/turf/closed/wall,
/area/station/maintenance/starboard/fore)
-"xYm" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/iron/stairs/old{
+"xYk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/area/station/engineering/supermatter/room)
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
"xYu" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -74812,23 +72003,18 @@
"xYO" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/bridge)
-"xYX" = (
-/obj/effect/turf_decal/siding/red{
- dir = 8
- },
-/obj/machinery/air_sensor/nitrogen_tank,
-/turf/open/floor/engine/n2,
-/area/station/engineering/atmos/space_catwalk)
-"xZb" = (
-/obj/machinery/atmospherics/pipe/smart/simple/orange/hidden,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/main)
"xZd" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
+"xZe" = (
+/obj/effect/landmark/start/chaplain,
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 8
+ },
+/turf/open/floor/stone,
+/area/station/service/chapel)
"xZg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/neutral,
@@ -74871,6 +72057,11 @@
},
/turf/open/floor/engine,
/area/station/science/ordnance/burnchamber)
+"xZM" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/engineering/supermatter/room)
"xZN" = (
/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted{
dir = 8
@@ -74883,15 +72074,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/station/hallway/primary/central/fore)
-"xZT" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/status_display/ai/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/aft)
"xZX" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -74907,10 +72089,15 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"yac" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/turf/open/floor/iron/stairs/medium,
-/area/station/engineering/atmos)
+"yad" = (
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/atmos/office)
"yag" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
@@ -74928,19 +72115,6 @@
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/iron,
/area/station/security/tram)
-"yaq" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/railing{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer5{
- dir = 1
- },
-/turf/open/space/basic,
-/area/station/engineering/atmos/space_catwalk)
"yaB" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
@@ -74958,10 +72132,20 @@
/turf/open/floor/stone,
/area/station/command/heads_quarters/hos)
"yaF" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white/small,
-/area/station/medical/medbay/lobby)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/item/radio/intercom/directional/north,
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wideplating/corner{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/station/engineering/atmospherics_engine)
"yaI" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
@@ -74970,18 +72154,6 @@
"yaL" = (
/turf/closed/wall,
/area/station/commons/vacant_room/commissary)
-"yaR" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/red{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"yaU" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
@@ -74993,11 +72165,26 @@
},
/turf/open/floor/iron/dark/small,
/area/station/service/chapel/storage)
+"yba" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"ybh" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/command/heads_quarters/captain)
+"ybi" = (
+/obj/structure/railing,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/engineering/break_room)
"ybj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -75015,27 +72202,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine/atmos)
-"ybv" = (
-/obj/effect/turf_decal/tile/dark_red/half/contrasted{
- dir = 1
- },
-/obj/machinery/light/cold/directional/south,
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 4
- },
-/obj/effect/mapping_helpers/mail_sorting/security/detectives_office,
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"ybC" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering - Break Room"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
"ybD" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -75070,11 +72236,13 @@
"ybO" = (
/turf/closed/wall/r_wall,
/area/station/engineering/atmos)
-"ybS" = (
-/obj/effect/landmark/start/cook,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/kitchen/small,
-/area/station/service/kitchen)
+"ycb" = (
+/obj/effect/turf_decal/weather/dirt{
+ dir = 6
+ },
+/obj/structure/flora/grass/jungle,
+/turf/open/misc/dirt/station,
+/area/station/service/chapel)
"ycd" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -75125,10 +72293,30 @@
"ycE" = (
/turf/open/floor/plating,
/area/station/construction/mining/aux_base)
-"ycW" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/supermatter/room)
+"ycQ" = (
+/obj/machinery/newscaster/directional/north,
+/obj/structure/chair/sofa/bench/left,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
+"ycS" = (
+/obj/machinery/newscaster/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/turf/open/floor/wood/tile,
+/area/station/service/bar)
+"ycX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random/directional/west,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central/fore)
"ydf" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -75138,23 +72326,6 @@
},
/turf/open/floor/iron/grimy,
/area/station/hallway/secondary/entry)
-"ydi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/door/airlock/external/glass{
- name = "South Tanks Airlock"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos/space_catwalk)
"ydj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -75170,62 +72341,24 @@
/obj/item/radio/intercom/directional/north,
/turf/open/floor/wood/tile,
/area/station/command/bridge)
-"ydC" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/dark_red/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/security/brig/entrance)
-"ydH" = (
-/obj/effect/turf_decal/box/corners,
-/obj/effect/turf_decal/box/corners{
- dir = 8
- },
-/obj/machinery/plumbing/input{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/station/science/cytology)
-"ydI" = (
-/obj/machinery/light/cold/directional/north,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos)
+"ydz" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/primary/central/fore)
"ydL" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"ydV" = (
-/obj/effect/turf_decal/tile/brown/opposingcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/engineering/hallway)
-"ydZ" = (
-/obj/structure/toilet,
-/obj/machinery/light/small/directional/north,
-/obj/machinery/button/door/directional/east{
- id = "ShowerToilet1";
- name = "Lock Control";
- normaldoorcontrol = 1;
- specialfunctions = 4
- },
-/turf/open/floor/iron/showroomfloor,
-/area/station/commons/dorms)
"yea" = (
/turf/closed/wall,
/area/station/service/chapel/office)
+"yed" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/item/clothing/suit/hooded/wintercoat/engineering,
+/turf/open/floor/iron/small,
+/area/station/engineering/break_room)
"yeh" = (
/turf/closed/wall,
/area/station/hallway/primary/starboard)
@@ -75267,13 +72400,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
-"yeI" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/maintenance/department/medical/central)
"yeO" = (
/obj/structure/cable,
/obj/structure/window/reinforced/spawner/directional/south,
@@ -75291,6 +72417,12 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
+"yeR" = (
+/obj/effect/turf_decal/box/white{
+ color = "#9FED58"
+ },
+/turf/open/floor/engine,
+/area/station/engineering/atmospherics_engine)
"yeS" = (
/obj/effect/spawner/structure/window,
/obj/structure/curtain/cloth/fancy/mechanical{
@@ -75316,10 +72448,6 @@
"yfa" = (
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"yfc" = (
-/obj/effect/spawner/random/structure/girder,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
"yfg" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/smooth_corner{
@@ -75346,12 +72474,23 @@
"yfD" = (
/turf/closed/wall,
/area/station/medical/surgery/theatre)
+"yfF" = (
+/obj/machinery/vending/autodrobe/all_access,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/small,
+/area/station/commons/fitness/locker_room)
"yfJ" = (
/obj/effect/spawner/random/structure/closet_maintenance,
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
+"yfL" = (
+/obj/machinery/newscaster/directional/south,
+/turf/open/floor/wood/parquet,
+/area/station/command/heads_quarters/cmo)
"yfN" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -75362,6 +72501,12 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
+"yfX" = (
+/obj/machinery/space_heater,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/station/maintenance/central/greater)
"yfY" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -75372,18 +72517,13 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
-"ygo" = (
-/turf/open/floor/iron/stairs/left{
- dir = 4
- },
-/area/station/hallway/secondary/recreation)
-"ygq" = (
-/obj/structure/chair{
- dir = 8
+"ygf" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Xenobiology Lab - Test Chamber";
+ network = list("ss13","rd","xeno")
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood/tile,
-/area/station/maintenance/central/lesser)
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"ygu" = (
/turf/open/floor/iron/white,
/area/station/hallway/primary/starboard)
@@ -75395,18 +72535,6 @@
/obj/machinery/status_display/ai/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/ai_monitored/turret_protected/ai_upload)
-"ygS" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/white/corner,
-/area/station/commons/dorms)
"ygU" = (
/obj/structure/table/glass,
/obj/machinery/computer/records/medical/laptop{
@@ -75426,10 +72554,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/white,
/area/station/security/medical)
-"ygY" = (
-/obj/machinery/computer/security/telescreen/cmo/directional/west,
-/turf/open/floor/wood/parquet,
-/area/station/command/heads_quarters/cmo)
"yha" = (
/obj/structure/cable,
/obj/structure/table,
@@ -75440,14 +72564,6 @@
/obj/effect/spawner/random/aimodule/harmless,
/turf/open/floor/circuit/red,
/area/station/ai_monitored/turret_protected/ai_upload)
-"yhb" = (
-/obj/structure/cable,
-/obj/effect/landmark/start/assistant,
-/obj/effect/turf_decal/trimline/neutral/end{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
"yhq" = (
/obj/item/kirbyplants/random,
/obj/effect/turf_decal/tile/neutral{
@@ -75476,30 +72592,30 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
"yhK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
+/obj/item/radio/intercom/directional/west,
+/obj/effect/turf_decal/stripes/red/line{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central/fore)
-"yhS" = (
-/obj/effect/decal/cleanable/insectguts,
-/turf/open/floor/iron,
-/area/station/engineering/atmospherics_engine)
-"yhY" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 6
+/turf/open/floor/iron/smooth_large,
+/area/station/science/auxlab/firing_range)
+"yhQ" = (
+/obj/machinery/transport/power_rectifier{
+ configured_transport_id = "bird_2"
},
-/obj/machinery/camera/emp_proof{
- c_tag = "Engineering - Atmospherics CO2 Chamber";
- dir = 5;
- network = list("ss13","engineering")
+/turf/open/floor/iron,
+/area/station/maintenance/port/aft)
+"yhW" = (
+/obj/structure/cable,
+/turf/open/floor/iron/smooth,
+/area/station/command/gateway)
+"yhX" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/floor/engine/o2,
-/area/station/engineering/atmos/space_catwalk)
+/turf/open/floor/wood,
+/area/station/service/chapel)
"yig" = (
/obj/structure/table,
/obj/structure/window/reinforced/spawner/directional/east,
@@ -75513,13 +72629,6 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/ai_monitored/turret_protected/ai_upload)
-"yii" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/binary/pump{
- name = "North Ports to Wastes"
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"yij" = (
/obj/structure/chair/sofa/bench/left{
dir = 1
@@ -75544,6 +72653,10 @@
},
/turf/open/floor/catwalk_floor,
/area/station/hallway/secondary/entry)
+"yio" = (
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/recreation)
"yiq" = (
/obj/structure/chair{
dir = 4
@@ -75571,30 +72684,6 @@
/obj/item/clothing/head/utility/welding,
/turf/open/floor/iron,
/area/station/science/robotics/lab)
-"yiE" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/spawner/random/structure/steam_vent,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
-"yiJ" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table/glass,
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/pen/invisible{
- pixel_x = -2;
- pixel_y = 7
- },
-/obj/machinery/newscaster/directional/north,
-/obj/item/storage/photo_album/library,
-/turf/open/floor/iron/grimy,
-/area/station/service/library)
"yiL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral/half/contrasted{
@@ -75602,10 +72691,6 @@
},
/turf/open/floor/iron/white/side,
/area/station/hallway/primary/starboard)
-"yiM" = (
-/obj/structure/dresser,
-/turf/open/floor/wood,
-/area/station/cargo/boutique)
"yiQ" = (
/obj/item/kirbyplants/random,
/obj/effect/turf_decal/tile/neutral/half/contrasted{
@@ -75619,11 +72704,17 @@
},
/turf/open/floor/iron,
/area/station/science/robotics/lab)
-"yiW" = (
-/obj/effect/turf_decal/stripes/end,
-/obj/item/kirbyplants/random/fullysynthetic,
-/turf/open/floor/plating,
-/area/station/maintenance/central/lesser)
+"yiY" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/departments/holy/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"yjc" = (
/obj/machinery/rnd/production/techfab/department/cargo,
/obj/effect/turf_decal/delivery/white,
@@ -75633,26 +72724,10 @@
"yjd" = (
/turf/open/floor/iron/dark,
/area/station/security/lockers)
-"yji" = (
-/turf/open/floor/iron,
-/area/station/commons/fitness/locker_room)
-"yjm" = (
-/obj/effect/turf_decal/weather/dirt{
- dir = 1
- },
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/service/chapel)
-"yjq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/spawner/random/structure/steam_vent,
-/turf/open/floor/plating,
-/area/station/maintenance/central/greater)
+"yjk" = (
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/iron/dark/textured,
+/area/station/engineering/atmos/office)
"yjt" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -75663,19 +72738,10 @@
"yjE" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/engine)
-"yjN" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/yellow/arrow_ccw{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/supermatter/room)
+"yjP" = (
+/obj/structure/flora/tree/jungle/style_2,
+/turf/open/floor/grass,
+/area/station/service/chapel)
"yjQ" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -75701,6 +72767,15 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
+"yka" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/effect/turf_decal/siding/purple{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/purple,
+/turf/open/floor/iron/dark,
+/area/station/science/genetics)
"ykd" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
@@ -75710,26 +72785,6 @@
},
/turf/open/floor/stone,
/area/station/command/corporate_suite)
-"ykh" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
-"yki" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/displaycase/trophy,
-/turf/open/floor/wood/parquet,
-/area/station/service/library)
"ykn" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -75743,10 +72798,6 @@
"ykL" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/turret_protected/ai_upload_foyer)
-"ykO" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/ai_monitored/command/nuke_storage)
"ykT" = (
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/iron,
@@ -75763,6 +72814,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white/small,
/area/station/science/lobby)
+"ylp" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/security/office)
"ylq" = (
/obj/structure/cable,
/obj/structure/disposalpipe/junction/flip{
@@ -75782,26 +72840,12 @@
"ylD" = (
/turf/closed/wall,
/area/station/maintenance/starboard/greater)
-"ylG" = (
-/obj/machinery/vending/autodrobe/all_access,
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/turf/open/floor/iron/small,
-/area/station/commons/fitness/locker_room)
"ylH" = (
/obj/machinery/quantum_server,
/obj/effect/turf_decal/delivery,
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron/dark/textured_large,
/area/station/cargo/bitrunning/den)
-"ylK" = (
-/obj/structure/chair/plastic{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/disposal/incinerator)
"ylR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -75809,12 +72853,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security)
-"ylS" = (
-/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
-/obj/machinery/chem_dispenser,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/medical/pharmacy)
"ylX" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -75831,13 +72869,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"ymj" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plating,
-/area/station/engineering/atmospherics_engine)
(1,1,1) = {"
dDB
@@ -79179,112 +76210,112 @@ dDB
dDB
dDB
dDB
-"}
-(14,1,1) = {"
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-aJq
-aJq
-aJq
-tYT
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-xZx
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-bjQ
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
+"}
+(14,1,1) = {"
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+aJq
+aJq
+aJq
+tYT
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
dDB
dDB
dDB
@@ -79485,10 +76516,8 @@ dDB
dDB
dDB
dDB
-xZx
dDB
dDB
-blb
dDB
dDB
dDB
@@ -79506,10 +76535,12 @@ dDB
dDB
dDB
dDB
-blb
dDB
dDB
-bjQ
+dDB
+dDB
+dDB
+dDB
dDB
dDB
dDB
@@ -79742,31 +76773,31 @@ dDB
dDB
dDB
dDB
-blb
dDB
dDB
-blb
dDB
dDB
dDB
dDB
dDB
dDB
-xxo
dDB
+vdg
+wdB
+sxv
dDB
+vdg
+wdB
+sxv
dDB
-xxo
dDB
dDB
dDB
dDB
dDB
dDB
-blb
dDB
dDB
-blb
dDB
dDB
dDB
@@ -79999,31 +77030,31 @@ dDB
dDB
dDB
dDB
-blb
-dDB
-dDB
-blb
-dDB
dDB
dDB
dDB
dDB
dDB
-blb
+bjQ
dDB
dDB
dDB
-blb
+qyN
+xZx
+rpi
+rpi
+rpi
+xZx
+wgv
dDB
dDB
dDB
+bjQ
dDB
dDB
dDB
-blb
dDB
dDB
-blb
dDB
dDB
dDB
@@ -80256,13 +77287,8 @@ dDB
dDB
dDB
dDB
-blb
-dDB
-dDB
-jrj
-dDB
-dDB
dDB
+bjQ
dDB
dDB
dDB
@@ -80270,17 +77296,22 @@ blb
dDB
dDB
dDB
-blb
-dDB
+rMm
+uPX
+pSs
+rpi
+rMm
+uPX
+pSs
dDB
dDB
dDB
+blb
dDB
dDB
-jrj
dDB
dDB
-blb
+bjQ
dDB
dDB
dDB
@@ -80513,30 +77544,30 @@ dDB
dDB
dDB
dDB
+dDB
blb
-fNQ
-xQZ
-wlU
dDB
dDB
dDB
+blb
+dDB
+dDB
dDB
dDB
dDB
-xck
blb
-jFk
+rpi
blb
-xck
dDB
dDB
dDB
dDB
dDB
+blb
+dDB
+dDB
+dDB
dDB
-lTC
-xQZ
-khr
blb
dDB
dDB
@@ -80766,52 +77797,35 @@ dDB
dDB
dDB
dDB
-chj
-chj
-chj
-chj
-blb
-aky
-blb
-wpY
-dDB
-dDB
-dDB
-dDB
-dDB
+tYT
dDB
-xck
-kFH
-iRp
-kFH
-xck
dDB
dDB
dDB
+blb
dDB
dDB
dDB
-wpY
-blb
-aky
blb
-chj
-chj
-chj
-chj
dDB
dDB
dDB
-xxo
-dDB
dDB
+blb
+hYC
+bZd
+hYC
+tYT
dDB
dDB
dDB
dDB
+blb
+tYT
dDB
dDB
dDB
+blb
dDB
dDB
dDB
@@ -80978,8 +77992,6 @@ dDB
dDB
dDB
dDB
-"}
-(21,1,1) = {"
dDB
dDB
dDB
@@ -80997,6 +78009,8 @@ dDB
dDB
dDB
dDB
+"}
+(21,1,1) = {"
dDB
dDB
dDB
@@ -81012,87 +78026,63 @@ dDB
dDB
dDB
dDB
-gcs
dDB
dDB
dDB
dDB
-blb
dDB
dDB
dDB
dDB
dDB
-chj
-qfn
-gbE
-kYo
-eAI
-eVk
-blb
-ekf
dDB
dDB
dDB
dDB
dDB
dDB
-xck
-uic
-fMP
-bbF
-xck
dDB
dDB
+gcs
dDB
dDB
dDB
dDB
-ekf
+kbn
+eyG
+eyG
+eyG
+eyG
+fvS
+fvS
+eyG
+eyG
+eyG
+eyG
+lPx
+pzn
blb
-kHQ
-oBk
-oGn
-hXB
-kRu
-chj
blb
blb
-blb
-svB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
-dDB
dDB
dDB
dDB
dDB
+blb
+hYC
+xtk
+hYC
+aJq
+tYT
dDB
dDB
dDB
+blb
+aJq
+liQ
+blb
+blb
+blb
dDB
dDB
dDB
@@ -81235,8 +78225,6 @@ dDB
dDB
dDB
dDB
-"}
-(22,1,1) = {"
dDB
dDB
dDB
@@ -81269,55 +78257,20 @@ dDB
dDB
dDB
dDB
-kaP
dDB
dDB
dDB
dDB
-blb
dDB
dDB
dDB
dDB
dDB
-chj
-ijn
-rCX
-dzA
-lsK
-diL
-lsK
-xFj
-blb
-blb
-blb
-xck
-xck
-xck
-xck
-wyZ
-pvE
-aKU
-xck
-xck
-xck
-xck
-blb
-blb
-blb
-ekf
-blb
-mSS
-sfl
-oGn
-keS
-ozz
-chj
+"}
+(22,1,1) = {"
dDB
dDB
dDB
-kaP
-blb
dDB
dDB
dDB
@@ -81347,15 +78300,50 @@ dDB
dDB
dDB
dDB
+kaP
dDB
dDB
dDB
dDB
+tEU
dDB
dDB
+aJq
+aJq
+liQ
+liQ
+liQ
+blb
+blb
+blb
+ybO
+kZk
+cwf
+cwf
+ybO
+aJq
dDB
dDB
+blb
+cwf
+ybO
+cTI
+ybO
+cwf
+aJq
+tYT
dDB
+blb
+ybO
+cwf
+cwf
+cwf
+cwf
+ybO
+blb
+blb
+blb
+bjQ
dDB
dDB
dDB
@@ -81492,8 +78480,6 @@ dDB
dDB
dDB
dDB
-"}
-(23,1,1) = {"
dDB
dDB
dDB
@@ -81526,56 +78512,29 @@ dDB
dDB
dDB
dDB
-svB
dDB
dDB
dDB
dDB
-blb
dDB
dDB
dDB
dDB
dDB
-chj
-chj
-chj
-chj
-blb
-iwi
-blb
-xAh
dDB
dDB
+"}
+(23,1,1) = {"
dDB
dDB
-kFH
-aKo
-poV
-clX
-qtv
-hsy
-reL
-xLp
-kFH
dDB
dDB
dDB
dDB
-ekf
-blb
-uRO
-blb
-chj
-chj
-chj
-chj
dDB
dDB
dDB
-kaP
dDB
-xxo
dDB
dDB
dDB
@@ -81584,7 +78543,6 @@ dDB
dDB
dDB
dDB
-aan
dDB
dDB
dDB
@@ -81598,7 +78556,48 @@ dDB
dDB
dDB
dDB
+kbn
+ijm
+eyG
+eyG
+eyG
+eyG
+kTv
dDB
+aJq
+aJq
+mje
+mje
+iTT
+iTT
+iTT
+iTT
+mje
+ybO
+nPb
+aIS
+cHi
+hTT
+sec
+sec
+rjq
+rjq
+ujP
+lDh
+qVY
+qVY
+ujP
+xSa
+xSa
+xSa
+rjq
+hTT
+kDE
+fzA
+tgg
+pjk
+cwf
+tYT
dDB
dDB
dDB
@@ -81616,6 +78615,7 @@ dDB
dDB
dDB
dDB
+aan
dDB
dDB
dDB
@@ -81749,8 +78749,6 @@ dDB
dDB
dDB
dDB
-"}
-(24,1,1) = {"
dDB
dDB
dDB
@@ -81778,17 +78776,16 @@ dDB
dDB
dDB
dDB
-aan
dDB
dDB
dDB
dDB
-kaP
+"}
+(24,1,1) = {"
dDB
dDB
dDB
dDB
-blb
dDB
dDB
dDB
@@ -81799,45 +78796,65 @@ dDB
dDB
dDB
dDB
-iwi
-blb
-xAh
dDB
dDB
dDB
dDB
-kFH
-fiq
-xHV
-duY
-cVY
-wKy
-pXu
-kRW
-kFH
dDB
dDB
dDB
dDB
-ekf
-blb
-uRO
dDB
dDB
dDB
dDB
dDB
+aan
dDB
dDB
dDB
+hNk
kaP
dDB
-svB
dDB
dDB
dDB
+blb
dDB
dDB
+blb
+mje
+qvW
+tYB
+tYB
+tYB
+tYB
+pPQ
+cwf
+iAc
+djt
+xkI
+ybO
+ybO
+ybO
+ybO
+ybO
+cwf
+vWC
+vWC
+vWC
+cwf
+ybO
+ybO
+ybO
+ybO
+ybO
+ngn
+bLi
+pTe
+pjk
+cwf
+tYT
dDB
dDB
dDB
@@ -82006,8 +79023,6 @@ dDB
dDB
dDB
dDB
-"}
-(25,1,1) = {"
dDB
dDB
dDB
@@ -82022,6 +79037,8 @@ dDB
dDB
dDB
dDB
+"}
+(25,1,1) = {"
dDB
dDB
dDB
@@ -82040,56 +79057,65 @@ dDB
dDB
dDB
dDB
-kaP
dDB
dDB
dDB
dDB
-gcs
-tYT
dDB
dDB
dDB
-chj
-chj
-chj
-chj
-chj
-blb
-iwi
-blb
-xAh
dDB
dDB
dDB
dDB
-kFH
-ehw
-gBG
-hir
-weU
-iCp
-aXy
-nMQ
-kFH
dDB
dDB
+hNk
+kaP
+tYT
dDB
dDB
-ekf
-blb
-uRO
+dDB
+gcs
+tYT
+dDB
blb
-chj
-chj
-chj
-chj
-chj
+iTT
+uoG
+ftb
+ftb
+ftb
+ftb
+tER
+cwf
+pTe
+bLi
+fKT
+hrT
+ggK
+gia
+iJP
+ybO
+chV
+vWC
+vWC
+vWC
+mzS
+ybO
+rdm
+fcv
+vsV
+hrT
+tJD
+bLi
+gQi
+qmy
+ybO
+tYT
+tYT
dDB
dDB
-xxo
dDB
-kaP
dDB
dDB
dDB
@@ -82263,13 +79289,14 @@ dDB
dDB
dDB
dDB
-"}
-(26,1,1) = {"
dDB
dDB
dDB
dDB
dDB
+"}
+(26,1,1) = {"
+dDB
dDB
dDB
dDB
@@ -82297,56 +79324,60 @@ dDB
dDB
dDB
dDB
-gcs
dDB
dDB
dDB
+hNk
+gcs
+tYT
+tYT
+dDB
aJq
aJq
tYT
+tYT
+liQ
+iTT
+uoG
+ftb
+ftb
+ftb
+ftb
+tER
+cwf
+aKl
+bLi
+vhA
+ybO
+lQL
+bsb
+laa
+vpC
+riG
+vWC
+vWC
+vWC
+hsA
+vpC
+kJD
+oeB
+eiL
+avm
+jrD
+miu
+qQG
+aKl
+ybO
+tYT
+tYT
+tYT
dDB
dDB
dDB
-chj
-jbo
-rkS
-hIU
-kYo
-ubs
-tDl
-blb
-xAh
-blb
-blb
-oDE
-xck
-xck
-xck
-xck
-kph
-nQC
-uFT
-xck
-xck
-xck
-xck
-qwo
-blb
-blb
-ekf
-blb
-fcV
-tbX
-oGn
-hFR
-xYX
-cPv
-chj
dDB
dDB
dDB
dDB
-kaP
dDB
dDB
dDB
@@ -82553,57 +79584,57 @@ dDB
dDB
dDB
dDB
-dDB
+hNk
aJq
aJq
tYT
tYT
+tYT
+tYT
+tYT
aJq
-aJq
-aJq
-dDB
-dDB
-dDB
-chj
-rhu
-soB
-syc
-dzA
-lsK
-bWg
-lsK
-wgl
-dDB
-dDB
-dDB
+liQ
+iTT
+uoG
+ftb
+ftb
+ftb
+ftb
+ejz
+hYC
+dRX
+aqC
+noa
+vpC
+jGS
+faS
+wFT
+ybO
+xvB
+vWC
+vWC
+vWC
+iLX
+ybO
+rdm
+jqs
+dGF
+vpC
+pll
+uRZ
+leX
+aKl
+cwf
+tYT
dDB
-blb
-xck
-oLN
-uMh
-pwD
-pyl
-ojW
-xck
-blb
dDB
dDB
dDB
dDB
-gcR
-lsK
-nUB
-lsK
-dzA
-cpC
-ltz
-tcZ
-chj
dDB
dDB
dDB
dDB
-kaP
dDB
dDB
dDB
@@ -82810,58 +79841,58 @@ dDB
dDB
dDB
dDB
-dDB
+hNk
+aJq
aJq
aJq
+tYT
aJq
tYT
tYT
aJq
aJq
+mje
+xOg
+ftb
+ftb
+ftb
+ftb
+tER
+cwf
+aKl
+bLi
+pTb
+ybO
+ybO
+wQF
+ybO
+ybO
+qCH
+vWC
+vWC
+vWC
+oPq
+ybO
+ybO
+wQF
+ybO
+ybO
+kGz
+bLi
+leX
+aKl
+cwf
tYT
dDB
dDB
-chj
-chj
-chj
-chj
-chj
-blb
-kHI
-blb
-xAh
dDB
dDB
dDB
dDB
-blb
-xck
-toK
-cTS
-raP
-aOS
-akS
-xck
-blb
dDB
dDB
dDB
dDB
-xAh
-blb
-sAW
-blb
-chj
-chj
-chj
-chj
-chj
-dDB
-dDB
-xxo
-dDB
-svB
-dDB
dDB
dDB
dDB
@@ -83067,46 +80098,48 @@ dDB
dDB
dDB
dDB
-dDB
-aJq
+hNk
aJq
aJq
aJq
tYT
aJq
+tYT
+tYT
+tYT
+liQ
+iTT
+uoG
+ftb
+ftb
+ftb
+ftb
+tER
+eYM
+aKl
+bLi
+klm
+cwf
+qqc
+qqc
+qqc
+cwf
+iWN
+vWC
+vWC
+vWC
+edt
+cwf
+qqc
+qqc
+qqc
+cwf
+wsU
+bLi
+leX
+aKl
+cwf
aJq
-aJq
-dDB
-dDB
-dDB
-vmL
-blb
-dDB
-dDB
-dDB
-kHI
-blb
-xAh
-dDB
-dDB
-blb
-xck
-xck
-xck
-gnd
-jWk
-gnd
-cxQ
-gnd
-xck
-xck
-xck
-blb
-dDB
-dDB
-xAh
-blb
-sAW
dDB
dDB
dDB
@@ -83115,9 +80148,7 @@ dDB
dDB
dDB
dDB
-kaP
dDB
-kaP
dDB
dDB
dDB
@@ -83324,57 +80355,57 @@ dDB
dDB
dDB
dDB
+hNk
dDB
aJq
-aJq
-aJq
-aJq
-aJq
tYT
+tYT
+tYT
+tYT
+tYT
+tYT
+liQ
+iTT
+uoG
+ftb
+ftb
+ftb
+ftb
+tER
+cwf
+aKl
+bLi
+xJs
+qEQ
+vWC
+vWC
+vWC
+qEQ
+vWC
+vWC
+vWC
+vWC
+vWC
+qEQ
+vWC
+vWC
+vWC
+qEQ
+xJs
+bLi
+leX
+aKl
+ybO
aJq
aJq
-tYT
dDB
-chj
-chj
-chj
-chj
-chj
-blb
-kgG
-ttg
-gEy
-dmb
-dmb
-cnU
-ilb
-nks
-cbJ
-xKS
-ptz
-cBR
-udP
-xKS
-cbJ
-nks
-tYn
-bsn
-yaq
-yaq
-nWE
-ttg
-fRm
-blb
-chj
-chj
-chj
-chj
-chj
dDB
dDB
-kaP
dDB
-xxo
+dDB
+dDB
+dDB
+dDB
dDB
dDB
dDB
@@ -83581,56 +80612,56 @@ dDB
dDB
dDB
dDB
+hNk
+dDB
dDB
tYT
+tYT
+fTB
+gKs
+bnG
+gKs
aJq
+iTT
+uoG
+cxv
+pwy
+ftb
+ftb
+rnd
+hYC
+bzF
+bLi
+klm
+cwf
+fND
+fND
+fND
+cwf
+iWN
+vWC
+vWC
+vWC
+edt
+cwf
+fND
+fND
+fND
+cwf
+wsU
+bLi
+leX
+nWY
+ybO
aJq
aJq
aJq
-aJq
-aJq
-aJq
-tYT
-tYT
-chj
-izm
-txd
-pKg
-kYo
-wdJ
-tiS
-myi
-dHU
-rQm
-rQm
-cJb
-qPg
-puI
-qkI
-gIz
-gNS
-xIr
-sDl
-xBa
-utv
-ydi
-nEa
-fiI
-blb
-blb
-ccu
-bTJ
-pCo
-sAb
-oGn
-ckI
-exr
-sfd
-chj
dDB
dDB
-svB
-blb
+dDB
+dDB
+dDB
+dDB
dDB
dDB
dDB
@@ -83838,55 +80869,55 @@ dDB
dDB
dDB
dDB
+hNk
+dDB
dDB
dDB
tYT
+bTm
+gKs
+bHz
+gKs
aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-blb
-chj
-peW
-aqn
-sxD
-dzA
-lsK
-qDq
-hZb
-nEN
-fFe
-fFe
-cgh
-rwl
-nks
-epr
-xKS
-fcI
-dvv
-cBV
-xKS
-epr
-nks
-vbL
-vvg
-fFe
-fFe
-cmu
-mSc
-dXa
-lsK
-dzA
-mKV
-pUe
-yhY
-chj
+mje
+buz
+uEd
+jyN
+ftb
+ftb
+tER
+cwf
+aKl
+bLi
+nJg
+ybO
+ybO
+wQF
+ybO
+ybO
+uCQ
+vWC
+vWC
+vWC
+cVo
+ybO
+ybO
+wQF
+ybO
+ybO
+uvY
+bLi
+leX
+aKl
+cwf
+tYT
+tYT
+dDB
+dDB
+dDB
+dDB
dDB
dDB
-kaP
dDB
dDB
dDB
@@ -84095,55 +81126,55 @@ dDB
dDB
dDB
dDB
-dDB
-dDB
+hNk
+wBo
+rlR
+wBo
+wBo
+ciw
+wBo
+gwc
+wBo
+giq
+mje
+pUk
+dia
+uqt
+aiW
+ftb
+tER
+cwf
+aKl
+bLi
+twj
+hrT
+gSc
+hFz
+weo
+ybO
+uLX
+vWC
+vWC
+vWC
+tHT
+ybO
+hRs
+ioI
+oMs
+hrT
+fDC
+bLi
+leX
+aKl
+cwf
+tYT
tYT
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-blb
-chj
-chj
-chj
-chj
-chj
-blb
-nYD
-blb
-aky
-blb
dDB
dDB
-ybO
-ybO
-ybO
-hYC
-okt
-hYC
-rEH
-hYC
-ybO
-ybO
-ybO
dDB
dDB
-blb
-aky
-blb
-vdi
-blb
-chj
-chj
-chj
-chj
-chj
dDB
dDB
-xxo
dDB
dDB
dDB
@@ -84352,56 +81383,56 @@ dDB
dDB
dDB
dDB
-dDB
-dDB
-tYT
-tYT
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-tYT
+hNk
+wBo
+nqx
+wBo
+eGn
+rua
+wvS
+kGO
+lus
+jAL
+mje
+uRs
+jgG
+vVf
+aiW
+ftb
+tER
+cwf
+aKl
+bLi
+vhA
+ybO
+wsq
+xgP
+dBJ
+vpC
+lTb
+vWC
+vWC
+vWC
+fTS
+vpC
+frj
+gjI
+pHR
+avm
+dtQ
+miu
+paC
+aKl
+cwf
tYT
-blb
-vmL
-blb
-dDB
-dDB
-rUD
-orY
-pML
-dDB
-dDB
-dDB
tYT
-kFS
-hYC
-wfE
-gNI
-lBw
-coO
-ftc
-hYC
-kFS
tYT
dDB
dDB
dDB
-jhz
-xQZ
-kpe
-dDB
-dDB
-dDB
-dDB
-dDB
dDB
dDB
dDB
-blb
-dDB
dDB
dDB
dDB
@@ -84608,56 +81639,56 @@ dDB
dDB
dDB
dDB
-dDB
-dDB
-tYT
-tYT
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
+kbn
+oKo
+giq
+lVW
+qIu
+ffx
+xfB
+fxH
+oic
+xfB
+fYC
+mje
+rBJ
+xBm
+xOF
+bsg
+bav
+gSQ
+hYC
+bfu
+bUi
+jyL
+vpC
+quu
+hDS
+amX
+ybO
+nzx
+vWC
+vWC
+vWC
+eCM
+ybO
+hRs
+tMx
+cIi
+vpC
+mQs
+uRZ
+leX
+oHf
+ybO
tYT
tYT
-dDB
-blb
tYT
tYT
-dDB
-dDB
-jul
-oTY
-qME
-dDB
-dDB
-tYT
-tYT
-kFS
-hYC
-xKz
-aAb
-svr
-coO
-gSh
-hYC
-kFS
tYT
tYT
dDB
dDB
-hsL
-pJT
-rqV
-dDB
-dDB
-dDB
-aJq
-aJq
-aJq
-tYT
-aJq
-blb
dDB
dDB
dDB
@@ -84865,50 +81896,50 @@ dDB
dDB
dDB
dDB
-dDB
-dDB
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-tYT
-vmL
+hNk
wBo
-giq
wBo
-giq
+sRf
wBo
-vmL
-hZf
-kwH
-nID
-vmL
+iqm
+wBo
+fxH
+xfB
+ucP
+lJO
ybO
-tYT
-aJq
-kFS
hYC
hYC
-pEa
-iCL
-pTp
+cwf
+cdk
+cwf
hYC
hYC
-kFS
-aJq
-tYT
+dRX
+bLi
+kvq
ybO
-vmL
-hZf
-kwH
-lLE
-dqV
ybO
-aJq
+wQF
+ybO
+ybO
+nNX
+xgv
+pvu
+vWC
+nNF
+ybO
+ybO
+wQF
+ybO
+ybO
+rQY
+bLi
+leX
+cPn
+ybO
+tYT
+tYT
aJq
aJq
aJq
@@ -85122,49 +82153,49 @@ dDB
dDB
dDB
dDB
-dDB
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-tYT
-tYT
-tYT
-fPb
-hSG
-drw
-gvB
+hNk
wBo
+sTe
+cpq
+wBo
+loh
+wBo
+ohh
+jJl
+oic
+bcp
ybO
-brC
-brC
-brC
-ybO
-ybO
-aJq
-aJq
-kFS
-hYC
-gJs
-uaK
-sSM
-mvj
-sAM
-hYC
-kFS
-aJq
-aJq
-ybO
-ybO
-brC
-brC
-brC
-pfx
+nLv
+pjk
+pjk
+puZ
+pjk
+pjk
+sUx
+aKl
+bLi
+klm
+cwf
+qqc
+qqc
+qqc
+cwf
+iWN
+vWC
+pvu
+vWC
+edt
+cwf
+qqc
+qqc
+qqc
+cwf
+kTj
+bLi
+leX
+aKl
ybO
+tYT
aJq
aJq
aJq
@@ -85379,53 +82410,53 @@ dDB
dDB
dDB
dDB
-dDB
-tYT
-aJq
-aJq
-aJq
-aJq
+hNk
+hFE
+bZU
+qTc
+sLN
+kwj
+fbL
+jqM
+veB
+rrr
+afk
+cwf
+pjk
+wEy
+pjk
+puZ
+pjk
+pjk
+pjk
+mop
+bLi
+xJs
+qEQ
+vWC
+vWC
+vWC
+qEQ
+vWC
+vWC
+sbv
+bdj
+vWC
+qEQ
+vWC
+vWC
+vWC
+qEQ
+mRG
+wPO
+leX
+aKl
+ybO
+ybO
+bNq
aJq
aJq
aJq
-tYT
-blb
-vmL
-wBo
-mnx
-ylK
-iuX
-gKs
-hXt
-mXm
-mXx
-eXb
-bJN
-hYC
-pwv
-pwv
-xzm
-xzm
-glJ
-ooe
-bdb
-mxc
-sNc
-xzm
-xzm
-pwv
-pwv
-hYC
-jrb
-dZX
-bDO
-qqr
-bkI
-ybO
-gBh
-gBh
-gBh
-gBh
aJq
aJq
aJq
@@ -85636,53 +82667,53 @@ dDB
dDB
dDB
dDB
-tYT
-aJq
-aJq
-aJq
-aJq
+hNk
+wBo
+wBo
+wBo
+wBo
+qUV
+oGb
+miy
+jao
+sFg
+uFp
+jiA
+xqP
+cVe
+syu
+xbS
+rCA
+qmy
+pjk
+aKl
+bLi
+klm
+cwf
+fND
+fND
+fND
+cwf
+iWN
+vWC
+sbv
+vWC
+edt
+cwf
+fND
+fND
+fND
+cwf
+kTj
+bLi
+leX
+gQi
+rCA
+qmy
+bNq
aJq
aJq
aJq
-tYT
-tYT
-vmL
-xRv
-roc
-qUd
-jwC
-vDD
-gKs
-ydI
-ijP
-ivT
-gCP
-sWE
-hYC
-gjP
-quP
-lrL
-hYC
-hYC
-pDH
-cwf
-fXe
-hYC
-hYC
-lMg
-tSi
-vnz
-hYC
-dYY
-ijP
-ulf
-gCP
-nkp
-kvb
-gBh
-gBh
-gBh
-gBh
aJq
aJq
tYT
@@ -85892,55 +82923,55 @@ dDB
dDB
dDB
dDB
-dDB
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
-aJq
+kbn
+oKo
blb
-vmL
-aJq
-vmL
-wBo
-nHR
-fYo
-jVI
-bBd
-sUk
-apd
-fJt
-chb
-hqm
-uhh
-gCR
-lOk
-cVS
-kDY
-kyg
-xSi
-tic
-neM
-bRc
-kDY
-cVS
-bSm
-qxz
-mRA
-hvZ
-xHT
-fJt
-vPY
-wPt
-bNq
-cmf
+blb
+blb
+blb
+blb
+giq
+oic
+ucP
+spW
+cUe
+cwf
+suq
+euh
+goa
+goa
+iIj
+bPU
+xQg
+unk
+bLi
+bvW
+ybO
+ybO
+wQF
+ybO
+ybO
+mFT
+vWC
+sbv
+vWC
+qjP
+ybO
+ybO
+wQF
+ybO
+ybO
+tCS
+uDc
+dhV
+rKp
+wMn
+oMV
+ecq
fYU
-gBh
-knv
-knv
+aJq
+gcs
+gcs
vmL
dDB
dDB
@@ -86149,51 +83180,51 @@ dDB
dDB
dDB
dDB
-dDB
+hNk
aJq
aJq
pWm
pWm
-bvt
-bvt
-bvt
-aJq
-aJq
-tYT
-xpf
-nqx
-fPb
-uNO
-klL
-vtw
-gKs
-mFZ
-exE
+pWm
+pWm
+wBo
+ovM
+xfB
+xfB
+euG
+ybO
+pDi
+xJs
+pjk
+pjk
pjk
-wWP
-dlk
-qUN
-paW
-eOh
-paW
-nxO
-pXc
-nlI
-iTZ
-xTM
-pXc
-nxO
-paW
-qbv
-paW
-yac
-tHY
-efl
-xoz
-gro
-mnA
+fsV
+rKM
+fsV
+bLi
+cCF
+hrT
+rZK
+bYc
+oxR
+ybO
+rCQ
+vWC
+sbv
+vWC
+frE
+ybO
+voZ
+les
+kvm
+mwO
+uUr
+miu
+oAH
+pjk
+nDT
+gjc
bNq
-qeq
xLy
cvJ
ueX
@@ -86216,8 +83247,8 @@ iVK
jhC
lOj
bll
-nLi
-tJd
+kkV
+ipr
lOj
lOj
hzm
@@ -86237,7 +83268,7 @@ qON
nZh
rDS
rWM
-rCk
+mnC
whL
pLl
leU
@@ -86402,55 +83433,55 @@ dDB
dDB
dDB
dDB
-aGa
dDB
dDB
dDB
dDB
+hNk
aJq
tYT
-hjj
-itv
-wHL
+kGn
+wzv
+npy
lOM
-bvt
-aJq
-pnl
-vmL
-xpf
-lVW
-cdW
-smd
-jdU
-ihj
-gKs
-pIB
-wNi
-tFB
-mKK
-tnH
-vcR
-fxV
-wJn
-pGt
-uJC
-rbg
-qYp
-tzh
-rao
-rbg
-uJC
-qNN
-eOP
-qNN
-fFu
-oDa
-umn
-bPU
-wlS
-akU
-bNq
-vlC
+wBo
+wkl
+wXO
+oic
+aGg
+ybO
+sMA
+xJs
+pjk
+euh
+goa
+gFU
+goa
+kOH
+kAj
+oXm
+ybO
+rAE
+neD
+ekW
+vpC
+qpx
+vWC
+sbv
+vWC
+hWd
+vpC
+wzl
+pGO
+lGa
+avm
+rpF
+miu
+rlN
+qQG
+nDT
+aKl
+dNZ
nHd
lyR
qDJ
@@ -86476,7 +83507,7 @@ hNA
hNA
inT
lOj
-xwC
+dTW
lwI
lOj
jaN
@@ -86491,16 +83522,16 @@ pZu
jxJ
slw
dDd
-fXU
-bLc
-ihI
+vuj
+cYS
+rhC
pee
qyT
pLZ
pWF
fMQ
qCb
-dRM
+vgh
yaI
qRN
erg
@@ -86508,7 +83539,7 @@ sNg
yaI
wRN
yaI
-mMc
+xyM
yaI
xQy
qRN
@@ -86536,8 +83567,8 @@ fEC
fEC
fEC
fEC
-ujn
-afa
+lQs
+rYc
dyW
fEC
eHN
@@ -86659,55 +83690,55 @@ dDB
dDB
dDB
dDB
-blb
dDB
dDB
-eNm
-bTd
-qlk
-hRF
+dDB
+dDB
+gqY
+pzn
+vmL
kGn
pFK
cXu
kYI
-pWm
-pWm
-pnl
-fuC
-xpf
-sRf
-fPb
-tQZ
-jNL
-fEr
-pUK
-vjK
-rVA
-bPU
-yii
-kXf
-hvo
-kQr
-bNg
-kQr
-pPH
-cTu
-pvP
-nhe
-nqi
-aEy
-uyB
-wAM
-eEX
-kQr
-etX
-wXV
-xHT
-lGq
-sqB
-fJP
-eDe
-viw
+wBo
+wBo
+wBo
+aUX
+cUe
+ybO
+pjk
+flh
+dpf
+jJR
+izM
+dQZ
+ocn
+mhJ
+qFG
+jwA
+vpC
+oSE
+vmy
+oxR
+ybO
+nMZ
+vWC
+sbv
+vWC
+ixn
+ybO
+voZ
+ocZ
+qDI
+vpC
+eLo
+eUv
+cny
+bZj
+nDT
+vtW
+bNq
aIk
eiU
slY
@@ -86731,16 +83762,16 @@ jhC
lPi
hNb
kdN
-ejv
-sBv
-waz
+onQ
+bTE
+cob
vWA
lOj
mnZ
kdH
nJU
kEA
-xgv
+kQe
ouR
oRr
kdH
@@ -86748,9 +83779,9 @@ pHo
pZz
slw
qtJ
-egz
+qdu
tyD
-fHJ
+lFq
sor
whL
sYs
@@ -86765,7 +83796,7 @@ jch
wZS
tCm
onw
-aQU
+csv
gun
mKD
snZ
@@ -86916,12 +83947,12 @@ dDB
dDB
dDB
dDB
-blb
dDB
-mys
-blb
dDB
dDB
+dDB
+dDB
+tEU
tYT
pWm
pWm
@@ -86930,41 +83961,41 @@ pWm
pWm
pRw
pnl
-nSo
-cPB
-mPe
-wBo
-gKs
-fpF
-gKs
-gKs
-aOb
-utf
-fsN
-mFD
-mrW
-hYC
-wVh
-hFK
-ubh
-hYC
-fuB
-soo
-qFw
-sbf
-pfD
-hYC
-uUp
-nIL
-lNC
-hYC
-wyU
-rkk
-blZ
-rxs
-upf
-bNq
-gBh
+pHF
+iLw
+ybO
+ybO
+bLV
+fND
+bLV
+jZl
+jZl
+vjg
+dte
+vjg
+jZl
+jZl
+jZl
+jZl
+jZl
+jZl
+yjk
+yjk
+nXj
+yjk
+yjk
+cAi
+cAi
+cAi
+cAi
+cAi
+hsN
+lEY
+lEY
+jdQ
+bBU
+aCL
+hsN
ybs
knv
knv
@@ -86987,9 +84018,9 @@ iVK
jhC
lPi
hNA
-bkE
+vJG
ipb
-aZY
+stH
lfU
lfU
lPi
@@ -87022,7 +84053,7 @@ gdn
qyT
tDb
ttX
-lcp
+iNC
qyT
nvK
xBe
@@ -87051,7 +84082,7 @@ vFy
vFy
rOG
hbm
-uxF
+utQ
vSW
fEC
iBE
@@ -87173,59 +84204,59 @@ dDB
dDB
dDB
dDB
-blb
-mys
-blb
dDB
dDB
dDB
dDB
+dDB
+tEU
+dDB
vmL
pWm
jUx
jUx
wzv
jUx
-pnl
-xuX
-bOb
-uzI
-hpi
-dwP
-jNr
-tsR
-gKs
-obd
-exA
-vAb
-tSg
-nYP
-xae
-qol
-mTt
-qol
-xae
-qwc
-ikf
-fLj
-rUa
-csB
-xae
-uXI
-iaW
-vZM
-xae
-wvT
-jBW
-okg
-vKs
-ffE
-bNq
-gBh
+wzv
+wzv
+lEx
+rtC
+ybO
+pyG
+wQF
+wHR
+jZl
+cvl
+cvl
+cvl
+cvl
+ttz
+rIt
+hmI
+cvl
+irW
+jZl
+vFt
+hHp
+eUa
+tVo
+sYP
+cAi
+sau
+qUl
+cmy
+sau
+hsN
+dUg
+gVt
+tNX
+bNA
+jOp
+hsN
ybs
knv
-gBh
-gBh
+aJq
+aJq
aJq
tYT
dDB
@@ -87243,7 +84274,7 @@ iVL
iVL
jig
lOj
-asy
+nMq
thM
kuy
lOj
@@ -87260,12 +84291,12 @@ oRr
poM
uzJ
mKB
-kiK
+aLm
slw
-hvS
+lLi
slw
-aVr
-fQK
+gMX
+hEu
ozn
ozn
pXC
@@ -87279,7 +84310,7 @@ qyT
qyT
tDE
tWQ
-xXg
+ggc
qyT
sbx
lgj
@@ -87429,13 +84460,13 @@ dDB
dDB
dDB
dDB
-dDB
-tmL
-blb
-blb
-blb
-cLg
-blb
+gZC
+kbn
+lPx
+lPx
+lPx
+eag
+kTv
blb
blb
tGK
@@ -87443,46 +84474,46 @@ pWm
pWm
pWm
aap
-pnl
-pnl
-wqP
-pnl
-pnl
-iXx
-pnl
-wqP
-pnl
-bBy
-nsa
-cgz
-nsa
-bBy
-xae
-xOR
-oPg
-aiL
-xae
-csB
-opc
-xRa
-ozM
-spa
-xae
-gPf
-xef
-xme
-xae
-vIF
-bYY
-nBM
-bpv
-vIF
-bNq
-cmf
+wzv
+wzv
+lEx
+wzv
+ybO
+gRo
+cNF
+pvK
+jZl
+dVs
+hTU
+hTU
+qdc
+hTU
+hTU
+xFK
+vHG
+vHG
+xEx
+rdj
+aRZ
+uyW
+aYL
+vqI
+kgp
+ubf
+mky
+bhm
+gRc
+eyo
+oXj
+kip
+vWP
+sAq
+pTW
+hsN
liX
jqd
lxP
-gBh
+aJq
aJq
aJq
dDB
@@ -87516,27 +84547,27 @@ owl
oSb
ppk
mjQ
-hMm
-gTN
+fLF
+ahr
nFX
nFX
-osv
-gZb
+uOZ
+pSP
mhk
mhk
mhk
mhk
mhk
-hYr
-oeM
-cSE
-hWY
-nLl
-jSu
+cgV
+qHr
+gyc
+dVQ
+wFY
+ahf
wBm
wXk
xKG
-vqy
+suM
yea
yea
yea
@@ -87687,7 +84718,7 @@ dDB
dDB
dDB
dDB
-oua
+tEU
dDB
dDB
dDB
@@ -87700,46 +84731,46 @@ aWx
oFc
qcF
jUx
-fbs
-gKF
-uPf
pWm
-dzD
-pAa
pWm
-pRw
-pnl
-xNE
-soC
-mom
-cWQ
-pgU
-xae
-xae
-xae
-xae
-xae
-pYP
-dyt
-qtP
-vEZ
-gIr
-xae
-xae
-xae
-xae
-xae
-eWj
-jMy
-uvo
-dJU
-cla
-qyb
-bNq
+wah
+rtC
+ybO
+ybO
+ybO
+ybO
+jZl
+taG
+bbw
+rry
+cwH
+rry
+aFi
+rdn
+fnq
+irW
+jZl
+uuH
+rly
+xsL
+fYl
+dWq
+cAi
+oMr
+aCr
+vDG
+inO
+hsN
+uTt
+jta
+rmf
+gln
+cYf
+hsN
olj
cmf
gBh
-gBh
+aJq
aJq
aJq
dDB
@@ -87773,27 +84804,27 @@ lkI
oSg
lWF
mjV
-yaR
+pHs
mhk
-tft
+ihb
ozt
-iwo
+dEQ
sqz
mhk
-tnK
-eQp
-gwi
-pTy
-ger
-ezD
-ezD
+iSD
+pbw
+twN
+mSQ
+jWj
+bIJ
+bIJ
xYD
-kRe
-wmH
+yjP
+hVO
wAW
wXk
oOy
-cKT
+atS
uHI
vlY
vGp
@@ -87944,7 +84975,7 @@ dDB
dDB
dDB
dDB
-oua
+tEU
dDB
dDB
dDB
@@ -87957,46 +84988,46 @@ qQF
lgr
fFO
wzv
-pWm
-pWm
+wzv
+wzv
yil
-dbo
yil
+nwU
kNn
yil
kNn
-pnl
-rlk
-wby
-juF
-chf
-lSF
-nsa
-lpT
-uOL
-iME
-nsy
-beg
-adV
-beg
-jIa
-beg
-beg
-dIZ
-lRz
-xQS
-fKA
-fKA
-oUq
-sav
-gIM
-amH
-cZH
-bNq
+jZl
+ijo
+hxV
+rjP
+fXG
+lrl
+eNB
+rdn
+fnq
+ggY
+vjg
+clR
+fAy
+yad
+ovP
+dQt
+vpj
+lgP
+bVq
+wCW
+xOs
+lEY
+nVH
+oxD
+oGM
+nAi
+jwN
+eKU
olj
gBh
gBh
-gBh
+aJq
gcs
blb
blb
@@ -88034,23 +85065,23 @@ qby
mhk
mhk
mhk
-rjd
+xxT
mhk
mhk
-tIG
-yjm
-lQs
-ePm
-tnK
-tnK
-tnK
-sxp
-iPC
-nOm
+pGS
+sUN
+lsP
+pHA
+iSD
+iSD
+iSD
+oVW
+ePt
+jlW
wBm
hDT
glM
-cKT
+atS
wEG
wEG
wEG
@@ -88071,8 +85102,8 @@ qVP
qVP
ftv
dWK
-aUq
-dyg
+xOq
+ipc
vTV
gWb
pcv
@@ -88201,7 +85232,7 @@ dDB
dDB
dDB
dDB
-oua
+tEU
dDB
dDB
dDB
@@ -88222,34 +85253,34 @@ pWm
pWm
mMF
mDb
-pnl
-cSP
-kgW
-uJU
-hNU
-mBq
-bBy
-yhS
-gCp
-uah
-beg
-glO
-lda
-ybC
-uGB
-vja
-ssP
-ioN
-qPO
-oYN
-dNM
-lPw
-wDF
-qid
-bkO
-nHP
-xoV
-bNq
+ogt
+jOJ
+tKW
+yeR
+xbp
+jup
+drT
+rdn
+fnq
+jYu
+vjg
+tgh
+fAy
+luN
+hCh
+suU
+vpj
+lgP
+bVq
+wCW
+kXB
+lEY
+bNA
+xMn
+uvS
+bTw
+lKO
+hsN
bJK
dez
gBh
@@ -88291,23 +85322,23 @@ mLh
nry
qRq
mhk
-yiE
+vdL
mhk
mhk
-gUW
-miQ
-igA
-jKY
-mwq
-bex
-tVb
-tnK
-guu
-bzS
+cXb
+sry
+uoR
+neF
+hed
+hAB
+jCm
+iSD
+bnQ
+fVF
wBm
wXk
jte
-qIx
+diI
yea
vmt
dzi
@@ -88326,8 +85357,8 @@ blb
blb
blb
xkt
-dOp
-aUq
+heY
+xOq
mxg
nPu
vTV
@@ -88336,7 +85367,7 @@ tVe
geW
qVP
qVP
-pIj
+kZC
rOG
sLB
qVP
@@ -88457,13 +85488,13 @@ dDB
dDB
dDB
dDB
-dDB
-bre
-blb
-blb
-blb
-cLg
-blb
+gZC
+osr
+lPx
+lPx
+lPx
+eag
+pzn
blb
blb
pWm
@@ -88479,35 +85510,35 @@ bvt
bvt
bXb
yil
-dfz
-ymj
-wzB
-xvb
-pbT
-nBd
-kLv
-nBd
-ibB
-ibB
-beg
-fKR
-owd
-dYw
-oQs
-wGo
-gKz
-sio
-hqr
-uqG
-iql
-wmd
-iSE
-lJF
-sTW
-mTC
-bNq
-bNq
-cmf
+woG
+oWv
+hxV
+lrl
+ldA
+rjP
+eNB
+rdn
+fnq
+gUQ
+vjg
+rcb
+fAy
+luN
+hCh
+suU
+vpj
+lgP
+bVq
+wCW
+mXL
+lEY
+nVH
+uzR
+alx
+nVz
+aPA
+hsN
+cvJ
olj
knv
aJq
@@ -88548,23 +85579,23 @@ mLk
nsL
kVn
srn
-uVz
-jic
+iHT
+pRc
mhk
-eQp
-cFm
-jKY
-teq
-htT
-jrV
-bex
-tnK
-kXs
-oZP
+pbw
+qzP
+neF
+hmC
+xZe
+eWk
+hAB
+iSD
+cib
+vTn
wBm
wXk
-pka
-qtL
+dTH
+xFS
yea
vmH
yea
@@ -88715,12 +85746,12 @@ dDB
dDB
dDB
dDB
-oua
-dDB
-dDB
+blb
dDB
dDB
+wCc
dDB
+tEU
dDB
dDB
tYT
@@ -88736,35 +85767,35 @@ bvt
bvt
vcm
oii
-pnl
-uGS
-aIE
-dOY
-wZk
-bWk
-bBy
-sdF
-eAC
-aHb
-beg
-xQt
-xih
-fLy
-kNG
-jzJ
-sqg
-gub
-uyS
-iKK
-uqA
-vMo
-vdB
-kDj
-thI
-hnG
-cmf
-gBh
-knv
+jZl
+bXs
+kze
+cTJ
+fmD
+cTJ
+bPa
+rdn
+fnq
+rSv
+vjg
+tgh
+lHC
+tFU
+sJn
+dEI
+vpj
+lgP
+bVq
+wCW
+qHO
+lEY
+bNA
+kuG
+ptF
+sME
+fjJ
+hsN
+cvJ
aIk
knv
aJq
@@ -88806,22 +85837,22 @@ dVW
qSS
mhk
tKf
-vMf
+kwy
mhk
-vMu
-cFm
-ugi
-kzk
-jxl
-hha
-jKp
-tnK
-rKU
-tjY
+bBh
+qzP
+krF
+sOi
+tts
+dRn
+keL
+iSD
+rnr
+aCz
wAW
-bgz
+spo
xiF
-lnn
+gEx
yea
vne
wMA
@@ -88843,9 +85874,9 @@ cHp
syk
bKE
uyH
-tsv
+iLe
vTV
-gEN
+uNz
eDX
nte
lNx
@@ -88972,12 +86003,12 @@ dDB
dDB
dDB
dDB
-oua
-dDB
-dDB
+wCc
dDB
dDB
+wCc
dDB
+tEU
dDB
dDB
tYT
@@ -88993,35 +86024,35 @@ bvt
bvt
bvt
oii
-pnl
-opo
-sID
-dxr
-dpk
-xdl
-nsa
-niv
-jRR
-niv
-beg
-qXd
-pft
-kwr
-ydV
-shK
-pzi
-vpS
-iqY
-vnp
-vIF
-jrS
-qAR
-eIv
-eKU
-bNq
-bNq
-gBh
-knv
+jZl
+yaF
+hVx
+hVx
+hVx
+hVx
+lUr
+krj
+eUA
+ckC
+vjg
+cYP
+ngN
+fva
+mVh
+hQS
+vpj
+vEE
+pIa
+mkY
+lBl
+lEY
+cpu
+jPd
+ojf
+hTM
+igR
+hsN
+xxt
liX
knv
aJq
@@ -89063,26 +86094,26 @@ mhk
mhk
mhk
xmI
-txP
+ivh
mhk
-ipJ
-xXD
-hEX
-aYU
-rAx
-rHu
-kHm
-tsi
-hEL
-mqq
+fme
+flw
+apq
+bJx
+miF
+sMj
+vqF
+iyR
+kiY
+tev
wBm
wXk
glM
-nEG
+uAk
yea
vmX
vij
-fsS
+xEl
wyl
fEC
fEC
@@ -89091,18 +86122,18 @@ wmV
qVP
blb
xkt
-cTo
+hcu
mYR
-jeo
+vht
mYR
mYR
-mii
+pho
oKz
-xuS
+kXu
pds
kPa
vTV
-mfs
+ePP
ddE
tiM
qGu
@@ -89114,7 +86145,7 @@ qVP
kvO
tug
hXU
-irv
+iCi
pxj
hAC
cVC
@@ -89229,12 +86260,12 @@ dDB
dDB
dDB
dDB
-oua
-dDB
-dDB
+wCc
dDB
dDB
+blb
dDB
+tEU
dDB
dDB
tYT
@@ -89250,36 +86281,36 @@ bvt
bvt
bvt
yil
-pnl
-wQa
-tgD
-vyM
-hmB
-slC
-pnl
-wqP
-pnl
-pnl
-beg
-prI
-cVM
-mvn
-jwM
-prI
-beg
-bNq
-bNq
-bNq
-bNq
-bNq
-bNq
-bNq
-bNq
-gBh
-gBh
-gBh
+jZl
+ehu
+erB
+fnq
+fnq
+fnq
+jZl
+ogt
+jZl
+jZl
+jZl
+xck
+beT
+xck
+sAo
+xck
+cAi
+cAi
+cAi
+qDB
+cAi
+hsN
+iky
+hsN
+hum
+hsN
+hsN
+hsN
knv
-aIk
+bBK
knv
aJq
hwJ
@@ -89311,7 +86342,7 @@ wuM
bKz
kFg
kRJ
-kwR
+bvV
lGk
uKP
wCI
@@ -89320,22 +86351,22 @@ mhk
nFY
mhk
mhk
-sYM
-iiD
-ozw
-jFN
-xJc
-xtN
-rAx
-aNv
-jNB
+mze
+iLH
+oyz
+tmi
+klN
+nDj
+miF
+oiZ
+lvJ
xYD
-evs
-bBm
+gRm
+rmk
wBm
wXk
glM
-cKT
+atS
rQC
vne
vHV
@@ -89350,17 +86381,17 @@ blb
xkt
pXB
mYR
-xSr
+lWz
eJh
-vSb
+iPn
aLk
syk
lCt
sKE
bWh
vTV
-nzn
-ifq
+tvx
+sRV
loL
fvF
qVP
@@ -89486,12 +86517,12 @@ dDB
dDB
dDB
dDB
-oua
-dDB
-dDB
+wCc
dDB
dDB
+blb
dDB
+tEU
dDB
dDB
dDB
@@ -89507,36 +86538,36 @@ bvt
bvt
pWm
oii
-pnl
-bFr
-aFU
-mgz
-vSh
-bbp
-pnl
+jZl
+fnq
+fnq
+fnq
+fnq
+fnq
+jZl
oCE
oCE
lYH
fGU
bYl
-onv
-gcM
+ffq
+sOr
tAm
iQr
kfv
vgp
-jhk
+hrx
hrx
hrx
lLe
-mid
+duX
knv
-rQH
+qsS
wdo
tkN
gBh
-knv
-ovt
+cvJ
+ybs
knv
knv
knv
@@ -89548,8 +86579,8 @@ dDB
dDB
dDB
slY
-rjF
-jFJ
+tjY
+siG
nEA
slY
oPi
@@ -89577,48 +86608,48 @@ mhk
xYJ
xYJ
tYL
-ozf
+mSA
mhk
-pAD
-sOm
-cFm
-xtN
-rAx
-aNv
-tED
-bmy
-vRv
-bGZ
+jSJ
+tOd
+qzP
+nDj
+miF
+oiZ
+xPs
+qOb
+iQp
+xyt
wBm
vuR
xgA
-pLw
-aFS
-oNO
-oNO
-eII
+hiK
+lei
+pvi
+pvi
+buc
uAi
-fqE
+njs
uAi
fEC
rui
qVP
qop
xkt
-usd
+hbc
mVt
-scs
+dIt
huN
jBr
-uhU
+sNr
syk
-cuq
-wVB
-wjJ
+vYD
+lox
+rdW
vTV
iWj
-eAM
-jrf
+lRV
+aUJ
lfi
qVP
nGA
@@ -89677,9 +86708,9 @@ tDn
wVI
npp
nNB
-iZV
+iPy
iWe
-dqi
+aWt
sis
sis
sis
@@ -89743,12 +86774,12 @@ dDB
dDB
dDB
dDB
-cBX
-dDB
-dDB
+blb
dDB
dDB
+wCc
dDB
+tEU
dDB
dDB
tYT
@@ -89764,13 +86795,13 @@ bvt
bvt
pWm
yil
-pnl
jZl
-iXn
-lix
-aaA
+vBQ
+acN
+vIm
+acX
+atn
jZl
-pnl
oCE
pWm
pWm
@@ -89785,7 +86816,7 @@ bNq
bNq
knv
knv
-hgV
+kvK
wDM
uaZ
fTf
@@ -89805,7 +86836,7 @@ dDB
dDB
dDB
slY
-iAN
+rhm
cis
slY
slY
@@ -89829,34 +86860,34 @@ lme
lHe
lWU
tca
-izV
+urF
mhk
xZd
mhk
sNW
-sYM
+mze
mhk
-eta
-nzD
-itG
-aNP
-bKk
-aNv
-tnK
-sAn
-ezD
-fHy
+shR
+ugI
+rYs
+dPx
+nqY
+oiZ
+iSD
+fGW
+bIJ
+cdB
wAW
-sux
-ibQ
-kbl
-lfF
-sYH
-kzt
-jwu
-tgg
-dTQ
-iVm
+rpB
+jzr
+hsg
+tKb
+wEj
+eKY
+hGQ
+dZl
+fDJ
+hNy
fEC
kJJ
qVP
@@ -89871,7 +86902,7 @@ xkt
ujA
cDH
fFH
-jnM
+oBT
vTV
vTV
xxO
@@ -89883,7 +86914,7 @@ qVP
apB
sUG
olI
-uIM
+gwa
xsf
skm
qXj
@@ -89932,7 +86963,7 @@ qdv
bSH
tDn
eua
-iTz
+izh
xAG
jWd
lGO
@@ -90000,14 +87031,14 @@ dDB
dDB
dDB
dDB
-eNn
-blb
-blb
-blb
-blb
-blb
-blb
blb
+dDB
+dDB
+wCc
+dDB
+tEU
+dDB
+bSo
aJq
aJq
aJq
@@ -90022,11 +87053,11 @@ bvt
pWm
qjp
kNn
-pnl
-pnl
-pnl
-wqP
-pnl
+jZl
+jZl
+jZl
+ogt
+jZl
tOc
oCE
pWm
@@ -90065,7 +87096,7 @@ ueX
mEB
slY
slY
-iec
+nMV
dRD
xwz
xwz
@@ -90085,35 +87116,35 @@ kSO
gNC
lHk
lXf
-qpo
+lKg
efS
mhk
qTJ
mhk
rGN
-sYM
+mze
mhk
-lVs
-cyP
-pwo
-kpZ
-rAx
-aDO
-lmx
-tnK
-tnK
-tnK
+feL
+peU
+cxz
+vUS
+miF
+lFm
+szC
+iSD
+iSD
+iSD
wBm
wXk
-vTs
-bXa
+pEO
+cbD
rQC
von
-jHt
-mjS
+pvC
+aLS
wzS
wzS
-ruE
+vKZ
fEC
rui
qVP
@@ -90122,17 +87153,17 @@ qVP
llW
llW
xkt
-iwV
-pvZ
+geH
+buf
dah
urw
urw
-uOR
-aAH
+hCd
+jwl
cFg
hWJ
-ngn
-iIb
+vnD
+xfm
voJ
qxv
apk
@@ -90256,28 +87287,28 @@ dDB
dDB
dDB
dDB
-dDB
-eNn
-kAG
-kQo
-kQo
-kQo
-wJa
+aGa
blb
-vmL
+blb
+blb
+wCc
+blb
+tEU
+blb
+hFl
aJq
aJq
aJq
bvt
-pWm
-pWm
-pWm
-bvt
-bvt
-bvt
-pnl
-pnl
-wqP
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+kXl
kNn
oCE
vxX
@@ -90348,22 +87379,22 @@ mhk
mhk
mhk
mhk
-sYM
+mze
mhk
-aKW
-eDb
-xtN
-xjr
-pZY
-bQC
-aDO
-pJI
-kdK
-eyR
-gPu
+fgT
+ycb
+nDj
+jlC
+wha
+oIL
+lFm
+kzV
+uaa
+eYB
+mIE
wXk
glM
-nDs
+pPC
yea
vrf
von
@@ -90445,8 +87476,8 @@ qdv
rwP
uZB
tDn
-uOT
-xnk
+gTO
+ctl
wTm
eJw
eJw
@@ -90514,29 +87545,29 @@ dDB
dDB
dDB
dDB
-eNn
-uHq
-blb
-blb
-blb
-vrK
blb
+dDB
+dDB
+wCc
+dDB
+tEU
+dDB
vmL
aJq
ayK
urz
-pSQ
-pSQ
-mfU
-wiR
-wiR
-wiR
-mLD
-tlC
-mfU
-pnl
-pUR
-jUx
+urz
+urz
+tVn
+lLN
+nWn
+dzs
+xVN
+cYt
+gWw
+ayK
+bKB
+ayK
pnl
pnl
pnl
@@ -90605,35 +87636,35 @@ nGu
xYJ
ina
mhk
-avb
+gLV
mhk
-spd
-tnK
-xtN
-jxm
-ctz
-syr
-rAx
-rAx
-rAx
-mVf
+bTo
+iSD
+nDj
+vUV
+hmH
+tBk
+miF
+miF
+miF
+juP
wAW
-tnN
-osp
-kwN
+lqq
+ckP
+ivD
yea
yea
vJn
wgA
guY
-pwB
+oRy
guY
fEC
fEC
fEC
rui
qVP
-dqk
+vnC
jnN
gEH
nDe
@@ -90652,8 +87683,8 @@ dCU
urQ
xsf
wJD
-gki
-sSH
+cXz
+oOV
jyi
xsf
qzs
@@ -90702,12 +87733,12 @@ tDn
tDn
tDn
tDn
-liL
-iFt
+vpt
+hCl
hqS
cuh
qQv
-dnQ
+aYs
pDu
jqZ
pDu
@@ -90771,31 +87802,31 @@ dDB
dDB
dDB
dDB
-eNn
-ojK
-sQa
-lxO
-sQa
-osu
-vuk
+blb
+dDB
+dDB
+blb
+dDB
+tEU
+dDB
ayK
ayK
ayK
-lhZ
-kXj
-xYG
-wiR
-ouj
-pCQ
-oUz
-cMZ
-pnl
-tlC
-pnl
-xaK
-pnl
-pnl
-neL
+fCC
+ctg
+crY
+cYt
+sHa
+sHa
+sHa
+sHa
+ghl
+tuV
+pLC
+tuV
+qDF
+rDV
+wIz
fHD
agR
dgV
@@ -90807,13 +87838,13 @@ uOk
nmH
sHO
ojz
-sLu
-urE
-ess
-mcs
-vfG
-oSw
-jyl
+bnO
+tum
+rbn
+bNR
+igP
+ell
+aiS
bNq
pkB
sCm
@@ -90821,7 +87852,7 @@ obW
grF
ecn
kmH
-nUf
+bHp
cPe
obW
blb
@@ -90846,7 +87877,7 @@ xwz
rFP
rTU
sgR
-wds
+obH
sSx
tnu
tPg
@@ -90858,40 +87889,40 @@ lIn
lXY
mhk
ina
-xDv
+pyA
ina
xYJ
xYJ
-tZb
+xsD
srn
-boc
-wHr
-xtN
-iGy
-lUd
-hVu
-pwo
-onT
-onT
-eyR
-gPu
+xxj
+cSb
+nDj
+dkh
+hHy
+fMX
+cxz
+cZs
+cZs
+eYB
+mIE
wXk
-bLQ
-uVh
-olB
+uQK
+wdu
+tNB
yea
vJA
vKa
guY
-gRy
+brj
iQU
pIw
pIw
fEC
wmV
qVP
-hhj
-xeE
+jfE
+dAL
oUN
tux
jGd
@@ -90903,9 +87934,9 @@ xNh
xFe
dqX
bCG
-uil
-xsl
-dOi
+kWm
+dLR
+ucy
vBK
xsf
dEu
@@ -90960,7 +87991,7 @@ sEU
tDn
fmw
ket
-ugy
+hmt
mTs
qBc
vWr
@@ -91028,49 +88059,49 @@ dDB
dDB
dDB
dDB
-eNn
-uHq
-blb
-blb
-blb
-luC
-lOC
+wCc
+dDB
+dDB
+rpi
+rpi
+wYf
+rpi
jkV
cYt
gyt
-gQK
-tjH
-xYG
-dEA
-kWK
-bhb
-hEt
-qMu
-ouj
-tXS
-uus
-wNA
-ceA
-rDV
+cYt
+cYt
+cYt
+cYt
+sHa
+sHa
+sHa
+sHa
+sHa
+xZM
+qDF
+uhZ
+uhZ
+oiO
ugF
eTj
-gtU
+mBT
uJH
tHa
-noU
-bxu
+gIW
+nGK
xta
cbj
bKl
cqM
dgm
-wIu
-oHO
-sDo
-fhX
-lsd
-jJu
-kya
+hqR
+dMw
+dMw
+dMw
+dMw
+gdL
+swZ
bNq
muy
hAN
@@ -91095,60 +88126,60 @@ dDB
slY
ohl
uuR
-cid
+rZe
jIH
bbK
ePn
uki
rFW
bCZ
-skH
-bBp
+uqE
+fkd
sSA
wcP
qDP
-bzf
+wwJ
yjc
vLP
oyZ
lIq
-cnx
+lYt
mhk
xYJ
-tAO
+lwC
tYL
mhk
mhk
-dXT
+fpN
mhk
-plY
-bGZ
-hEX
-nwE
-hzq
-fHE
-hhd
-tnK
-tsi
-wOk
+kZj
+xyt
+apq
+nrp
+wXt
+fYe
+uzm
+iSD
+iyR
+rya
wBm
-bZj
-haY
-sUA
+kvD
+xiS
+crm
dyq
yea
vKa
wgM
guY
-cUf
+vhr
pwN
-cUe
+liJ
pwN
pTq
rui
qVP
-huk
-ppB
+jpM
+aJV
gEH
dyO
tJe
@@ -91158,11 +88189,11 @@ xmL
wrO
vHu
xFe
-ocv
-whU
+hNP
+igs
vwQ
his
-bud
+tCh
aTq
wuc
trp
@@ -91202,7 +88233,7 @@ blb
blb
rtQ
tEt
-kpz
+ujE
abJ
voj
vKG
@@ -91285,55 +88316,55 @@ dDB
dDB
dDB
dDB
-eNn
-sQt
-sQa
-sQa
-sQa
-uMV
-qmo
+wCc
+dDB
+dDB
+blb
+dDB
+tEU
+dDB
ayK
ayK
ayK
-kpq
-qsa
-uPN
-vIp
-iAS
-vEQ
-jph
-kTu
-bnq
-tRj
-pgr
-cUa
-hyx
-cDE
-fCW
+tjF
+qDF
+qDF
+cYt
+sHa
+sHa
+sHa
+sHa
+mwb
+xZM
+qDF
+ciO
+sHa
+ffK
+qsn
oPa
-iJm
+sXE
qKx
xed
-rbp
+qpD
vrh
eat
oYv
jJg
bsG
wqW
-jad
-hUh
-hUh
-uXS
-nTK
-uGy
-mMH
-qZE
+gsW
+puP
+puP
+puP
+puP
+sCD
+rqr
+uAV
lER
hRO
knv
rKZ
-neW
+mGn
lvK
jiC
vdw
@@ -91360,8 +88391,8 @@ xwz
rGq
rUt
sgR
-inF
-iHn
+wcz
+eIF
juJ
mTe
kqL
@@ -91372,25 +88403,25 @@ lIw
lYw
mhk
qjn
-hFh
+uiw
ina
mhk
ozt
-uTH
-wOF
-kNL
-iGT
-tVb
-aNP
-rAx
-oae
-tnK
-tsi
-cNE
-cFm
+mrn
+vRn
+ani
+bKv
+jCm
+dPx
+miF
+yhX
+iSD
+iyR
+lkJ
+qzP
wAW
-oMV
-lSH
+yiY
+nSb
xOS
yeF
xle
@@ -91398,13 +88429,13 @@ xle
xle
xle
xle
-bji
+jlz
kte
-jlF
+cVh
fEC
wmV
qVP
-usK
+wQn
rpq
gEH
jlt
@@ -91415,14 +88446,14 @@ xGT
wrO
xNh
xFe
-tWT
-wqr
+aAj
+myy
dDQ
utP
bVO
-tjo
+ezV
wuc
-bdV
+iiX
sos
trp
edK
@@ -91465,7 +88496,7 @@ lzM
raf
uMu
vKG
-jwl
+snW
xAG
pSd
uHF
@@ -91477,7 +88508,7 @@ ket
mTs
iAy
ora
-wuE
+oTJ
hTZ
wjZ
jUp
@@ -91542,49 +88573,49 @@ dDB
dDB
dDB
dDB
-eNn
-uHq
-blb
-blb
-blb
-lUu
-blb
+wCc
+dDB
+dDB
+wCc
+dDB
+tEU
+dDB
aJq
ayK
-aKb
-uUG
-aEq
-xYG
-ouj
-ouj
-ouj
-iyl
-fZL
-ouj
-gxK
-aWG
-trA
-wEc
-rDV
+ctg
+fCC
+fCC
+qDF
+gJE
+sHa
+sHa
+qAG
+sHa
+sHa
+cYt
+qDF
+gYc
+fjB
+hgG
tmk
wzF
gom
gzs
ilz
-noU
+gIW
hFA
gkW
rmM
btV
lMl
ayR
-erJ
-vDg
-euP
-all
-eWf
-eIx
-hXO
+hqR
+aCN
+aCN
+aCN
+aCN
+wpI
+kRq
bNq
wxG
uIX
@@ -91619,7 +88650,7 @@ pjL
llN
jqu
sSU
-nkG
+vuJ
hEi
kqQ
uUb
@@ -91629,33 +88660,33 @@ lJV
cYT
mhk
mhk
-jCT
+dDi
mhk
mhk
sNW
-see
+jQv
mhk
-dae
+oOC
xYD
-vme
-wNE
-rAx
-oae
-tVb
-oQl
-ufx
-jyW
+dhu
+kZI
+miF
+yhX
+jCm
+hOO
+lzG
+tWm
wBm
-xca
-fGz
-cWS
+fNW
+beN
+oRw
xle
xle
slZ
-xua
+iIU
wAj
xle
-vhN
+jep
guY
yaW
fEC
@@ -91672,12 +88703,12 @@ vDQ
vDQ
fov
xFe
-sJa
-whU
+iWp
+igs
fho
erZ
-bud
-auf
+tCh
+eiy
wuc
npH
sos
@@ -91716,8 +88747,8 @@ rpi
qYn
aWc
irp
-gVg
-gVg
+gPZ
+gPZ
tYq
tYq
dJT
@@ -91799,31 +88830,31 @@ dDB
dDB
dDB
dDB
-eNn
-rMs
-qrc
-uFy
-uFy
-kVK
-blb
+wCc
+dDB
+dDB
+wCc
+dDB
+tEU
+dDB
aJq
ayK
-xYG
-pTt
-xYG
-xYG
-ccL
-unG
-ouj
-rmD
-eZt
-ouj
-xYG
-ufR
-xYG
-xYG
+ayK
+ayK
+iqK
+wvg
+iqK
+ayK
+iqK
+iqK
+iqK
+ayK
+iqK
+wvg
+iqK
+ayK
rDV
-dDy
+mOx
dwC
iAk
sql
@@ -91835,13 +88866,13 @@ nra
hGp
sHO
drI
-cRq
-rbl
-oYc
-uKO
-vfG
-oHt
-hcQ
+hqR
+nVZ
+thc
+nvf
+thc
+xPD
+kgl
bNq
hOX
fEU
@@ -91885,39 +88916,39 @@ slY
mhk
mhk
mhk
-ogY
-cpZ
+rZb
+jXc
xYJ
nZW
xYJ
-see
+jQv
mhk
-bRq
-tRr
-cFm
-sBd
-rAx
-oae
-tnK
-kNL
-sFN
-wUD
+rqF
+aFb
+qzP
+sQy
+miF
+yhX
+iSD
+ani
+cLL
+rPW
wBm
-xca
-jRB
+fNW
+iZW
uoh
xle
-pYU
-fga
-oAo
+pgm
+swu
+iDA
wAS
xle
-lpL
+bXi
tuZ
fEC
fEC
-sRw
-gOz
+rPL
+lGd
dAn
cjR
ekZ
@@ -91929,12 +88960,12 @@ gLs
nfg
icc
xFe
-qrr
-hOx
-gWx
+rqp
+bQc
+phd
lyc
-oWZ
-dmC
+iTe
+gEG
wuc
xul
sos
@@ -91974,9 +89005,9 @@ rtQ
rtQ
rtQ
ndM
-kaE
+wpr
tYq
-vLd
+sYw
kOR
iSr
kws
@@ -92056,29 +89087,29 @@ dDB
dDB
dDB
dDB
-eNn
-blb
-wkU
-blb
-blb
-blb
-blb
-vmL
-aSV
-hMb
-fuT
-lgc
-sbG
-qDv
-eVm
-lPW
-htQ
-tMm
-fWe
-hxG
-iXg
-tSV
-xYG
+wCc
+dDB
+dDB
+wCc
+dDB
+tEU
+dDB
+bvM
+qKE
+kvW
+vcT
+tze
+tze
+tze
+nin
+thi
+but
+tCX
+nin
+tze
+tze
+tze
+mRO
rDV
rDV
rDV
@@ -92142,38 +89173,38 @@ slY
rXw
lYT
mhk
-hFh
+uiw
mhk
mhk
mhk
mhk
-wDI
+ete
mhk
-uCb
-bgc
-bZL
-wNE
-rAx
-oae
-tnK
-kNL
-byw
-nOm
+dlB
+wJT
+sGk
+kZI
+miF
+yhX
+iSD
+ani
+eln
+jlW
wBm
-xca
-bLQ
+fNW
+uQK
xOS
yeS
vrz
-tIR
+dxG
wiC
dOT
xle
-gSy
-ahJ
-iTu
+chh
+aul
+jPo
rOG
-wQh
+dFQ
fEq
rpV
qVP
@@ -92186,15 +89217,15 @@ tdx
ojD
uDv
eyB
-vYW
-cgG
-cgG
-cgG
-cgG
-ibc
+ylp
+bqx
+bqx
+bqx
+bqx
+uvf
wuc
xul
-bLZ
+qTG
wuc
wpw
ufg
@@ -92238,7 +89269,7 @@ jJP
uwB
uwB
uwB
-uYB
+iWs
uwB
uwB
uwB
@@ -92257,7 +89288,7 @@ wjZ
tyh
eJw
vJL
-ibt
+tkE
bhv
vXi
bZs
@@ -92313,38 +89344,38 @@ dDB
dDB
dDB
dDB
-fJX
-blb
-tCc
-blb
-bSo
-bSo
-blb
blb
+dDB
+dDB
+wCc
+dDB
+osr
+tyM
+pzn
ayK
-iJO
-bdd
-prV
-hdT
-ktL
-eLZ
-uCL
-pss
-sed
-drF
-fZV
-bcZ
-kLk
+aQB
+jFQ
+jFQ
+jFQ
+jFQ
+jFQ
+iKP
+pZy
+oVI
+jFQ
+jFQ
+jFQ
+uJK
+bKP
ejN
-xZb
-rCU
-lfQ
-eld
+bbC
+fpe
+azF
ejN
ejL
feo
oVt
-mUI
+hQo
rFb
rSW
wPM
@@ -92377,7 +89408,7 @@ slY
slY
mFA
slY
-ocl
+aus
voz
sRg
hmb
@@ -92396,38 +89427,38 @@ kso
kYG
kYG
pep
-eNS
-kbb
-fWl
-giX
-cHx
-uVz
-wMB
-wMB
-tpH
+nJo
+avY
+oHk
+jRJ
+cAZ
+iHT
+vMP
+vMP
+eRy
mhk
-tnK
-jfX
-pwo
-kpZ
-rAx
-oae
-tsi
-aBr
-xcm
-rMM
+iSD
+keQ
+cxz
+vUS
+miF
+yhX
+iyR
+sSN
+ttb
+dIQ
wAW
-xca
-qrd
+fNW
+oYi
xZg
lBN
-ueM
+hKU
ixl
qyx
vXr
jTh
-xIB
-ybv
+wXe
+fuu
qVP
qVP
qVP
@@ -92439,7 +89470,7 @@ xfN
daq
xFe
lgh
-gZB
+dYc
nlf
yjd
xFe
@@ -92460,7 +89491,7 @@ oAn
ufg
wuc
vmS
-bzQ
+nzA
xHO
wuc
xAR
@@ -92491,7 +89522,7 @@ ohu
xgw
gMs
rrQ
-jrq
+hAW
mFq
wpy
wpy
@@ -92514,7 +89545,7 @@ wjZ
lka
rYG
txN
-gAo
+hdz
ayV
ezi
ezi
@@ -92570,38 +89601,38 @@ dDB
dDB
dDB
dDB
-eNn
blb
-wkU
+blb
+blb
blb
uqe
uLW
blb
-blb
-aSV
-xug
-dxu
-isv
-sbG
-njH
-uJd
-xQr
-xQr
-xQr
-xQr
-xQr
-bYe
-aPB
-qDA
-bIi
-oet
-cYU
-bIi
-qDA
-bLu
-hkG
-hkG
-way
+osr
+bNr
+tZu
+ffO
+kzE
+iGB
+eJJ
+uJK
+rlP
+hDf
+rSc
+uJK
+eJJ
+uJK
+cFu
+kfA
+uVi
+qaU
+nIS
+jsk
+pfn
+jRW
+jmU
+jmU
+nGP
vuq
faQ
uaT
@@ -92634,11 +89665,11 @@ blb
ueX
gIx
gKK
-vcw
-iZD
-bAD
-alY
-gsD
+vOm
+tOw
+hVk
+gpP
+iJq
ivm
slY
kPW
@@ -92648,49 +89679,49 @@ skW
wOM
jpR
ueX
-iZb
+aae
uxd
xaZ
dZm
slY
-hIK
+ilo
tYL
mhk
-quY
+twm
mhk
mhk
oaa
mhk
oTH
mhk
-obr
-fXm
-xtN
-jCl
-rAx
-oae
-lCd
-cNE
-vRv
-bzS
+lji
+wZD
+nDj
+sRF
+miF
+yhX
+lmm
+lkJ
+iQp
+fVF
wBm
-xca
-bLQ
+fNW
+uQK
qHH
xle
-pQT
+dnK
vKV
wjG
wPh
xle
-gET
-hLg
+eof
+hQx
hDN
dcc
vRC
iqG
-uxv
-aYg
+pBm
+nDQ
hDN
ylR
gIV
@@ -92717,8 +89748,8 @@ bRr
ufg
wuc
iai
-bJO
-tDC
+pgg
+eMc
wuc
gqg
trp
@@ -92754,7 +89785,7 @@ xIj
eoz
eoz
tTW
-qPb
+bQy
tMS
xIj
vfN
@@ -92827,33 +89858,33 @@ dDB
dDB
dDB
dDB
-eNn
-blb
-wkU
+wCc
+dDB
+dDB
bSv
sQm
sQm
wNU
aci
ayK
-ayK
-ayK
-ayK
-ayK
-aUR
-qdJ
-xQr
-snm
-izT
-emC
-xQr
-roe
-xri
-xYG
-xYG
-vdS
-hox
-orb
+xvq
+oFl
+bti
+axE
+nrw
+nrw
+wJA
+ljI
+rmV
+nrw
+nrw
+nrw
+crN
+wgZ
+rQi
+slD
+kOn
+uKQ
wfn
eDo
ecY
@@ -92910,29 +89941,29 @@ ksx
mEB
slY
ueX
-see
+jQv
sNW
mhk
-mer
-oTM
-nGU
-cuZ
+fkN
+nUK
+bjh
+kbk
mhk
mhk
mhk
-oXC
-bGZ
-xtN
-wpl
-oQn
-oae
-uJh
-hEr
-ord
-iTT
+sZA
+xyt
+nDj
+fiW
+cfb
+yhX
+jgq
+hYh
+ahl
+oul
wBm
-dJL
-nmu
+dcD
+pOM
upg
xle
xle
@@ -92940,11 +89971,11 @@ xle
xle
xle
xle
-div
-hjc
+gyx
+uTz
ybj
uab
-kwC
+rjN
wPe
xjg
flp
@@ -92965,7 +89996,7 @@ jWs
lnz
wuc
xul
-jji
+auf
wuc
ufg
tiW
@@ -93026,7 +90057,7 @@ sCu
nQP
wjZ
qeP
-eDn
+jgQ
oPV
qHI
ect
@@ -93084,32 +90115,32 @@ dDB
dDB
dDB
dDB
-eNn
-blb
-wkU
+wCc
+dDB
+dDB
osa
vrT
vrT
blb
osa
blb
-vmL
-hdT
-bsJ
-iGc
-lfI
-xYm
-xQr
-gzL
-aGc
-gzL
-xQr
-ezG
-pGi
-fEi
-xYG
-xYG
-xYG
+ayK
+kDy
+ogd
+kEh
+kEh
+kEh
+sVP
+wkP
+mkV
+kEh
+kEh
+kEh
+kDy
+saT
+ayK
+ayK
+urz
xYG
tNV
hss
@@ -93117,7 +90148,7 @@ lYF
uBj
nRA
wnR
-dLj
+pSr
gKL
jOi
rNI
@@ -93150,15 +90181,15 @@ slY
slY
eVc
hbw
-nsw
+wOZ
hmj
-pFn
+arL
sRg
slY
slY
slY
slY
-jBP
+nHp
jrX
jIN
xEm
@@ -93167,43 +90198,43 @@ ksA
oJR
oiw
mhk
-see
+jQv
sqz
mhk
mTd
qBz
qTR
-aKN
+kym
rHD
-qVR
+med
wCR
-rsD
-cFm
-xtN
-mbU
-brn
-oae
-vmT
-kNL
-nAH
-bzS
+jRz
+qzP
+nDj
+kVg
+oUb
+yhX
+bQd
+ani
+hKZ
+fVF
wBm
-xca
-bLQ
+fNW
+uQK
xOS
kWJ
tJz
-awd
+tIa
mvv
jsS
ocz
-jPT
-rpH
+nPe
+lTa
hDN
xyx
xjg
wGK
-tQg
+cZk
dPl
pHe
rAC
@@ -93216,7 +90247,7 @@ gWB
gWB
gWB
gWB
-lID
+oJB
jmi
fvL
lnZ
@@ -93240,7 +90271,7 @@ ujr
rKv
dYp
trp
-uUr
+bKa
xul
xul
fAr
@@ -93341,35 +90372,35 @@ dDB
dDB
aan
dDB
-eNn
blb
-jia
-gBe
+blb
+blb
+bWl
sQm
sQm
aci
bWl
wNU
-wNU
gfA
-lFT
-eUR
-hTC
-wWb
-qjq
-xAW
-npL
-czf
-hwG
-uCE
-jhJ
-tTK
-aZu
-fBZ
-abR
-xYG
-wfn
-lFH
+jUg
+oyc
+vZN
+txn
+azl
+ePo
+txn
+fby
+sSJ
+ngu
+vZN
+kDy
+saT
+sHa
+sHa
+boq
+ayK
+cTc
+aWA
ugA
tIN
hEl
@@ -93379,7 +90410,7 @@ gKL
upG
daC
jBo
-wAD
+xrN
gpI
lhq
cBw
@@ -93407,7 +90438,7 @@ eEq
sRg
gQG
hbw
-vbS
+aGI
hmQ
pGE
jug
@@ -93418,46 +90449,46 @@ vpb
lmS
lAk
jIY
-tbI
-wwV
-kty
+jDm
+tfX
+khZ
nSY
nYQ
mhk
-gqW
+ifl
mhk
mhk
wCR
wCR
qUs
-wNV
+vAl
qmz
-yiM
+uvb
wCR
-mOy
-nOm
-aDO
-ghk
-brn
-hVK
-tnK
-fIq
-acV
-aeW
+swM
+jlW
+lFm
+ftC
+oUb
+vXd
+iSD
+gVL
+pyt
+tXy
wAW
-wev
-lSH
+chC
+nSb
xOS
par
tJz
-suo
-suo
+kql
+kql
rAR
ezM
-jPT
-wPH
+nPe
+nnd
hDN
-pbN
+vcl
tPf
xjg
kXo
@@ -93475,10 +90506,10 @@ vZm
vZm
qIp
jaQ
-hDl
+jiq
bBk
wuc
-pim
+rWU
sos
wuc
ufg
@@ -93495,7 +90526,7 @@ xAR
trp
etx
fwS
-icb
+iLZ
trp
jRx
xul
@@ -93532,7 +90563,7 @@ wbf
noS
iui
qPN
-hJF
+jQf
whc
skc
wjZ
@@ -93598,35 +90629,35 @@ dDB
dDB
dDB
dDB
-eNn
-blb
-luC
-amV
-vrT
+wCc
+dDB
+dDB
+bSo
+osa
lBp
sYg
+rpi
blb
-blb
-blb
-hdT
-qJN
-oaB
-oZQ
-nbj
-nVe
-son
-ieM
-miN
-pkd
-egR
-jhJ
-kJs
-lyX
-rjE
-pFS
-keY
-wfn
-nuu
+ayK
+kDy
+rYy
+iCW
+bha
+jbO
+cnZ
+bmS
+fby
+xwe
+bha
+iCW
+bhJ
+saT
+sHa
+shC
+kUT
+ayK
+nLh
+aWA
thb
oxc
rwJ
@@ -93642,7 +90673,7 @@ hpj
rYL
gpI
jlL
-bzb
+qQR
bNq
neg
wZr
@@ -93659,11 +90690,11 @@ dDB
dDB
dDB
qiz
-xth
+lKV
mGY
hXf
-cdH
-tTc
+xGf
+jLb
hgd
mrP
xrZ
@@ -93672,47 +90703,47 @@ xat
xat
xat
xat
-qLx
+tov
jEK
jJc
pOg
kft
ktM
-peC
+sOP
otG
mhk
-cKl
-sue
+oEn
+lPK
mhk
mTN
wTO
qVR
-aKN
+kym
rHH
oUJ
wCR
-dae
-grl
-wOk
-wNE
-brn
-oae
-tnK
-qug
-lQa
-wUD
+oOC
+iRE
+rya
+kZI
+oUb
+yhX
+iSD
+ojA
+uPW
+rPW
wBm
-xca
-bLQ
+fNW
+uQK
xOS
uJD
tJz
-qSJ
-mCH
+uZk
+gOw
jsS
iAM
-jPT
-gPX
+nPe
+byv
vEP
qVV
qVV
@@ -93720,7 +90751,7 @@ qVV
qVV
qVV
qVV
-hpO
+grH
qlc
xur
nGi
@@ -93732,7 +90763,7 @@ bCf
xur
xLl
xur
-oEm
+dLv
xzE
wuc
psX
@@ -93799,9 +90830,9 @@ muS
qeP
tBA
oPV
-gZH
-vLl
-uJZ
+pQn
+kqy
+apo
tSB
eGL
dDB
@@ -93855,34 +90886,34 @@ dDB
dDB
dDB
dDB
-eNn
-blb
-luC
-amV
-vrT
+wCc
+dDB
+dDB
+bSo
+osa
uqe
uLW
-bSv
-wNU
-wNU
-gfA
-tNH
-lae
-xrm
-bxs
-tVN
-uAT
-aLu
-xOJ
-tiU
-egR
-wxp
-ycW
-snX
-aSc
-fqQ
-odE
-wfn
+rpi
+blb
+ayK
+pwz
+rRN
+vZN
+dxM
+azl
+ePo
+aqj
+fby
+kGj
+dxM
+vZN
+bhJ
+pEW
+qKV
+shC
+kUT
+ayK
+yed
aWA
lVv
nHq
@@ -93916,13 +90947,13 @@ dDB
dDB
dDB
qiz
-xth
+lKV
mGZ
qOm
-pPB
+fuV
hbR
hgn
-sca
+jEQ
gRL
hcl
xat
@@ -93935,32 +90966,32 @@ jJc
lvu
hPd
kua
-sMc
+lEm
oiL
mhk
-eka
-kei
+kPo
+wkK
mhk
wCR
wCR
qVZ
-bDL
+kCB
rJo
sas
wCR
-rkP
-rHC
-igA
-wNE
-jOY
-oae
-tnK
-kgR
-jdE
-igA
+rTn
+xPp
+uoR
+kZI
+odH
+yhX
+iSD
+gOt
+bYh
+uoR
wBm
-xca
-bLQ
+fNW
+uQK
xOS
uKA
uBc
@@ -93968,11 +90999,11 @@ tuZ
tuZ
uBc
xjX
-jPT
-wPH
+nPe
+nnd
vEP
gxg
-tuX
+djg
qVV
mpQ
lqd
@@ -93989,7 +91020,7 @@ xur
xur
iYY
xur
-rtl
+leB
dYj
wuc
aTn
@@ -94029,19 +91060,19 @@ dDB
dDB
dDB
qyN
-gJO
+kgu
wOl
-bra
-sBs
+dby
+ktT
gGB
-qFp
+ltQ
wyb
-ccc
+pEB
wWS
wyb
jLB
sMq
-sEF
+oae
eFy
rBy
ngL
@@ -94112,35 +91143,35 @@ dDB
dDB
dDB
dDB
-fJX
+wCc
+blb
blb
-wHH
-nIK
+bSv
sQm
sQm
qZm
-osa
-blb
-onb
-xnA
-oSF
-iPg
-dbN
-ayx
-vFW
-qbR
-rhg
-ilN
-kBD
-dvO
-miR
-nhE
-gWJ
-jqh
-vJe
-xYG
-wfn
-mpE
+bSv
+aiI
+rKd
+rIz
+kCX
+kEh
+kEh
+qkX
+qkX
+lCZ
+pfp
+pfp
+kEh
+kEh
+bhJ
+saT
+sHa
+shC
+kUT
+ayK
+tEW
+oBU
nCC
rDc
qQi
@@ -94153,7 +91184,7 @@ paX
rdH
gpI
ceP
-pAJ
+mcj
gpI
qCT
rWH
@@ -94176,19 +91207,19 @@ sRg
hBq
mIA
sRg
-lbo
+kuQ
hgZ
hgZ
-oYw
-aig
+kaz
+eOk
qgK
xPX
wzo
hLm
bGU
-hTz
-cXY
-kdB
+wSi
+gNV
+wqI
gEJ
xat
wnd
@@ -94196,37 +91227,37 @@ kIO
wnd
mhk
mhk
-tib
+sBf
mhk
mUt
wTO
uSI
-qhB
+scY
rJo
bHU
wCR
-ftA
-pRl
-tnK
-wNE
-brn
-oae
-iim
-xdw
-igA
-tnK
+rik
+hyW
+iSD
+kZI
+oUb
+yhX
+mye
+lZT
+uoR
+iSD
wBm
-idg
-dIC
-foQ
-tZu
-tki
-qWV
-xzn
-aAR
-lbY
-mlc
-ehp
+mcI
+fyW
+bcC
+hNj
+jtg
+ebE
+iHq
+azV
+oLo
+sCq
+nXx
vEP
wXC
crJ
@@ -94251,7 +91282,7 @@ huE
wuc
xul
sos
-upY
+dyr
sos
xPf
gVA
@@ -94261,8 +91292,8 @@ eOt
eOt
eOt
vUf
-rRX
-aul
+olV
+mkt
vRt
vUf
vUf
@@ -94270,7 +91301,7 @@ vUf
muI
vUf
vRt
-fhG
+mZa
trp
lbG
oJA
@@ -94369,40 +91400,40 @@ dDB
dDB
dDB
dDB
-eNn
-blb
-ppr
+wCc
+dDB
+dDB
osa
vrT
vrT
blb
osa
blb
-blb
-hdT
-ilB
-koV
-sjZ
-dkR
-tSN
-lrD
-kGm
-oaJ
-caB
-tyu
-cjP
-oWE
-tMJ
-rAH
-aZf
-xYG
+ayK
+kDy
+rRN
+ltD
+ltD
+kEh
+ncz
+txn
+kVL
+kEh
+oNt
+oNt
+bhJ
+saT
+sHa
+mRH
+dQb
+ayK
nXC
nmi
cED
nQE
rLj
gNt
-syP
+iIK
gKL
fMA
gFF
@@ -94453,43 +91484,43 @@ msq
laD
gSX
mhk
-see
+jQv
mhk
wCR
wCR
wCR
-mcd
+iuF
ozO
-pKJ
+rxa
wCR
-tnK
-wGH
-eBE
-vjN
-nEu
-wHS
-tqb
-tnK
-tnK
-tnK
+iSD
+tzN
+pnK
+dbZ
+wQw
+bej
+spk
+iSD
+iSD
+iSD
wAW
wXk
-bTw
-gjX
+qjt
+sJv
slM
tJz
vLC
-ydC
+rRq
jsS
ezM
-wTK
+fLJ
oZi
vEP
uQu
-maW
+jCZ
ePV
uES
-exO
+guK
qVV
yfY
mMY
@@ -94626,33 +91657,33 @@ dDB
dDB
dDB
dDB
-eNn
-eoU
-aNc
-gBe
+wCc
+dDB
+dDB
+bWl
hHV
sQm
wNU
qZm
-yjE
-yjE
-yjE
-yjE
+dDB
+ayK
+kDy
+rRN
+oac
+oac
+kEh
+qkX
+lCZ
+pfp
+kEh
+ffL
+ffL
+bhJ
+hxt
+ayK
+ayK
+ayK
ayK
-pbj
-cKv
-xQr
-eqB
-nGt
-eqB
-xQr
-gDe
-eIX
-xYG
-xYG
-xYG
-xYG
-xYG
wfn
wfn
osT
@@ -94689,12 +91720,12 @@ qtG
hem
cks
hCX
-lXa
-fdA
+vwZ
+gEM
iCw
-wRQ
-bQQ
-nDz
+bnn
+lBz
+mJe
iDO
xRV
xRV
@@ -94702,7 +91733,7 @@ xRV
xRV
lCg
lCg
-whP
+kYa
rBh
xRV
iLF
@@ -94710,36 +91741,36 @@ kJb
laL
loj
mhk
-gkf
+jby
mhk
mVM
aSI
xRV
-vBd
+oFy
xZS
xZS
xRV
xZS
xRV
xRV
-tyQ
+rcP
xRV
-btW
+xhk
xRV
xZS
xZS
xRV
-jEp
-tUN
-ktx
-faY
-kKt
-rCN
-rRD
-rRD
-xwP
-jkc
-fIe
+aXC
+jsJ
+mKm
+qZj
+vrS
+pFW
+sfu
+sfu
+ugb
+wrk
+wbd
lbO
ybJ
fbe
@@ -94782,7 +91813,7 @@ trp
trp
trp
trp
-mze
+yhQ
xqd
xul
trp
@@ -94883,40 +91914,40 @@ dDB
dDB
dDB
dDB
-eNn
-luC
+wCc
+blb
blb
-amV
+wCc
lBp
sYg
-eNm
-bTd
-gQI
-wEU
-nEL
-fBy
-yjE
-pqo
-auQ
-xQr
-pdh
-mcT
-rjr
-xQr
-txS
-lFE
-gWl
-ezQ
-hkT
-uNk
-rUs
+blb
+blb
+dDB
+hdT
+kDy
+djS
+eFT
+kqn
+kqn
+tRK
+teM
+mNf
+xVr
+xVr
+xVr
+xEH
+kMx
+dTN
+pdy
+pgw
+khA
gBA
sSB
sHM
iqB
fdy
hnS
-sKD
+vvC
hxY
vpZ
oRj
@@ -94951,45 +91982,45 @@ wbi
wbi
wbi
hnO
-nfi
-jEr
-pCu
+nxI
+sxZ
+qGc
pfw
-jyB
-dTw
+sar
+tSA
frI
frI
uIv
frI
-qhk
-klD
+aDJ
+hKV
mZg
frI
frI
-ibz
-fmb
-ayJ
-bpU
-pBc
-con
-eXS
-pBc
-pBc
-cDj
-pBc
-aPP
-mMC
-lwf
-fMH
-pBc
-eTf
-pBc
-pBc
-vAj
-phK
-sgW
-sJg
-aqw
+oyp
+mXZ
+mUm
+mAR
+qWG
+fkS
+tDM
+qWG
+qWG
+rvr
+qWG
+mOV
+cQG
+oUi
+twe
+qWG
+rDv
+qWG
+qWG
+ghL
+vWw
+aBo
+rZz
+tfM
nsO
uBc
tJz
@@ -95024,9 +92055,9 @@ trp
eKW
wuc
tKR
-pns
+huY
chO
-ham
+oHw
gkw
lba
tKR
@@ -95140,40 +92171,40 @@ dDB
dDB
dDB
dDB
-eNn
-jxh
-voO
-ccx
blb
-mys
dDB
-blb
-xQG
-xBH
-yfa
-tsl
-yjE
-taK
-chr
-uvB
-mRY
-yjN
-jGk
-dOU
-vFf
-ioX
-xdJ
-iCr
-pmA
-pmA
-stm
-xdJ
-sEj
-qjx
+dDB
+wCc
+dDB
+dDB
+dDB
+ayK
+ayK
+ayK
+kDy
+koY
+jFQ
+jFQ
+jFQ
+jFQ
+jFQ
+jFQ
+pAi
+jFQ
+jFQ
+jFQ
+qsI
+bYt
+via
+sxg
+gDS
+nzS
+ezy
+ybi
iqB
phY
jmZ
-oJl
+agY
bDh
fPY
xkX
@@ -95204,31 +92235,31 @@ gBk
hNY
hNY
gxR
-nxy
-qkY
-nxy
-wBP
-dDP
-fGn
-pau
-wYh
-wYh
-kDH
-wYh
-taU
-sVY
-faq
-kwO
+inh
+jvB
+inh
+iZK
+pVq
+hBt
+jQW
+uAo
+uAo
+iIv
+uAo
+jsG
+jLr
+aHS
+fHN
jpu
pWM
foe
jpu
lKA
-dnx
+amh
jpu
qdS
jpu
-uAn
+xfX
xmu
jpu
jpu
@@ -95236,27 +92267,27 @@ jpu
foe
jpu
lKA
-apC
+uDB
jpu
jpu
fXJ
jpu
aRJ
wRg
-kST
-kXt
-dyn
-cKT
+rPA
+iUh
+sXs
+atS
ftX
udA
-wUR
-bgM
+mJB
+vDe
vJV
qBN
iKm
eUZ
vEP
-qTf
+rPU
pCF
fCS
syR
@@ -95277,15 +92308,15 @@ dDB
dDB
blb
trp
-cFK
+qaF
vvP
wuc
gTe
-uht
-gAB
-iSU
-gAB
-uht
+nYH
+lHz
+hmk
+lHz
+nYH
gTe
wuc
pRL
@@ -95328,8 +92359,8 @@ qPN
qPN
qPN
uDQ
-jze
-tWV
+iOM
+cLW
wbf
bJZ
yeO
@@ -95337,7 +92368,7 @@ muS
muS
muS
fOQ
-gDu
+ulp
sVN
blb
dDB
@@ -95397,36 +92428,36 @@ dDB
dDB
dDB
dDB
-xjc
blb
dDB
-blb
-mys
+dDB
+wCc
dDB
dDB
dDB
-vxt
-vxt
-nQk
-vxt
-yjE
ayK
-xOO
-cEH
-lvG
-lvG
-lvG
-nGm
-mTi
+oET
ayK
+aQB
+ilI
+jFQ
+jFQ
+jFQ
+jFQ
+jFQ
+jFQ
+wcJ
+wcJ
+wcJ
+wcJ
+wvj
yjE
-yjE
-pqH
-gXn
-wfn
-jKU
-jKU
-jRU
+vYn
+gNg
+fbi
+hdv
+bzz
+xkj
iqB
ahW
wfn
@@ -95479,31 +92510,31 @@ kfw
yeD
kJj
yjZ
-wdh
+fUC
yjZ
-bmW
+lCK
yjZ
-ety
-tJS
-gXR
-uvV
-wdh
-gCn
-oyO
-wdh
-wdh
-llw
-bBZ
-wdh
-wdh
-wdh
-wdh
-hBS
-eMu
-wTQ
-kck
-ykh
-cKT
+dOf
+wWD
+wvk
+vkC
+fUC
+dKm
+rEJ
+fUC
+fUC
+ifu
+aSW
+fUC
+fUC
+fUC
+fUC
+uqF
+dff
+qGe
+gNP
+hzp
+atS
ftX
fnP
gvV
@@ -95513,10 +92544,10 @@ qYK
jMX
uYH
vEP
-cCI
+jDc
jIl
qVV
-cCI
+jDc
jIl
qVV
eux
@@ -95535,7 +92566,7 @@ dDB
blb
trp
qDx
-lnO
+azZ
wLd
hPW
kOm
@@ -95653,35 +92684,35 @@ dDB
dDB
dDB
dDB
-dDB
-dDB
-mxX
-bTd
-ihA
-dDB
-dDB
-dDB
-dDB
-dDB
-vxt
-yfa
-qGk
-oEb
-yjE
-hlM
-irZ
-sDh
-rrG
-rrG
-gDq
-qqJ
-yjE
-pRo
+aGa
+blb
+blb
+blb
+blb
+rpi
+rpi
+rpi
+pbY
+qDF
+eaN
+tqC
+fok
+gZN
+aJk
+wre
+kcg
+eMp
+axE
+dcj
+mbX
+jsH
+hAg
+lNR
yjE
-dGV
-fDO
jKU
-vTg
+jKU
+jKU
+jKU
jKU
nQB
pVM
@@ -95718,7 +92749,7 @@ lYj
hJP
noz
niw
-afV
+xSd
ubT
lYj
mmw
@@ -95726,7 +92757,7 @@ eLx
hCr
tsF
xRV
-nQy
+aEd
xZS
xZS
xZS
@@ -95736,12 +92767,12 @@ vIJ
kux
wGz
yaL
-huO
-huO
+dAC
+dAC
yaL
-nVK
-jeM
-pjw
+fNC
+rpv
+cXh
jVM
xeO
wMg
@@ -95749,18 +92780,18 @@ xeO
xeO
xeO
xeO
-dlV
-hNk
+kTm
+sot
xeO
wMg
wMg
wMg
xeO
xeO
-rKY
-shp
-fse
-dfX
+cUf
+rEW
+nsD
+iUH
isK
uBc
uBc
@@ -95913,32 +92944,32 @@ dDB
dDB
dDB
dDB
-blb
-dDB
dDB
dDB
dDB
dDB
dDB
-vxt
-uUA
-iok
-dsE
-yjE
-fXo
-yjE
-yjE
-evm
-yjE
-yjE
-yjE
-yjE
-yjE
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+ayK
+bSI
+ayK
+ayK
+ayK
+ayK
+ayK
yjE
eIT
whl
-flE
-jnB
+rUH
+xeQ
eqS
gsY
xsX
@@ -95983,43 +93014,43 @@ hwo
hDC
tsF
ijN
-tWb
-mRn
+mDL
+lfs
wCt
lEa
lWk
xRV
owR
-mtO
-uZy
-oMu
-sCf
-iBU
+wLo
+xfe
+ehT
+urq
+ddB
yaL
yaL
jVM
-pXy
+wRO
jVM
-oVb
+rEF
kGE
-qRY
+waI
xeO
-ksr
-mGB
-joy
-gdM
-fWO
+tnZ
+oPy
+omq
+pKx
+cik
wKr
-rTl
-tZD
-gEL
-yki
+dsl
+wMz
+ntP
+rNL
xeO
-shp
-fWC
-mXR
+rEW
+qSk
+hWm
fvh
-ghy
+abB
tCF
ncD
blb
@@ -96170,7 +93201,13 @@ dDB
dDB
dDB
dDB
-aGa
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
dDB
dDB
dDB
@@ -96178,19 +93215,13 @@ dDB
dDB
dDB
vxt
-yfa
-uUA
-uUA
-yfa
-afB
-rWQ
-idH
+xTG
evM
-mWs
-xCR
-lHh
+pjB
+nYF
hVq
hVq
+bUF
yjE
oIF
tit
@@ -96247,36 +93278,36 @@ jsN
jLI
xZS
vrn
-yhb
+nzK
wQB
yaL
-rln
-phV
-ieQ
-aAM
+ids
+wgI
+uuz
+iVP
jVM
-irF
+cKt
jVM
-esE
-sXc
+hIm
+azq
iTv
wMg
wKr
-qnf
-xBL
-pIg
-bvb
-pvQ
-sme
-fPx
-fPx
-fPx
-gIm
-izF
-nOd
-nLj
-ePc
-ePc
+vtr
+mcV
+iGq
+uTE
+eKD
+oCi
+wFd
+wFd
+wFd
+nEq
+qie
+oCV
+jET
+iuR
+iuR
dDB
dDB
dDB
@@ -96434,28 +93465,28 @@ dDB
dDB
dDB
dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+vxt
+xTG
+xTG
+xTG
vxt
-vRH
-vRH
-hJs
yfa
-bwY
-yjE
-cYL
-aEP
-auc
-yjE
-vnI
-vnI
+yfa
hVq
yjE
-xcS
-bAU
+aJe
+xqE
gwl
pPm
jKU
-qbP
-dRq
+fOM
+iGM
nck
tau
gKL
@@ -96501,37 +93532,37 @@ iri
bah
uVT
uVT
-xSK
+gBw
xZS
vrn
ncL
wQB
-qYl
-uNt
-rQZ
-bHX
-oHp
-khM
-vHG
+joH
+lte
+tsB
+iGS
+oTg
+fri
+moG
jVM
-gRJ
-bRY
-ijM
-bsT
-nlh
-viM
-viM
-krg
-pyi
-xkC
-ajw
-eJN
-org
-faa
+tPX
+gfm
+rcE
+fRX
+gAH
+mmL
+mmL
+qDC
+btY
+mUi
+xMu
+qmM
+vSi
+hEJ
wMg
-kEU
-jDY
-lTp
+ocv
+eZi
+kHX
tYX
dDB
dDB
@@ -96691,19 +93722,19 @@ dDB
dDB
dDB
dDB
+dDB
+dDB
+dDB
+dDB
+dDB
+dDB
vxt
-xQG
-vxt
-xQG
+cYL
+aEP
+auc
vxt
-xQG
-yjE
-yjE
-yjE
-yjE
-yjE
-vnI
-vnI
+yfa
+yfa
hVq
yjE
uCH
@@ -96746,7 +93777,7 @@ sUy
muW
mOk
iap
-vSa
+oGo
iDk
sUy
jaK
@@ -96760,35 +93791,35 @@ qCJ
xQw
jLI
jYU
-bOs
-bZC
-acu
-cJH
-tjE
-dJZ
-lJi
-rPc
+pZv
+sjL
+tNf
+iiI
+hnn
+jRl
+kqZ
+buU
jVM
-uPd
+rpg
jVM
-cvm
-qDb
-gdM
+hdI
+kRA
+pKx
wMg
-otm
-fiv
-rGF
-fUL
-oLn
-jOq
-hOT
-tPz
-faa
-faa
-xvd
-seQ
-jDY
-lTp
+iZM
+fEX
+fkF
+jLS
+jkT
+oxn
+saL
+iLh
+hEJ
+hEJ
+aIi
+bMV
+eZi
+kHX
tYX
dDB
dDB
@@ -96948,19 +93979,19 @@ dDB
dDB
dDB
dDB
-vxt
+dDB
dDB
dDB
dDB
dDB
dDB
vxt
-aJq
-aJq
-aJq
-vnI
-vnI
-vnI
+gcs
+gcs
+gcs
+vxt
+vxt
+vxt
hVq
yjE
yjE
@@ -97017,7 +94048,7 @@ eHk
xQw
gtr
xZS
-jEQ
+vET
ncL
qwz
jVM
@@ -97026,26 +94057,26 @@ jVM
jVM
jVM
jVM
-loc
+eAm
jVM
-mrE
+uCo
lql
-gdM
+pKx
xeO
-gAt
-jHH
-kKk
-jHS
-jbU
-aRU
-wlK
-kJc
-kJc
-wsF
+gLg
+jdx
+dLW
+feR
+fZK
+qbB
+iwt
+uSh
+uSh
+kdg
xeO
-dHq
-jDY
-lTp
+mWF
+eZi
+kHX
tYX
dDB
dDB
@@ -97212,12 +94243,12 @@ dDB
dDB
dDB
dDB
-tYT
-aJq
-aJq
-aJq
+bSo
+bSo
+bSo
+bSo
aJq
-vnI
+vxt
hVq
hVq
ayO
@@ -97274,35 +94305,35 @@ iWW
uVT
uVT
uVT
-jEQ
+vET
ncL
wQB
-nqD
+jVx
jVM
-rNV
-jhN
-mkz
-mkz
-wJl
+rXy
+bFO
+avp
+avp
+qiI
jVM
-aGi
+bLS
xeO
-fpZ
+rbj
xeO
-hSd
-xWP
-jHS
-jTs
-jHH
-mNX
+sXD
+qSa
+feR
+aZh
+jdx
+pOQ
wKr
wKr
-jRL
-tSr
+kKD
+mDA
wMg
-seQ
-jDY
-lTp
+bMV
+eZi
+kHX
tYX
dDB
dDB
@@ -97519,54 +94550,54 @@ xil
ljN
gTH
ipf
-jmk
+wmu
sUy
jnh
hEm
uVT
idN
-jHZ
+pWB
rWE
qJq
oIP
azm
xQw
-jEQ
+vET
ncL
wQB
-eLM
+aaZ
jVM
-mkz
+avp
jVM
jVM
jVM
-vXW
+tDF
jVM
-hyW
+ipt
jVM
yfC
yfC
yfC
yfC
-lXh
-fuZ
-tWq
+qzt
+ljT
+vzE
yfC
yfC
yfC
yfC
yfC
xli
-qHv
-qVm
-nlm
-ePc
+cVm
+sQP
+ifH
+iuR
tYX
tYX
-ePc
+iuR
tYX
tYX
-ePc
+iuR
dDB
dDB
dDB
@@ -97788,42 +94819,42 @@ iLC
jts
wzK
eAc
-jvM
-peI
-kvG
-nCZ
-cLo
-rNV
+lcY
+kuE
+lqQ
+esr
+tAw
+rXy
jVM
-kXH
-yfc
-vfx
-nKm
-aOs
+eXB
+eIW
+ptX
+hsH
+srg
jVM
-vcS
-oVe
+ayT
+sZo
yfC
-jcR
-pRi
-lnh
-lnh
-lnh
-eGz
-pnG
-lnh
+lnN
+egc
+qiC
+qiC
+qiC
+qLU
+pnF
+qiC
yfC
-iFe
-aDr
-jXS
-jQY
-gBV
-xop
-xop
-wXi
-sIT
-tGw
-mRv
+hoc
+lhT
+jbX
+diP
+rgM
+trB
+trB
+saz
+lcD
+gCl
+euz
dDB
dDB
dDB
@@ -98036,7 +95067,7 @@ ahE
plz
sDq
jwi
-qOI
+qCj
uVT
uVT
eku
@@ -98045,41 +95076,41 @@ eku
uVT
uVT
uVT
-dEK
+lYl
kvl
wQB
-qPH
+rxD
jVM
jVM
jVM
jVM
jVM
-mlq
+pSI
jVM
-ptc
-wYm
-giW
-mpU
+xlU
+jRK
+nrg
+xXD
yfC
-mKk
-nja
-uNE
-uNE
-rar
-uNE
-hkK
-fxh
+sJV
+uIA
+pIC
+pIC
+mWT
+pIC
+oun
+wBc
mKY
-nKG
-hfe
-jMj
-jQY
-xop
-xop
-xop
-wjR
-jQY
-lTp
+mka
+vCi
+gnL
+diP
+trB
+trB
+trB
+ryW
+diP
+kHX
tYX
blb
blb
@@ -98291,7 +95322,7 @@ xMk
xsh
hcc
xGJ
-nfV
+bBN
jwi
qtd
hOg
@@ -98302,42 +95333,42 @@ ghD
gaf
xQw
mvT
-jEQ
+vET
kvT
wQB
-wtE
+cZi
jVM
-kPZ
-kAM
+lbl
+bwy
mqz
jVM
-agg
+gls
jVM
-txx
+lzB
jVM
-obp
-tWX
-bui
-qzK
-prg
-rzn
-rzn
-rzn
-fMD
-hmw
-fxh
-idO
-seQ
-lTI
-qyR
-ePc
+jfT
+dEq
+wEv
+uJi
+ntu
+uMJ
+uMJ
+uMJ
+dvd
+tRJ
+wBc
+kxY
+bMV
+dPp
+kMA
+iuR
tYX
tYX
tYX
-ePc
-xej
-lAv
-ePc
+iuR
+nUd
+ong
+iuR
tYX
dDB
dDB
@@ -98550,7 +95581,7 @@ hcd
plz
pkh
jwi
-kLO
+aeC
qVo
uVT
dJd
@@ -98559,42 +95590,42 @@ hMh
juS
uVT
mvT
-jEQ
+vET
kyO
wQB
-oWX
+drC
jVM
-yiJ
-hzS
-kCc
+lzW
+dbJ
+lMH
jVM
-agg
+gls
jVM
-eho
+uZY
jVM
-hSZ
-tWX
+oEz
+dEq
yfC
-rLC
-sLw
-fMD
-fMD
-bQG
-fMD
-hmw
-fxh
-gSx
-seQ
-lTI
-ljk
+lZf
+qCK
+dvd
+dvd
+gNX
+dvd
+tRJ
+wBc
+oIY
+bMV
+dPp
+kUL
tYX
blb
blb
dDB
tYX
-xop
-xop
-xop
+trB
+trB
+trB
tYX
dDB
dDB
@@ -98816,42 +95847,42 @@ cpT
xQv
xQw
mvT
-jEQ
+vET
ncL
wQB
-coP
+ydz
jVM
-iUd
-cvf
-icD
-mlq
-agg
+lEO
+eHv
+bes
+pSI
+gls
jVM
-yjq
+joR
jVM
-isN
-hXm
+vyP
+xnb
yfC
-vSQ
-wGx
-vCy
-vCy
-uZQ
-fMD
-hmw
-lnh
+edk
+wyg
+qbA
+qbA
+hLb
+dvd
+tRJ
+qiC
yfC
-dIW
-hhf
-ljk
+udW
+djf
+kUL
tYX
dDB
blb
dDB
tYX
-fBg
-xop
-xop
+lcF
+trB
+trB
tYX
dDB
dDB
@@ -99065,7 +96096,7 @@ plz
pkh
jwi
tBo
-sGu
+jGO
xYO
xYO
iLN
@@ -99073,8 +96104,8 @@ xYO
xYO
xYO
xYO
-lzo
-qye
+lXU
+rJZ
wQB
jVM
jVM
@@ -99084,32 +96115,32 @@ jVM
jVM
jVM
jVM
-txx
+lzB
jVM
-sWF
-aBO
+nhW
+cJv
yfC
-dWn
-lQC
-jsP
-tKo
-jsP
-jsP
-hOi
-lnh
-bLn
-seQ
-lTI
-vzS
-ePc
-blb
-blb
-blb
-ePc
-ePc
-xiP
-xiP
-ePc
+jqK
+dEY
+bRK
+aTz
+bRK
+bRK
+ltr
+qiC
+lqh
+bMV
+dPp
+lir
+iuR
+blb
+blb
+blb
+iuR
+iuR
+bnU
+bnU
+iuR
tYX
dDB
blb
@@ -99330,43 +96361,43 @@ oXK
uAY
uAY
xRU
-jEQ
-qye
+vET
+rJZ
wQB
xZS
-xvO
-uIl
-rwI
-nFg
-iis
+tWT
+tjs
+qqH
+qVm
+nWV
jVM
-gSM
-jMV
+uqV
+ksJ
jVM
-ajq
-lnF
+xym
+mgW
yfC
-vFj
-fxh
-trn
-lnh
-lUM
-lnh
-lnh
-bpf
-tFa
-cUB
-xGg
-mfS
+edG
+wBc
+jJd
+qiC
+ghj
+qiC
+qiC
+vfo
+pkU
+lUl
+urf
+cPj
tYX
dDB
dDB
blb
dDB
tYX
-vcF
-jQY
-bzW
+iNF
+diP
+fVM
tYX
blb
blb
@@ -99572,14 +96603,14 @@ pIS
gCg
mxe
uFm
-stI
+rfo
xsh
gjS
plz
sDq
jwi
qtd
-jqo
+oxm
kjU
uAY
iLV
@@ -99587,43 +96618,43 @@ iYh
lZt
lZt
xYO
-oZK
-lpg
+uBI
+kTX
sbU
xZS
-eNh
-oDm
-miU
-nDv
-wCq
+lHp
+qwA
+jYe
+kBM
+blC
jVM
-auv
-atM
+gLo
+cTn
jVM
yfC
-dum
+vNM
yfC
yfC
-fIj
-mJM
-lBK
+erf
+xcz
+tkm
yfC
-tmr
-lBK
+tmD
+tkm
yfC
yfC
-lcQ
-vwZ
-ljk
+msk
+wmX
+kUL
tYX
blb
blb
blb
blb
tYX
-vcF
-xop
-sqr
+iNF
+trB
+fOW
tYX
dDB
dDB
@@ -99844,46 +96875,46 @@ xYO
xYO
xYO
xYO
-kOS
-tbw
-fFw
-ebd
-rkn
-ooP
-qct
-moR
-jQz
+ujB
+dtO
+gwx
+aNj
+jvd
+fEF
+nlQ
+chI
+mTT
jVM
-bwK
-aTl
-aTl
-mkc
-iTf
-umG
-guX
-tLy
-qsd
-eNY
-nZU
-ghM
-hVk
-unJ
-uZe
-rzz
-xWg
-ljk
+tKS
+vQu
+vQu
+wVN
+hQs
+rdV
+bPy
+nVw
+qYr
+eqI
+nHI
+cgs
+asS
+ddT
+cXp
+iFD
+fzT
+kUL
tYX
blb
-iHB
-pvK
+aef
+fBN
dDB
tYX
-fMk
-xop
-oPv
-ePc
-ykO
-ykO
+tKl
+trB
+oIS
+iuR
+anX
+anX
uXY
iTn
nBw
@@ -100099,49 +97130,49 @@ myT
iMg
iYj
sDp
-iuQ
+gZy
kke
-eXd
-qye
+laK
+rJZ
wQB
xZS
-qvu
-vvj
-qdf
-oyf
-fTr
+sRT
+woz
+auP
+kGw
+vQx
jVM
-ePt
-xOn
-krD
+jTj
+mOr
+jgy
jVM
-tpq
-lrW
-hPM
-fYg
-kcF
-qsI
-lgA
-lrd
-nNX
-joH
+aLB
+ilx
+qEO
+oPh
+qDL
+sGN
+bzj
+vxA
+lEs
+jUr
uMg
-sot
-oOn
-xac
-ePc
-dDB
-mLr
-qgo
-blb
-ePc
-oeT
-xop
-cYK
-cZw
-avO
-tSH
-ftQ
+xBd
+qXP
+kTF
+iuR
+dDB
+eVX
+qGf
+blb
+iuR
+oqT
+trB
+xrE
+wZx
+lRU
+fOJ
+bgx
xcv
nBw
ghQ
@@ -100341,7 +97372,7 @@ dDB
dDB
dDB
ycC
-wKT
+rcv
mPJ
mPJ
ipD
@@ -100349,7 +97380,7 @@ opH
oSv
xGJ
pNi
-tEs
+sPb
jRk
ihc
kBg
@@ -100358,48 +97389,48 @@ opn
jwa
opn
jYY
-cKr
-qye
-ooI
+ndJ
+rJZ
+eBC
xRV
xRV
xRV
xRV
-qvY
+oum
xRV
jVM
-jZQ
+xjQ
jVM
tGq
tGq
xmt
xmt
xmt
-eyy
-fen
+cri
+bOG
xmt
xmt
-dkh
+hrl
xmt
xmt
-jDL
-vro
-spz
-ekv
+lHZ
+sWu
+qFc
+cEo
tYX
dDB
-gBj
-eJJ
+kii
+nun
blb
tYX
-tPI
-xop
-xZT
-ePc
-ykO
-ykO
+rNN
+trB
+bNL
+iuR
+anX
+anX
uXY
-wxC
+hzb
erK
iPj
bob
@@ -100615,43 +97646,43 @@ iYD
jLR
jLR
xMY
-cTp
-tZM
+dCu
+eXR
wQB
-lnK
-qtD
-mHU
+rHl
+sVO
+lbi
jVM
-iqr
-qpN
+jTn
+xXe
jVM
-xgd
-nrX
-hbX
-rZA
+ulE
+bvP
+amK
+kjx
xmt
-oxg
-lZd
-vlv
-ptL
-jdA
-ntu
-kPT
-gmd
+mog
+cCM
+gbj
+vwW
+iId
+vTP
+rpo
+mjr
xmt
-kMR
-oJx
-mov
-ljk
+vEk
+gLO
+pbD
+kUL
tYX
blb
blb
dDB
dDB
tYX
-vcF
-xop
-aOA
+iNF
+trB
+fjq
tYX
dDB
dDB
@@ -100864,7 +97895,7 @@ aEc
xGJ
hxj
qtd
-tuc
+rSI
xMY
iBc
iMZ
@@ -100872,43 +97903,43 @@ qTD
azv
jNe
psc
-cTp
-qye
+dCu
+rJZ
wQB
xAV
-wuY
-rOT
+txW
+nCX
jVM
-aZz
-tVP
-tVP
-sTn
+tUj
+qkm
+qkm
+ruS
jVM
-oaZ
-nlj
+bxl
+bMn
xmt
-tbJ
-uYZ
-wnP
-ybS
-aiN
-dcI
-hwH
-vYu
+uYM
+aTg
+pkQ
+bBL
+uRv
+als
+cXH
+nZG
xmt
-lmg
-ehl
-nUg
-ljk
+liw
+bVJ
+sTb
+kUL
tYX
dDB
blb
blb
blb
tYX
-vcF
-lHb
-aOA
+iNF
+hrc
+fjq
tYX
blb
blb
@@ -101094,7 +98125,7 @@ hJp
wct
wct
iWV
-lsU
+uVH
wct
isj
isj
@@ -101117,7 +98148,7 @@ ycC
ycC
noq
ueC
-tOI
+tJF
qoD
jnZ
jEx
@@ -101128,44 +98159,44 @@ xMY
xMY
xMY
xMY
-psh
-feQ
-qye
+voN
+sta
+rJZ
wQB
vpT
-wuY
-bAu
+txW
+eDi
jVM
-eho
-pwi
+uZY
+mnH
jVM
-rOb
+tpQ
jVM
-wGB
-tmE
-cER
-rqf
-uYZ
-jXn
-hLL
-kod
-ibf
-uYZ
-uYZ
-vaX
-gFM
-xej
-uzQ
-vzS
-ePc
-blb
-blb
-dDB
-ePc
-ePc
-nlm
-nlm
-wJJ
+ljg
+ddF
+pEU
+duj
+aTg
+rxZ
+fhp
+oTM
+pLf
+aTg
+aTg
+aIr
+sWq
+nUd
+bmY
+lir
+iuR
+blb
+blb
+dDB
+iuR
+iuR
+ifH
+ifH
+iXi
tYX
dDB
dDB
@@ -101347,14 +98378,14 @@ cfk
fkj
dMg
cyk
-dBu
-ewS
-bHE
+lnM
+kZv
+cLR
cRI
dbs
fkj
wct
-dXc
+vRg
fKc
eVz
fTe
@@ -101364,8 +98395,8 @@ xvT
gfs
gwS
gxi
-eba
-adP
+kkY
+rxY
qjy
nWr
hsO
@@ -101386,43 +98417,43 @@ hHF
lGo
jNO
geE
-mUk
-qye
+wCM
+rJZ
wQB
-aJM
-fac
-onW
+eIO
+xND
+ind
jVM
-wnm
+oZy
jVM
jVM
-hqf
+uvx
jVM
-wqv
-nsV
+iRQ
+hWL
xmt
-dlK
-uYZ
-lUy
-wEO
-xEB
-qPW
-uYZ
-uYZ
-vaX
-bzr
-xej
-uzQ
-ljk
+vfI
+aTg
+glT
+nmC
+sJL
+sne
+aTg
+aTg
+aIr
+bIN
+nUd
+bmY
+kUL
tYX
dDB
blb
dDB
tYX
-gHb
-xop
-xop
-fsv
+auF
+trB
+trB
+waD
dDB
dDB
dDB
@@ -101619,7 +98650,7 @@ fUO
fXj
efy
jxp
-gQL
+jSQ
pRz
gyd
gyd
@@ -101643,43 +98674,43 @@ oUd
lun
wNv
mzM
-mUk
-irD
+wCM
+woK
kJR
-lhr
+qcB
jVM
jVM
jVM
-nJv
+wrj
jVM
-lmA
-ile
+jGy
+aYj
sON
-oAP
-gjz
+ssY
+waY
xmt
-wzT
-uYZ
-nuD
-uYZ
-uYZ
-uYZ
-nuD
-bNi
+cME
+aTg
+dYu
+aTg
+aTg
+aTg
+dYu
+aVA
xmt
-sXx
-xej
-lTI
-ljk
+wUc
+nUd
+dPp
+kUL
tYX
dDB
blb
dDB
tYX
-xop
-xop
-xop
-fsv
+trB
+trB
+trB
+waD
dDB
dDB
dDB
@@ -101708,20 +98739,20 @@ rnV
mrh
rTy
miA
-xfd
+cON
mBo
-ozy
+fsk
raE
uCe
wER
-grg
+lZR
raE
raE
dBy
ena
gKE
-ihi
-jPu
+ipp
+rzZ
sSQ
blb
dDB
@@ -101881,7 +98912,7 @@ nKz
kwZ
gDs
jXe
-kcv
+diU
gCT
mks
soO
@@ -101900,43 +98931,43 @@ soO
gfs
ivl
mzM
-mUk
-usT
-afS
+wCM
+ePk
+tgx
jVM
-cyt
-ffL
-atM
-ptc
-xEf
-nvB
-dbl
+yfX
+pRR
+cTn
+xlU
+eoM
+oVl
+uBN
sON
tGq
tGq
xmt
xmt
-lZw
-hka
-eod
-owC
-fLL
-fno
+oTN
+fGk
+sYS
+nPY
+rVt
+elb
xmt
xmt
xli
-iqX
-lTI
-gSN
-ePc
+jOM
+dPp
+aOt
+iuR
tYX
tYX
tYX
-ePc
-vcF
-wEd
-wJJ
-fsv
+iuR
+iNF
+xuJ
+iXi
+waD
blb
blb
blb
@@ -101963,11 +98994,11 @@ iaA
xin
kcA
sSQ
-nWb
+qRx
sCl
-oEq
+qiL
twF
-mRg
+fiK
wJk
wJk
wJk
@@ -101977,7 +99008,7 @@ dYI
wJk
tWo
dYI
-yeI
+fxa
bsP
sSQ
blb
@@ -102135,7 +99166,7 @@ csS
jxp
jEu
jim
-xSJ
+avR
gzB
jim
jim
@@ -102157,42 +99188,42 @@ xSx
jxC
ufb
xCl
-pjQ
-srh
+cYY
+wNs
wiF
jVM
jVM
jVM
jVM
-dnn
-xEf
-gjo
-mvN
-vhK
-elD
-gbI
-aej
+oJO
+eoM
+cqD
+iBt
+hmK
+dMi
+vun
+caW
vkh
-wFH
-gTy
-djg
-wPA
-wPA
-wPA
-eSQ
-eAQ
-ifx
-xej
-lTI
-ryJ
-wEd
-xop
-xop
-tPw
-wNd
-jQY
-rBU
-fsv
+tes
+dJv
+tvW
+qsY
+qsY
+qsY
+ycS
+fxW
+jYM
+nUd
+dPp
+aww
+xuJ
+trB
+trB
+hML
+deR
+diP
+efm
+waD
dDB
dDB
dDB
@@ -102375,14 +99406,14 @@ cfk
fkj
dPa
dZZ
-kxE
-noL
-gDO
+qan
+sXu
+coi
eND
dbz
fkj
wct
-nOs
+bGq
eBN
fQY
fTh
@@ -102404,7 +99435,7 @@ otX
hei
hei
vPP
-ero
+jPa
gIb
nsc
vzt
@@ -102415,40 +99446,40 @@ jye
jOs
mAv
khS
-mJe
+aqG
mwN
jVM
-noV
-srd
-qgl
-cDd
+sjK
+nFH
+hgH
+cHG
jVM
-cLW
-tHQ
+iXW
+dRb
sON
-asE
-ldD
-mNU
-bLf
-ifn
-sbO
-fKN
-dwv
-pfL
-dwv
-jsn
-lwQ
+tjT
+rrX
+lAV
+fYJ
+eGU
+eTJ
+vkI
+oeZ
+wuY
+oeZ
+luP
+jFK
vkh
-bGO
-lTI
-ryJ
-grS
-pgY
-xop
-xop
-lTp
-lTp
-tty
+ttV
+dPp
+aww
+vtX
+gHg
+trB
+trB
+kHX
+kHX
+dTg
tYX
dDB
dDB
@@ -102488,13 +99519,13 @@ fkq
vDV
kkO
vDV
-uhb
+ses
ijY
wgL
lLH
sSQ
sqV
-kTm
+dWz
sSQ
goB
jbt
@@ -102636,7 +99667,7 @@ wct
wct
wct
eNU
-uUF
+gDc
wct
gOm
gOm
@@ -102658,7 +99689,7 @@ vPP
vPP
vPP
dKq
-uYS
+cro
tdh
txh
gcz
@@ -102672,41 +99703,41 @@ quU
quU
tsF
ubK
-gpS
-nqC
-fPz
-fmD
-lMN
+lRM
+vuD
+qIb
+gJD
+hPb
jVM
-rOb
+tpQ
jVM
jVM
jVM
jVM
vkh
-hxc
-mZo
-jgV
-kcL
-pmw
-qNh
-jIJ
-jOH
-jIJ
-qNh
-mEF
+lnD
+fzw
+bKO
+qhR
+pPU
+xkV
+gyy
+phG
+gyy
+xkV
+cvV
vkh
-xej
-lTI
-kEl
-sRb
-wJJ
-fsv
-fsv
-wJJ
-fsv
-fsv
-ePc
+nUd
+dPp
+aqf
+xcK
+iXi
+waD
+waD
+iXi
+waD
+waD
+iuR
dDB
dDB
dDB
@@ -102743,10 +99774,10 @@ phs
vFm
fNR
vDV
-bYy
+mle
hWu
stX
-tKd
+yfL
wgL
tLt
sSQ
@@ -102929,35 +99960,35 @@ liG
rRQ
tsF
kiB
-xzb
+izP
wNW
jVM
jVM
jVM
jVM
-eTl
-rOb
-rOb
-iqr
-qmP
-eUo
-szo
-bZb
-qJp
-uEE
-vmY
-qNh
-mDC
-mDC
-oPW
-mgB
-mEF
-vbh
-xej
-lTI
-ryJ
-bjx
-ePc
+izu
+tpQ
+tpQ
+jTn
+jlA
+mae
+ksm
+opV
+fVl
+qJz
+ebk
+xkV
+mDf
+mDf
+aYU
+dao
+cvV
+spH
+nUd
+dPp
+aww
+nsz
+iuR
dDB
dDB
dDB
@@ -103002,7 +100033,7 @@ grx
vDV
mkA
wCY
-lOo
+bnI
xXG
wgL
ngq
@@ -103155,7 +100186,7 @@ xvT
itb
eip
eFk
-bQA
+gPm
xvT
fDk
gcL
@@ -103186,7 +100217,7 @@ jyu
ezx
tsF
vIJ
-bbg
+nHU
twJ
tgl
iSi
@@ -103196,24 +100227,24 @@ jVM
jVM
jVM
jVM
-rLF
-eUo
-bMN
-obo
-qNh
-utd
-pmw
-nOY
-uBG
-pyB
-qNh
-nOY
-mEF
-vbh
-pMv
-lTI
-poF
-oMa
+kXC
+mae
+hsx
+pJc
+xkV
+oVE
+pPU
+ecC
+cIX
+ofU
+xkV
+ecC
+cvV
+spH
+elN
+dPp
+sFs
+fZZ
tYX
dDB
dDB
@@ -103443,34 +100474,34 @@ uff
mak
tsF
qlV
-usT
+ePk
tmQ
tgl
lut
pbd
-qnV
-mrA
-xcE
-mre
+cig
+hxp
+wtv
+oRv
jVM
-rLF
-eUo
-hGu
-kON
-qqG
-hvG
-pmw
-qNh
-whI
-dwv
-dwv
-qNh
-mEF
-vbh
-xej
-lTI
-ryJ
-nlA
+kXC
+mae
+tVp
+ioa
+fBB
+vgS
+pPU
+xkV
+oDX
+oeZ
+oeZ
+xkV
+cvV
+spH
+nUd
+dPp
+aww
+bje
tYX
dDB
dDB
@@ -103516,7 +100547,7 @@ nFD
ljP
pKS
bkY
-ygY
+lgQ
mbq
wgL
hgF
@@ -103700,34 +100731,34 @@ rth
mbp
tsF
kpF
-usT
+ePk
wQB
tgl
lvA
-lrz
-kNS
-itt
-aQn
-jfm
+nyy
+diK
+djc
+jgb
+hRc
jVM
-rLF
+kXC
vkh
-viD
-fFv
-gHz
-dmv
-pmw
-qNh
-cKK
-rhY
-jIJ
-qNh
-fSt
+dxV
+jDT
+fOq
+wJv
+pPU
+xkV
+cQN
+bXR
+gyy
+xkV
+swW
vkh
-ang
-wST
-wKw
-viI
+oNW
+cSy
+bpY
+sMt
tYX
dDB
dDB
@@ -103738,7 +100769,7 @@ dDB
dDB
qIf
xEW
-jHp
+dml
lXT
gnQ
kIv
@@ -103773,13 +100804,13 @@ vDV
ahu
clt
jbr
-iWf
+xRd
kel
wgL
tLt
sSQ
-ekz
-nDc
+uhH
+ouH
eBQ
ndp
gow
@@ -103957,34 +100988,34 @@ jyG
meu
tsF
lAS
-usT
+ePk
wQB
tgl
-pgf
-gTM
+wHO
+pbG
wvv
-gOE
-jXK
-rum
+xvK
+vGe
+xno
jVM
-rLF
+kXC
vkh
vkh
-nnr
-jHC
-gTy
-pBh
-cEV
-rXD
-gDW
-oPW
-pSJ
-lAQ
-ifx
-xej
-cpw
-eYh
-vvd
+kWF
+wtw
+dJv
+lTy
+wAa
+uUB
+fIl
+aYU
+pPO
+jFm
+jYM
+nUd
+vip
+njT
+fGT
tYX
dDB
dDB
@@ -104203,7 +101234,7 @@ uIj
uIj
uIj
lto
-cAR
+hCH
lOY
gcz
lcs
@@ -104214,34 +101245,34 @@ lGK
mfP
tsF
lPo
-srh
+wNs
wQB
tgl
tgl
xHD
tgl
-pKE
-dOI
-wqG
+uIP
+dsK
+pHY
jVM
-rLF
-pQZ
+kXC
+wKH
vkh
-atr
-hNs
-dGr
-eQO
-pZt
-nej
-xjj
-xjj
-xFm
-nWW
-ifx
-xej
-cpw
-tkt
-gQV
+hcQ
+jcB
+gGx
+xtD
+gIv
+cAl
+npI
+npI
+wOt
+cvX
+jYM
+nUd
+vip
+duE
+aOh
xli
blb
blb
@@ -104284,7 +101315,7 @@ bXO
jxZ
dlz
nFD
-cho
+dBt
don
cSr
krY
@@ -104471,34 +101502,34 @@ lGK
jOS
tsF
vrn
-usT
+ePk
smf
aCO
-mbz
+iLA
pcK
tgl
-sQH
+qDd
xHD
xHD
jVM
-aNK
+jBu
vkh
vkh
vkh
vkh
vkh
-ifx
+jYM
vkh
-eds
-vbh
-vbh
+vSI
+spH
+spH
vkh
-ifx
+jYM
vkh
-kIr
-bwj
-fYK
-tXb
+iXu
+mVc
+lab
+axd
xli
qir
qir
@@ -104722,41 +101753,41 @@ xRH
gcz
gad
ogi
-mqJ
+jvl
jcZ
lGK
mgt
tsF
kiO
-lKV
+nCt
wNW
-reR
-oOH
-oOH
-bHJ
-ebc
+coC
+pVj
+pVj
+cRL
+ose
vpI
-oJc
-fUN
-ras
-bgf
+aBB
+nMW
+tEL
+rQN
vpI
rZq
-eJL
+ycX
pBu
-xHR
-vNa
-fbI
-xHR
-xHR
-xHR
-cmK
-uzt
-jQY
-cpw
-qoq
-ceS
-dLu
+khY
+lvr
+aGq
+khY
+khY
+khY
+lmz
+rko
+diP
+vip
+gaj
+tOv
+mxS
jeW
pvY
xry
@@ -104764,7 +101795,7 @@ ppu
wSF
qir
kIS
-wul
+lBq
csw
tlX
rVH
@@ -104985,43 +102016,43 @@ iaw
uoB
tsF
kjg
-paB
-rmJ
-egA
-cGm
-bvF
-bvF
-hQZ
-rtq
-xWR
-dfj
-tuu
+iZO
+awC
+gwm
+xPJ
+pbO
+pbO
+icN
+mZd
+sDZ
+pca
+uVo
oBA
mut
-iNK
+pjA
mut
-ika
-bvF
-bvF
-fZi
-noY
-cGm
-bvF
-qvc
-dpc
-uXl
-rEO
-sXg
-gHn
-dKj
-yaF
+otJ
+pbO
+pbO
+rfW
+mlD
+xPJ
+pbO
+mRB
+jSp
+klf
+oHp
+huj
+fIj
+uhM
+qZy
vCO
-rbT
+lKB
vCO
-aBL
+ile
wMZ
vnN
-nUn
+aEo
pOm
lwk
gUn
@@ -105241,44 +102272,44 @@ gcz
jyM
uoB
jZn
-lbR
+baJ
rji
vAw
-lyV
+ceS
nvE
nvE
nvE
nvE
qio
-okF
+vCZ
uQi
nvE
oCx
-rtI
+crx
rFn
nvE
-yhK
-wFb
-kdL
-xKY
-xKY
-xKY
-xKY
-aAf
-xuV
-aQs
-aQs
-oKs
-lKE
-ndK
+tPM
+kfM
+cRc
+aPK
+aPK
+aPK
+aPK
+mcS
+sKm
+dRT
+dRT
+nNz
+inU
+hmn
bcv
kov
viy
efB
-qIl
+lJg
xyh
xRI
-qIl
+lJg
hVh
elM
pYr
@@ -105310,8 +102341,8 @@ rnE
xqN
fgW
uBl
-kew
-lWP
+tNF
+bZa
sJE
niI
cqc
@@ -105499,26 +102530,26 @@ jzo
uoB
uoB
wSZ
-pMH
-nrw
-jyO
+moj
+xpL
+nJj
dyF
lNp
xRA
eeJ
-qfQ
-qNq
-kBP
+aIO
+qZw
+pNZ
ylX
qUt
qUt
qUt
qUt
-eAh
+fNZ
qUt
qUt
xJB
-nSC
+xwj
vrO
vYy
xJB
@@ -105530,11 +102561,11 @@ uBY
ygu
mHb
ona
-tlu
-eFD
-heQ
-iQB
-vGx
+nkW
+riS
+ihd
+gMM
+gBg
dUC
qTK
vnF
@@ -105562,8 +102593,8 @@ vTo
wYA
wPP
uer
-fGO
-aZx
+skp
+tFW
xqN
rnE
xqN
@@ -105741,38 +102772,38 @@ uvA
xbl
xbl
rNB
-ecp
-weY
+ogG
+auT
lGE
gcz
xRH
jFF
ehj
ill
-eTJ
+obN
iPU
gcz
-nAu
+cEF
gGl
qfz
wSZ
lFg
xqC
-pQN
-pQN
-pQN
-pQN
+htp
+htp
+htp
+htp
eeJ
-dRb
-nbv
-yji
-qek
+ehf
+tzZ
+mSa
+hWk
qUt
-uEc
-qnd
-qnd
-fjv
-jJa
+uZK
+ptl
+ptl
+wrZ
+mvd
qUt
rnc
ugH
@@ -105836,11 +102867,11 @@ eRX
gpM
sSQ
hrF
-eVj
+swk
uOw
sSQ
hhb
-lVD
+tRR
dxf
dxf
qNj
@@ -105998,9 +103029,9 @@ uvA
gIl
gKg
xbl
-pOc
-dHM
-rbQ
+uhI
+yhW
+clV
gcz
hyv
fyH
@@ -106015,22 +103046,22 @@ jjJ
wSZ
lFg
xqC
-aEE
-iHo
-cbP
-rCz
+oqU
+xgy
+ucC
+miP
eeJ
-bkn
-boR
-yji
-bMX
+xMv
+cdY
+mSa
+buJ
qUt
qUt
-xDb
+aIb
qUt
qUt
-mAY
-drt
+uLD
+vmr
qLt
vrY
vrY
@@ -106255,7 +103286,7 @@ uvA
xbl
xbl
xbl
-pMq
+flD
heH
hUI
gcz
@@ -106272,21 +103303,21 @@ tvP
wSZ
lFg
xqC
-fYn
-dRT
-vwj
-bgx
-sak
-lal
-nbv
-kZc
+lsh
+cYD
+jGK
+rYx
+hUO
+xqX
+tzZ
+bCo
eeJ
qUt
-rYV
-jAT
-wzf
+iZu
+frC
+jEz
qUt
-qRw
+aGH
qUt
azN
vcN
@@ -106350,7 +103381,7 @@ nyp
exW
lVy
wgL
-eVj
+swk
ulO
wgL
wgL
@@ -106529,21 +103560,21 @@ wSZ
wSZ
lFg
xqC
-pcS
-gdw
-nxP
-lbS
+eBd
+gKQ
+cnn
+niW
ylX
-uSD
-sGv
-yji
-fGB
+jwf
+bmz
+mSa
+tPW
qUt
-kmh
-gxp
-hAz
+bxk
+rex
+axz
qUt
-qRw
+aGH
qUt
qLA
vIZ
@@ -106608,7 +103639,7 @@ fLk
guC
wgL
wsR
-wxx
+bAr
wgL
nah
kwW
@@ -106774,7 +103805,7 @@ heL
hjx
gcz
gDp
-tKB
+aoL
eDN
ilW
gcz
@@ -106784,23 +103815,23 @@ lJe
tyr
iGl
iGl
-ajU
+aQf
xqC
-auO
-san
-san
-esA
+eHa
+pBO
+pBO
+jyd
ylX
-pSC
-nbv
-wgE
-vYU
+eMS
+tzZ
+thx
+caK
qUt
-gxp
-gxp
-hPg
+rex
+rex
+lnW
qUt
-dDA
+xDS
wua
jWy
jWy
@@ -107026,8 +104057,8 @@ aJq
aJq
uvA
wur
-qGp
-hAw
+nOH
+hIi
hkm
gcz
jrJ
@@ -107039,27 +104070,27 @@ wSZ
jdp
gRG
wSZ
-ldH
+nNj
ujq
nEx
xqC
-okR
-vTD
-hxT
-uzF
+pPj
+tPE
+jAf
+vpF
eeJ
-ccX
-nbv
-sma
-tYo
+wKn
+tzZ
+eMQ
+xxD
qUt
-ncz
-yiW
+oIE
+vex
qUt
qUt
-dDA
+xDS
wua
-hlW
+gcg
vvK
rRz
smH
@@ -107072,8 +104103,8 @@ xMr
uSN
uWo
hkk
-gvg
-dKE
+hkA
+cTX
xTB
ehV
uWo
@@ -107084,12 +104115,12 @@ nCU
xlh
aIu
dYM
-wZG
+vbP
qDK
vEz
mGh
wfr
-crI
+wya
lHJ
vKY
lSK
@@ -107289,9 +104320,9 @@ uvA
gcz
xRH
xRH
-xdN
+fLL
kro
-xKI
+rHO
wSZ
wSZ
wSZ
@@ -107305,16 +104336,16 @@ xqC
eeJ
eeJ
eeJ
-jgN
-qwE
+tmM
+pgl
eeJ
eeJ
qUt
qUt
qUt
qUt
-hHW
-vsK
+qUL
+vIC
wua
qLD
uYD
@@ -107329,8 +104360,8 @@ xMr
yiq
uWo
kgT
-jJk
-hgs
+kpU
+oeS
pEs
xyQ
uWo
@@ -107342,7 +104373,7 @@ iOm
gFs
fSG
ugJ
-fxf
+mpy
vEz
kMm
wfr
@@ -107539,38 +104570,38 @@ aJq
aJq
aJq
xqC
-gfF
-oif
-mzv
-vVg
-oex
-cEb
-qDj
-xdN
+mqn
+lDp
+byN
+qdZ
+hBX
+vmB
+azO
+fLL
iQl
xlZ
xlZ
-qmn
-jOe
+oNs
+hVJ
xlZ
jZK
-otB
-gDJ
-pEI
+tnB
+osP
+wfG
pwq
-drS
-xhb
-heG
-oqu
-xAt
-hKS
+oyn
+fSU
+fRV
+skd
+ciV
+rrp
wqj
-tHV
+aTb
wqj
-mrB
+fHK
qUt
roD
-dDA
+xDS
wua
wua
qMp
@@ -107587,8 +104618,8 @@ yiL
vuT
jNq
kOT
-cbH
-iFK
+vYU
+asm
ide
mMp
ist
@@ -107598,7 +104629,7 @@ jjk
xlh
dfb
iDH
-kts
+bZz
xPW
sKq
aRC
@@ -107796,38 +104827,38 @@ aJq
aJq
aJq
xqC
-hmt
-mPy
-fsl
+cCx
+vqJ
+kSA
oWg
-fbF
-xsU
+nVA
+uoJ
oWg
-sbM
-dnX
-dnX
-dnX
-dPI
-uBB
-qou
-eOc
-hOY
-iYQ
-kDh
-sgH
-vdE
-bVJ
-cNx
-cNx
-cNx
-pTT
+lSh
+bgy
+bgy
+bgy
+lXw
+pIn
+kTG
+wEs
+pyF
+wFe
+wOS
+isD
+hlX
+wND
+hlE
+hlE
+hlE
+lft
wqj
-cZz
+izk
wqj
-cuc
+knB
qUt
qvr
-dDA
+xDS
wua
vLF
sUg
@@ -107842,8 +104873,8 @@ iLp
xMr
yiQ
uWo
-wgV
-bJL
+nQH
+rxX
tdv
eGT
sMT
@@ -107868,7 +104899,7 @@ toC
bGY
wCK
tDd
-ylS
+nTz
wfr
sCp
vJR
@@ -108065,29 +105096,29 @@ ksB
sOs
sOs
xmO
-mPo
+liT
nFW
dXO
sRL
sRL
-nfk
+noV
sRL
sRL
-gQw
-bIn
-fBr
-lhW
-aet
+bCP
+dqB
+pIf
+lZP
+jgF
wqj
-jzL
-acG
-dEJ
+rEa
+qgJ
+mQD
qUt
qUt
-dDA
+xDS
wua
wua
-rXG
+upV
qvw
tRh
soD
@@ -108311,15 +105342,15 @@ aJq
aJq
aJq
rvp
-gZf
+xiq
iFP
iGl
hqW
wSZ
xoh
-tNj
-bgo
-dxB
+usG
+erS
+dNj
pMS
xmO
sHe
@@ -108327,22 +105358,22 @@ nFW
kam
boX
asZ
-aAn
+psK
cZL
sRL
-kDe
-aCN
+eWP
+hcn
eeJ
-cSV
-aet
+wEF
+jgF
wqj
-jzL
-uDt
-bTx
-ngZ
-dKk
-vsK
-djp
+rEa
+nMn
+knO
+adh
+hbz
+vIC
+hdZ
wua
wua
wua
@@ -108406,7 +105437,7 @@ wgL
wgL
wgL
wgL
-eVj
+swk
ulO
sSQ
dDB
@@ -108575,8 +105606,8 @@ iGl
wSZ
hnY
hYq
-gGi
-dgE
+xYk
+mDJ
xID
xmO
sHe
@@ -108584,22 +105615,22 @@ pke
tzD
cqS
kCN
-uyu
-vkj
+nVa
+fuD
xVV
-kDe
-ptA
-sHu
-jyx
-iSD
-kTn
-uHg
-gfV
+eWP
+lNN
+lWp
+xhD
+heN
+vjI
+ijz
+tOg
wqj
qUt
qUt
qUt
-djp
+hdZ
qUt
dWW
tnb
@@ -108610,13 +105641,13 @@ tnb
qyY
xvh
xpU
-hDk
-jNX
-fMa
-vOv
-hgC
-hYP
-rpx
+izA
+swB
+vve
+vSw
+wrF
+tTs
+lvv
xJw
xJw
xJw
@@ -108840,20 +105871,20 @@ sHe
nFW
mEy
ncf
-kun
-rxL
-pBM
+wUS
+dDC
+onR
xVV
-sDa
-tex
-uau
-uau
-meS
-xEU
-gAF
-saA
-ggB
-mIt
+mEA
+htN
+tje
+tje
+fWi
+qWg
+oLD
+gmf
+qva
+nqf
qUt
tNs
tNs
@@ -108914,7 +105945,7 @@ xpJ
mOq
jhZ
wnE
-uVw
+iTy
wmD
bgB
clq
@@ -109098,21 +106129,21 @@ nFW
ghW
boX
kCP
-neI
+iQT
wRP
sRL
-yji
-wgE
-cbS
-yji
-cSI
+mSa
+thx
+hbY
+mSa
+cNk
wqj
-dEU
-sGG
+uPM
+cPp
wqj
-nbC
+wrx
qUt
-djp
+hdZ
qUt
qUt
qUt
@@ -109349,19 +106380,19 @@ hHE
nNi
hPs
xmO
-vrR
+iAv
sIA
jPq
kaF
ffD
hTW
-jxQ
-stC
+jYF
+qpe
sRL
-hyU
-yji
-aHv
-ppv
+rfB
+mSa
+jVJ
+oyq
eeJ
eeJ
eeJ
@@ -109369,7 +106400,7 @@ eeJ
eeJ
eeJ
qUt
-djp
+hdZ
tnb
tnb
tnb
@@ -109385,12 +106416,12 @@ ntF
nla
nHN
vSY
-aKi
+qzv
ldq
roz
roz
ssz
-aCa
+rbH
wYd
mAs
yeP
@@ -109434,8 +106465,8 @@ rch
cmz
fWr
sSQ
-moZ
-tAN
+qNU
+fIw
tVc
jtK
shL
@@ -109595,8 +106626,8 @@ dDB
dDB
aJq
aJq
-ewl
-ewl
+iVr
+iVr
nFW
nFW
nFW
@@ -109606,27 +106637,27 @@ xmO
xmO
xmO
xmO
-xvG
+wFq
nFW
nFW
sRL
sRL
xVV
-ezu
+czq
xVV
sRL
eeJ
-rJz
-eSp
-dNo
+oYj
+jvQ
+eul
eeJ
-fLH
-ylG
-cGK
-okE
-blL
+egJ
+yfF
+gMq
+duT
+gtk
qUt
-djp
+hdZ
tnb
qUt
tkq
@@ -109640,16 +106671,16 @@ xvh
xpU
xMr
sOR
-wkv
+eNp
vxM
-wDR
+hCB
ldq
-pmL
+wWU
xQI
ssz
-wgH
+ixG
wYd
-dQV
+fdv
yeP
uya
uya
@@ -109659,7 +106690,7 @@ uya
yeP
oFI
wYd
-hPk
+dNo
ssz
vxp
xYE
@@ -109852,43 +106883,43 @@ dDB
tYT
aJq
aJq
-ewl
+iVr
nFW
nFW
sJR
-rpS
-cMg
-cMg
-cMg
-kAw
-tgT
-kAw
-tbt
+usd
+fcW
+fcW
+fcW
+nju
+jPe
+nju
+iGt
vtL
-tuY
-wZl
-mPX
-wxV
-qOH
-wxV
-cww
+sBP
+sRL
+vRE
+gED
+bmd
+gED
+bFT
eeJ
-ewV
-ugq
-yji
-iUS
-jmQ
-oAz
-ivj
-jWW
-oHu
+wjq
+dtv
+mSa
+diF
+fBs
+dhH
+rsZ
+jQB
+kAJ
qUt
tNs
tNs
tNs
tNs
tNs
-nuZ
+rbW
spP
bRt
wsb
@@ -109899,24 +106930,24 @@ xMr
slJ
vxs
xaC
-eWJ
+ubl
ldq
roz
ssz
ssz
-tCB
+qdN
ukB
-iBG
+awO
yeP
xaW
-tcn
-bhi
+ncH
+wGU
pST
mwu
yeP
-bLF
+qPJ
ukB
-lPA
+dQE
ssz
ssz
xYE
@@ -110109,36 +107140,36 @@ dDB
aJq
aJq
aJq
-ewl
+iVr
nFW
sJR
sJR
-wue
+iOY
nFW
nFW
nFW
-fdH
+nFU
nFW
-sHG
+wNd
nFW
tDB
unK
-wZl
-dxt
-akv
-pMi
-sEq
-gDc
+sRL
+qIW
+pUD
+uUS
+sTB
+hcf
eeJ
-yji
-ugq
-buR
-tRW
-ghd
-ddd
-qXV
-hId
-uZl
+mSa
+dtv
+uQG
+vCc
+jOb
+iQV
+lYV
+iXy
+uYY
qUt
tNs
qUt
@@ -110156,7 +107187,7 @@ xMr
slJ
vxM
vxM
-eqK
+aXU
ldq
qRO
ssz
@@ -110166,7 +107197,7 @@ wYd
pGD
wSH
kJW
-wbP
+rXM
pGD
bMt
jAb
@@ -110366,42 +107397,42 @@ tYT
aJq
aJq
aJq
-ewl
+iVr
nFW
-cMg
+fcW
nFW
rqw
rqw
-nlF
-pMz
-kbr
+xso
+myl
+iUT
rqw
rqw
rqw
-pCP
+qow
rqw
-wZl
-wZl
-wZl
-iVB
-wZl
-wZl
+sRL
+sRL
+sRL
+cKi
+sRL
+sRL
eeJ
-xig
-hAa
+lxp
+syA
eeJ
eeJ
eeJ
-rBf
-pho
+rqD
+opN
eeJ
eeJ
qUt
-xOc
+xrc
qUt
-tzl
-oej
-vxg
+odD
+mtc
+deS
wua
sqA
sJi
@@ -110411,9 +107442,9 @@ xvh
uiY
uDF
uSO
-mNO
+eBy
vxM
-dFa
+bMc
ldq
qRO
ssz
@@ -110424,14 +107455,14 @@ wYd
nFa
uBy
sMU
-eyU
+kop
sMU
-vft
+ltE
nFa
wYd
sMU
pGD
-iyo
+jPM
ssz
fmH
ldq
@@ -110623,42 +107654,42 @@ blb
hwJ
aJq
aJq
-ewl
+iVr
nFW
-vXU
+rRa
nFW
-ydZ
-pdL
-nnu
-oZD
-vLY
+hUC
+luc
+cgL
+gNs
+jjI
rqw
-aOK
-vyT
-rMT
-ukG
-sVn
-eps
-ssA
-dUY
-bAR
-nUZ
-eFw
-bAR
-cEG
-uwf
+okZ
+gZS
+txC
+xsC
+iIZ
+kEd
+aHl
+gZW
+rze
+uHH
+qWC
+rze
+uSo
+vNq
rqw
-ngG
-rBf
-pho
-fGT
+ohr
+rqD
+opN
+xEM
qUt
-hQh
-qsl
-qAX
-tzI
-ygq
-mYh
+eqG
+mHh
+nNA
+rHY
+mIP
+skN
wua
wWX
blf
@@ -110668,7 +107699,7 @@ xbC
nkH
xMr
nla
-bwD
+dLq
vTx
pHw
ldq
@@ -110677,7 +107708,7 @@ ssz
ssz
xpY
tLc
-aBW
+ktl
yeP
xaW
wuq
@@ -110685,9 +107716,9 @@ aZL
ciR
mwu
yeP
-auN
+enq
ivY
-pZV
+nLM
ssz
ssz
kHo
@@ -110880,42 +107911,42 @@ dDB
dDB
aJq
aJq
-ewl
+iVr
nFW
-cMg
+fcW
nFW
rqw
rqw
-wtS
-qtp
-qOJ
+sRD
+ptC
+qKD
rqw
-blw
-lSV
-tRF
-eel
+pfo
+ebK
+ctH
+wpZ
rqw
-tku
-aoA
-bGy
-ahc
-ahc
-ahc
-ahc
-ygS
-lww
+pdl
+pEv
+iQC
+xzl
+xzl
+xzl
+xzl
+rDD
+akq
rqw
-woU
-xQV
-tXU
-dTt
+fvj
+uDz
+jXB
+nYs
qUt
-kyD
-qsl
-xBC
-cYY
-bXc
-fTE
+ffi
+mHh
+uqq
+qOG
+pXk
+cCv
wua
wtX
wtX
@@ -111137,42 +108168,42 @@ dDB
dDB
aJq
aJq
-ewl
+iVr
nFW
-cMg
-ftH
+fcW
+uJq
nFW
rqw
rqw
rqw
-gMY
+rli
rqw
-tJT
-rks
-rks
-pwd
-vOf
-sVD
-irz
-ryT
-bFa
-ryT
-ryT
-ryT
-sAv
-jmA
+wJX
+fYH
+fYH
+gAC
+djY
+rBO
+gdF
+kkS
+oZO
+kkS
+kkS
+kkS
+xjC
+xuQ
rqw
-aPC
-ufq
-wFm
-rLg
+fcU
+rem
+xvM
+uDE
qUt
-vPL
-omI
-awt
-ihT
-ukp
-uDC
+lhi
+brw
+mnl
+uOx
+llY
+rdA
qUt
sqY
ata
@@ -111394,46 +108425,46 @@ dDB
dDB
aJq
aJq
-ewl
+iVr
nFW
sJR
-rpS
+usd
nFW
-hIZ
-mle
+tuY
+iAu
rqw
-gsW
-xNK
-lyI
-sBO
-fna
-fiT
+qAj
+jsU
+xFM
+wYH
+bnX
+nkD
pzd
pzd
-eln
+rnD
pzd
-uuK
-qeD
-hEM
+jbp
+vam
+cOd
pzd
-eln
+rnD
pzd
pzd
pzd
-hFn
-nMC
+iIs
+axw
shD
qUt
-lam
-lam
-jHw
+qnb
+qnb
+oJx
qUt
-aJr
+izo
qUt
qUt
srA
lrH
-dNF
+aaH
rtZ
xvh
ugh
@@ -111469,9 +108500,9 @@ ldq
lCS
ldq
ldq
-gLL
-noI
-aWa
+sgB
+fhT
+qIC
pJz
jIc
bAT
@@ -111651,43 +108682,43 @@ dDB
dDB
tYT
aJq
-ewl
+iVr
nFW
-oGC
+krG
sJR
-boE
-cyH
-rxG
-gQk
+bdN
+rZM
+gpV
+fjp
xcF
-jxE
-rks
-sBO
-tRF
-tir
-iAQ
-bMg
-bMg
-qvt
-gAW
-rLR
-jRI
-rzF
-nXJ
-gYh
-wse
-bfF
-cLV
-tVO
-tzw
+gpA
+fYH
+wYH
+ctH
+hrR
+ugv
+rPQ
+rPQ
+cTZ
+rkF
+dBj
+luG
+evA
+vVV
+vaw
+jWz
+bAb
+dWG
+bQQ
+bji
pjT
pCv
tOk
pCv
unc
sWQ
-lrR
-qUa
+raZ
+aMr
qUa
qUa
qUa
@@ -111723,10 +108754,10 @@ ldq
kUF
kdn
kdn
-xwV
+vgY
qVn
fpq
-qNp
+liL
nBq
nBq
tkS
@@ -111908,46 +108939,46 @@ dDB
dDB
dDB
aJq
-ewl
+iVr
nFW
nFW
-sts
+hhT
nFW
rqw
rqw
rqw
-kVz
-iTO
-rks
-qgw
-tRF
-tQr
-oNN
-tcq
-tcq
-izg
-tcq
-tcq
-tcq
-tcq
-qXP
-hUy
-tcq
-oNN
-pKd
-sLb
-dgp
+lXX
+rLx
+fYH
+vrB
+ctH
+gby
+ntZ
+jpp
+jpp
+dxw
+iOT
+jpp
+jpp
+jpp
+jkC
+mei
+jpp
+ntZ
+sSj
+sfk
+wKO
sQd
-lHU
-efa
+gAu
+wrw
qfo
-vRc
-vRc
-ueA
-wvl
-ssj
-hXa
-fGm
+jRs
+jRs
+xhG
+mXV
+tFl
+gdx
+qSh
twE
tOs
pFI
@@ -112165,34 +109196,34 @@ dDB
dDB
dDB
aJq
-ewl
-ewl
+iVr
+iVr
nFW
-cMg
+fcW
nFW
-bJp
-dFH
-gLr
+stY
+kDs
+kFw
rsv
-iTO
-tRF
-cuU
-mde
-gIu
+rLx
+ctH
+pDX
+mIR
+urK
pzd
-wVP
-vPu
+tpG
+pvk
pzd
-vMd
-cmM
-oyD
-vMd
+sVe
+qMa
+uhy
+iCj
pzd
-cXK
-cKL
+cfa
+tJo
pzd
-mzB
-mnv
+vPw
+bGD
shD
sCi
sCi
@@ -112231,7 +109262,7 @@ dDB
blb
dDB
ldq
-bAO
+tUa
vXn
ldq
ldq
@@ -112240,10 +109271,10 @@ xGw
ldq
qqd
ldq
-dvM
+qdR
naN
vOr
-dDK
+mdG
uLj
oig
oig
@@ -112422,41 +109453,41 @@ dDB
dDB
dDB
aJq
-ewl
-ewl
+iVr
+iVr
nFW
-cMg
+fcW
nFW
-vNX
-vdv
+qAJ
+xHi
rqw
-mCC
-rFY
-qYs
-nTs
-nTs
-rSg
+aRv
+pbk
+cll
+sOy
+sOy
+psz
pzd
-eln
-eln
+rnD
+rnD
pzd
-aOT
-eln
-eln
-aOT
+iTN
+rnD
+rnD
+iTN
pzd
-eln
-eln
+rnD
+rnD
pzd
-vDA
-sLb
+dWF
+sfk
oYL
sCc
tOO
aYY
sCi
-kWf
-pkl
+rqt
+uTb
rrU
vwc
vDX
@@ -112500,13 +109531,13 @@ ldq
uLj
uLj
vOr
-uwS
+iNS
uLj
blb
blb
oig
oqg
-cZd
+pkR
vtC
blb
dDB
@@ -112680,19 +109711,19 @@ dDB
dDB
aJq
aJq
-ewl
+iVr
nFW
-uvM
+kxF
nFW
nFW
nFW
nFW
-qWt
-rFY
-vEk
-jiA
-elb
-xmK
+jGT
+pbk
+qKz
+pfW
+gHD
+dtm
pzd
bqy
bqy
@@ -112705,17 +109736,17 @@ bqy
bqy
bqy
pzd
-gJJ
-gwT
+qAt
+yio
shf
sCc
-xUJ
+tDz
pTs
sCi
cHC
qUm
rrU
-aOY
+rZw
vDX
xww
ruD
@@ -112754,10 +109785,10 @@ qqd
qqd
qqd
ldq
-hsa
+hWE
mAP
vOr
-jKL
+vzh
uLj
foL
blb
@@ -112937,20 +109968,20 @@ dDB
dDB
dDB
aJq
-ewl
+iVr
nFW
sJR
sJR
-wbY
-wbY
-fZR
+xUy
+xUy
+gbG
rsv
-tmm
-pBK
-vIa
-jiA
-tAK
-eln
+hCN
+eVH
+eQF
+pfW
+oaK
+rnD
bqy
bqy
bqy
@@ -112961,16 +109992,16 @@ bqy
bqy
bqy
bqy
-eln
+rnD
oss
-gwT
+yio
ibv
sCc
pTz
pTz
qfA
-qWz
-upS
+mlK
+npV
rsg
rSz
vDX
@@ -113007,14 +110038,14 @@ ssz
lmb
ssz
ssz
-bbD
+njh
kgk
xQI
ldq
uLj
uLj
vOr
-qPQ
+jtD
uLj
blb
blb
@@ -113198,15 +110229,15 @@ aJq
nFW
nFW
nFW
-wbY
+xUy
nFW
nFW
-gSp
-rFY
-otH
-vjo
-vjo
-wRG
+ioz
+pbk
+dFN
+eZj
+eZj
+pHc
pzd
bqy
bqy
@@ -113218,22 +110249,22 @@ bqy
bqy
bqy
bqy
-eln
+rnD
oss
-oDL
+gFm
shD
sCi
-dhg
-hkr
+mhZ
+pSN
sCi
-oBg
+kFq
vDX
vDX
vDX
vDX
xww
vDX
-eVQ
+eDr
xdc
xtL
xQW
@@ -113260,8 +110291,8 @@ mLA
dWs
lXg
cJL
-sgf
-fah
+klF
+evv
ktB
ssz
ssz
@@ -113271,7 +110302,7 @@ ssz
txV
aJX
vOr
-dzy
+oIx
uLj
foL
blb
@@ -113453,18 +110484,18 @@ dDB
dDB
aJq
aJq
-ewl
+iVr
nFW
-nGV
+exM
nFW
-wvI
-ifw
-xNM
-jdg
-kIu
-kIu
-usV
-eln
+kNX
+blP
+xUT
+arH
+nUY
+nUY
+iCq
+rnD
bqy
bqy
bqy
@@ -113476,12 +110507,12 @@ bqy
bqy
bqy
pzd
-pkL
-ksH
+djO
+deb
wkF
-ggH
+gxl
pDD
-wlT
+dvY
vDX
vDX
vDX
@@ -113513,13 +110544,13 @@ heB
nZQ
srb
yeQ
-mdF
-rpa
+gjg
+hUH
fsL
fsL
qKt
mJy
-nDa
+bcO
yeQ
pus
nZQ
@@ -113533,7 +110564,7 @@ uLj
blb
blb
oig
-mHu
+uBo
idp
vtC
blb
@@ -113710,17 +110741,17 @@ blb
blb
hwJ
aJq
-ewl
+iVr
nFW
-nGV
+exM
nFW
-iFF
-qql
+uKD
+bFt
xcF
-sus
-lGS
-dxY
-rqC
+sDs
+aFu
+bbT
+mql
pzd
qBl
bqy
@@ -113732,13 +110763,13 @@ bqy
bqy
bqy
nMX
-eln
+rnD
oss
-gwT
+yio
wkF
pkS
pDQ
-dyD
+xnk
qgx
xww
uHR
@@ -113790,7 +110821,7 @@ uLj
oig
oig
tuT
-wmG
+nBF
idp
vtC
blb
@@ -113967,18 +110998,18 @@ dDB
dDB
aJq
aJq
-ewl
+iVr
nFW
-cOf
+reS
nFW
-guA
+xFD
xIW
xcF
-kid
-nyU
-mRV
-qfr
-eln
+rax
+uek
+pTZ
+ayZ
+rnD
bqy
bqy
bqy
@@ -113990,18 +111021,18 @@ bqy
bqy
bqy
pzd
-qBR
-gwT
+oEk
+yio
wkF
plJ
-qEA
+ncr
bgp
vDX
qxP
vDX
wPd
wPd
-dWQ
+pNF
vmn
pqm
pqm
@@ -114020,7 +111051,7 @@ rMH
tjj
blb
ssz
-shb
+aVF
ldq
ssz
dmT
@@ -114224,16 +111255,16 @@ dDB
dDB
aJq
aJq
-ewl
+iVr
nFW
-nGV
+exM
nFW
rqw
-vrq
+fzI
rqw
-msp
+rSy
rqw
-hwi
+jRv
rqw
pzd
bqy
@@ -114246,12 +111277,12 @@ bqy
cZm
bqy
bqy
-eln
+rnD
oss
-gwT
+yio
wkF
-lMS
-dTq
+gCI
+jpW
tpk
vDX
xww
@@ -114266,7 +111297,7 @@ tPm
fTM
bAs
ykL
-xQM
+lJB
oah
wtt
fDQ
@@ -114301,7 +111332,7 @@ pGK
gWN
jFh
tuT
-sGy
+xCI
ufn
rFi
vbR
@@ -114481,17 +111512,17 @@ dDB
aJq
aJq
aJq
-ewl
+iVr
nFW
-wbY
+xUy
nFW
-vsi
-cUi
+rlq
+fjQ
rqw
-dgw
+ckb
rqw
-kbe
-fnD
+oRp
+vvd
pzd
bqy
bqy
@@ -114503,9 +111534,9 @@ bqy
bqy
bqy
bqy
-eln
+rnD
oss
-gwT
+yio
vDX
vDX
vDX
@@ -114522,32 +111553,32 @@ jXA
xRg
xuu
enb
-wQP
+hXP
xPv
uSi
-wtu
+qwp
wKz
-odY
+xrX
xBj
xUB
yha
tqD
dDB
ssz
-sRx
+ppL
roz
ssz
vLv
jLF
yeQ
fJl
-xOi
+lgw
iTB
aSy
kkd
aSy
wtc
-quu
+cOC
fJK
yeQ
cdg
@@ -114567,7 +111598,7 @@ ufn
ufn
sqh
bEN
-uCS
+afJ
jGA
vtC
cWZ
@@ -114582,7 +111613,7 @@ cWZ
vtC
rzJ
vJN
-kKI
+fhZ
tuT
tuT
dDB
@@ -114738,31 +111769,31 @@ tYT
aJq
aJq
aJq
-ewl
+iVr
nFW
-wbY
+xUy
nFW
-gYk
-uMk
+aSt
+aBL
rqw
-giv
+jsE
rqw
-epO
-ijd
+agp
+vpP
pzd
bqy
bqy
bqy
bqy
-rWg
-hiB
-hiB
-hiB
-hiB
-hiB
-com
-iuw
-gwT
+dQn
+ppV
+ppV
+ppV
+ppV
+ppV
+fLR
+qOJ
+yio
iOv
veq
xww
@@ -114771,7 +111802,7 @@ aop
xww
xww
wPd
-gtT
+cmn
vMt
tQQ
vMt
@@ -114780,7 +111811,7 @@ eDz
fTM
xRB
ykL
-maO
+ipj
jyw
wtt
kSd
@@ -114797,27 +111828,27 @@ ssz
vLv
qIk
yeQ
-eLw
-kCk
+shm
+tNR
uDg
xvF
xvF
mIg
pQY
-gOe
+iFm
kau
yeQ
fDY
xbe
pQE
sMu
-sCC
+vks
gWN
tbK
mPu
tbK
tbK
-reu
+kho
vbR
lRj
vbR
@@ -114997,7 +112028,7 @@ aJq
aJq
nFW
nFW
-fZR
+gbG
nFW
nFW
nFW
@@ -115008,18 +112039,18 @@ nFW
nFW
pzd
pzd
-eln
+rnD
pzd
-aOT
-kkU
+iTN
+laU
pzd
-aOT
+iTN
pzd
-eln
+rnD
pzd
pzd
-hcm
-ygo
+gGk
+gtH
vDX
vDX
vDX
@@ -115030,7 +112061,7 @@ xww
wPd
wPd
mzo
-pql
+rsl
pqm
pqm
tOZ
@@ -115054,15 +112085,15 @@ ssz
xLk
qIk
vuB
-rky
-dFw
+orW
+lve
uDg
pMA
xvF
xvF
pQY
-gOe
-bZR
+iFm
+sWc
yeQ
rJw
eAY
@@ -115070,10 +112101,10 @@ pQE
jSw
fEd
yel
-lCM
+pHq
tuT
tXG
-tkl
+vcd
tbK
jUc
ixM
@@ -115082,9 +112113,9 @@ ufn
hMA
jIj
ufn
-bfK
+vJB
uKN
-uzl
+lNk
ufn
yhF
viT
@@ -115253,29 +112284,29 @@ aJq
aJq
aJq
nFW
-wvK
-uVF
-jJH
-cMg
-uTx
-qLK
-qLK
-cMg
-cMg
-iHv
-foJ
+hKT
+mkN
+bJn
+fcW
+aPV
+rEd
+rEd
+fcW
+fcW
+jVY
+cvk
nFW
-saP
-hrw
-oBq
-pVF
-cyS
-oBq
-xKW
-flK
-iYy
-tNI
-ufq
+uvG
+siN
+ngd
+nuV
+sue
+ngd
+cUB
+baO
+pOT
+gMz
+rem
rQA
shD
xbg
@@ -115312,13 +112343,13 @@ vLv
nye
aSy
jGL
-xpB
+iOL
iTB
aSy
vWI
aSy
wtc
-niP
+opW
bWs
yeQ
mYW
@@ -115335,7 +112366,7 @@ aJZ
kTw
kTw
hLU
-ciA
+kWR
svs
tGU
tGU
@@ -115510,34 +112541,34 @@ aJq
aJq
aJq
nFW
-qco
-nGV
-lOz
-uVF
-gpw
-cOf
-nGV
-fsB
-wbY
-qLK
-mpd
+mAi
+exM
+bYK
+mkN
+pNh
+reS
+exM
+seN
+xUy
+rEd
+aWb
nFW
-mns
-qQd
-lLn
-kPd
-oBq
-mtK
-wyB
-flK
-iYy
-kOF
-ufq
-oVc
-uEd
+pTA
+hEw
+bWp
+gjn
+ngd
+ibF
+diG
+baO
+pOT
+ycQ
+rem
+nvB
+jqq
xbg
pGU
-dSA
+aRo
qhF
svh
xww
@@ -115589,7 +112620,7 @@ tuT
jOF
wOC
rlH
-tgN
+okk
kTw
tqX
kfy
@@ -115775,33 +112806,33 @@ nFW
nFW
nFW
nFW
-gSE
-gSE
+eav
+eav
nFW
nFW
-iYy
-iYy
-bPZ
-pKs
-lIC
-sDt
-iYy
+pOT
+pOT
+tlJ
+cYp
+jTC
+eOX
+pOT
xQJ
xQJ
xQJ
ryt
-oVc
-fSs
+nvB
+uIy
pnq
pHI
-hPe
+vsi
tPH
wPd
wPd
fpB
wPd
gsv
-kSG
+wMN
tbB
ygu
xdc
@@ -115827,7 +112858,7 @@ cYG
srb
yeQ
pVU
-nNA
+ukE
tEj
rfJ
rcl
@@ -115844,7 +112875,7 @@ tuT
tuT
tuT
kNZ
-soX
+kiR
rlH
oZL
kTw
@@ -116029,36 +113060,36 @@ aJq
aJq
aJq
wOp
-sKW
-irt
+fqT
+mpl
wOp
-upE
-cvD
+oLr
+tLj
wOp
-pkA
-sSp
-iYy
-iYy
-qkh
-iYy
-iYy
-iYy
+fsq
+iRl
+pOT
+pOT
+pTk
+pOT
+pOT
+pOT
xqs
xMO
xQJ
-wKP
+wMG
xPx
ibv
oIR
pHM
tpK
-mpI
+dnO
vMC
krd
-qkO
-vTh
+sDM
+cKa
stP
-vKW
+pzK
tbD
ygu
xdc
@@ -116096,13 +113127,13 @@ bqD
mOI
rIY
hLS
-asw
+jmF
bYf
dxO
wOC
wOC
nyQ
-xHn
+hiU
ktD
kTw
sok
@@ -116286,36 +113317,36 @@ aJq
aJq
aJq
wOp
-mxz
-szd
-jCL
-qXD
-lih
-nyM
-oBx
-prn
-kcb
+hOY
+rCS
+fsl
+usP
+tAr
+mlp
+fLg
+tHi
+tfc
wOp
-cdZ
+mTc
xQJ
ejn
vJx
-xyd
+pmq
xMo
xQJ
-tWg
+wcR
rQA
shG
sCB
sUe
tpO
-mVW
+cZx
vMC
apF
vfk
rWr
tLn
-vKW
+pzK
tbD
tyA
tTx
@@ -116341,11 +113372,11 @@ cCb
jlS
yeQ
buA
-nyz
+idd
iiW
iiW
egr
-nLQ
+vCs
nVx
yeQ
eDF
@@ -116354,7 +113385,7 @@ pAs
rIY
irs
oND
-sYN
+ozs
dMm
wOC
aHu
@@ -116543,26 +113574,26 @@ aJq
aJq
aJq
wOp
-cms
-dDL
-jOl
+kqU
+uvz
+ogE
jhm
-kkt
-fUS
-cfa
-aDC
-beq
+qJH
+wQc
+pot
+rUq
+lyq
wOp
-cdZ
+mTc
xQJ
mbV
vJx
-pZk
+mrc
xMT
xQJ
-xLU
+rTC
rQA
-aMu
+boi
xbg
sUE
tqh
@@ -116598,12 +113629,12 @@ aSy
aSy
aSy
jKq
-iLb
-sLF
-sLF
-sLF
-vBu
-llS
+lRm
+eWO
+eWO
+eWO
+jKg
+swF
eWI
eWI
eWI
@@ -116619,7 +113650,7 @@ kOV
kOV
rIY
rIY
-thk
+fPV
kjw
svs
grm
@@ -116800,21 +113831,21 @@ aJq
aJq
aJq
wOp
-oWA
-iOd
-qmu
-gLe
-cwO
-gvC
-pAj
-oaz
-jdD
+wrS
+nFc
+miQ
+wKR
+cLJ
+raR
+iqi
+cUY
+dnk
wOp
-blj
+pYi
xXT
-jeD
+ihv
rdw
-ewh
+dWm
xQJ
xQJ
sgY
@@ -116822,8 +113853,8 @@ oNX
shD
xbg
rOK
-gMc
-wlP
+vvW
+fot
vMC
tiQ
iIw
@@ -117057,23 +114088,23 @@ aJq
aJq
aJq
wOp
-jWr
-dKO
+rds
+hcT
wOp
-rCr
-hgt
+wny
+bua
wOp
-jFg
-rSF
-nvG
-xrg
-lXy
+vZK
+dTd
+ghX
+kgw
+xvV
xQJ
xQJ
-sRh
-pXf
+bfE
+rIo
xQJ
-ipo
+ohN
oUC
oPM
sDj
@@ -117086,7 +114117,7 @@ eJm
noe
hYK
pNO
-pcX
+iyt
vMC
wMP
uUf
@@ -117314,23 +114345,23 @@ aJq
aJq
aJq
wOp
-fsH
+gRH
wOp
wOp
-gZw
-dqn
-rSF
-gJg
-pBS
-bHe
+nWk
+iHz
+dTd
+vCq
+ppT
+pyk
wOp
mIW
xRW
tSv
-rEt
+fik
nou
xQJ
-vTu
+ifg
xlL
oPM
wBI
@@ -117364,18 +114395,18 @@ ifU
eGc
cAb
xjb
-aHG
+pYZ
nyB
gOQ
cvH
xiT
blk
-wgk
+fxi
rrb
-wgk
+fxi
ibI
-nzr
-rOC
+bON
+dcx
eWI
maL
usF
@@ -117581,13 +114612,13 @@ wOp
wOp
wOp
wOp
-cdZ
+mTc
xRW
xqS
-rEt
+fik
xqS
xQJ
-jQt
+tOa
oPM
oPM
wBI
@@ -117600,7 +114631,7 @@ vso
fHT
veK
dDF
-vkn
+wuV
vMC
xFA
sMh
@@ -117621,8 +114652,8 @@ hHf
aXI
awE
kdO
-teT
-cRc
+niF
+mIm
gMR
pAl
deh
@@ -117631,7 +114662,7 @@ uTR
rFF
sea
wqb
-sPg
+dlG
ois
eWI
umz
@@ -117838,7 +114869,7 @@ wtx
xXT
kNu
lfa
-cdZ
+mTc
xQJ
mjf
mFh
@@ -117846,7 +114877,7 @@ noB
xQJ
avN
oPM
-kBR
+rYt
wBI
sEr
dQQ
@@ -117857,7 +114888,7 @@ vir
vir
vir
vir
-eHb
+oNN
yfA
mfl
xds
@@ -117879,7 +114910,7 @@ reh
vnf
wML
oOw
-aUN
+keP
qrb
aSy
svz
@@ -117905,7 +114936,7 @@ ycE
cOW
aLr
tqX
-tLO
+sNb
svs
blb
svs
@@ -118093,16 +115124,16 @@ aJq
xXT
bsu
opA
-uiw
-mWU
-gda
+goA
+jDS
+uFt
plB
caI
mFP
qrm
qNn
wBI
-ovj
+dnM
wBI
sDj
sES
@@ -118145,7 +115176,7 @@ aSy
aSy
aSy
aSy
-jZW
+sjl
nlC
eWI
tJX
@@ -118350,7 +115381,7 @@ aJq
xXT
nkm
xXT
-cdZ
+mTc
lfd
vwd
xQJ
@@ -118378,32 +115409,32 @@ vbK
xuW
xam
vhJ
-gan
+xzc
wec
gGK
aPX
smk
-xDW
+rrw
wIY
wIY
nAF
srK
srK
-mDZ
+rMj
vnf
wML
rOX
-gYH
+sTa
sYa
yfs
-kKN
+hPU
xKX
-tXY
-axW
+fKN
+xMc
xKX
-fzM
-aMi
-sGV
+jsa
+nCe
+kIm
eWI
dov
oLg
@@ -118607,7 +115638,7 @@ dDB
xXT
xXT
xXT
-gay
+wHS
xXT
xXT
xQJ
@@ -118622,7 +115653,7 @@ rKC
pnU
xlL
xlL
-qiy
+rDN
vRh
uMH
vbK
@@ -118649,18 +115680,18 @@ udw
uHd
lhm
wEC
-vey
-uEw
+gGV
+dGK
sYa
cqn
-qgi
+xTR
foI
gJS
lIL
gJS
-ijy
+cDa
mOm
-jun
+uLT
oWr
tJX
tJX
@@ -118864,7 +115895,7 @@ dDB
dDB
blb
xXT
-cdZ
+mTc
xXT
oOb
xRq
@@ -118884,9 +115915,9 @@ vRh
uMH
xfc
rYm
-ikB
-fld
-ikB
+phm
+vmp
+phm
wPK
xfc
vRh
@@ -118907,9 +115938,9 @@ sZK
vnf
cVQ
rOX
-qBd
+psj
sYa
-akN
+rtI
dXU
aSy
deQ
@@ -118917,7 +115948,7 @@ tst
deQ
aSy
iMI
-mEl
+tTT
eWI
wuf
tJX
@@ -118932,11 +115963,11 @@ xXP
xXP
oOl
rIY
-smp
+pAY
kfy
obP
urB
-gWU
+aKS
asb
msJ
msJ
@@ -119121,11 +116152,11 @@ dDB
dDB
blb
ukI
-jUL
-bxp
-mWU
-lne
-jef
+wkG
+ebc
+jDS
+cmD
+pEq
lYf
rsL
iJb
@@ -119136,11 +116167,11 @@ pdU
qka
voh
eWD
-jQo
+ino
vRh
pwA
rvX
-wCh
+ixT
svy
sSW
tbS
@@ -119164,17 +116195,17 @@ uHd
vnf
dav
rOX
-rZj
+ePy
sYa
xlM
qrB
yeQ
yeQ
-hrA
+riq
yeQ
yeQ
qrB
-fZj
+bjc
eWI
dNy
tJX
@@ -119380,7 +116411,7 @@ blb
xXT
kNI
xXT
-vnR
+wsL
vwd
fzq
xau
@@ -119397,7 +116428,7 @@ vbK
upr
uMH
xfc
-uAB
+yka
vPf
rXW
tdw
@@ -119421,13 +116452,13 @@ sZK
vnf
lsO
rOX
-ugX
+xpy
sYa
sYa
sYa
xlP
xlP
-cqE
+fSg
xlP
xlP
eWI
@@ -119439,14 +116470,14 @@ vlV
uXU
vlV
kAR
-kgP
+dng
vkZ
lCN
-cqp
-iWK
-rzV
+fLI
+cQo
+cMY
vlV
-thk
+fPV
jWO
svs
dDB
@@ -119654,7 +116685,7 @@ vbK
xva
uMH
vbK
-osw
+fyL
svD
sKz
uWv
@@ -119670,7 +116701,7 @@ wHg
mbZ
xia
jYr
-bua
+oaY
lZB
ivz
jYr
@@ -119684,7 +116715,7 @@ cVz
sYa
rQw
xlP
-ldt
+pPp
xlP
tGp
eWI
@@ -119693,15 +116724,15 @@ usJ
lCN
jsX
vlV
-nhw
+dqj
vlV
-thB
+lEN
fsW
quw
vlV
-imc
-crv
-tuB
+kjO
+fla
+keO
vlV
qXh
rhH
@@ -119895,14 +116926,14 @@ uRF
kNJ
orC
oPQ
-kbh
+kbm
rsL
xau
rsL
xSt
xWq
-oxK
-rUg
+iRk
+aQZ
wJL
prf
dSb
@@ -119910,13 +116941,13 @@ hiV
vbK
upy
qWJ
-rwk
-wVU
+oCr
+oBX
mzl
aOz
-nGF
-wyq
-pMD
+fRl
+skV
+nTJ
gto
fqG
sQb
@@ -119956,8 +116987,8 @@ vlV
vlV
vlV
vlV
-tBw
-tBw
+uhT
+uhT
niZ
pCU
tqX
@@ -120152,13 +117183,13 @@ uRF
uRF
orC
vWM
-wHU
+tGB
rsL
mIh
rsL
xTO
-rmr
-ydH
+cHI
+ily
xPj
wJL
sHX
@@ -120169,14 +117200,14 @@ upP
rwg
vbK
dtC
-qQw
-ikB
-ikB
-jiG
+vym
+phm
+phm
+dss
vbK
sfq
uGX
-vjZ
+hXp
xqn
xqn
wvM
@@ -120186,7 +117217,7 @@ xEd
bBr
yjt
eTT
-nYg
+abk
jxk
vKX
vnf
@@ -120198,7 +117229,7 @@ duc
sYa
axN
xlP
-gYJ
+gWf
xlP
xlP
eWI
@@ -120218,7 +117249,7 @@ niZ
niZ
vlV
tqX
-uou
+vEn
svs
grm
grm
@@ -120422,7 +117453,7 @@ prh
sYb
ttD
vbK
-qzD
+gml
xfc
vbK
bWi
@@ -120433,7 +117464,7 @@ tzH
vbK
the
fqG
-wfD
+xHZ
ocb
mau
ocb
@@ -120443,7 +117474,7 @@ xVv
ocb
ocb
mau
-xTT
+ozu
dNz
erE
vnf
@@ -120453,11 +117484,11 @@ pXQ
kwA
xaR
sYa
-dOs
+xdV
xlP
gpy
xlP
-mYT
+orz
eWI
eWI
eWI
@@ -120666,7 +117697,7 @@ uRF
uRF
vWM
vWM
-cce
+ewt
rsL
mJq
rsL
@@ -120712,7 +117743,7 @@ boW
sYa
mwJ
xlP
-ksk
+ygf
xlP
fvH
eWI
@@ -120728,11 +117759,11 @@ eWI
tJX
tJX
vlV
-iiv
+nsW
geS
-rMZ
+aWz
xsW
-xtA
+agK
qRo
wGq
hgu
@@ -120921,15 +117952,15 @@ dDB
blb
uRF
kPv
-frC
-hKj
-psT
+fMg
+auO
+cbH
rsL
wBs
noN
vjb
vjb
-sza
+uoH
ikc
vwd
rsL
@@ -120985,7 +118016,7 @@ eWI
pPZ
uzo
vlV
-tHk
+bNu
xQj
msJ
nwj
@@ -121187,7 +118218,7 @@ xXT
qNF
rej
wBs
-pLb
+ijk
jSR
wxd
qYv
@@ -121197,8 +118228,8 @@ eXW
uNR
viA
sbN
-wKA
-nZF
+iXM
+oKn
tuE
owv
rOW
@@ -121210,7 +118241,7 @@ xia
xia
xia
cxO
-bNX
+qLX
cxO
xia
xia
@@ -121242,10 +118273,10 @@ eWI
eWI
eWI
eWI
-dEs
+cDf
xQj
svs
-iZc
+uzY
qbn
svs
kNK
@@ -121449,14 +118480,14 @@ rsL
rsL
xtI
xtI
-iGf
+gXs
urd
vTm
xok
xok
xok
sMD
-tfj
+xcf
sMD
wMO
ukQ
@@ -121464,14 +118495,14 @@ qTe
sxF
qTb
vYL
-wwX
+hMS
wNT
xnC
xnC
xnC
rfO
aGv
-kSr
+tUD
vId
icT
bxI
@@ -121491,7 +118522,7 @@ blb
wos
nFs
bgQ
-kDO
+hvX
fsT
eXo
blb
@@ -121500,9 +118531,9 @@ blb
blb
sLU
tYN
-cjB
+imI
svs
-lqW
+ewF
xJi
svs
pSq
@@ -121698,24 +118729,24 @@ xXT
xXT
xWd
rsL
-rFB
+ndY
pms
gaL
-pLA
-esj
+oJL
+yhK
prW
pms
tCD
-oyz
+tiv
urd
qXL
xok
uGK
xok
wcq
-tIw
+pED
kea
-xff
+qpt
ede
hoG
vkt
@@ -121723,17 +118754,17 @@ vCe
oJn
xer
sZx
-wsl
-wTn
-uRN
-ird
+wPX
+wFa
+emn
+unT
hsC
jbd
jiT
cDy
efK
wML
-rVr
+fKP
sxm
eXo
eXo
@@ -121747,7 +118778,7 @@ blb
blb
wos
jMa
-cnL
+mWE
gZh
oJP
eXo
@@ -121757,7 +118788,7 @@ eXo
eXo
eXo
qCc
-uZI
+xBp
svs
grm
grm
@@ -121956,11 +118987,11 @@ wyK
xfa
rsL
lRh
-tWn
+pfT
kaD
-fAy
-fAy
-shX
+jpE
+jpE
+sJr
kaD
tCD
vtA
@@ -121971,7 +119002,7 @@ dSq
xok
mzf
wwQ
-snN
+gkv
wMO
gAA
jtI
@@ -121982,8 +119013,8 @@ xFA
fbO
ixU
ipx
-hrK
-nvO
+lHb
+skT
sCR
eQt
fjL
@@ -121992,7 +119023,7 @@ vnf
wML
pwn
eXo
-tUI
+xCs
wdS
eXo
wos
@@ -122011,7 +119042,7 @@ eXo
eXo
eXo
jat
-tUI
+xCs
nVF
msJ
xQj
@@ -122218,29 +119249,29 @@ seM
rVy
seM
oGL
-gsc
+gfQ
tCD
-sST
+mkh
ntK
lSu
xok
tNz
xok
-fIc
+bgg
tfE
vFG
wMO
-eqk
+eMk
uTO
uTO
xok
dXb
xok
wOh
-gYi
+rUc
qbN
xZE
-aiy
+ugo
roZ
eQt
wYa
@@ -122255,7 +119286,7 @@ wos
sXw
vVX
sTK
-tUD
+hGr
vbQ
iVE
ksg
@@ -122271,7 +119302,7 @@ jrU
qlz
nVF
msJ
-maH
+cYk
svs
blb
blb
@@ -122478,7 +119509,7 @@ psn
oyQ
oyQ
oyQ
-xNV
+rTY
tCD
xok
vhC
@@ -122493,7 +119524,7 @@ cyx
xok
upe
xok
-ePL
+avr
nuo
eQt
eQt
@@ -122505,10 +119536,10 @@ xok
qID
iHM
uSB
-lDc
-vRF
+oPR
+qxB
nKj
-jXr
+gKH
mny
oWC
mny
@@ -122523,11 +119554,11 @@ qDi
aEJ
bZt
mHZ
-srE
+oDt
lom
tGI
-lDc
-kWH
+wYW
+fKa
pGp
svs
dDB
@@ -122736,7 +119767,7 @@ oyQ
pVa
qjh
qzL
-vkY
+kbI
xok
vhC
sHV
@@ -122746,26 +119777,26 @@ fds
xok
fni
xWw
-dhE
+cip
ujT
-ueK
+mYd
xok
xok
xok
xok
-eZb
-uOM
+enV
+ouz
xOw
xok
itF
xok
qFb
wML
-uha
-ccF
+gDB
+rMU
gMe
nRr
-pJu
+hid
rqm
vwx
rYp
@@ -122780,10 +119811,10 @@ woD
qCY
toh
tAT
-pJu
+img
ldx
gMe
-ccF
+rMU
msJ
xQj
svs
@@ -122989,7 +120020,7 @@ rsL
quq
xQX
ptj
-pLg
+grS
jGW
vkU
ogT
@@ -123011,14 +120042,14 @@ xEq
xEq
xok
cnG
-uyF
+cZl
gMQ
xok
sjp
rNd
vnf
uzK
-kye
+dde
nVF
qsg
kcW
@@ -123026,7 +120057,7 @@ wos
udv
tSq
mvo
-tUD
+hGr
bFw
ulK
cdn
@@ -123275,7 +120306,7 @@ sjp
xaN
xjo
qQK
-iEC
+kuO
nVF
aAD
sCk
@@ -123519,7 +120550,7 @@ wZA
wZA
tUH
vDC
-tMw
+esz
xaN
wQx
xEq
@@ -123546,7 +120577,7 @@ blb
blb
wos
tMs
-cnL
+mWE
gZh
bmr
eXo
@@ -123555,7 +120586,7 @@ eXo
eXo
eXo
eXo
-sWi
+cru
xaI
svs
svs
@@ -123767,7 +120798,7 @@ dDB
dDB
xaN
eSV
-oQa
+vmN
viP
xaN
mSH
@@ -123803,8 +120834,8 @@ ifa
blb
wos
aoa
-twr
-cVh
+llH
+cKL
mTM
eXo
blb
@@ -123813,7 +120844,7 @@ blb
blb
sLU
tYN
-jpI
+apl
svs
dDB
dDB
@@ -124033,7 +121064,7 @@ tZi
xWL
vkV
nBG
-tPr
+liS
xaN
eUN
xwS
@@ -124046,16 +121077,16 @@ fWJ
bNl
bCQ
qgq
-mEJ
+vOf
uXC
scj
ifa
ifa
ifa
ifa
-wWV
+kmP
vLi
-wkN
+tQr
ifa
dDB
eXo
@@ -124070,7 +121101,7 @@ kQt
kQt
kQt
xJm
-jvs
+sOt
svs
dDB
dDB
@@ -124296,8 +121327,8 @@ xok
xok
xok
xok
-vgY
-eSe
+hNV
+tbI
xok
qNO
xaN
@@ -124310,8 +121341,8 @@ jTu
gTK
bDD
dhy
-lxF
-gUD
+otB
+lee
lCh
ifa
dDB
@@ -124327,7 +121358,7 @@ kVx
bEd
hyE
hZP
-eSb
+uaF
svs
blb
blb
@@ -124544,7 +121575,7 @@ blb
dDB
xaN
dNG
-rdJ
+gJQ
vlq
vFn
qNO
@@ -124553,22 +121584,22 @@ wRd
qsV
xEQ
elh
-fFR
-knR
+yba
+lDr
xok
geg
xok
bEB
mWc
-jTC
-xCh
+eYH
+atB
vXH
jnk
-fMi
-iee
+gqh
+bcK
kXQ
-wIi
-pei
+jId
+ciW
qKe
ifa
blb
@@ -124810,10 +121841,10 @@ wRo
vTf
xFI
gfu
-rMu
-rMu
-rMu
-gkz
+ckt
+ckt
+cJk
+lwu
lkV
whF
okW
@@ -124822,11 +121853,11 @@ fUo
hyE
xKl
vkW
-cGs
+uWr
kCI
-fMi
-pei
-xnJ
+gqh
+ciW
+jJT
kQt
kQt
kQt
@@ -125069,7 +122100,7 @@ sbq
aFj
lkV
iJL
-wtD
+lBO
vTv
dpz
boY
@@ -125079,7 +122110,7 @@ xZX
hyE
gTS
nUo
-dpL
+bGe
iqD
fVy
nQo
@@ -125325,9 +122356,9 @@ jiR
reN
hRA
reN
-wvL
-nKO
-lSE
+xUX
+aTO
+kpX
lnu
enG
xMK
@@ -125347,7 +122378,7 @@ oix
hyE
hyE
oCM
-aQB
+mGM
hyE
leP
leP
@@ -125583,17 +122614,17 @@ oZz
xZJ
aVT
enG
-kMc
-kMc
-kMc
-acw
+kUa
+kUa
+kUa
+vIz
xpR
kQt
-iSg
+nhl
kat
dzE
oTj
-tOw
+eLB
hyE
hKs
pYx
@@ -125840,7 +122871,7 @@ nWh
xEn
nWh
xnR
-bXi
+aLC
wLZ
xwn
cns
@@ -126349,7 +123380,7 @@ dDB
blb
yeZ
rma
-xIx
+oCB
xFL
dtk
kZF
@@ -126357,8 +123388,8 @@ pSB
qei
qZU
jeG
-qYQ
-mIc
+oxg
+fZG
hQD
cqx
kQt
@@ -126605,17 +123636,17 @@ dDB
dDB
blb
rle
-cIy
+oqi
xFL
-ier
+rCa
lwn
aMy
nNZ
qei
rss
hcb
-oPA
-qQn
+owH
+sQX
idt
tKG
kQt
@@ -126862,8 +123893,8 @@ dDB
dDB
blb
yeZ
-fmY
-due
+iyr
+dEL
wVg
nzL
nzL
@@ -126871,12 +123902,12 @@ nzL
qei
vCQ
qSC
-tkd
-oqs
+kcQ
+gpT
bVD
agy
kQt
-wDt
+tdE
rWA
mfp
uyA
@@ -127120,7 +124151,7 @@ dDB
blb
rle
wTJ
-jEy
+lDw
ejx
bry
heT
@@ -127128,14 +124159,14 @@ teE
qei
xwQ
wCH
-qWf
-kDU
+sXL
+rzd
sGE
hon
kQt
lHc
pyh
-lFe
+xyZ
pxZ
xTf
nZq
@@ -127376,17 +124407,17 @@ blb
blb
nzL
yeZ
-cLU
-jEy
-lms
-jEy
-ttx
+iHv
+lDw
+fKd
+lDw
+bHy
rxP
qei
-skL
-gYj
-lbe
-kDU
+whD
+hwh
+cTp
+rzd
uQb
ijB
kQt
@@ -127634,22 +124665,22 @@ dDB
nFI
yeZ
wXg
-nPg
-mXX
+rud
+aGb
rFp
yly
-bzD
+rBg
rGp
blJ
qnJ
oiT
obs
-mPl
-hSs
+ilE
+nwk
kQt
jeC
dLQ
-khm
+jie
vHx
hyE
lKG
@@ -127894,8 +124925,8 @@ cwb
sDA
sgw
yeZ
-ugv
-aBf
+ser
+lfc
kQt
kQt
kQt
@@ -128151,14 +125182,14 @@ yeZ
yeZ
yeZ
yeZ
-ueL
-dbG
+oXa
+dYW
dxZ
dLQ
dLQ
dLQ
dLQ
-edV
+irc
hyE
jeC
xAv
@@ -128409,7 +125440,7 @@ blb
blb
yeZ
pUC
-lzK
+bFh
kQt
hyE
hyE
@@ -128417,7 +125448,7 @@ hyE
hyE
kit
dLQ
-abQ
+tUZ
hyE
hyE
dDB
@@ -130230,7 +127261,7 @@ pnt
ylD
ksN
sVk
-wOr
+jQj
xpb
ylD
lVz
@@ -131524,7 +128555,7 @@ xqq
xLY
ylD
lye
-rcK
+lNF
ylD
ylD
ylD
diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm
index 77561d4a5219f3..a5f5352ae698bc 100644
--- a/_maps/map_files/Deltastation/DeltaStation2.dmm
+++ b/_maps/map_files/Deltastation/DeltaStation2.dmm
@@ -16232,7 +16232,7 @@
/obj/structure/table/reinforced,
/obj/item/paper_bin,
/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/incident_display/delam/directional/south,
+/obj/machinery/incident_display/bridge/directional/south,
/turf/open/floor/iron/dark,
/area/station/command/bridge)
"dXO" = (
@@ -22839,9 +22839,8 @@
/turf/open/floor/iron,
/area/station/security/checkpoint/medical/medsci)
"fGn" = (
-/obj/machinery/deepfryer,
-/obj/effect/turf_decal/bot,
/obj/structure/extinguisher_cabinet/directional/south,
+/obj/machinery/smartfridge/drying,
/turf/open/floor/iron/cafeteria,
/area/station/service/kitchen)
"fGt" = (
@@ -32149,15 +32148,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/science/research/abandoned)
-"hXQ" = (
-/obj/machinery/door/window/left/directional/east{
- name = "'Monkey Pen";
- req_access = list("genetics")
- },
-/obj/structure/flora/bush/lavendergrass,
-/obj/structure/flora/bush/flowers_yw,
-/turf/open/floor/grass,
-/area/station/science/genetics)
"hXZ" = (
/obj/item/storage/box/teargas{
pixel_x = 3;
@@ -49217,15 +49207,19 @@
"mna" = (
/obj/machinery/firealarm/directional/south,
/obj/structure/table/reinforced,
-/obj/item/storage/box/monkeycubes{
- pixel_y = 3
- },
-/obj/item/storage/box/monkeycubes,
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/item/storage/box/monkeycubes{
+ pixel_y = 10;
+ pixel_x = 1
+ },
+/obj/item/storage/box/monkeycubes{
+ pixel_y = 3;
+ pixel_x = -13
+ },
/turf/open/floor/iron,
/area/station/science/xenobiology)
"mnl" = (
@@ -50660,6 +50654,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark,
/area/station/security/brig)
"mEH" = (
@@ -53146,6 +53141,10 @@
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
dir = 1
},
+/obj/item/seeds/soya{
+ pixel_x = 11;
+ pixel_y = -2
+ },
/turf/open/floor/iron,
/area/station/science/xenobiology)
"nnv" = (
@@ -63767,16 +63766,6 @@
/obj/effect/mapping_helpers/airlock/unres,
/turf/open/floor/iron,
/area/station/maintenance/port)
-"pVS" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 1
- },
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/effect/turf_decal/bot_red,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"pVY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
@@ -72293,6 +72282,15 @@
/obj/structure/sign/warning/biohazard/directional/south,
/turf/open/floor/iron,
/area/station/maintenance/department/science)
+"sbn" = (
+/obj/machinery/door/window/left/directional/east{
+ name = "Monkey Pen";
+ req_access = list("genetics")
+ },
+/obj/structure/flora/bush/lavendergrass,
+/obj/structure/flora/bush/flowers_yw,
+/turf/open/floor/grass,
+/area/station/science/genetics)
"sbP" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
@@ -80367,6 +80365,7 @@
dir = 4
},
/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark,
/area/station/security/brig)
"ucA" = (
@@ -90442,6 +90441,16 @@
/obj/structure/flora/bush/large/style_random,
/turf/open/misc/grass,
/area/station/hallway/primary/fore)
+"wCh" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 1
+ },
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/bot_red,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"wCl" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/neutral{
@@ -130849,7 +130858,7 @@ cBe
ciH
lcP
lOw
-pVS
+wCh
cFB
oQq
jfC
@@ -132876,7 +132885,7 @@ rcW
oJy
oFr
pXk
-hXQ
+sbn
lfz
fvi
nlK
diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm
index 05ffdb7e30809a..3e2ff8f7afaf26 100644
--- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm
+++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm
@@ -1,4 +1,21 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aac" = (
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Security Checkpoint"
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brigoutpost"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/dark/textured_edge{
+ dir = 8
+ },
+/area/station/security/brig/entrance)
"aap" = (
/obj/effect/spawner/random/engineering/tracking_beacon,
/turf/open/floor/iron,
@@ -246,14 +263,6 @@
/obj/structure/sign/warning,
/turf/closed/wall,
/area/station/maintenance/port/fore)
-"aeW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/sign/departments/exodrone/directional/west,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"afp" = (
/obj/machinery/air_sensor/nitrogen_tank,
/turf/open/floor/engine/n2,
@@ -279,6 +288,13 @@
/obj/machinery/vending/boozeomat,
/turf/open/floor/iron,
/area/station/service/bar)
+"afy" = (
+/obj/structure/railing/corner/end/flip{
+ dir = 8
+ },
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"afz" = (
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
@@ -943,14 +959,6 @@
},
/turf/open/floor/iron,
/area/station/command/gateway)
-"apL" = (
-/obj/machinery/modular_computer/preset/engineering,
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/light/small/directional/north,
-/obj/machinery/computer/security/telescreen/engine/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/engine_smes)
"apS" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
@@ -1147,6 +1155,16 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"asG" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/railing/corner/end{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"asM" = (
/obj/machinery/light/directional/east,
/obj/effect/turf_decal/tile/yellow/opposingcorners,
@@ -1696,10 +1714,6 @@
},
/turf/open/floor/plating,
/area/station/science/robotics/lab)
-"aAf" = (
-/obj/machinery/incident_display/delam,
-/turf/closed/wall/r_wall,
-/area/station/command/bridge)
"aAi" = (
/obj/structure/window/reinforced/spawner/directional/north,
/obj/structure/table/wood/fancy/red,
@@ -2321,6 +2335,11 @@
/obj/effect/mapping_helpers/burnt_floor,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
+"aLo" = (
+/obj/machinery/airalarm/directional/west,
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"aLy" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -6853,7 +6872,6 @@
},
/area/station/security/prison)
"bXL" = (
-/obj/machinery/door/firedoor/heavy,
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron/white,
/area/station/science/research)
@@ -7136,6 +7154,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"cbu" = (
+/obj/machinery/vatgrower{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/no_atoms_ontop,
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored)
"cbz" = (
/obj/machinery/light/small/directional/south,
/turf/open/floor/iron/dark/textured,
@@ -7887,6 +7912,13 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/station/maintenance/aft/lesser)
+"cmd" = (
+/obj/effect/turf_decal/siding/white{
+ dir = 1
+ },
+/obj/machinery/smartfridge/drying,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/service/kitchen)
"cmg" = (
/obj/effect/turf_decal/tile/green/opposingcorners{
dir = 1
@@ -11600,6 +11632,23 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"dqt" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder{
+ pixel_x = -1;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/syringe{
+ pixel_x = -5;
+ pixel_y = -8
+ },
+/obj/item/reagent_containers/cup/beaker{
+ pixel_y = -6;
+ pixel_x = 9
+ },
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"dqw" = (
/obj/machinery/holopad,
/turf/open/floor/iron,
@@ -11754,6 +11803,12 @@
/obj/structure/flora/grass/both,
/turf/open/misc/asteroid/snow/icemoon,
/area/icemoon/surface/outdoors/nospawn)
+"dsa" = (
+/obj/structure/stairs/west,
+/turf/open/floor/iron/stairs/left{
+ dir = 4
+ },
+/area/station/science/cytology)
"dsf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -12163,6 +12218,19 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"dxX" = (
+/obj/machinery/computer/mecha{
+ dir = 1
+ },
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/machinery/keycard_auth/directional/south,
+/obj/machinery/camera/autoname/directional/south{
+ c_tag = "Research Director's Office";
+ network = list("ss13","rd")
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/rd)
"dyf" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -13008,6 +13076,30 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
+"dLz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/pen/red,
+/obj/item/pen{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/folder/yellow,
+/obj/machinery/keycard_auth/directional/west{
+ pixel_x = -25;
+ pixel_y = -5
+ },
+/obj/machinery/button/door/directional/west{
+ id = "qmprivacy";
+ name = "Privacy Shutters Control";
+ pixel_y = 5;
+ req_access = list("qm")
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/qm)
"dLH" = (
/obj/structure/fence{
dir = 1
@@ -14202,6 +14294,13 @@
/obj/structure/cable,
/turf/open/floor/iron/white,
/area/station/science/xenobiology)
+"ege" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"egj" = (
/obj/structure/rack,
/obj/machinery/light/small/directional/north,
@@ -14303,13 +14402,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron,
/area/station/commons/locker)
-"ehy" = (
-/obj/machinery/keycard_auth/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/heads_quarters/hos)
"ehD" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -14515,6 +14607,13 @@
},
/turf/open/floor/iron/white,
/area/station/medical/surgery/fore)
+"ekN" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"ekW" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -15672,17 +15771,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/smooth_large,
/area/station/command/heads_quarters/hos)
-"eEh" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/toolbox/mechanical,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/item/analyzer,
-/obj/item/pipe_dispenser,
-/obj/item/flashlight,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter/room)
"eEm" = (
/obj/structure/closet/crate,
/obj/item/stack/sheet/iron/fifty,
@@ -15718,22 +15806,6 @@
/obj/effect/mapping_helpers/burnt_floor,
/turf/open/floor/plating,
/area/station/maintenance/aft/lesser)
-"eEZ" = (
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Security Checkpoint"
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brigoutpost"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/turf/open/floor/iron/dark/textured_edge{
- dir = 8
- },
-/area/station/security/brig/entrance)
"eFd" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/preopen{
@@ -16085,6 +16157,10 @@
},
/turf/open/floor/plating/snowed/smoothed/icemoon,
/area/mine/mechbay)
+"eLU" = (
+/obj/structure/statue/snow/snowman,
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"eMa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -16449,6 +16525,10 @@
},
/turf/open/floor/iron/white,
/area/station/science/genetics)
+"eSQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"eSY" = (
/obj/structure/closet/emcloset,
/turf/open/floor/iron/smooth,
@@ -18754,22 +18834,6 @@
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/turf/open/floor/plating,
/area/station/security/processing)
-"fEC" = (
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Security Checkpoint"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brigoutpost"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/turf/open/floor/iron/dark/textured_edge{
- dir = 4
- },
-/area/station/security/brig/entrance)
"fER" = (
/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{
dir = 4
@@ -19277,13 +19341,9 @@
/turf/open/floor/iron,
/area/mine/laborcamp/security)
"fLU" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "rnd2";
- name = "Research Lab Shutters"
+/turf/open/floor/iron/stairs/medium{
+ dir = 4
},
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
/area/station/science/research)
"fLY" = (
/obj/structure/table,
@@ -21079,8 +21139,7 @@
/turf/open/floor/iron/dark,
/area/station/medical/morgue)
"goq" = (
-/obj/structure/statue/snow/snowman,
-/turf/open/misc/asteroid/snow/standard_air,
+/turf/open/openspace,
/area/station/science/research)
"gov" = (
/obj/machinery/door/window/left/directional/west{
@@ -21480,7 +21539,9 @@
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
"gwm" = (
-/obj/machinery/door/firedoor/heavy,
+/obj/structure/railing/corner/end/flip{
+ dir = 4
+ },
/turf/open/floor/iron/white/side{
dir = 9
},
@@ -21756,6 +21817,32 @@
/obj/structure/sign/warning/cold_temp/directional/west,
/turf/open/floor/iron,
/area/station/cargo/miningdock)
+"gAZ" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/hooded/wintercoat/science{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/item/clothing/shoes/winterboots{
+ pixel_x = -7;
+ pixel_y = -1
+ },
+/obj/item/biopsy_tool{
+ pixel_x = 8;
+ pixel_y = 3
+ },
+/obj/item/gps/mining{
+ pixel_x = -7;
+ pixel_y = -3
+ },
+/obj/item/knife/combat/survival{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/structure/sign/warning/gas_mask/directional/north,
+/obj/machinery/light/directional/east,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"gBb" = (
/obj/machinery/door/window/right/directional/west{
name = "Containment Pen 3";
@@ -22637,6 +22724,14 @@
/obj/structure/flora/bush/flowers_br/style_random,
/turf/open/floor/grass,
/area/station/service/hydroponics)
+"gNA" = (
+/obj/machinery/modular_computer/preset/engineering,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/light/small/directional/north,
+/obj/machinery/incident_display/delam/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/engineering/engine_smes)
"gNH" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -23428,6 +23523,10 @@
},
/turf/open/floor/wood/large,
/area/station/service/bar/atrium)
+"gYO" = (
+/obj/item/food/grown/carrot,
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"gZa" = (
/obj/structure/sign/nanotrasen{
pixel_x = -32
@@ -26992,6 +27091,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
+"ieb" = (
+/obj/machinery/door/airlock/research/glass{
+ name = "Research Break Room"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/turf/open/floor/iron/dark,
+/area/station/science/research)
"iew" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/turf/open/floor/iron,
@@ -27710,30 +27816,6 @@
"ipE" = (
/turf/open/floor/plating,
/area/station/maintenance/solars/port/aft)
-"ipF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/pen/red,
-/obj/item/pen{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/folder/yellow,
-/obj/machinery/keycard_auth/directional/west{
- pixel_x = -25;
- pixel_y = -5
- },
-/obj/machinery/button/door/directional/west{
- id = "qmprivacy";
- name = "Privacy Shutters Control";
- pixel_y = 5;
- req_access = list("qm")
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/command/heads_quarters/qm)
"ipM" = (
/obj/structure/transit_tube/curved{
dir = 4
@@ -28691,6 +28773,11 @@
dir = 4
},
/area/station/hallway/secondary/entry)
+"iEV" = (
+/obj/machinery/newscaster/directional/west,
+/obj/machinery/keycard_auth/directional/south,
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/captain)
"iEY" = (
/obj/machinery/restaurant_portal/bar,
/obj/effect/turf_decal/delivery/red,
@@ -29067,6 +29154,13 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"iLP" = (
+/obj/structure/ladder,
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plating/snowed/smoothed/icemoon,
+/area/icemoon/underground/explored)
"iLY" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 4
@@ -29187,19 +29281,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/security/courtroom)
-"iOu" = (
-/obj/structure/bed,
-/obj/item/bedsheet/cmo,
-/obj/machinery/light_switch/directional/south,
-/obj/effect/landmark/start/chief_medical_officer,
-/obj/machinery/keycard_auth/directional/east,
-/obj/machinery/camera{
- c_tag = "Chief Medical Officer Bedroom";
- dir = 4;
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/cmo)
"iOv" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -29257,6 +29338,19 @@
},
/turf/open/floor/iron/dark,
/area/station/commons/storage/mining)
+"iPK" = (
+/obj/structure/rack,
+/obj/item/pickaxe,
+/obj/item/flashlight{
+ pixel_y = 2
+ },
+/obj/structure/lattice/catwalk,
+/obj/machinery/camera/directional/south{
+ c_tag = "Ordnance Lower Mix Lab";
+ network = list("ss13","rd")
+ },
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"iPP" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/landmark/start/bartender,
@@ -29735,6 +29829,13 @@
/obj/machinery/light/small/dim/directional/south,
/turf/open/floor/plating,
/area/station/maintenance/department/chapel)
+"iWs" = (
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance)
"iWI" = (
/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced/spawner/directional/south,
@@ -30265,6 +30366,17 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/tcommsat/computer)
+"jem" = (
+/obj/machinery/chem_master{
+ name = "CytoMaster 5000"
+ },
+/obj/item/swab{
+ pixel_y = 10;
+ pixel_x = -2
+ },
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"jer" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -30415,6 +30527,17 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
+"jih" = (
+/mob/living/basic/pet/penguin/emperor{
+ name = "Club"
+ },
+/obj/machinery/light/small/directional/east,
+/obj/item/toy/snowball{
+ pixel_x = -9;
+ pixel_y = 17
+ },
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"jik" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 6
@@ -31744,6 +31867,10 @@
},
/turf/open/floor/iron,
/area/station/engineering/main)
+"jDQ" = (
+/obj/structure/fence/door,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"jDS" = (
/obj/structure/chair/sofa/bench/left,
/obj/effect/turf_decal/stripes/line{
@@ -32583,6 +32710,10 @@
/obj/structure/plasticflaps/opaque,
/turf/open/floor/iron/dark,
/area/station/maintenance/department/medical/central)
+"jQy" = (
+/obj/machinery/keycard_auth/directional/south,
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/ce)
"jQz" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -32918,6 +33049,11 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/wood,
/area/station/maintenance/fore)
+"jVi" = (
+/turf/open/floor/iron/stairs/left{
+ dir = 4
+ },
+/area/station/science/cytology)
"jVm" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/decal/cleanable/dirt/dust,
@@ -33427,9 +33563,13 @@
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
"kdJ" = (
-/obj/structure/flora/grass/brown/style_3,
-/turf/open/misc/asteroid/snow/standard_air,
-/area/station/science/research)
+/obj/structure/lattice/catwalk,
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/railing,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"kdT" = (
/obj/machinery/iv_drip,
/obj/item/reagent_containers/blood,
@@ -35500,6 +35640,23 @@
dir = 1
},
/area/station/commons/storage/art)
+"kGJ" = (
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Security Checkpoint"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brigoutpost"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/dark/textured_edge{
+ dir = 4
+ },
+/area/station/security/brig/entrance)
"kGP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/tile/red{
@@ -36054,6 +36211,13 @@
/obj/structure/flora/bush/fullgrass/style_random,
/turf/open/floor/grass,
/area/station/service/hydroponics)
+"kPl" = (
+/obj/machinery/keycard_auth/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/heads_quarters/hos)
"kPo" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -36718,6 +36882,11 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/showroomfloor,
/area/station/security/prison/toilet)
+"kXR" = (
+/turf/open/floor/iron/stairs/right{
+ dir = 4
+ },
+/area/station/science/cytology)
"kXS" = (
/obj/machinery/door/airlock/hydroponics/glass{
name = "Hydroponics"
@@ -36856,6 +37025,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
"lab" = (
@@ -37641,11 +37811,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/mine/laborcamp)
-"lmL" = (
-/obj/machinery/newscaster/directional/west,
-/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
-/turf/open/floor/iron/grimy,
-/area/station/service/chapel/office)
"lmM" = (
/obj/structure/cable,
/obj/effect/turf_decal/stripes/line{
@@ -39459,6 +39624,14 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
+"lPz" = (
+/mob/living/basic/pet/penguin/baby/permanent,
+/obj/item/toy/snowball{
+ pixel_x = -6;
+ pixel_y = -3
+ },
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"lPC" = (
/obj/effect/turf_decal/trimline/green/filled/corner{
dir = 1
@@ -39977,6 +40150,12 @@
},
/turf/open/floor/grass,
/area/station/medical/virology)
+"lYS" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"lZe" = (
/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 1
@@ -40774,6 +40953,13 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"mnB" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"mnC" = (
/obj/structure/grille,
/obj/structure/disposalpipe/segment{
@@ -41278,6 +41464,11 @@
},
/turf/open/floor/plating,
/area/station/medical/pharmacy)
+"mwK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/holopad,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"mwQ" = (
/obj/structure/tank_holder/extinguisher,
/turf/open/floor/plating,
@@ -41289,6 +41480,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
/turf/open/floor/iron,
/area/station/science/ordnance)
"mxh" = (
@@ -41651,15 +41845,6 @@
dir = 4
},
/area/mine/eva)
-"mDv" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Bridge East Access"
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
"mDw" = (
/obj/structure/table/reinforced,
/obj/effect/landmark/event_spawn,
@@ -41854,10 +42039,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
-"mGV" = (
-/obj/machinery/keycard_auth/directional/south,
-/turf/open/floor/iron,
-/area/station/command/heads_quarters/ce)
"mHd" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible,
@@ -41949,6 +42130,16 @@
/obj/effect/turf_decal/tile/yellow,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
+"mJi" = (
+/obj/machinery/computer/cargo{
+ dir = 4
+ },
+/obj/machinery/keycard_auth/directional/west,
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/hop)
"mJj" = (
/obj/machinery/airalarm/directional/west,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -42333,6 +42524,16 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white,
/area/station/science/xenobiology)
+"mRp" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"mRr" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -43149,6 +43350,10 @@
/obj/machinery/duct,
/turf/open/floor/iron,
/area/station/service/hydroponics)
+"nce" = (
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"nci" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -43476,19 +43681,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"nfW" = (
-/obj/machinery/computer/mecha{
- dir = 1
- },
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/machinery/keycard_auth/directional/south,
-/obj/machinery/camera/autoname/directional/south{
- c_tag = "Research Director's Office";
- network = list("ss13","rd")
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron,
-/area/station/command/heads_quarters/rd)
"ngh" = (
/obj/structure/fence{
dir = 4
@@ -43650,6 +43842,17 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/mine/eva)
+"niI" = (
+/obj/machinery/light_switch/directional/north{
+ pixel_x = -7
+ },
+/obj/structure/table,
+/obj/item/stock_parts/power_store/cell/high/empty,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/tile/brown/fourcorners,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/engineering/lobby)
"niN" = (
/obj/effect/spawner/structure/window/hollow/reinforced/middle,
/turf/open/floor/plating,
@@ -43930,6 +44133,18 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/hallway/primary/port)
+"nmy" = (
+/obj/structure/fence/door{
+ dir = 4
+ },
+/obj/structure/railing/corner/end/flip{
+ dir = 8
+ },
+/obj/structure/railing/corner/end{
+ dir = 8
+ },
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored)
"nmz" = (
/obj/structure/lattice/catwalk,
/obj/structure/railing{
@@ -44400,6 +44615,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
+"nsH" = (
+/obj/effect/turf_decal/siding/white{
+ dir = 1
+ },
+/obj/machinery/deepfryer,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/service/kitchen)
"nsK" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
@@ -45954,6 +46176,13 @@
/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/pharmacy)
+"nNV" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"nOb" = (
/obj/machinery/door/airlock/external{
name = "Labor Camp Shuttle Airlock"
@@ -45982,6 +46211,11 @@
/obj/item/pillow/random,
/turf/open/floor/carpet,
/area/station/commons/dorms)
+"nOo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"nOx" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
@@ -47280,9 +47514,6 @@
/obj/machinery/pdapainter/medbay,
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/cmo)
-"ojd" = (
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"ojf" = (
/obj/structure/lattice/catwalk,
/turf/open/lava/plasma/ice_moon,
@@ -47569,6 +47800,16 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/station/commons/vacant_room/office)
+"onV" = (
+/obj/machinery/door/airlock/research{
+ name = "Cytology Lab"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/ordnance)
"ooa" = (
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
@@ -48160,6 +48401,7 @@
"oxe" = (
/obj/machinery/computer/cargo/request,
/obj/effect/turf_decal/tile/brown/half/contrasted,
+/obj/machinery/incident_display/bridge/directional/north,
/turf/open/floor/iron,
/area/station/command/bridge)
"oxh" = (
@@ -49493,6 +49735,11 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
/area/station/security/courtroom)
+"oQV" = (
+/mob/living/basic/pet/penguin/baby/permanent,
+/obj/structure/flora/grass/brown/style_random,
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"oQY" = (
/turf/open/floor/iron/white,
/area/station/medical/virology)
@@ -50936,8 +51183,8 @@
/area/station/tcommsat/computer)
"pnq" = (
/obj/machinery/light/small/directional/north,
-/obj/structure/flora/grass/brown/style_random,
-/turf/open/misc/asteroid/snow/standard_air,
+/obj/structure/sign/departments/science/alt/directional/north,
+/turf/open/openspace,
/area/station/science/research)
"pns" = (
/obj/effect/turf_decal/stripes/line{
@@ -51467,12 +51714,11 @@
/turf/open/floor/eighties/red,
/area/station/security/prison/safe)
"pvU" = (
-/obj/item/toy/snowball{
- pixel_x = 6;
- pixel_y = -5
- },
/obj/machinery/light/small/directional/south,
-/turf/open/misc/asteroid/snow/standard_air,
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron/cafeteria{
+ dir = 8
+ },
/area/station/science/research)
"pvY" = (
/obj/machinery/computer/order_console/mining,
@@ -51870,14 +52116,6 @@
/obj/structure/flora/tree/jungle/small/style_random,
/turf/open/floor/grass,
/area/station/security/warden)
-"pBS" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/effect/turf_decal/siding/white{
- dir = 1
- },
-/obj/item/kirbyplants/organic/applebush,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/service/kitchen)
"pBV" = (
/obj/structure/chair/office/light,
/turf/open/floor/iron/dark,
@@ -52758,6 +52996,10 @@
/obj/effect/spawner/random/maintenance/two,
/turf/open/floor/plating,
/area/station/maintenance/aft/lesser)
+"pPd" = (
+/obj/machinery/incident_display/delam/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/engineering/lobby)
"pPl" = (
/obj/item/stack/ore/silver,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -53540,6 +53782,14 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/xenobiology)
+"qbz" = (
+/obj/structure/ladder,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"qbA" = (
/obj/structure/cable,
/obj/machinery/airalarm/directional/east,
@@ -53617,6 +53867,10 @@
"qck" = (
/turf/open/floor/plating,
/area/station/maintenance/department/medical/morgue)
+"qcl" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/science/cytology)
"qcu" = (
/obj/effect/turf_decal/tile/red,
/turf/open/floor/iron,
@@ -54093,6 +54347,13 @@
/obj/structure/girder,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"qjs" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Ordnance Lower Mix Lab";
+ network = list("ss13","rd")
+ },
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored)
"qjx" = (
/obj/structure/cable,
/obj/machinery/holopad/secure,
@@ -56823,14 +57084,6 @@
/obj/effect/spawner/random/food_or_drink/booze,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"qWf" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/siding/white{
- dir = 1
- },
-/obj/machinery/deepfryer,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/service/kitchen)
"qWh" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -57051,6 +57304,12 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/treatment_center)
+"qZG" = (
+/obj/structure/fence/corner{
+ dir = 5
+ },
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored)
"qZN" = (
/turf/closed/wall/r_wall,
/area/station/science/ordnance/freezerchamber)
@@ -57844,16 +58103,6 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"rlL" = (
-/obj/machinery/light_switch/directional/north{
- pixel_x = -7
- },
-/obj/structure/table,
-/obj/item/stock_parts/power_store/cell/high/empty,
-/obj/machinery/cell_charger,
-/obj/effect/turf_decal/tile/brown/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/engineering/lobby)
"rlS" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -58289,6 +58538,14 @@
/obj/effect/turf_decal/siding/dark,
/turf/open/floor/iron/checker,
/area/station/hallway/secondary/service)
+"rrf" = (
+/obj/structure/table/wood,
+/obj/item/storage/crayons,
+/obj/item/storage/fancy/candle_box{
+ pixel_y = 5
+ },
+/turf/open/floor/iron/dark,
+/area/station/service/chapel/office)
"rrl" = (
/obj/item/stack/sheet/mineral/wood,
/obj/effect/decal/cleanable/generic,
@@ -59095,11 +59352,12 @@
/turf/open/floor/iron/dark,
/area/station/ai_monitored/command/storage/eva)
"rDH" = (
-/obj/structure/flora/grass/green/style_random,
-/mob/living/basic/pet/penguin/emperor{
- name = "Club"
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/iron/cafeteria{
+ dir = 8
},
-/turf/open/misc/asteroid/snow/standard_air,
/area/station/science/research)
"rDI" = (
/obj/item/toy/plush/lizard_plushie{
@@ -59561,6 +59819,19 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/station/cargo/office)
+"rLO" = (
+/obj/structure/bed,
+/obj/item/bedsheet/cmo,
+/obj/machinery/light_switch/directional/south,
+/obj/effect/landmark/start/chief_medical_officer,
+/obj/machinery/keycard_auth/directional/east,
+/obj/machinery/camera{
+ c_tag = "Chief Medical Officer Bedroom";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/cmo)
"rLX" = (
/obj/item/target,
/obj/item/target/syndicate,
@@ -59706,6 +59977,10 @@
/obj/structure/closet/toolcloset,
/turf/open/floor/iron/dark,
/area/station/engineering/supermatter/room)
+"rOz" = (
+/obj/structure/flora/grass/brown/style_random,
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"rOA" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -59802,6 +60077,12 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"rQs" = (
+/obj/structure/fence/corner{
+ dir = 8
+ },
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored)
"rQw" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 8
@@ -59989,6 +60270,14 @@
},
/turf/open/floor/iron,
/area/station/maintenance/disposal/incinerator)
+"rSZ" = (
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/machinery/door/airlock/external/glass{
+ name = "Cytology External Airlock"
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"rTs" = (
/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden,
/turf/open/floor/plating,
@@ -60192,6 +60481,15 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/mine/laborcamp)
+"rWe" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/suit_storage_unit/engine,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron/dark/textured,
+/area/station/engineering/engine_smes)
"rWh" = (
/obj/effect/turf_decal/weather/snow/corner{
dir = 10
@@ -60560,6 +60858,18 @@
},
/turf/open/floor/plating,
/area/station/science/genetics)
+"scg" = (
+/obj/structure/table/reinforced,
+/obj/item/storage/toolbox/mechanical,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/item/analyzer,
+/obj/item/pipe_dispenser,
+/obj/item/flashlight,
+/obj/machinery/incident_display/delam/directional/north,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"scl" = (
/obj/structure/bookcase/random,
/turf/open/floor/carpet/red,
@@ -61006,6 +61316,12 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/drone_bay)
+"sjD" = (
+/obj/structure/stairs/west,
+/turf/open/floor/iron/stairs/right{
+ dir = 4
+ },
+/area/station/science/cytology)
"sjU" = (
/obj/structure/sign/warning/docking/directional/east,
/turf/open/floor/plating/snowed/smoothed/icemoon,
@@ -61533,6 +61849,10 @@
dir = 8
},
/area/station/service/chapel)
+"sqB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"sqH" = (
/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{
name = "Burn Chamber Interior Airlock"
@@ -61551,11 +61871,6 @@
/obj/structure/grille/broken,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"sqU" = (
-/obj/machinery/newscaster/directional/west,
-/obj/machinery/keycard_auth/directional/south,
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/captain)
"sqW" = (
/obj/structure/marker_beacon/burgundy{
name = "landing marker"
@@ -61747,7 +62062,9 @@
/turf/open/floor/wood,
/area/station/service/lawoffice)
"stb" = (
-/obj/item/radio/intercom/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
/turf/open/floor/iron/white,
/area/station/science/ordnance)
"sth" = (
@@ -63475,6 +63792,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/security/prison/workout)
+"sSz" = (
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/iron/white,
+/area/station/science/research)
"sSA" = (
/obj/structure/sign/warning/secure_area/directional/south,
/turf/open/openspace/icemoon/keep_below,
@@ -63513,10 +63834,6 @@
/obj/structure/cable,
/turf/open/floor/iron/white,
/area/station/medical/chemistry)
-"sSS" = (
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/lobby)
"sTe" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible{
@@ -64513,6 +64830,7 @@
/area/station/science/xenobiology)
"tkS" = (
/obj/item/radio/intercom/directional/east,
+/obj/machinery/door/firedoor/heavy,
/turf/open/floor/iron/white/side{
dir = 9
},
@@ -64749,6 +65067,14 @@
/obj/machinery/shower/directional/west,
/turf/open/floor/iron/white,
/area/station/medical/virology)
+"toP" = (
+/obj/item/toy/snowball{
+ pixel_x = 11;
+ pixel_y = -7
+ },
+/obj/structure/flora/grass/brown/style_random,
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"toT" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
@@ -65752,6 +66078,15 @@
/obj/structure/ore_box,
/turf/open/floor/plating/snowed/smoothed/icemoon,
/area/icemoon/underground/explored)
+"tEE" = (
+/obj/structure/table,
+/obj/item/food/deadmouse{
+ pixel_y = 18;
+ pixel_x = 13
+ },
+/obj/structure/microscope,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"tEK" = (
/obj/structure/table,
/obj/item/tank/internals/emergency_oxygen{
@@ -66243,6 +66578,12 @@
/obj/effect/turf_decal/tile/blue/full,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/heads_quarters/cmo)
+"tLy" = (
+/obj/machinery/vatgrower{
+ dir = 4
+ },
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"tLB" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/pink/visible,
/obj/effect/turf_decal/tile/yellow{
@@ -66666,6 +67007,13 @@
/obj/structure/railing,
/turf/open/floor/iron/dark,
/area/station/service/chapel)
+"tTK" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/icemoon,
+/area/icemoon/underground/explored)
"tTL" = (
/obj/structure/chair,
/turf/open/floor/plating,
@@ -67049,13 +67397,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/engineering/atmos/storage)
-"tZO" = (
-/obj/machinery/modular_computer/preset/civilian{
- dir = 8
- },
-/obj/structure/sign/poster/official/build/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/lobby)
"tZR" = (
/obj/machinery/conveyor{
dir = 4;
@@ -67143,6 +67484,9 @@
},
/turf/open/floor/iron/dark,
/area/station/security/checkpoint/science)
+"ubh" = (
+/turf/open/openspace/xenobio,
+/area/station/science/xenobiology)
"ubi" = (
/turf/open/misc/asteroid/snow/coldroom,
/area/icemoon/underground/explored)
@@ -67830,6 +68174,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/security/prison/safe)
+"ulE" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/science/ordnance)
"uma" = (
/obj/item/chisel,
/obj/item/storage/toolbox/artistic,
@@ -67935,6 +68285,14 @@
/obj/machinery/gulag_teleporter,
/turf/open/floor/iron/showroomfloor,
/area/station/security/processing)
+"unM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/sign/departments/exodrone/directional/west,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"unO" = (
/obj/item/paper_bin{
pixel_x = -3;
@@ -68227,7 +68585,10 @@
/turf/open/floor/iron,
/area/station/hallway/primary/central)
"usP" = (
-/turf/open/misc/asteroid/snow/standard_air,
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron/cafeteria{
+ dir = 8
+ },
/area/station/science/research)
"usS" = (
/obj/structure/bed{
@@ -69402,6 +69763,10 @@
"uMN" = (
/turf/open/openspace,
/area/station/commons/storage/mining)
+"uMU" = (
+/obj/structure/fence/corner,
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored)
"uNp" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -69446,6 +69811,11 @@
},
/turf/open/floor/plating/snowed/icemoon,
/area/icemoon/underground/explored)
+"uNH" = (
+/obj/structure/railing,
+/obj/structure/closet/secure_closet/cytology,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"uNV" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/siding/wideplating/dark{
@@ -69633,6 +70003,16 @@
dir = 8
},
/area/station/ai_monitored/command/storage/eva)
+"uPQ" = (
+/obj/effect/mapping_helpers/airlock/access/all/science/general,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/obj/machinery/door/airlock/external/glass{
+ name = "Cytology External Airlock"
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"uPS" = (
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
@@ -69927,6 +70307,12 @@
dir = 1
},
/area/station/security/lockers)
+"uWa" = (
+/obj/machinery/modular_computer/preset/civilian{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/engineering/lobby)
"uWf" = (
/obj/structure/railing/corner/end{
dir = 4
@@ -70683,13 +71069,9 @@
/turf/closed/wall/r_wall,
/area/mine/laborcamp)
"vjj" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "rnd2";
- name = "Research Lab Shutters"
+/turf/open/floor/iron/stairs/right{
+ dir = 4
},
-/turf/open/floor/plating,
/area/station/science/research)
"vjk" = (
/obj/machinery/atmospherics/components/binary/crystallizer{
@@ -72176,6 +72558,9 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"vES" = (
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"vEU" = (
/obj/machinery/door/airlock/external{
glass = 1;
@@ -72635,6 +73020,15 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"vOM" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Bridge East Access"
+ },
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
"vPh" = (
/obj/machinery/light/directional/north,
/obj/machinery/digital_clock/directional/north,
@@ -73683,12 +74077,6 @@
/obj/structure/sign/poster/official/wtf_is_co2,
/turf/closed/wall/r_wall,
/area/station/maintenance/aft/greater)
-"wfy" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/science/ordnance)
"wfF" = (
/obj/effect/turf_decal/tile/blue,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -73721,6 +74109,11 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/xenobiology)
+"wgu" = (
+/obj/machinery/newscaster/directional/west,
+/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
+/turf/open/floor/iron/grimy,
+/area/station/service/chapel/office)
"wgG" = (
/obj/machinery/atmospherics/pipe/smart/simple/orange/visible,
/obj/effect/turf_decal/trimline/dark_red/arrow_ccw{
@@ -73913,12 +74306,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"wiM" = (
-/obj/machinery/computer/station_alert,
-/obj/item/radio/intercom/directional/north,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/engineering/engine_smes)
"wiO" = (
/obj/structure/chair,
/obj/effect/turf_decal/tile/blue/half/contrasted{
@@ -73926,16 +74313,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"wjv" = (
-/obj/machinery/computer/cargo{
- dir = 4
- },
-/obj/machinery/keycard_auth/directional/west,
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/command/heads_quarters/hop)
"wjy" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -74200,13 +74577,8 @@
/turf/open/floor/iron/dark/textured,
/area/station/security/range)
"wnp" = (
-/obj/item/toy/snowball{
- pixel_x = -6;
- pixel_y = -3
- },
-/mob/living/basic/pet/penguin/baby/permanent,
-/turf/open/misc/asteroid/snow/standard_air,
-/area/station/science/research)
+/turf/closed/wall/r_wall,
+/area/station/science/cytology)
"wnv" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -74321,6 +74693,22 @@
},
/turf/open/floor/plating,
/area/station/hallway/secondary/exit/departure_lounge)
+"woV" = (
+/obj/structure/table,
+/obj/item/petri_dish{
+ pixel_y = 15;
+ pixel_x = -5
+ },
+/obj/item/petri_dish{
+ pixel_y = 10;
+ pixel_x = 6
+ },
+/obj/item/petri_dish{
+ pixel_y = -6;
+ pixel_x = -1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"woX" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -75071,6 +75459,13 @@
/obj/item/folder/yellow,
/turf/open/floor/iron,
/area/station/cargo/storage)
+"wAk" = (
+/obj/item/toy/snowball{
+ pixel_x = -6;
+ pixel_y = 3
+ },
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"wAq" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -77013,6 +77408,12 @@
/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload,
/turf/open/floor/plating,
/area/station/ai_monitored/turret_protected/aisat_interior)
+"xdk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"xdl" = (
/obj/structure/cable,
/turf/open/floor/iron/white,
@@ -77374,6 +77775,14 @@
},
/turf/open/floor/iron/dark,
/area/station/engineering/transit_tube)
+"xij" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/smartfridge/petri/preloaded,
+/obj/machinery/light_switch/directional/west,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"xit" = (
/obj/item/book/manual/wiki/security_space_law,
/obj/structure/table/wood,
@@ -77433,13 +77842,11 @@
/turf/open/floor/iron,
/area/station/service/janitor)
"xjs" = (
-/obj/machinery/door/firedoor/heavy,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white,
-/area/station/science/research)
+/obj/structure/railing/corner/end{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"xjC" = (
/turf/open/floor/plating,
/area/station/maintenance/department/cargo)
@@ -77469,6 +77876,14 @@
},
/turf/open/floor/plating,
/area/station/cargo/sorting)
+"xjU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/iron/white,
+/area/station/science/research)
"xjZ" = (
/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/iron/dark,
@@ -77696,8 +78111,11 @@
/area/station/maintenance/starboard/upper)
"xnC" = (
/obj/structure/sign/warning/fire/directional/east,
-/turf/open/misc/asteroid/snow/icemoon,
-/area/icemoon/underground/explored)
+/obj/structure/fence{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"xnE" = (
/obj/machinery/duct,
/obj/effect/turf_decal/tile/yellow{
@@ -77977,10 +78395,6 @@
/obj/machinery/light/small/dim/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/aft/greater)
-"xsD" = (
-/obj/item/food/grown/carrot,
-/turf/open/misc/asteroid/snow/standard_air,
-/area/station/science/research)
"xsP" = (
/obj/structure/table,
/obj/item/folder/white,
@@ -77998,6 +78412,15 @@
/obj/structure/cable,
/turf/open/floor/iron/white,
/area/station/medical/medbay/aft)
+"xte" = (
+/obj/structure/railing/corner/end/flip{
+ dir = 4
+ },
+/obj/structure/railing/corner/end{
+ dir = 4
+ },
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored)
"xtn" = (
/obj/structure/extinguisher_cabinet/directional/south,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -78163,6 +78586,9 @@
/obj/effect/landmark/start/chemist,
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
+"xvx" = (
+/turf/open/misc/asteroid/snow/standard_air,
+/area/station/science/cytology)
"xvy" = (
/obj/structure/closet/firecloset,
/obj/effect/turf_decal/stripes/line{
@@ -78284,6 +78710,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/maintenance/aft/greater)
+"xwX" = (
+/obj/machinery/computer/station_alert,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/computer/security/telescreen/engine/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/engineering/engine_smes)
"xxg" = (
/obj/structure/cable,
/turf/open/floor/iron/white,
@@ -78351,6 +78783,19 @@
/obj/structure/flora/grass/brown/style_random,
/turf/open/misc/asteroid/snow/icemoon,
/area/icemoon/underground/explored)
+"xxZ" = (
+/obj/structure/table,
+/obj/item/book/manual/wiki/cytology{
+ pixel_x = -7;
+ pixel_y = 8
+ },
+/obj/item/storage/box/swab{
+ pixel_y = 7;
+ pixel_x = 7
+ },
+/obj/machinery/newscaster/directional/east,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"xyc" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
@@ -78947,10 +79392,6 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/morgue)
-"xFM" = (
-/obj/machinery/incident_display/delam,
-/turf/closed/wall/r_wall,
-/area/station/engineering/supermatter/room)
"xFT" = (
/obj/effect/turf_decal/trimline/green/filled/corner,
/obj/effect/turf_decal/trimline/blue/filled/warning/corner,
@@ -79213,14 +79654,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
-"xJN" = (
-/obj/structure/table/wood,
-/obj/item/storage/crayons,
-/obj/item/storage/fancy/candle_box{
- pixel_y = 5
- },
-/turf/open/floor/iron/dark,
-/area/station/service/chapel/office)
"xJT" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -80283,6 +80716,19 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/showroomfloor,
/area/station/security/prison/mess)
+"ybe" = (
+/obj/structure/rack,
+/obj/item/soap{
+ pixel_y = -2
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/machinery/camera/directional/south{
+ c_tag = "Ordnance Lower Mix Lab";
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/science/cytology)
"ybf" = (
/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/iron/dark,
@@ -80850,6 +81296,13 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos/storage)
+"ylQ" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cytology Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/science/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/aft/lesser)
"ylU" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -127280,12 +127733,12 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+xMq
+xMq
+xMq
+xMq
+xMq
+xMq
oSU
oSU
oSU
@@ -127537,13 +127990,13 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+xMq
+iDt
+iDt
+iDt
+iDt
+xMq
+xMq
oSU
oSU
oSU
@@ -127793,14 +128246,14 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+xMq
+xMq
+iDt
+iDt
+iDt
+iDt
+iDt
+fIt
oSU
oSU
oSU
@@ -128050,14 +128503,14 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+xMq
+cbu
+iDt
+iDt
+iDt
+iDt
+iLP
+fIt
oSU
oSU
oSU
@@ -128305,16 +128758,16 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+iDt
+iDt
+xMq
+cbu
+iDt
+iDt
+iDt
+iDt
+mrI
+fIt
oSU
oSU
oSU
@@ -128561,17 +129014,17 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+iDt
+iDt
+jZN
+rcY
+iDt
+iDt
+iDt
+iDt
+iDt
+scw
+fIt
oSU
oSU
oSU
@@ -128817,18 +129270,18 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+iDt
+iDt
+iDt
+iDt
+chg
+iDt
+iDt
+iDt
+iDt
+qjs
+fIt
+fIt
oSU
oSU
oSU
@@ -129074,19 +129527,19 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+iDt
+iDt
+iDt
+jZN
+rcY
+iDt
+iDt
+iDt
+iDt
+iDt
+iDt
+fIt
+fIt
oSU
oSU
oSU
@@ -129331,20 +129784,20 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+iDt
+iDt
+iDt
+iDt
+xMq
+xMq
+iDt
+iDt
+iDt
+iDt
+iDt
+iDt
+fIt
+fIt
oSU
oSU
oSU
@@ -129589,19 +130042,19 @@ oSU
oSU
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+iDt
+iDt
+iDt
+iDt
+xMq
+xMq
+iDt
+iDt
+iDt
+iDt
+iDt
+iDt
+fIt
oSU
oSU
oSU
@@ -129847,18 +130300,18 @@ oSU
oSU
oSU
oSU
+iDt
+iDt
oSU
oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
-oSU
+xMq
+xMq
+xMq
+xMq
+xMq
+xMq
+xMq
+xMq
oSU
oSU
oSU
@@ -166093,7 +166546,7 @@ gjq
gjq
iYt
dbi
-aeW
+unM
lNH
bit
iQK
@@ -192015,7 +192468,7 @@ thA
tBs
tix
tBs
-lmL
+wgu
dlB
jCL
qEJ
@@ -192306,16 +192759,16 @@ thA
thA
xMq
xMq
-xMq
-iDt
-iDt
+kNC
+kNC
+ebX
iDt
iDt
nfG
alM
alM
alM
-oxO
+alM
aDe
tNJ
tNJ
@@ -192561,23 +193014,23 @@ thA
thA
thA
thA
-thA
-xMq
-xMq
-xMq
xMq
iDt
+iDt
+iDt
+qZG
+ebX
scw
iDt
lRI
eNh
-bEh
oxO
+bEh
vAx
-oLa
-pvh
-oxO
+jXl
oxO
+pvh
+oLa
yfz
oxO
woH
@@ -192789,7 +193242,7 @@ tBs
dit
bDH
rYt
-xJN
+rrf
wAv
jvs
qEJ
@@ -192815,25 +193268,25 @@ thA
thA
thA
thA
-thA
-thA
-thA
-thA
-thA
xMq
xMq
+xMq
+iDt
iDt
+xte
iDt
iDt
+chg
+iDt
nfG
alM
-alM
-alM
-alM
-alM
-alM
-alM
-alM
+bXf
+ffe
+ffe
+ffe
+ffe
+ylQ
+ffe
iry
oxO
oxO
@@ -193072,24 +193525,24 @@ thA
thA
thA
thA
-thA
-thA
-thA
-thA
-thA
-thA
xMq
-psb
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
+xMq
+lvt
+lvt
+lvt
+kdJ
iDt
iDt
+wnp
+wnp
+wnp
+wnp
+wnp
+wnp
+eLU
+wAk
+lPz
+rOz
ffe
ffe
ffe
@@ -193329,24 +193782,24 @@ thA
thA
thA
thA
-thA
-thA
-thA
-thA
-thA
-thA
xMq
xMq
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
-iDt
+lvt
+lvt
+lvt
+kdJ
+lvt
+wnp
+wnp
+sjD
+dsa
+wnp
+aLo
+jDQ
+oQV
+xvx
+rOz
+xvx
kAH
mHu
kwM
@@ -193586,24 +194039,24 @@ thA
thA
thA
thA
-thA
-thA
-thA
-thA
-thA
-thA
-thA
-xMq
-xMq
-iDt
xMq
-iDt
-iDt
+lvt
+lvt
+lvt
+lvt
+mRp
+qbz
+wnp
+uNH
+kXR
+jVi
+xij
+vES
xnC
-iDt
-iDt
-iDt
-iDt
+tLy
+jih
+gYO
+toP
kAH
mHu
jlj
@@ -193843,19 +194296,19 @@ thA
thA
thA
thA
-tjo
-tjo
-tjo
-thA
-thA
-thA
-thA
-thA
-xMq
-xMq
-xMq
-ebX
-kNC
+rcY
+lvt
+lvt
+lvt
+nNV
+ege
+iPK
+wnp
+afy
+sqB
+eSQ
+xjs
+vES
uIf
uIf
uIf
@@ -194100,19 +194553,19 @@ thA
thA
tjo
tjo
-tjo
-tjo
-tjo
-tjo
-thA
-thA
-thA
-thA
-thA
-thA
-thA
rcY
-iDt
+lvt
+lvt
+lvt
+ekN
+nce
+qcl
+qcl
+qcl
+vES
+mwK
+vES
+ybe
uIf
nIt
nIt
@@ -194357,28 +194810,28 @@ thA
thA
tjo
tjo
-tjo
-tjo
-tjo
-tjo
-tjo
-thA
-thA
-thA
-thA
-thA
-thA
rcY
-iDt
-uIf
+lvt
+lvt
+lvt
+mnB
+tTK
+rSZ
+vES
+uPQ
+vES
+eSQ
+nOo
+xdk
+onV
stb
-pOL
-pOL
-pOL
-opD
+stb
+stb
+stb
+iWs
mxc
-hFb
-hFb
+qRO
+rEj
qRO
mEL
vqv
@@ -194614,19 +195067,19 @@ thA
thA
tjo
tjo
-tjo
-tjo
-tjo
-tjo
-tjo
-thA
-thA
-thA
-thA
-thA
-thA
rcY
-iDt
+lvt
+lvt
+lvt
+lvt
+asG
+qcl
+qcl
+wnp
+gAZ
+tEE
+lYS
+jem
uIf
rmp
pOL
@@ -194871,19 +195324,19 @@ thA
thA
tjo
tjo
-tjo
-tjo
-tjo
-tjo
-tjo
-thA
-thA
-thA
-thA
-thA
-thA
-rcY
-iDt
+qZG
+ebX
+lvt
+lvt
+lvt
+kdJ
+lvt
+lvt
+wnp
+wnp
+dqt
+woV
+xxZ
uIf
jcC
pOL
@@ -195129,18 +195582,18 @@ thA
tjo
tjo
tjo
-tjo
-tjo
-tjo
-tjo
-thA
-thA
-thA
-thA
-thA
-thA
-rcY
-iDt
+qZG
+kNC
+ebX
+lvt
+kdJ
+lvt
+lvt
+lvt
+wnp
+qcl
+qcl
+wnp
uIf
odm
odm
@@ -195154,7 +195607,7 @@ qRO
rRl
ndb
bnZ
-wfy
+ulE
uIf
thA
thA
@@ -195388,16 +195841,16 @@ tjo
tjo
tjo
tjo
-tjo
-tjo
-tjo
-thA
-thA
-thA
-thA
-thA
-rcY
+qZG
+kNC
+nmy
+kNC
+kNC
+kNC
+uMU
iDt
+rQs
+kNC
fcj
fcj
fcj
@@ -195646,9 +196099,9 @@ tjo
tjo
tjo
tjo
-tjo
-tjo
-thA
+iDt
+iDt
+iDt
thA
thA
thA
@@ -196424,8 +196877,8 @@ thA
thA
thA
thA
-rcY
-iDt
+syw
+kNC
bgx
bgx
bgx
@@ -232641,7 +233094,7 @@ tKI
wBb
tKI
skw
-ipF
+dLz
qpp
dsf
xjF
@@ -238050,7 +238503,7 @@ kmi
iYb
xaA
vXV
-wjv
+mJi
pec
fJl
xMR
@@ -240151,8 +240604,8 @@ gTK
gTK
myX
sSJ
-xFM
-eEh
+gka
+scg
fab
eDC
uIV
@@ -240401,10 +240854,10 @@ xtQ
hIH
kCn
mNY
-wiM
+xwX
tMD
ehJ
-rpF
+rWe
twt
tXB
sSJ
@@ -240582,7 +241035,7 @@ iiH
teP
teP
teP
-fEC
+kGJ
gMK
fng
rHc
@@ -240658,7 +241111,7 @@ kKH
pRj
eAj
sro
-apL
+gNA
qkT
kzA
whW
@@ -241096,7 +241549,7 @@ uwB
lvS
xLO
fGM
-eEZ
+aac
nUJ
qbA
csB
@@ -241331,7 +241784,7 @@ rhf
jDt
wtg
diq
-ehy
+kPl
vtZ
mgU
fUj
@@ -241676,7 +242129,7 @@ vvv
tTV
jtA
bID
-rlL
+niI
miw
gCK
cMd
@@ -241688,7 +242141,7 @@ xBh
qGQ
sOE
wcx
-mGV
+jQy
qnC
sIp
uif
@@ -242658,7 +243111,7 @@ xwC
utR
pAZ
bln
-aAf
+qWZ
oxe
vmj
aqB
@@ -242671,7 +243124,7 @@ rAW
kwz
ghJ
uEm
-sqU
+iEV
lpM
klP
euf
@@ -243217,7 +243670,7 @@ guU
ayq
hpI
bID
-sSS
+pPd
rOU
rcN
qxy
@@ -243474,7 +243927,7 @@ ctr
avk
gxP
bID
-tZO
+uWa
uCK
nKj
fwW
@@ -244202,7 +244655,7 @@ pAZ
bln
lBD
pAZ
-mDv
+vOM
sUi
tEd
lpM
@@ -250629,7 +251082,7 @@ fkk
fkk
fkk
spj
-pBS
+cmd
vrw
jlT
lso
@@ -251400,7 +251853,7 @@ cki
gtw
gtw
aHZ
-qWf
+nsH
vrw
jlT
lso
@@ -253208,7 +253661,7 @@ mqq
ivB
vBG
loG
-iOu
+rLO
sZF
sZF
puB
@@ -254511,12 +254964,12 @@ wHc
aEA
dng
dAB
-ojd
-ojd
-ojd
-ojd
-ojd
-ojd
+ubh
+ubh
+ubh
+ubh
+ubh
+ubh
qLY
pnA
qFp
@@ -254768,12 +255221,12 @@ wHc
fPO
pTU
itt
-ojd
-ojd
-ojd
-ojd
-ojd
-ojd
+ubh
+ubh
+ubh
+ubh
+ubh
+ubh
qLY
baF
fvk
@@ -255025,12 +255478,12 @@ wHc
oMT
emK
uvU
-ojd
-ojd
-ojd
-ojd
-ojd
-ojd
+ubh
+ubh
+ubh
+ubh
+ubh
+ubh
qLY
oCA
fvk
@@ -256826,7 +257279,7 @@ cAG
nbq
hAq
nDB
-nfW
+dxX
jbU
lhu
hdH
@@ -257845,7 +258298,7 @@ mbK
jQS
eNK
aYJ
-aYJ
+sSz
aYJ
aYJ
bXL
@@ -258102,10 +258555,10 @@ aYJ
aYJ
wUt
urK
-urK
+xjU
nJT
urK
-xjs
+urK
urK
iRx
pJV
@@ -258619,8 +259072,8 @@ oHK
oHK
vjj
fLU
-vjj
-vjj
+rDH
+usP
wLl
wol
hnP
@@ -258875,8 +259328,8 @@ vvE
tJG
oHK
goq
-wnp
-kdJ
+goq
+rDH
usP
wLl
nsZ
@@ -259132,7 +259585,7 @@ gXJ
wgU
oHK
pnq
-xsD
+goq
rDH
pvU
wLl
@@ -259390,7 +259843,7 @@ hhP
oHK
iZl
iZl
-iZl
+ieb
iZl
wLl
tur
diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm
index ead9b88c03ebb9..c255c2eea4d09e 100644
--- a/_maps/map_files/KiloStation/KiloStation.dmm
+++ b/_maps/map_files/KiloStation/KiloStation.dmm
@@ -9843,13 +9843,13 @@
dir = 4
},
/obj/structure/cable,
-/obj/machinery/status_display/evac/directional/north,
/obj/effect/turf_decal/tile/red{
dir = 1
},
/obj/effect/turf_decal/tile/blue{
dir = 4
},
+/obj/machinery/incident_display/delam/directional/north,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
"dqa" = (
@@ -10627,7 +10627,6 @@
/turf/open/floor/iron,
/area/station/hallway/primary/central/fore)
"dEl" = (
-/obj/machinery/firealarm/directional/east,
/obj/machinery/camera/directional/east{
c_tag = "Aft Hallway Engineering Venders";
name = "aft camera"
@@ -18933,10 +18932,6 @@
},
/turf/open/floor/iron/dark,
/area/station/hallway/primary/starboard)
-"gng" = (
-/obj/structure/sign/departments/engineering,
-/turf/closed/wall,
-/area/station/commons/storage/primary)
"gnh" = (
/turf/closed/wall/r_wall,
/area/station/service/chapel)
@@ -22341,6 +22336,7 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
"hsg" = (
@@ -33582,7 +33578,6 @@
/obj/item/kirbyplants{
icon_state = "plant-21"
},
-/obj/structure/extinguisher_cabinet/directional/north,
/obj/effect/turf_decal/tile/red{
dir = 1
},
@@ -34945,7 +34940,7 @@
dir = 4
},
/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/incident_display/delam/directional/north,
/turf/open/floor/iron/dark,
/area/station/engineering/lobby)
"lsb" = (
@@ -37851,7 +37846,6 @@
/turf/open/floor/iron/dark,
/area/station/hallway/secondary/exit/departure_lounge)
"mnO" = (
-/obj/item/radio/intercom/directional/north,
/obj/structure/cable,
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 1
@@ -37859,6 +37853,7 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/machinery/incident_display/delam/directional/north,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
"mnR" = (
@@ -40807,17 +40802,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"npy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red,
-/turf/open/floor/iron,
-/area/station/hallway/primary/starboard)
"npR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/closed/wall,
@@ -42336,17 +42320,6 @@
},
/turf/open/floor/wood,
/area/station/command/heads_quarters/hos)
-"nPw" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "ceprivate";
- name = "Chief Engineer's Privacy Shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/caution/stand_clear,
-/obj/machinery/incident_display/delam/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/engineering/lobby)
"nPS" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/decal/cleanable/blood/old,
@@ -43087,6 +43060,7 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron,
/area/station/hallway/primary/aft)
"ofr" = (
@@ -43298,11 +43272,11 @@
},
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
-/obj/structure/sign/warning/secure_area/directional/east,
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 4
},
/obj/effect/turf_decal/tile/red,
+/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/iron,
/area/station/engineering/lobby)
"ojs" = (
@@ -67791,6 +67765,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark,
/area/station/security/brig)
"was" = (
@@ -71668,6 +71643,7 @@
cycle_id = "brig-entrance-right"
},
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark,
/area/station/security/brig)
"xmQ" = (
@@ -107990,7 +107966,7 @@ deG
gkr
pmu
wRE
-gng
+bax
xsJ
jhg
xAw
@@ -110051,7 +110027,7 @@ sXJ
sXJ
alL
jjs
-nPw
+xDj
piN
xDj
eHc
@@ -113636,7 +113612,7 @@ udt
nQO
lKq
lkF
-npy
+tar
tar
nwf
fur
diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm
index 6a969c3c3efc36..99cf05d0d9ddcf 100644
--- a/_maps/map_files/MetaStation/MetaStation.dmm
+++ b/_maps/map_files/MetaStation/MetaStation.dmm
@@ -587,6 +587,15 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"alA" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 4;
+ name = "Quartermaster Junction"
+ },
+/obj/effect/mapping_helpers/mail_sorting/supply/qm_office,
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"alE" = (
/turf/open/floor/iron,
/area/station/security/courtroom)
@@ -625,6 +634,19 @@
},
/turf/open/floor/iron,
/area/station/security/courtroom)
+"ame" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil/slippery,
+/obj/effect/decal/cleanable/blood/gibs/down,
+/mob/living/simple_animal/bot/mulebot{
+ name = "Leaping Rabbit"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"amj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -999,6 +1021,13 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/engine,
/area/station/engineering/supermatter)
+"auh" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"aum" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -2194,6 +2223,14 @@
/obj/effect/turf_decal/trimline/brown/warning,
/turf/open/floor/iron/white,
/area/station/science/lobby)
+"aOA" = (
+/obj/effect/landmark/blobstart,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"aOC" = (
/obj/effect/turf_decal/trimline/red/filled/corner,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -3963,14 +4000,6 @@
},
/turf/open/floor/iron/white,
/area/station/science/ordnance/storage)
-"buc" = (
-/obj/effect/landmark/blobstart,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"bug" = (
/obj/structure/lattice,
/obj/item/tank/internals/oxygen/empty,
@@ -4251,10 +4280,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/fore/lesser)
-"byr" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/station/maintenance/port/fore)
"byw" = (
/obj/effect/landmark/start/lawyer,
/turf/open/floor/wood,
@@ -4358,17 +4383,6 @@
/obj/effect/mapping_helpers/burnt_floor,
/turf/open/floor/plating,
/area/station/maintenance/port)
-"bAC" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/railing{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/obj/machinery/autolathe,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"bAD" = (
/obj/structure/dresser,
/obj/machinery/newscaster/directional/north,
@@ -4398,6 +4412,18 @@
},
/turf/open/floor/iron/white,
/area/station/science/research)
+"bBy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 8
+ },
+/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"bBA" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -4861,6 +4887,15 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"bJX" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"bKv" = (
/obj/item/pen,
/obj/structure/table/reinforced,
@@ -5112,18 +5147,6 @@
/obj/item/stack/rods,
/turf/open/space/basic,
/area/station/solars/port/fore)
-"bOB" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/brown/filled/corner{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"bOH" = (
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
@@ -5776,9 +5799,9 @@
/turf/open/floor/iron,
/area/station/maintenance/disposal/incinerator)
"caV" = (
-/obj/machinery/airalarm/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
+/obj/vehicle/sealed/mecha/ripley/cargo,
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/iron/recharge_floor,
/area/station/cargo/warehouse)
"cbg" = (
/obj/effect/turf_decal/tile/purple{
@@ -6653,6 +6676,10 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/ce)
+"cuh" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/station/maintenance/port/fore)
"cuk" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -7618,6 +7645,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
/area/station/service/library)
+"cLN" = (
+/obj/structure/sign/departments/exodrone/directional/east,
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"cMb" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/cable,
@@ -7635,26 +7666,6 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/white/corner,
/area/station/hallway/secondary/entry)
-"cMl" = (
-/obj/structure/railing{
- dir = 6
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/storage/box/bandages{
- pixel_y = 6;
- pixel_x = 4
- },
-/obj/effect/spawner/random/entertainment/deck,
-/obj/effect/spawner/random/entertainment/cigarette_pack{
- pixel_x = -6;
- pixel_y = 8
- },
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"cMG" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -8001,17 +8012,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"cTN" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/light/directional/west,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"cUd" = (
/obj/machinery/door/firedoor,
/obj/structure/cable,
@@ -9790,6 +9790,16 @@
},
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
+"dCF" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"dDe" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
@@ -10415,6 +10425,16 @@
},
/turf/open/floor/iron,
/area/station/security/office)
+"dOm" = (
+/obj/machinery/requests_console/directional/south{
+ department = "Mining";
+ name = "Mining Requests Console"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"dOs" = (
/obj/structure/sign/warning/no_smoking,
/turf/closed/wall/r_wall,
@@ -10611,15 +10631,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
-"dRc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"dRj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -10681,6 +10692,12 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/solars/starboard/fore)
+"dRS" = (
+/obj/structure/cable,
+/obj/effect/spawner/random/maintenance,
+/obj/machinery/recharge_station,
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"dRX" = (
/obj/structure/rack,
/obj/effect/turf_decal/tile/blue/anticorner/contrasted,
@@ -10840,6 +10857,11 @@
/obj/effect/landmark/start/chemist,
/turf/open/floor/iron/white,
/area/station/medical/chemistry)
+"dUd" = (
+/obj/structure/noticeboard/qm,
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/station/command/heads_quarters/qm)
"dUj" = (
/obj/structure/chair/office{
dir = 1
@@ -11250,6 +11272,13 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/station/construction/storage_wing)
+"ebd" = (
+/obj/effect/turf_decal/trimline/brown/warning{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
"ebg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -13115,11 +13144,10 @@
/area/station/commons/lounge)
"eIc" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/dim/directional/south,
-/obj/machinery/mech_bay_recharge_port{
+/obj/structure/sign/warning/directional/south,
+/obj/machinery/computer/mech_bay_power_console{
dir = 8
},
-/obj/structure/sign/warning/directional/south,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
"eIy" = (
@@ -13393,6 +13421,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"eMK" = (
+/obj/machinery/mech_bay_recharge_port{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/station/cargo/warehouse)
"eMW" = (
/obj/structure/flora/bush/pale/style_random,
/obj/structure/flora/bush/ferny/style_random,
@@ -14492,17 +14527,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"fhn" = (
-/obj/effect/decal/cleanable/cobweb,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil/slippery,
-/obj/effect/decal/cleanable/blood/gibs/down,
-/mob/living/simple_animal/bot/mulebot{
- name = "Leaping Rabbit"
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"fhp" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -15246,6 +15270,7 @@
cycle_id = "brig-entrance"
},
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron,
/area/station/security/brig)
"frZ" = (
@@ -15554,15 +15579,6 @@
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/floor/iron,
/area/station/security/checkpoint/engineering)
-"fAk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/structure/crate,
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/arrows/red{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/cargo/warehouse)
"fAt" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -15622,14 +15638,6 @@
/obj/structure/window/spawner/directional/north,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/command/storage/eva)
-"fBy" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"fBz" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -16171,6 +16179,7 @@
cycle_id = "brig-entrance"
},
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron,
/area/station/security/brig)
"fMf" = (
@@ -16252,7 +16261,6 @@
/obj/effect/spawner/random/maintenance,
/obj/effect/spawner/random/maintenance,
/obj/effect/spawner/random/maintenance,
-/obj/effect/turf_decal/stripes/corner,
/obj/item/reagent_containers/cup/soda_cans/pwr_game,
/obj/structure/sign/poster/contraband/random/directional/south,
/turf/open/floor/iron,
@@ -16304,6 +16312,21 @@
},
/turf/open/floor/iron/dark,
/area/station/security/range)
+"fOB" = (
+/obj/effect/mapping_helpers/airlock/access/any/security/maintenance,
+/obj/machinery/door/airlock/maintenance{
+ name = "Brig Maintenance"
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"fOS" = (
/obj/structure/flora/bush/sparsegrass/style_random,
/obj/structure/flora/bush/flowers_yw/style_random,
@@ -18524,6 +18547,17 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron/white,
/area/station/medical/surgery/theatre)
+"gGP" = (
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin{
+ name = "Jim Norton's Quebecois Coffee disposal unit"
+ },
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"gHo" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -19056,6 +19090,28 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/carpet,
/area/station/command/heads_quarters/captain/private)
+"gPN" = (
+/obj/effect/turf_decal/trimline/brown/filled/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/warning{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/light/small/directional/north,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
+"gPP" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/spawner/random/structure/crate,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"gPY" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -20285,6 +20341,14 @@
/obj/effect/turf_decal/trimline/brown/filled/line,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
+"hor" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Warehouse Maintenance"
+ },
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/all/supply/general,
+/turf/open/floor/plating,
+/area/station/cargo/warehouse)
"hoE" = (
/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).";
@@ -21720,11 +21784,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"hOx" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"hOR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/spawner/random/trash/soap{
@@ -22054,12 +22113,6 @@
/obj/machinery/light/directional/south,
/turf/open/floor/iron/white,
/area/station/science/xenobiology/hallway)
-"hUj" = (
-/obj/structure/cable,
-/obj/effect/landmark/start/cargo_technician,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"hUn" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -22277,11 +22330,12 @@
/turf/open/floor/iron/dark,
/area/station/security/office)
"hYl" = (
-/obj/effect/decal/cleanable/dirt,
/obj/structure/sink{
dir = 8;
pixel_x = 14
},
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
"hYr" = (
@@ -24116,15 +24170,6 @@
/obj/effect/landmark/start/security_officer,
/turf/open/floor/iron/dark,
/area/station/security/range)
-"iDy" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 1
- },
-/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"iDG" = (
/obj/structure/table,
/obj/item/stock_parts/scanning_module{
@@ -25798,6 +25843,19 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/grimy,
/area/station/security/interrogation)
+"jgz" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/conveyor_switch/oneway{
+ id = "mining";
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"jgE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -25930,6 +25988,11 @@
},
/turf/open/floor/iron/white,
/area/station/science/cytology)
+"jjn" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"jjs" = (
/obj/effect/spawner/random/engineering/tank,
/obj/effect/mapping_helpers/broken_floor,
@@ -27037,19 +27100,34 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"jBp" = (
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/obj/machinery/conveyor_switch/oneway{
- id = "mining";
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"jBu" = (
/obj/effect/landmark/start/cargo_technician,
/obj/effect/turf_decal/bot_white,
/turf/open/floor/iron,
/area/station/cargo/storage)
+"jBy" = (
+/obj/machinery/light_switch/directional/south,
+/obj/machinery/conveyor_switch/oneway{
+ id = "packageSort2";
+ name = "Sort and Deliver";
+ pixel_x = -2;
+ pixel_y = 12
+ },
+/obj/machinery/conveyor_switch/oneway{
+ dir = 8;
+ id = "packageExternal";
+ name = "Crate Returns";
+ pixel_x = -5;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/trimline/brown/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/brown/filled/corner,
+/obj/effect/turf_decal/trimline/white/corner,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/cargo/sorting)
"jBC" = (
/obj/structure/table,
/obj/item/clothing/head/soft/grey{
@@ -27217,16 +27295,6 @@
/obj/structure/sign/poster/party_game,
/turf/closed/wall,
/area/space/nearstation)
-"jFw" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/spawner/random/structure/crate,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"jFy" = (
/obj/effect/landmark/generic_maintenance_landmark,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -27879,6 +27947,19 @@
/obj/machinery/light/directional/north,
/turf/open/floor/iron/white,
/area/station/medical/virology)
+"jPE" = (
+/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/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"jPH" = (
/obj/machinery/door/airlock/atmos{
name = "Atmospherics"
@@ -27914,6 +27995,15 @@
},
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
+"jQr" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
+/turf/open/floor/plating,
+/area/station/maintenance/port/greater)
"jQz" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8
@@ -27983,15 +28073,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"jRL" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/siding/purple{
- dir = 9
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"jRO" = (
/obj/structure/table,
/obj/item/paper_bin,
@@ -28916,6 +28997,7 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/random/directional/south,
+/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
"kir" = (
@@ -30147,10 +30229,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/engineering/main)
-"kED" = (
-/obj/structure/sign/departments/exodrone/directional/east,
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"kFa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -30320,6 +30398,13 @@
/obj/structure/sign/poster/contraband/random/directional/north,
/turf/open/floor/plating,
/area/station/maintenance/port)
+"kIJ" = (
+/obj/effect/spawner/random/maintenance,
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"kIR" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -30353,6 +30438,15 @@
/obj/machinery/light/no_nightlight/directional/north,
/turf/open/floor/iron,
/area/station/engineering/atmos)
+"kKd" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"kKh" = (
/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 1
@@ -30939,12 +31033,6 @@
/obj/structure/cable/layer3,
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/ai)
-"kUv" = (
-/obj/effect/turf_decal/trimline/brown/filled/line,
-/obj/machinery/light/directional/south,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"kUG" = (
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/loading_area{
@@ -31000,26 +31088,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
-"kVC" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
-/obj/structure/table,
-/obj/item/clothing/gloves/cargo_gauntlet{
- pixel_y = 8
- },
-/obj/item/clothing/gloves/cargo_gauntlet{
- pixel_y = 5
- },
-/obj/item/clothing/gloves/cargo_gauntlet{
- pixel_y = 2
- },
-/obj/item/reagent_containers/cup/soda_cans/random{
- pixel_x = -9
- },
-/turf/open/floor/catwalk_floor/iron,
-/area/station/cargo/storage)
"kVN" = (
/turf/open/floor/carpet,
/area/station/service/chapel)
@@ -31738,6 +31806,23 @@
/obj/machinery/duct,
/turf/open/floor/iron,
/area/station/commons/fitness/recreation)
+"liU" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/machinery/disposal/bin/tagger,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"liX" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -31795,9 +31880,15 @@
/turf/open/floor/engine,
/area/station/science/xenobiology)
"ljH" = (
-/obj/effect/decal/cleanable/generic,
-/obj/vehicle/sealed/mecha/ripley/cargo,
-/turf/open/floor/iron/recharge_floor,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/caution{
+ dir = 8
+ },
+/obj/machinery/light/small/dim/directional/south,
+/turf/open/floor/iron,
/area/station/cargo/warehouse)
"ljL" = (
/obj/structure/chair/comfy/black,
@@ -31819,6 +31910,14 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/engineering/storage/tech)
+"lld" = (
+/obj/effect/spawner/random/structure/grille,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"llk" = (
/obj/structure/cable,
/obj/machinery/power/solar{
@@ -32912,23 +33011,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
-"lLa" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/structure/railing{
- dir = 9
- },
-/obj/machinery/disposal/bin/tagger,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"lLk" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
@@ -33257,6 +33339,15 @@
/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
+"lPB" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
+/turf/open/floor/iron/grimy,
+/area/station/service/chapel/office)
"lPC" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -34949,7 +35040,7 @@
/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 1
},
-/obj/machinery/incident_display/delam/directional/south,
+/obj/machinery/incident_display/bridge/directional/south,
/turf/open/floor/iron/dark,
/area/station/command/bridge)
"mwj" = (
@@ -36065,7 +36156,7 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/deepfryer,
+/obj/machinery/smartfridge/drying,
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/trimline/brown/warning{
dir = 9
@@ -36754,11 +36845,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/ce)
-"naX" = (
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"nbd" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -37628,6 +37714,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
+"nrB" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"nrM" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/cable,
@@ -38486,15 +38584,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/solars/starboard/fore)
-"nEq" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/effect/turf_decal/box,
-/obj/machinery/portable_atmospherics/canister,
-/obj/effect/turf_decal/box,
-/obj/item/radio/intercom/directional/north,
-/obj/structure/sign/warning/gas_mask/directional/east,
-/turf/open/floor/iron,
-/area/station/science/xenobiology)
"nEB" = (
/obj/structure/sign/poster/random/directional/east,
/obj/machinery/requests_console/directional/south{
@@ -38959,21 +39048,12 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/command)
"nNB" = (
-/obj/effect/turf_decal/bot_white,
/obj/effect/turf_decal/arrows/red{
dir = 1
},
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
-"nNE" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/sorting/mail{
- dir = 4;
- name = "Quartermaster Junction"
- },
-/obj/effect/mapping_helpers/mail_sorting/supply/qm_office,
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"nNH" = (
/obj/structure/chair/comfy/black{
dir = 4
@@ -39280,19 +39360,6 @@
/obj/item/food/grown/mushroom/glowshroom,
/turf/open/floor/plating,
/area/station/maintenance/starboard/aft)
-"nTi" = (
-/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/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"nTk" = (
/obj/structure/flora/bush/jungle/c/style_random,
/obj/machinery/light/small/directional/east,
@@ -39452,11 +39519,6 @@
/obj/effect/spawner/random/entertainment/deck,
/turf/open/floor/wood,
/area/station/maintenance/port/aft)
-"nXW" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"nYa" = (
/obj/machinery/door/airlock/research{
name = "Ordnance Lab"
@@ -39680,13 +39742,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/science/research)
-"obj" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"obk" = (
/obj/item/target/alien,
/turf/open/floor/plating,
@@ -40127,6 +40182,7 @@
/obj/effect/turf_decal/arrows/red{
dir = 1
},
+/obj/effect/spawner/random/structure/crate,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
"okj" = (
@@ -40265,11 +40321,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"omV" = (
-/obj/effect/spawner/random/structure/grille,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"onf" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/south,
@@ -40328,18 +40379,6 @@
/obj/effect/spawner/random/bureaucracy/paper,
/turf/open/floor/wood,
/area/station/commons/vacant_room/office)
-"ood" = (
-/obj/effect/turf_decal/trimline/brown/filled/corner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/brown/warning{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/machinery/light/small/directional/north,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/cargo/sorting)
"oog" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -40697,6 +40736,15 @@
/obj/effect/turf_decal/tile/bar,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"ouo" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/box,
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/box,
+/obj/item/radio/intercom/directional/north,
+/obj/structure/sign/warning/gas_mask/directional/east,
+/turf/open/floor/iron,
+/area/station/science/xenobiology)
"out" = (
/obj/structure/lattice,
/obj/item/reagent_containers/cup/glass/bottle/goldschlager,
@@ -41283,15 +41331,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/engineering/storage_shared)
-"oFI" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"oFK" = (
/obj/structure/cable,
/obj/effect/spawner/random/engineering/tracking_beacon,
@@ -42549,21 +42588,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/service/hydroponics)
-"pdp" = (
-/obj/effect/mapping_helpers/airlock/access/any/security/maintenance,
-/obj/machinery/door/airlock/maintenance{
- name = "Brig Maintenance"
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"pdx" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -42649,14 +42673,6 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
-"pfd" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/obj/machinery/rnd/production/techfab/department/cargo,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"pfe" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -43236,6 +43252,11 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/turf/open/floor/plating,
/area/station/engineering/supermatter/room)
+"pqc" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"pqi" = (
/obj/structure/chair,
/obj/machinery/light/directional/north,
@@ -44850,6 +44871,10 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
+"pTf" = (
+/obj/structure/cable,
+/turf/open/floor/iron/goonplaque,
+/area/station/hallway/primary/port)
"pTm" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/red/half/contrasted{
@@ -45994,6 +46019,7 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
},
+/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
"qph" = (
@@ -46268,6 +46294,12 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security/holding_cell)
+"quT" = (
+/obj/effect/turf_decal/trimline/brown/filled/line,
+/obj/machinery/light/directional/south,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"qvJ" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -46467,6 +46499,11 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/command)
+"qzC" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"qzE" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
@@ -47424,13 +47461,6 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
-"qOZ" = (
-/obj/machinery/requests_console/directional/south{
- department = "Mining";
- name = "Mining Requests Console"
- },
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"qPs" = (
/obj/structure/lattice/catwalk,
/obj/structure/marker_beacon/indigo,
@@ -48088,6 +48118,11 @@
"qZI" = (
/turf/open/floor/iron/dark,
/area/station/engineering/supermatter/room)
+"qZO" = (
+/obj/effect/landmark/event_spawn,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"qZV" = (
/obj/machinery/door/airlock/external{
name = "Solar Maintenance"
@@ -48752,6 +48787,17 @@
dir = 4
},
/area/station/service/chapel)
+"rmS" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "QMLoad"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"rnb" = (
/obj/effect/mapping_helpers/burnt_floor,
/obj/effect/spawner/random/trash/garbage{
@@ -49511,6 +49557,12 @@
/mob/living/basic/goat/pete,
/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
/area/station/service/kitchen/coldroom)
+"rzo" = (
+/obj/structure/cable,
+/obj/effect/landmark/start/cargo_technician,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"rzq" = (
/obj/structure/cable,
/obj/effect/turf_decal/stripes/corner,
@@ -50038,28 +50090,6 @@
"rJB" = (
/turf/closed/wall/r_wall,
/area/station/security/evidence)
-"rJF" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/flashlight/lamp{
- pixel_x = -7;
- pixel_y = 9
- },
-/obj/item/folder/yellow{
- pixel_y = -5;
- pixel_x = 5
- },
-/obj/item/pen/blue{
- pixel_x = 4;
- pixel_y = -3
- },
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"rJI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/disposalpipe/junction/yjunction{
@@ -50181,17 +50211,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/white,
/area/station/science/lab)
-"rLq" = (
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/obj/machinery/disposal/bin{
- name = "Jim Norton's Quebecois Coffee disposal unit"
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"rLv" = (
/turf/open/floor/plating/foam{
initial_gas_mix = "TEMP=2.7"
@@ -50380,9 +50399,13 @@
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"rPp" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/caution{
+ dir = 8
+ },
/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/caution,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
"rPA" = (
@@ -50426,29 +50449,6 @@
},
/turf/open/floor/iron/white,
/area/station/command/heads_quarters/cmo)
-"rQi" = (
-/obj/machinery/light_switch/directional/south,
-/obj/machinery/conveyor_switch/oneway{
- id = "packageSort2";
- name = "Sort and Deliver";
- pixel_x = -2;
- pixel_y = 12
- },
-/obj/machinery/conveyor_switch/oneway{
- dir = 8;
- id = "packageExternal";
- name = "Crate Returns";
- pixel_x = -5;
- pixel_y = -3
- },
-/obj/effect/turf_decal/trimline/brown/warning{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/brown/filled/corner,
-/obj/effect/turf_decal/trimline/white/corner,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/cargo/sorting)
"rQk" = (
/obj/machinery/recharger{
pixel_y = 4
@@ -51593,6 +51593,14 @@
/obj/machinery/light/floor,
/turf/open/floor/iron/white,
/area/station/science/xenobiology/hallway)
+"sly" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/hallway/primary/port)
"slC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -51645,6 +51653,17 @@
/obj/machinery/atmospherics/pipe/bridge_pipe/cyan/visible,
/turf/open/floor/iron,
/area/station/engineering/atmos)
+"smB" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/obj/machinery/autolathe,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"smG" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -51695,6 +51714,18 @@
},
/turf/open/floor/iron/white,
/area/station/science/ordnance/testlab)
+"snZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"soa" = (
/obj/machinery/light/small/directional/south,
/obj/structure/sign/poster/official/random/directional/south,
@@ -51711,18 +51742,6 @@
/obj/item/storage/box,
/turf/open/floor/plating,
/area/station/maintenance/port)
-"som" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/structure/railing{
- dir = 8
- },
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"sou" = (
/obj/effect/turf_decal/delivery,
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
@@ -52144,6 +52163,20 @@
},
/turf/open/floor/iron/white,
/area/station/science/research)
+"sxb" = (
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/obj/structure/table,
+/obj/item/storage/box/bandages{
+ pixel_y = 6;
+ pixel_x = 4
+ },
+/obj/effect/spawner/random/entertainment/cigarette_pack{
+ pixel_x = -6;
+ pixel_y = 8
+ },
+/obj/effect/spawner/random/entertainment/deck,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"sxf" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
@@ -52394,6 +52427,36 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
+"sCc" = (
+/obj/structure/table,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/item/storage/medkit/regular{
+ pixel_x = -3;
+ pixel_y = 10
+ },
+/obj/item/pen/blue{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/pen/fountain{
+ pixel_x = 10
+ },
+/obj/item/pen/red{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/item/stamp/denied{
+ pixel_y = -1
+ },
+/obj/item/stamp{
+ pixel_x = -9;
+ pixel_y = -1
+ },
+/turf/open/floor/catwalk_floor/iron,
+/area/station/cargo/storage)
"sCh" = (
/obj/structure/table/glass,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -53196,6 +53259,15 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron/white,
/area/station/science/explab)
+"sPO" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/port/fore)
"sPV" = (
/obj/structure/closet/secure_closet/captains,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -54253,6 +54325,14 @@
},
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
+"tik" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/obj/machinery/rnd/production/techfab/department/cargo,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"tit" = (
/obj/structure/sink/directional/east,
/obj/structure/sign/poster/contraband/random/directional/west,
@@ -55331,13 +55411,6 @@
/obj/effect/landmark/start/scientist,
/turf/open/floor/iron/dark,
/area/station/science/lab)
-"tDj" = (
-/obj/structure/cable,
-/obj/effect/spawner/random/maintenance,
-/obj/machinery/recharge_station,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"tDk" = (
/obj/structure/rack,
/obj/effect/spawner/random/techstorage/engineering_all,
@@ -57811,15 +57884,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/cargo/drone_bay)
-"utj" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
-/turf/open/floor/iron/grimy,
-/area/station/service/chapel/office)
"utk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -58264,6 +58328,15 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/white,
/area/station/science/ordnance/storage)
+"uBG" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/purple{
+ dir = 9
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"uBI" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{
@@ -61638,11 +61711,6 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"vGW" = (
-/obj/structure/noticeboard/qm,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/station/command/heads_quarters/qm)
"vHa" = (
/obj/effect/decal/cleanable/oil/slippery,
/turf/open/floor/iron,
@@ -62579,6 +62647,26 @@
dir = 1
},
/area/station/engineering/atmos)
+"vWD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/table,
+/obj/item/clothing/gloves/cargo_gauntlet{
+ pixel_y = 8
+ },
+/obj/item/clothing/gloves/cargo_gauntlet{
+ pixel_y = 5
+ },
+/obj/item/clothing/gloves/cargo_gauntlet{
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/cup/soda_cans/random{
+ pixel_x = -9
+ },
+/turf/open/floor/catwalk_floor/iron,
+/area/station/cargo/storage)
"vWF" = (
/obj/structure/cable,
/obj/machinery/holopad,
@@ -63074,14 +63162,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/central)
-"weP" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Warehouse Maintenance"
- },
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/access/all/supply/general,
-/turf/open/floor/plating,
-/area/station/cargo/warehouse)
"weS" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
@@ -64471,13 +64551,6 @@
},
/turf/open/floor/iron/dark,
/area/station/engineering/transit_tube)
-"wEU" = (
-/obj/effect/spawner/random/maintenance,
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/port/fore)
"wFa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/stripes/line{
@@ -65045,15 +65118,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/commons/vacant_room/commissary)
-"wRz" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"wRB" = (
/obj/item/radio/intercom/directional/north,
/obj/machinery/firealarm/directional/west,
@@ -65612,36 +65676,6 @@
},
/turf/open/floor/iron,
/area/station/command/gateway)
-"xbA" = (
-/obj/structure/table,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/structure/cable,
-/obj/item/storage/medkit/regular{
- pixel_x = -3;
- pixel_y = 10
- },
-/obj/item/pen/blue{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/pen/fountain{
- pixel_x = 10
- },
-/obj/item/pen/red{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/item/stamp/denied{
- pixel_y = -1
- },
-/obj/item/stamp{
- pixel_x = -9;
- pixel_y = -1
- },
-/turf/open/floor/catwalk_floor/iron,
-/area/station/cargo/storage)
"xbT" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -65921,6 +65955,11 @@
dir = 4
},
/area/station/medical/treatment_center)
+"xgx" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"xgB" = (
/obj/structure/cable,
/turf/open/floor/plating,
@@ -66155,10 +66194,6 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/iron/freezer,
/area/station/commons/toilet/restrooms)
-"xkS" = (
-/obj/structure/cable,
-/turf/open/floor/iron/goonplaque,
-/area/station/hallway/primary/port)
"xkV" = (
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
/turf/open/floor/iron,
@@ -66359,11 +66394,6 @@
},
/turf/open/floor/iron,
/area/station/service/hydroponics)
-"xoW" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/maintenance/port/greater)
"xpb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -67113,18 +67143,6 @@
},
/turf/open/floor/iron,
/area/station/ai_monitored/command/storage/eva)
-"xBO" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/sorting/mail{
- dir = 8
- },
-/obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"xBX" = (
/obj/machinery/firealarm/directional/east,
/turf/closed/wall,
@@ -68456,13 +68474,6 @@
/obj/item/pipe_dispenser,
/turf/open/floor/iron,
/area/station/engineering/main)
-"yaH" = (
-/obj/effect/turf_decal/trimline/brown/warning{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/cargo/sorting)
"yaO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -68799,11 +68810,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/carpet,
/area/station/command/corporate_showroom)
-"ygy" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/primary/port)
"ygR" = (
/obj/effect/turf_decal/trimline/brown/filled/corner{
dir = 4
@@ -85139,9 +85145,9 @@ pck
lku
uEw
nJG
-xoW
-iDy
-wRz
+jjn
+jQr
+kKd
mjg
dHc
dHc
@@ -85395,11 +85401,11 @@ fur
fur
wEz
aaq
-buc
+aOA
wUt
fcq
-nTi
-obj
+jPE
+auh
crr
crr
crr
@@ -85652,7 +85658,7 @@ dBE
vQs
vQs
vQs
-weP
+hor
vQs
vQs
iSk
@@ -86160,7 +86166,7 @@ sUc
vsO
vsO
uAu
-cTN
+rmS
dme
exQ
vQs
@@ -86172,7 +86178,7 @@ slZ
vQs
puW
hyW
-xkS
+pTf
iOc
qwG
fjD
@@ -86402,7 +86408,7 @@ paD
jpG
kRe
nVG
-qOZ
+dOm
hKg
hKg
ouu
@@ -87195,7 +87201,7 @@ fqe
vHa
nNB
qoY
-fAk
+rPp
rPp
ljH
vQs
@@ -87453,11 +87459,11 @@ vde
tGU
hYl
caV
-rPp
+eMK
eIc
vQs
hyW
-ygy
+qzC
kOQ
lxM
kDS
@@ -87680,13 +87686,13 @@ twr
xgB
hJO
duG
-omV
-fhn
-jXu
-jBp
+lld
+ame
+cuh
+gGP
wsk
-rJF
-cMl
+jgz
+dCF
hlE
oor
aKN
@@ -87714,7 +87720,7 @@ vQs
vQs
vQs
upM
-nXW
+pqc
rkM
pOa
hKp
@@ -87937,10 +87943,10 @@ fUr
fUr
bkJ
iIE
-jFw
-tDj
-byr
-rLq
+gPP
+dRS
+jXu
+sxb
qqr
iId
tkf
@@ -87957,12 +87963,12 @@ dfk
dfk
rQD
nsh
-kVC
-xbA
-lLa
-som
-bAC
-pfd
+vWD
+sCc
+liU
+nrB
+smB
+tik
sxk
xwa
fjw
@@ -88187,14 +88193,14 @@ hTG
gJM
srk
qGP
-kED
+cLN
pkT
sHu
eMY
cVL
jXu
-wEU
-dRc
+kIJ
+sPO
twr
jXu
hKg
@@ -88216,8 +88222,8 @@ qvV
tMn
sFi
cHG
-bOB
-hOx
+snZ
+xgx
dfk
uyf
edN
@@ -88228,7 +88234,7 @@ hYx
eMf
iev
sus
-fBy
+sly
nxF
sVY
cyk
@@ -88450,7 +88456,7 @@ jXu
jXu
jXu
jXu
-nNE
+alA
lpS
lpS
lpS
@@ -88473,19 +88479,19 @@ bDn
xzx
hIp
qCS
-oFI
-hOx
-hUj
-kUv
+bJX
+xgx
+rzo
+quT
iev
-ood
-yaH
-yaH
-rQi
+gPN
+ebd
+ebd
+jBy
iev
iev
-xBO
-naX
+bBy
+qZO
pYn
sVY
psr
@@ -89491,7 +89497,7 @@ aaf
jXu
sxn
ciE
-vGW
+dUd
rtz
fpV
tQp
@@ -90608,7 +90614,7 @@ gwS
oxT
sEE
hrG
-utj
+lPB
vQg
gYU
pIs
@@ -90763,7 +90769,7 @@ wQj
jXu
jXu
jXu
-pdp
+fOB
jXu
aaa
rlU
@@ -98823,7 +98829,7 @@ aHi
hrh
txG
eKP
-jRL
+uBG
kXG
svS
ove
@@ -117058,7 +117064,7 @@ rDf
uhs
fjd
jlU
-nEq
+ouo
sZN
msR
xkv
diff --git a/_maps/map_files/Mining/Lavaland.dmm b/_maps/map_files/Mining/Lavaland.dmm
index 7fa13857a70ff8..973e32ebff3e60 100644
--- a/_maps/map_files/Mining/Lavaland.dmm
+++ b/_maps/map_files/Mining/Lavaland.dmm
@@ -56,6 +56,12 @@
"ak" = (
/turf/closed/mineral/random/volcanic,
/area/lavaland/surface/outdoors/unexplored/danger)
+"al" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"am" = (
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/misc/asteroid/basalt/lava_land_surface,
@@ -82,6 +88,13 @@
/obj/item/clothing/glasses/meson,
/turf/open/floor/iron/dark,
/area/mine/storage/public)
+"ar" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/obj/item/reagent_containers/cup/bucket/wooden,
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"av" = (
/obj/machinery/computer/arcade/orion_trail{
dir = 4
@@ -197,6 +210,9 @@
},
/turf/open/floor/plating,
/area/mine/maintenance/production)
+"bF" = (
+/turf/closed/wall/mineral/iron,
+/area/mine/lobby/raptor)
"bH" = (
/obj/structure/table,
/obj/item/book/manual/chef_recipes{
@@ -237,6 +253,13 @@
},
/turf/open/floor/iron/textured_large,
/area/mine/lounge)
+"bN" = (
+/turf/open/misc/ashplanet/ash,
+/area/lavaland/surface/outdoors)
+"bO" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"bQ" = (
/obj/structure/stone_tile/cracked{
dir = 8
@@ -343,12 +366,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/mine/maintenance/service)
-"ct" = (
-/obj/structure/railing/wooden_fence{
- dir = 6
- },
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"cw" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -430,6 +447,13 @@
dir = 4
},
/area/mine/lounge)
+"cP" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/mine/eva)
"cQ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/airalarm/directional/south,
@@ -519,6 +543,20 @@
/obj/structure/lattice/catwalk/mining,
/turf/open/lava/smooth/lava_land_surface,
/area/lavaland/surface/outdoors)
+"dl" = (
+/obj/machinery/door/airlock/external/glass{
+ name = "Mining External Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lounge)
+"dn" = (
+/obj/structure/table/wood,
+/obj/item/knife,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"dq" = (
/obj/structure/stone_tile{
dir = 4
@@ -628,6 +666,18 @@
/obj/item/soap/homemade,
/turf/open/floor/iron/freezer,
/area/mine/laborcamp)
+"eg" = (
+/obj/machinery/suit_storage_unit/mining,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/dark/smooth_edge{
+ dir = 8
+ },
+/area/mine/eva)
"eo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -677,6 +727,13 @@
"eA" = (
/turf/closed/wall,
/area/mine/maintenance/public/south)
+"eB" = (
+/obj/structure/lattice/catwalk/mining,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"eC" = (
/obj/machinery/shower/directional/west,
/obj/machinery/door/window/right/directional/west,
@@ -733,6 +790,12 @@
/obj/structure/sign/poster/official/work_for_a_future/directional/west,
/turf/open/floor/iron/smooth,
/area/mine/laborcamp/quarters)
+"eU" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"eW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/port_gen/pacman{
@@ -794,6 +857,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/mine/laborcamp)
+"fn" = (
+/obj/machinery/door/airlock/external/glass{
+ name = "Raptor Ranch External Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lounge)
"fo" = (
/obj/structure/closet/crate,
/obj/structure/window/spawner/directional/west,
@@ -809,6 +879,12 @@
/obj/item/seeds/sunflower,
/turf/open/floor/iron/dark,
/area/mine/laborcamp)
+"ft" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"fv" = (
/obj/machinery/vending/cigarette,
/obj/effect/turf_decal/tile/bar/opposingcorners{
@@ -1062,6 +1138,13 @@
},
/turf/open/floor/carpet/royalblue,
/area/mine/living_quarters)
+"gG" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/obj/structure/lattice/catwalk/mining,
+/turf/open/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
"gI" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -1112,6 +1195,10 @@
},
/turf/open/floor/plating/lavaland_atmos,
/area/lavaland/surface/outdoors)
+"gR" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"gU" = (
/obj/machinery/conveyor{
dir = 6;
@@ -1297,15 +1384,19 @@
/obj/structure/stone_tile,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"hM" = (
-/turf/closed/wall/mineral/wood/nonmetal,
-/area/lavaland/surface)
"hR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
/turf/open/floor/plating,
/area/mine/maintenance/living/north)
+"hS" = (
+/obj/structure/chair/sofa/corner{
+ dir = 8;
+ color = "#AA4A44"
+ },
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"hV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -1398,10 +1489,6 @@
/obj/item/clothing/glasses/meson,
/turf/open/floor/iron/dark,
/area/mine/storage/public)
-"il" = (
-/obj/item/flashlight/lantern/on,
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"io" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -1474,6 +1561,10 @@
},
/turf/open/floor/iron/checker,
/area/mine/cafeteria)
+"iI" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lounge)
"iN" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -1506,6 +1597,12 @@
dir = 1
},
/area/mine/living_quarters)
+"ja" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"jc" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -1598,6 +1695,13 @@
dir = 1
},
/area/mine/laborcamp)
+"jC" = (
+/obj/structure/chair/wood{
+ dir = 1
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"jD" = (
/obj/structure/closet/crate,
/obj/effect/decal/cleanable/dirt,
@@ -1636,6 +1740,9 @@
},
/turf/open/lava/smooth/lava_land_surface,
/area/lavaland/surface/outdoors)
+"jM" = (
+/turf/open/misc/ashplanet/rocky,
+/area/lavaland/surface/outdoors)
"jN" = (
/obj/structure/stone_tile/surrounding_tile{
dir = 8
@@ -1674,12 +1781,11 @@
dir = 8
},
/area/mine/production)
-"jX" = (
-/obj/structure/railing/wooden_fence{
- dir = 1
- },
-/turf/open/misc/asteroid/basalt/lava_land_surface,
-/area/lavaland/surface/outdoors)
+"jZ" = (
+/obj/structure/table/wood,
+/obj/item/flashlight/lantern/on,
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"ka" = (
/obj/structure/table,
/obj/machinery/newscaster/directional/north,
@@ -1690,9 +1796,37 @@
},
/turf/open/floor/iron/checker,
/area/mine/cafeteria)
+"kd" = (
+/obj/machinery/door/airlock/external/glass{
+ name = "Mining Shuttle Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/supply/mining,
+/turf/open/floor/iron/dark/textured_large,
+/area/mine/production)
+"ke" = (
+/obj/effect/spawner/random/food_or_drink/donkpockets,
+/obj/effect/spawner/random/food_or_drink/donkpockets{
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/obj/structure/table/wood,
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"kg" = (
/turf/closed/wall/r_wall,
/area/mine/laborcamp)
+"kh" = (
+/obj/machinery/smartfridge/drying/rack,
+/obj/item/food/cheese/firm_cheese,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
+"kj" = (
+/obj/effect/turf_decal/sand/plating/volcanic,
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"kk" = (
/obj/structure/stone_tile/block{
dir = 8
@@ -1851,6 +1985,12 @@
/obj/machinery/mining_weather_monitor/directional/west,
/turf/open/floor/iron/checker,
/area/mine/cafeteria)
+"kS" = (
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 8
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"kV" = (
/obj/machinery/atmospherics/components/tank/air{
dir = 8
@@ -1941,12 +2081,16 @@
},
/turf/open/lava/smooth/lava_land_surface,
/area/lavaland/surface/outdoors)
-"lt" = (
-/obj/structure/railing/wooden_fence{
- dir = 5
+"lu" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/misc/asteroid/basalt/lava_land_surface,
-/area/lavaland/surface/outdoors)
+/obj/structure/chair/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"lv" = (
/obj/structure/stone_tile/block/cracked{
dir = 8
@@ -2101,6 +2245,12 @@
},
/turf/open/lava/smooth/lava_land_surface,
/area/lavaland/surface/outdoors)
+"lU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"lV" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/red/filled/line{
@@ -2183,17 +2333,6 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"mk" = (
-/obj/structure/table/wood,
-/obj/item/raptor_dex{
- pixel_y = 13
- },
-/obj/item/raptor_dex{
- pixel_y = 7
- },
-/obj/item/raptor_dex,
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"ml" = (
/obj/structure/stone_tile/block/cracked{
dir = 8
@@ -2459,6 +2598,13 @@
},
/turf/open/indestructible/boss,
/area/lavaland/surface/outdoors)
+"na" = (
+/obj/structure/lattice/catwalk/mining,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
"nb" = (
/obj/structure/stone_tile/cracked{
dir = 8
@@ -2509,6 +2655,10 @@
},
/turf/open/indestructible/boss,
/area/lavaland/surface/outdoors)
+"nh" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"ni" = (
/obj/machinery/power/port_gen/pacman{
anchored = 1
@@ -2651,6 +2801,10 @@
dir = 1
},
/area/mine/laborcamp/security)
+"oa" = (
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"oc" = (
/obj/machinery/power/terminal{
dir = 4
@@ -2756,6 +2910,12 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
+"oD" = (
+/obj/structure/railing/corner/end{
+ dir = 8
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"oI" = (
/obj/structure/bed,
/obj/effect/decal/cleanable/dirt,
@@ -2801,6 +2961,13 @@
/obj/structure/sign/poster/contraband/random/directional/west,
/turf/open/floor/plating,
/area/mine/laborcamp)
+"oV" = (
+/obj/structure/chair/sofa/middle{
+ dir = 1;
+ color = "#AA4A44"
+ },
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"pa" = (
/obj/structure/stone_tile{
dir = 1
@@ -2840,6 +3007,10 @@
/obj/effect/spawner/random/trash/hobo_squat,
/turf/open/floor/plating,
/area/mine/maintenance/public/south)
+"ph" = (
+/obj/structure/flora/ash/fireblossom,
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"pm" = (
/obj/structure/stone_tile/block/cracked{
dir = 8
@@ -2967,6 +3138,13 @@
/obj/structure/sign/poster/official/cleanliness/directional/north,
/turf/open/floor/iron/freezer,
/area/mine/laborcamp/quarters)
+"pN" = (
+/obj/structure/chair/sofa/corner{
+ dir = 1;
+ color = "#AA4A44"
+ },
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"pO" = (
/obj/machinery/shower/directional/south,
/obj/machinery/door/window/left/directional/south,
@@ -3059,11 +3237,9 @@
},
/area/mine/laborcamp/quarters)
"qi" = (
-/obj/structure/railing/wooden_fence{
- dir = 4
- },
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
+/obj/item/flashlight/lantern/on,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"qo" = (
/obj/machinery/door/airlock/glass{
name = "Equipment Storage"
@@ -3101,6 +3277,14 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
+"qu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"qw" = (
/obj/structure/bed,
/obj/effect/decal/cleanable/dirt,
@@ -3132,6 +3316,12 @@
},
/turf/open/floor/iron/dark,
/area/mine/laborcamp/security)
+"qC" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"qH" = (
/obj/machinery/door/airlock{
id_tag = "miningbathroomprivate";
@@ -3302,11 +3492,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/mine/maintenance/service)
-"sa" = (
-/obj/structure/table/wood,
-/obj/item/flashlight/lantern/on,
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"se" = (
/turf/open/floor/iron/dark/textured_large,
/area/mine/eva)
@@ -3357,6 +3542,12 @@
dir = 8
},
/area/mine/medical)
+"sp" = (
+/obj/machinery/camera/autoname/directional/north{
+ network = list("mine")
+ },
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"st" = (
/obj/structure/chair/stool/directional/north,
/obj/effect/decal/cleanable/dirt,
@@ -3420,10 +3611,6 @@
"sO" = (
/turf/open/floor/plating,
/area/mine/maintenance/service)
-"sQ" = (
-/obj/structure/ore_container/food_trough/raptor_trough,
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"sR" = (
/obj/machinery/light/small/directional/west,
/obj/effect/decal/cleanable/dirt,
@@ -3477,6 +3664,10 @@
},
/turf/open/floor/iron/dark,
/area/mine/mechbay)
+"tb" = (
+/obj/structure/ore_container/food_trough/raptor_trough,
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"tc" = (
/obj/structure/bed{
dir = 4
@@ -3675,10 +3866,6 @@
},
/turf/open/floor/iron/white/smooth_edge,
/area/mine/cafeteria)
-"uw" = (
-/obj/effect/spawner/random/lavaland_mob/raptor,
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"ux" = (
/obj/machinery/door/airlock{
id_tag = "miningdorm1";
@@ -3704,6 +3891,12 @@
/obj/effect/turf_decal/sand/plating/volcanic,
/turf/open/floor/plating/lavaland_atmos,
/area/lavaland/surface/outdoors)
+"uF" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"uI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -3723,6 +3916,13 @@
dir = 4
},
/area/mine/lounge)
+"uO" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 4
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"uT" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/components/unary/passive_vent/layer2{
@@ -3836,6 +4036,12 @@
/obj/machinery/mining_weather_monitor/directional/north,
/turf/open/floor/iron/dark,
/area/mine/laborcamp/security)
+"vo" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"vp" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/disposalpipe/segment,
@@ -3884,6 +4090,12 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/plating,
/area/mine/mechbay)
+"vG" = (
+/obj/effect/turf_decal/sand/plating/volcanic,
+/obj/structure/marker_beacon/purple,
+/obj/effect/turf_decal/sand/plating/volcanic,
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"vI" = (
/obj/item/bedsheet/blue/double{
dir = 4
@@ -4108,6 +4320,11 @@
dir = 1
},
/area/mine/mechbay)
+"xb" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"xh" = (
/obj/structure/railing/corner{
dir = 8
@@ -4126,6 +4343,12 @@
/obj/effect/turf_decal/tile/blue/fourcorners,
/turf/open/floor/iron,
/area/mine/cafeteria)
+"xp" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"xr" = (
/obj/structure/sink/directional/east,
/obj/item/reagent_containers/cup/bucket,
@@ -4207,6 +4430,31 @@
/obj/effect/turf_decal/tile/blue/fourcorners,
/turf/open/floor/iron,
/area/mine/cafeteria)
+"xM" = (
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?";
+ pixel_y = -1;
+ pixel_x = 5
+ },
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?";
+ pixel_y = 9;
+ pixel_x = 8
+ },
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?";
+ pixel_y = 9;
+ pixel_x = 2
+ },
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?"
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"xN" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 8
@@ -4249,6 +4497,13 @@
dir = 1
},
/area/mine/storage/public)
+"xY" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"yc" = (
/obj/docking_port/stationary{
dir = 2;
@@ -4315,6 +4570,10 @@
/obj/effect/turf_decal/siding/wideplating_new,
/turf/open/floor/iron/checker,
/area/mine/laborcamp)
+"yo" = (
+/obj/effect/spawner/random/lavaland_mob/raptor,
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"yp" = (
/obj/structure/lattice/catwalk/mining,
/obj/structure/cable,
@@ -4371,6 +4630,14 @@
},
/turf/open/floor/iron/checker,
/area/mine/cafeteria)
+"yP" = (
+/obj/structure/easel,
+/obj/item/canvas/fortyfive_twentyseven,
+/obj/item/canvas/thirtysix_twentyfour,
+/obj/item/canvas/twentythree_nineteen,
+/obj/item/paint_palette,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"yR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -4412,10 +4679,6 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
/turf/open/floor/plating,
/area/mine/maintenance/public/south)
-"ze" = (
-/obj/effect/spawner/random/lavaland_mob/raptor,
-/turf/open/misc/asteroid/basalt/lava_land_surface,
-/area/lavaland/surface/outdoors)
"zf" = (
/obj/machinery/door/airlock{
name = "Restroom"
@@ -4451,6 +4714,13 @@
},
/turf/open/floor/plating/lavaland_atmos,
/area/lavaland/surface/outdoors)
+"zn" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lobby/raptor)
"zq" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
@@ -4472,10 +4742,6 @@
/obj/item/cigbutt,
/turf/open/floor/iron/smooth,
/area/mine/laborcamp)
-"zs" = (
-/obj/structure/railing/wooden_fence,
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"zw" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -4494,6 +4760,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/mine/maintenance/living/north)
+"zB" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"zD" = (
/obj/effect/turf_decal/loading_area{
dir = 1
@@ -4594,6 +4864,11 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
+"Ak" = (
+/obj/structure/bed,
+/obj/effect/spawner/random/bedsheet,
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"Am" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -4659,6 +4934,12 @@
},
/turf/open/floor/iron/dark,
/area/mine/laborcamp/security)
+"AM" = (
+/obj/structure/chair/wood{
+ dir = 1
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"AN" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth_edge,
@@ -4677,6 +4958,13 @@
/obj/effect/spawner/random/food_or_drink/booze,
/turf/open/floor/iron/white,
/area/mine/cafeteria)
+"AW" = (
+/obj/structure/railing{
+ dir = 10
+ },
+/obj/structure/lattice/catwalk/mining,
+/turf/open/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
"AX" = (
/turf/open/floor/plating,
/area/mine/laborcamp/security/maintenance)
@@ -4745,6 +5033,11 @@
/obj/effect/turf_decal/sand/plating/volcanic,
/turf/open/floor/plating/lavaland_atmos,
/area/lavaland/surface/outdoors)
+"BQ" = (
+/obj/item/canvas/twentythree_nineteen,
+/obj/structure/easel,
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"BR" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/disposalpipe/segment,
@@ -4811,12 +5104,6 @@
},
/turf/open/floor/iron/checker,
/area/mine/cafeteria)
-"Cv" = (
-/obj/structure/railing/wooden_fence{
- dir = 5
- },
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"Cz" = (
/obj/machinery/door/airlock/medical/glass{
name = "Infirmary"
@@ -4826,6 +5113,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/white,
/area/mine/laborcamp/production)
+"CA" = (
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"CB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -4881,6 +5174,12 @@
dir = 1
},
/area/mine/living_quarters)
+"CL" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"CM" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/dark/textured_large,
@@ -4906,6 +5205,12 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
/turf/open/floor/plating,
/area/mine/maintenance/public/north)
+"CT" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"CU" = (
/obj/structure/toilet{
dir = 8;
@@ -4915,6 +5220,11 @@
/obj/structure/curtain,
/turf/open/floor/iron/freezer,
/area/mine/living_quarters)
+"CV" = (
+/obj/structure/marker_beacon/purple,
+/obj/effect/turf_decal/sand/plating/volcanic,
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"CX" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -4991,12 +5301,6 @@
"Dz" = (
/turf/closed/wall,
/area/mine/medical)
-"DB" = (
-/obj/structure/railing/wooden_fence{
- dir = 8
- },
-/turf/open/misc/asteroid/basalt/lava_land_surface,
-/area/lavaland/surface/outdoors)
"DF" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -5008,6 +5312,17 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/textured_large,
/area/mine/cafeteria)
+"DJ" = (
+/obj/structure/table/wood,
+/obj/item/raptor_dex{
+ pixel_y = 13
+ },
+/obj/item/raptor_dex{
+ pixel_y = 7
+ },
+/obj/item/raptor_dex,
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"DK" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
@@ -5021,6 +5336,10 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
/turf/open/floor/plating,
/area/mine/maintenance/public/north)
+"DQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"DV" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -5070,6 +5389,18 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/mine/maintenance/living/north)
+"Eh" = (
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lounge)
+"Em" = (
+/obj/machinery/door/airlock/external/glass{
+ name = "Mining External Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lobby/raptor)
"Eo" = (
/obj/machinery/conveyor{
id = "mining_disposals"
@@ -5221,6 +5552,17 @@
"Ff" = (
/turf/open/floor/glass/reinforced,
/area/mine/lounge)
+"Fh" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
+"Fl" = (
+/obj/effect/turf_decal/sand/plating/volcanic,
+/obj/structure/marker_beacon/purple,
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"Fn" = (
/obj/structure/stone_tile/cracked{
dir = 4
@@ -5281,6 +5623,12 @@
"FH" = (
/turf/closed/wall,
/area/lavaland/surface/outdoors)
+"FJ" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"FL" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small/directional/west,
@@ -5310,6 +5658,9 @@
dir = 8
},
/area/mine/lounge)
+"FV" = (
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"FW" = (
/obj/structure/stone_tile{
dir = 1
@@ -5338,6 +5689,16 @@
},
/turf/open/floor/iron/smooth,
/area/mine/laborcamp/production)
+"Gi" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/structure/lattice/catwalk/mining,
+/turf/open/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"Gk" = (
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"Gl" = (
/obj/item/reagent_containers/cup/glass/colocup,
/turf/open/misc/asteroid/basalt/lava_land_surface,
@@ -5401,12 +5762,6 @@
dir = 8
},
/area/mine/production)
-"GG" = (
-/obj/structure/railing/wooden_fence{
- dir = 9
- },
-/turf/open/misc/asteroid/basalt/lava_land_surface,
-/area/lavaland/surface/outdoors)
"GH" = (
/obj/machinery/door/airlock/glass{
name = "Arrival Lounge"
@@ -5416,6 +5771,10 @@
/obj/effect/turf_decal/tile/blue/fourcorners,
/turf/open/floor/iron,
/area/mine/lounge)
+"GJ" = (
+/obj/item/flashlight/lantern/on,
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"GL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -5534,6 +5893,13 @@
dir = 1
},
/area/mine/lounge)
+"HC" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/obj/structure/lattice/catwalk/mining,
+/turf/open/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
"HD" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -5543,6 +5909,14 @@
},
/turf/open/floor/iron/dark,
/area/mine/laborcamp/security)
+"HE" = (
+/obj/structure/bookcase/random/reference,
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"HF" = (
/obj/structure/stone_tile{
dir = 1
@@ -5566,6 +5940,10 @@
/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/iron/dark,
/area/mine/maintenance/service/comms)
+"HJ" = (
+/obj/structure/railing,
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"HN" = (
/obj/structure/stone_tile/cracked{
dir = 8
@@ -5600,6 +5978,9 @@
dir = 8
},
/area/mine/mechbay)
+"HQ" = (
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"HS" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -5642,6 +6023,17 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/mine/maintenance/labor)
+"Ig" = (
+/obj/machinery/door/airlock/external/glass{
+ name = "Raptor Ranch External Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lobby/raptor)
+"Ih" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lobby/raptor)
"Ij" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -5859,6 +6251,9 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/plating,
/area/mine/laborcamp/production)
+"Jy" = (
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"Jz" = (
/obj/structure/lattice/catwalk/mining,
/obj/structure/railing{
@@ -5978,6 +6373,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/mine/maintenance/service)
+"JT" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"JV" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/conveyor_switch/oneway{
@@ -6082,6 +6486,10 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
+"Ku" = (
+/obj/structure/bookcase/random/reference,
+/turf/open/floor/wood,
+/area/mine/lobby/raptor)
"Kv" = (
/obj/machinery/mineral/processing_unit_console,
/turf/closed/wall,
@@ -6137,6 +6545,16 @@
},
/turf/open/floor/iron/checker,
/area/mine/cafeteria)
+"KN" = (
+/obj/structure/railing/corner/end{
+ dir = 4
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"KP" = (
+/obj/item/kirbyplants/random,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"KV" = (
/obj/structure/table,
/obj/machinery/light/directional/east,
@@ -6406,6 +6824,13 @@
dir = 8
},
/area/mine/lounge)
+"Mm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/chair/wood,
+/obj/structure/cable,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"Mr" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -6541,6 +6966,17 @@
/obj/effect/turf_decal/sand/plating/volcanic,
/turf/open/floor/plating/lavaland_atmos,
/area/lavaland/surface/outdoors)
+"Ng" = (
+/obj/structure/table/wood,
+/obj/item/soap/deluxe{
+ pixel_y = 11
+ },
+/obj/item/soap/deluxe{
+ pixel_y = 6
+ },
+/obj/item/soap/deluxe,
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"Nh" = (
/obj/structure/ore_box,
/obj/effect/turf_decal/trimline/yellow/filled/arrow_cw{
@@ -6563,6 +6999,11 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/mine/mechbay)
+"Nl" = (
+/obj/effect/turf_decal/sand/plating/volcanic,
+/obj/structure/railing,
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"Nn" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -6640,12 +7081,6 @@
/obj/machinery/computer/order_console/mining,
/turf/open/floor/iron/dark,
/area/mine/production)
-"NK" = (
-/obj/structure/railing/wooden_fence{
- dir = 1
- },
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"NL" = (
/obj/structure/railing,
/obj/structure/lattice/catwalk/mining,
@@ -6655,6 +7090,10 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/mine/laborcamp/security/maintenance)
+"NQ" = (
+/obj/item/flashlight/lantern/on,
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"NR" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -6664,9 +7103,6 @@
dir = 1
},
/area/mine/laborcamp/production)
-"NS" = (
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"NT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -6804,6 +7240,19 @@
},
/turf/open/floor/iron/dark,
/area/mine/laborcamp)
+"OP" = (
+/obj/machinery/microwave{
+ pixel_y = 6
+ },
+/obj/structure/table/wood,
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
+"OQ" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"OS" = (
/obj/structure/closet/secure_closet/brig,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -6814,17 +7263,6 @@
/obj/structure/cable,
/turf/open/floor/iron/white/textured_large,
/area/mine/cafeteria)
-"OW" = (
-/obj/structure/table/wood,
-/obj/item/soap/deluxe{
- pixel_y = 11
- },
-/obj/item/soap/deluxe{
- pixel_y = 6
- },
-/obj/item/soap/deluxe,
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"OZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -6834,6 +7272,13 @@
dir = 1
},
/area/mine/mechbay)
+"Pa" = (
+/obj/effect/turf_decal/sand/plating/volcanic,
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
"Pc" = (
/obj/structure/closet/crate/grave,
/turf/open/misc/asteroid/basalt/lava_land_surface,
@@ -7027,6 +7472,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/mine/laborcamp/production)
+"Qh" = (
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 4
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"Qi" = (
/obj/machinery/door/airlock/research/glass{
name = "Mining Station Mech Bay"
@@ -7157,6 +7608,12 @@
/obj/effect/turf_decal/tile/brown/fourcorners,
/turf/open/floor/iron/dark,
/area/mine/eva)
+"Rc" = (
+/obj/structure/rack,
+/obj/item/stack/sheet/mineral/wood/fifty,
+/obj/item/lighter,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"Rd" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -7181,6 +7638,25 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/mine/laborcamp)
+"Rg" = (
+/obj/structure/table/wood,
+/obj/item/plate{
+ pixel_x = 6;
+ pixel_y = 7
+ },
+/obj/item/plate{
+ pixel_x = -6;
+ pixel_y = -6
+ },
+/obj/item/reagent_containers/cup/glass/mug/tea{
+ pixel_x = 8;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 8
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"Rh" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 9
@@ -7194,6 +7670,10 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
+"Rn" = (
+/obj/structure/tank_holder/extinguisher,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
"Ro" = (
/obj/effect/turf_decal/loading_area,
/obj/effect/turf_decal/trimline/brown/filled/line{
@@ -7239,6 +7719,15 @@
/obj/structure/closet/toolcloset,
/turf/open/floor/plating,
/area/mine/maintenance/service)
+"Rz" = (
+/obj/structure/table/wood,
+/obj/item/food/meat/slab,
+/obj/item/food/meat/slab{
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"RB" = (
/obj/structure/railing/corner{
dir = 1
@@ -7273,6 +7762,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/mine/laborcamp)
+"RI" = (
+/obj/effect/spawner/random/lavaland_mob/raptor,
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"RL" = (
/obj/structure/disposalpipe/segment,
/obj/structure/lattice/catwalk,
@@ -7425,6 +7918,47 @@
},
/turf/open/floor/iron/dark/textured_large,
/area/mine/laborcamp/security)
+"SI" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
+"SJ" = (
+/obj/structure/rack,
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?"
+ },
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?";
+ pixel_y = 9
+ },
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?";
+ pixel_y = 9;
+ pixel_x = 2
+ },
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?";
+ pixel_y = 6
+ },
+/obj/item/food/grown/grass/fairy{
+ name = "weird hay";
+ desc = "Somehow, somewhere, this tells you it should increase your friendship level with your animals. Too bad that doesn't work, right?";
+ pixel_y = 6;
+ pixel_x = 9
+ },
+/obj/item/crowbar/large,
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"SL" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 1
@@ -7435,6 +7969,13 @@
},
/turf/open/floor/iron/smooth_large,
/area/mine/laborcamp)
+"SN" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood/large,
+/area/mine/lobby/raptor)
"SO" = (
/obj/structure/chair/stool{
dir = 8
@@ -7516,12 +8057,6 @@
dir = 4
},
/area/mine/production)
-"Tt" = (
-/obj/structure/railing/wooden_fence{
- dir = 10
- },
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"Tu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -7562,6 +8097,13 @@
/obj/effect/turf_decal/tile/brown/fourcorners,
/turf/open/floor/iron/dark,
/area/mine/production)
+"TN" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"TQ" = (
/obj/structure/table,
/obj/item/storage/toolbox/mechanical{
@@ -7706,9 +8248,7 @@
/turf/open/floor/iron/freezer,
/area/mine/living_quarters)
"UI" = (
-/obj/structure/railing/wooden_fence{
- dir = 4
- },
+/obj/structure/flora/ash/stem_shroom,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"UK" = (
@@ -7788,12 +8328,6 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"Vd" = (
-/obj/structure/railing/wooden_fence{
- dir = 9
- },
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"Ve" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/textured_large,
@@ -7937,12 +8471,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/mine/maintenance/labor)
-"VP" = (
-/obj/structure/railing/wooden_fence{
- dir = 8
- },
-/turf/open/misc/hay/lavaland,
-/area/lavaland/surface)
"VS" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt,
@@ -7977,6 +8505,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/mine/storage)
+"Wf" = (
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plating/lavaland_atmos,
+/area/mine/lobby/raptor)
"Wg" = (
/obj/structure/girder,
/obj/effect/turf_decal/sand/plating/volcanic,
@@ -8001,6 +8533,10 @@
dir = 1
},
/area/mine/laborcamp/security)
+"Ws" = (
+/obj/structure/water_source/puddle,
+/turf/open/misc/hay/lavaland,
+/area/lavaland/surface/outdoors)
"Wt" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/obj/structure/disposalpipe/segment,
@@ -8201,6 +8737,11 @@
/obj/structure/lattice/catwalk/mining,
/turf/open/lava/smooth/lava_land_surface,
/area/lavaland/surface/outdoors)
+"Xx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/carpet/red,
+/area/mine/lobby/raptor)
"Xy" = (
/obj/structure/chair/stool/directional/south,
/obj/effect/decal/cleanable/dirt,
@@ -8258,7 +8799,7 @@
/area/mine/laborcamp)
"XM" = (
/obj/structure/sign/directions/evac/directional/south{
- pixel_x = 32;
+ pixel_x = -32;
pixel_y = 0
},
/turf/open/floor/iron/dark/textured_large,
@@ -8353,6 +8894,8 @@
/area/mine/lounge)
"Yg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
/turf/open/floor/iron/dark/textured_large,
/area/mine/eva)
"Yk" = (
@@ -8416,6 +8959,15 @@
dir = 1
},
/area/mine/laborcamp/quarters)
+"Yz" = (
+/obj/effect/turf_decal/sand/plating/volcanic,
+/obj/effect/turf_decal/sand/plating/volcanic,
+/turf/open/floor/plating/lavaland_atmos,
+/area/lavaland/surface/outdoors)
+"YE" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"YF" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -8424,6 +8976,10 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/mine/maintenance/service)
+"YG" = (
+/obj/structure/fireplace,
+/turf/open/floor/wood/parquet,
+/area/mine/lobby/raptor)
"YJ" = (
/turf/open/floor/plating,
/area/mine/maintenance/labor)
@@ -8464,6 +9020,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/mine/laborcamp/production)
+"YZ" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/misc/hay/lavaland,
+/area/mine/lobby/raptor)
"Zb" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -41748,8 +42310,8 @@ eA
eA
pU
pU
-aj
-aj
+pU
+pU
aj
aj
aj
@@ -41998,16 +42560,16 @@ MS
QP
LE
os
-SP
+fn
+Eh
+dl
+pU
+BP
+pU
+bN
+jM
pU
-ai
-ai
-ai
pU
-aj
-aj
-aj
-aj
aj
aj
"}
@@ -42255,16 +42817,16 @@ JZ
PR
ib
os
-SP
+iI
+iI
+iI
pU
pU
-ai
-ai
+jM
+BP
+jM
+pU
pU
-aj
-aj
-aj
-aj
aj
aj
"}
@@ -42515,12 +43077,12 @@ Jt
Zq
pU
pU
-ai
pU
-aj
-aj
-aj
-aj
+pU
+jM
+jM
+pU
+pU
aj
aj
aj
@@ -42773,11 +43335,11 @@ Zq
pU
pU
aj
-aj
-aj
pU
-aj
-aj
+pU
+CV
+BP
+CV
aj
aj
aj
@@ -43030,11 +43592,11 @@ pU
pU
aj
aj
-pU
-pU
-aj
aj
aj
+Gi
+tF
+AW
aj
aj
aj
@@ -43289,9 +43851,9 @@ aj
aj
aj
aj
-aj
-aj
-pU
+gG
+tF
+HC
aj
aj
aj
@@ -43546,9 +44108,9 @@ aj
aj
aj
pU
-aj
-pU
-pU
+CV
+BP
+CV
aj
aj
aj
@@ -43803,9 +44365,9 @@ aj
aj
aj
pU
-ad
-ad
-ai
+pU
+pU
+pU
aj
aj
aj
@@ -44059,11 +44621,11 @@ aj
aj
aj
pU
-ai
-ad
-ad
-ai
-aj
+pU
+pU
+BP
+pU
+pU
aj
aj
"}
@@ -44315,12 +44877,12 @@ aj
aj
aj
aj
+aj
+aj
+bN
+bN
pU
-ad
-ad
-ad
-ad
-pU
+aj
aj
aj
"}
@@ -44573,13 +45135,13 @@ aj
aj
aj
aj
-ad
-ad
-ad
-ad
+pU
+pU
+jM
pU
aj
aj
+aj
"}
(141,1,1) = {"
aa
@@ -44831,10 +45393,10 @@ aj
aj
aj
pU
-ad
-ad
-ad
-ai
+BP
+jM
+pU
+pU
aj
aj
"}
@@ -45088,11 +45650,11 @@ aj
aj
aj
pU
-ai
-ad
-ad
-ad
-aj
+bN
+pU
+pU
+pU
+pU
aj
"}
(143,1,1) = {"
@@ -45344,10 +45906,10 @@ aj
aj
aj
aj
+aj
+pU
pU
pU
-ai
-ai
pU
aj
aj
@@ -45603,9 +46165,9 @@ aj
aj
aj
aj
-pU
-pU
-aj
+CV
+BP
+CV
aj
aj
"}
@@ -45860,9 +46422,9 @@ aj
aj
aj
aj
-aj
-aj
-aj
+Gi
+tF
+AW
aj
aj
"}
@@ -46116,10 +46678,10 @@ aj
aj
aj
aj
-pU
-aj
-aj
aj
+gG
+tF
+HC
aj
aj
"}
@@ -46372,11 +46934,11 @@ pU
aj
aj
aj
-aj
pU
-ai
-aj
-aj
+pU
+CV
+BP
+CV
aj
aj
"}
@@ -46628,12 +47190,12 @@ pU
pU
aj
aj
-aj
pU
-ad
-ad
pU
-aj
+pU
+pU
+pU
+pU
aj
aj
"}
@@ -46882,16 +47444,16 @@ BP
BP
Lw
pU
-pU
-aj
-aj
-aj
-aj
-ai
-ad
aj
aj
aj
+pU
+pU
+bN
+BP
+jM
+pU
+pU
aj
"}
(150,1,1) = {"
@@ -47139,14 +47701,14 @@ BP
BP
Lw
pU
-pU
-aj
-aj
aj
aj
aj
pU
-aj
+jM
+jM
+jM
+jM
aj
aj
aj
@@ -47381,7 +47943,7 @@ lb
Yl
Le
Le
-NU
+kd
Le
Le
BP
@@ -47396,14 +47958,14 @@ BP
BP
Lw
pU
-pU
-aj
-aj
aj
aj
aj
pU
-aj
+BP
+jM
+bN
+pU
aj
aj
aj
@@ -47637,9 +48199,9 @@ Ra
oh
pK
NU
-pU
-aj
-aj
+BP
+BP
+BP
JD
BP
BP
@@ -47656,11 +48218,11 @@ pU
pU
aj
aj
-aj
-aj
-aj
-aj
-aj
+pU
+bN
+bN
+pU
+pU
aj
aj
aj
@@ -47894,9 +48456,9 @@ Kc
mT
pK
pU
-aj
-aj
-pU
+BP
+Yz
+BP
JD
BP
BP
@@ -47913,12 +48475,12 @@ pU
pU
aj
aj
-aj
-aj
pU
pU
-aj
-aj
+pU
+pU
+pU
+pU
aj
aj
"}
@@ -48151,9 +48713,9 @@ Yg
li
dK
pU
-aj
-aj
-pU
+vG
+BP
+vG
zk
mc
mc
@@ -48170,14 +48732,14 @@ pU
pU
aj
aj
-aj
pU
+CV
+BP
+CV
pU
aj
aj
aj
-aj
-aj
"}
(155,1,1) = {"
aa
@@ -48408,9 +48970,9 @@ Yg
TQ
dK
pU
-aj
-aj
-pU
+Pa
+BP
+kj
pU
pU
pU
@@ -48428,9 +48990,9 @@ pU
aj
aj
aj
-pU
-aj
-aj
+Gi
+tF
+AW
aj
aj
aj
@@ -48661,13 +49223,13 @@ lb
pK
Ob
IL
-IL
+eg
KV
pK
aj
-aj
-aj
-aj
+yV
+BP
+Nl
pU
pU
pU
@@ -48685,9 +49247,9 @@ aj
aj
aj
aj
-aj
-aj
-aj
+yV
+tF
+NL
aj
aj
aj
@@ -48918,13 +49480,13 @@ NU
pK
pK
dK
-dK
+cP
pK
pK
aj
-aj
-aj
-aj
+yV
+tF
+NL
aj
aj
pU
@@ -48942,9 +49504,9 @@ aj
aj
aj
aj
-aj
-aj
-aj
+gG
+tF
+HC
aj
aj
aj
@@ -49175,13 +49737,13 @@ NU
ai
pU
pU
+ft
pU
aj
aj
-aj
-pU
-pU
-aj
+yV
+tF
+NL
aj
aj
aj
@@ -49197,11 +49759,11 @@ aj
aj
pU
pU
-pU
-pU
-pU
-pU
-pU
+aj
+aj
+CV
+BP
+CV
pU
pU
aj
@@ -49432,37 +49994,37 @@ pU
pU
pU
pU
-aj
+na
aj
aj
pU
-ad
-ad
+yV
+tF
+NL
+aj
+aj
pU
aj
aj
aj
aj
+pU
+aj
+aj
aj
aj
pU
pU
+pU
+pU
aj
+pU
+pU
+pU
+pU
aj
aj
aj
-GG
-DB
-DB
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
"}
(160,1,1) = {"
aa
@@ -49689,15 +50251,16 @@ pU
aj
aj
aj
+na
aj
-aj
-pU
-pU
-pU
pU
aj
+yV
+tF
+NL
aj
pU
+pU
aj
aj
aj
@@ -49706,20 +50269,19 @@ aj
aj
aj
aj
-aj
pU
-jX
pU
pU
-NK
-sQ
-NS
-zs
-NS
-NS
-sQ
-NS
-hM
+pU
+jM
+jM
+jM
+pU
+pU
+pU
+aj
+aj
+aj
"}
(161,1,1) = {"
aa
@@ -49946,37 +50508,37 @@ aj
aj
aj
aj
+na
aj
aj
aj
-pU
-aj
-aj
-aj
-aj
+gG
+tF
+HC
aj
aj
aj
aj
aj
+pU
aj
aj
aj
aj
aj
pU
-jX
pU
pU
-NK
-il
-NS
-zs
-NS
-NS
-il
-NS
-hM
+jM
+bN
+jM
+BP
+pU
+pU
+pU
+aj
+aj
+pU
"}
(162,1,1) = {"
aa
@@ -50203,13 +50765,13 @@ aj
aj
aj
aj
+na
aj
aj
aj
-aj
-aj
-aj
-aj
+Fl
+BP
+Fl
pU
aj
aj
@@ -50220,20 +50782,20 @@ aj
aj
aj
aj
-aj
pU
-jX
pU
pU
-NK
-NS
-NS
-zs
-NS
-NS
-NS
-NS
-hM
+jM
+BP
+bN
+jM
+pU
+pU
+pU
+aj
+aj
+pU
+pU
"}
(163,1,1) = {"
aa
@@ -50460,37 +51022,37 @@ ai
ai
pU
pU
-pU
-pU
-aj
+na
aj
aj
aj
+BP
+BP
+BP
pU
pU
aj
aj
-aj
-aj
-aj
-aj
pU
-aj
pU
pU
pU
-jX
+aj
pU
pU
-Cv
-qi
-NS
-ct
-NS
-NS
-qi
+pU
+jM
+jM
+bN
+jM
qi
-hM
+pU
+pU
+pU
+aj
+aj
+pU
+pU
"}
(164,1,1) = {"
aa
@@ -50717,37 +51279,37 @@ ai
ai
ai
ai
+ft
+na
+na
+na
+eB
+BP
+BP
+BP
+BP
pU
pU
pU
pU
-aj
-aj
pU
-aj
-aj
-aj
-pU
-aj
-aj
-aj
pU
pU
+Gk
+BQ
+AM
pU
+jM
+jM
+jM
+jM
pU
pU
+aj
+aj
+aj
pU
-ze
pU
-NS
-NS
-NS
-NS
-NS
-uw
-NS
-NS
-hM
"}
(165,1,1) = {"
aa
@@ -50946,266 +51508,8 @@ ZY
ZY
ZY
ZY
-pU
-pU
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-ai
-ai
-ai
-ai
-ai
-pU
-pU
-ai
-ai
-ai
-ai
-ai
-pU
-pU
-pU
-pU
-aj
-aj
-aj
-aj
-pU
-pU
-aj
-aj
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-NS
-mk
-sa
-NS
-NS
-NS
-OW
-sa
-hM
-"}
-(166,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-pU
-pU
-pU
-pU
-pU
-wv
-ad
-ad
-pU
-pU
-aj
-aj
-aj
-aj
-pU
-pU
-pU
-aj
-pU
-aj
-pU
-pU
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
+pU
+pU
ZY
ZY
ZY
@@ -51221,49 +51525,50 @@ pU
pU
pU
pU
+ai
+ai
+ai
+ai
+ai
pU
pU
-pU
-pU
-pU
-aj
-aj
-aj
-aj
+ai
+ai
+ai
ai
ai
pU
pU
pU
-pU
-aj
-aj
-aj
-aj
+na
+BP
+BP
+BP
+BP
+Fl
pU
pU
pU
pU
pU
+Gk
+ph
+Gk
pU
pU
pU
pU
+jM
pU
pU
+aj
+aj
+aj
+aj
pU
pU
-NS
-NS
-uw
-NS
-NS
-NS
-NS
-NS
-hM
"}
-(167,1,1) = {"
+(166,1,1) = {"
aa
aa
aa
@@ -51280,20 +51585,20 @@ pU
pU
pU
pU
-ai
-ai
-ai
-ai
+wv
+ad
+ad
+pU
pU
aj
aj
aj
+aj
pU
pU
pU
aj
-aj
-aj
+pU
aj
pU
pU
@@ -51471,8 +51776,6 @@ ZY
ZY
ZY
ZY
-ZY
-pU
pU
pU
pU
@@ -51482,45 +51785,47 @@ pU
pU
pU
pU
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-pU
-pU
pU
pU
pU
aj
aj
+aj
+aj
+ai
+ai
+bF
+bF
+Ih
+zn
+Ih
+bF
+bF
+bF
+Gk
pU
pU
pU
pU
pU
pU
+Gk
pU
+qi
pU
+BP
pU
pU
pU
-jX
-pU
+aj
+aj
+aj
+aj
+aj
+aj
pU
-Vd
-VP
-NS
-Tt
-NS
-NS
-VP
-VP
-hM
"}
-(168,1,1) = {"
+(167,1,1) = {"
aa
aa
aa
@@ -51536,7 +51841,7 @@ pU
pU
pU
pU
-Ft
+pU
ai
ai
ai
@@ -51545,9 +51850,9 @@ pU
aj
aj
aj
-aj
-aj
-aj
+pU
+pU
+pU
aj
aj
aj
@@ -51710,7 +52015,7 @@ fQ
fQ
fQ
fQ
-fQ
+ZY
ZY
ZY
ZY
@@ -51745,14 +52050,19 @@ aj
aj
aj
aj
-aj
-aj
-pU
-pU
-pU
-pU
+bF
+bF
+SJ
+kh
+eU
+OP
+ke
+dn
+Ih
+ph
+Gk
pU
-aj
+BP
pU
pU
pU
@@ -51763,21 +52073,16 @@ pU
pU
pU
pU
+aj
+aj
+aj
pU
-jX
pU
+aj
+aj
pU
-NK
-NS
-NS
-zs
-NS
-NS
-NS
-NS
-hM
"}
-(169,1,1) = {"
+(168,1,1) = {"
aa
aa
aa
@@ -51793,15 +52098,15 @@ pU
pU
pU
pU
-ad
+Ft
ai
ai
ai
ai
pU
-pU
-pU
-pU
+aj
+aj
+aj
aj
aj
aj
@@ -51978,8 +52283,7 @@ ZY
ZY
ZY
ZY
-fQ
-fQ
+ZY
ZY
ZY
ZY
@@ -51996,45 +52300,46 @@ pU
pU
pU
pU
-ai
-ai
-ai
pU
aj
aj
aj
aj
+aj
+aj
+bF
+Jy
+xY
+YE
+eU
+gR
+CL
+Rz
+Ih
+Gk
+Gk
+Gk
pU
pU
pU
+BP
+bN
+bN
+jM
pU
pU
pU
+aj
+aj
+aj
pU
pU
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-jX
-pU
-pU
-NK
-il
-NS
-zs
-NS
-NS
-il
-NS
-hM
+aj
+aj
+aj
"}
-(170,1,1) = {"
+(169,1,1) = {"
aa
aa
aa
@@ -52049,13 +52354,13 @@ aa
pU
pU
pU
-ad
+pU
ad
ai
ai
ai
ai
-ad
+pU
pU
pU
pU
@@ -52225,137 +52530,128 @@ fQ
fQ
fQ
fQ
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-fQ
-fQ
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-ai
-ai
-ai
-ai
-pU
-aj
-aj
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-jX
-pU
-pU
-NK
-sQ
-NS
-zs
-NS
-NS
-sQ
-NS
-hM
-"}
-(171,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-pU
-pU
-pU
-pU
-ad
-ai
-ai
-ai
-ai
-ad
-ad
-pU
-pU
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-pU
-pU
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+fQ
+fQ
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+ai
+ai
+ai
+pU
+aj
+aj
+bF
+yP
+lu
+lU
+Mm
+Rg
+jC
+bF
+bF
+pU
+Gk
+pU
+pU
+pU
+pU
+jM
+bN
+jM
+BP
+pU
+pU
+pU
+aj
+aj
+aj
+pU
+pU
+aj
+aj
+aj
+aj
+"}
+(170,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+pU
+pU
+pU
+ad
+ad
+ai
+ai
+ai
+ai
+ad
+pU
+pU
+pU
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+pU
+pU
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
fQ
fQ
fQ
@@ -52485,10 +52781,6 @@ fQ
fQ
fQ
fQ
-ZY
-ZY
-ZY
-ZY
fQ
fQ
fQ
@@ -52502,6 +52794,21 @@ ZY
ZY
ZY
ZY
+ZY
+ZY
+ZY
+fQ
+fQ
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+pU
+pU
+pU
pU
pU
pU
@@ -52509,46 +52816,44 @@ pU
pU
pU
pU
-aj
-aj
-aj
-aj
ai
ai
ai
ai
pU
+bF
+Jy
+uO
+FV
+eU
+SN
+Jy
+bF
pU
pU
pU
+qi
pU
+BP
pU
+jM
+bN
pU
+UI
pU
pU
pU
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-lt
-UI
-UI
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
-hM
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
"}
-(172,1,1) = {"
+(171,1,1) = {"
aa
aa
aa
@@ -52742,10 +53047,10 @@ fQ
fQ
fQ
fQ
-fQ
-fQ
-fQ
-fQ
+ZY
+ZY
+ZY
+ZY
fQ
fQ
fQ
@@ -52770,42 +53075,42 @@ aj
aj
aj
aj
-aj
-pU
ai
ai
+ai
+bF
+sp
+pN
+FV
+eU
+JT
+bF
+bF
+bF
+Fl
pU
pU
pU
pU
pU
+jM
pU
pU
+Gk
+Gk
+Gk
+UI
pU
+aj
pU
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
+aj
pU
pU
aj
aj
-aj
-aj
-aj
-aj
-aj
-aj
"}
-(173,1,1) = {"
+(172,1,1) = {"
aa
aa
aa
@@ -52817,7 +53122,7 @@ aa
aa
aa
aa
-ok
+pU
pU
pU
pU
@@ -52827,7 +53132,7 @@ ai
ai
ai
ad
-pU
+ad
pU
pU
aj
@@ -53009,7 +53314,6 @@ fQ
fQ
fQ
fQ
-fQ
ZY
ZY
ZY
@@ -53022,47 +53326,48 @@ pU
pU
pU
pU
+pU
+pU
aj
aj
aj
aj
aj
-aj
-aj
-aj
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
pU
+ai
+bF
+YG
+oV
+FV
+xb
+SN
+Ig
+Wf
+Em
+BP
pU
+BP
pU
pU
pU
+Fl
+BP
+Gk
+Gk
+ph
+Gk
+Gk
pU
pU
pU
pU
pU
-aj
-aj
-aj
-aj
-aj
-aj
-aj
pU
-aj
pU
aj
aj
"}
-(174,1,1) = {"
+(173,1,1) = {"
aa
aa
aa
@@ -53074,7 +53379,7 @@ aa
aa
aa
aa
-ad
+ok
pU
pU
pU
@@ -53274,8 +53579,8 @@ ZY
ZY
ZY
ZY
-ZY
-ZY
+pU
+pU
pU
pU
pU
@@ -53287,39 +53592,39 @@ aj
aj
aj
aj
-aj
-aj
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
+bF
+Jy
+hS
+FV
+Xx
+SN
+bF
+bF
+bF
+Fl
pU
pU
pU
pU
pU
+BP
+OQ
+qC
+qC
+bF
+Ih
+Ih
+bF
+bF
+Ih
+Ih
+bF
+bF
pU
pU
aj
-aj
-aj
-aj
-aj
-aj
-aj
"}
-(175,1,1) = {"
+(174,1,1) = {"
aa
aa
aa
@@ -53332,15 +53637,15 @@ aa
aa
aa
ad
-ad
pU
pU
-Si
+pU
+ad
ai
ai
ai
ai
-yy
+ad
pU
pU
pU
@@ -53524,7 +53829,6 @@ fQ
fQ
fQ
fQ
-fQ
ZY
ZY
ZY
@@ -53545,41 +53849,39 @@ aj
aj
aj
aj
-aj
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
+bF
+oa
+kS
+FV
+Xx
+SN
+KP
+bF
+Rn
pU
+Gk
+Gk
pU
pU
+Gk
+Gk
+CT
+Gk
pU
+YZ
+tb
+HQ
+HJ
+HQ
+HQ
+tb
+HQ
+bF
pU
pU
aj
-aj
-pU
-pU
-aj
-aj
-aj
"}
-(176,1,1) = {"
-aa
-aa
-aa
+(175,1,1) = {"
aa
aa
aa
@@ -53591,12 +53893,16 @@ aa
aa
aa
aa
-ok
+ad
+ad
+pU
pU
+Si
ai
ai
ai
ai
+yy
pU
pU
pU
@@ -53607,7 +53913,6 @@ aj
aj
aj
aj
-aj
pU
pU
fQ
@@ -53782,8 +54087,6 @@ fQ
fQ
fQ
fQ
-fQ
-ZY
ZY
ZY
ZY
@@ -53802,38 +54105,40 @@ aj
aj
aj
aj
+aj
+bF
+Rc
+qu
+bO
+xb
+Qh
+TN
+bF
+bF
+ph
+Gk
pU
pU
+Gk
+Gk
+Gk
+CT
pU
pU
+YZ
+GJ
+HQ
+HJ
+HQ
+HQ
+GJ
+HQ
+Ih
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-aj
-pU
-aj
-aj
-aj
-aj
aj
aj
"}
-(177,1,1) = {"
+(176,1,1) = {"
aa
aa
aa
@@ -53848,12 +54153,12 @@ aa
aa
aa
aa
+ok
pU
-pU
-pU
-ad
-ad
-pU
+ai
+ai
+ai
+ai
pU
pU
pU
@@ -54040,8 +54345,7 @@ fQ
fQ
fQ
fQ
-fQ
-fQ
+ZY
ZY
ZY
ZY
@@ -54054,43 +54358,44 @@ ZY
pU
pU
pU
+aj
+aj
+aj
+aj
+aj
+bF
+Ku
+HE
+Jy
+DQ
+DQ
+DQ
+nh
+Ih
+Gk
+Gk
pU
pU
pU
+Gk
pU
+al
+UI
+Fl
+YZ
+HQ
+HQ
+HJ
+HQ
+HQ
+HQ
+HQ
+Ih
pU
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
aj
"}
-(178,1,1) = {"
+(177,1,1) = {"
aa
aa
aa
@@ -54108,8 +54413,8 @@ aa
pU
pU
pU
-pU
-pU
+ad
+ad
pU
pU
pU
@@ -54299,7 +54604,6 @@ fQ
fQ
fQ
fQ
-fQ
ZY
ZY
ZY
@@ -54314,40 +54618,41 @@ pU
pU
pU
pU
+aj
+aj
+bF
+bF
+HE
+Jy
+FV
+FV
+Ak
+zB
+Ih
+Gk
pU
pU
pU
pU
pU
pU
+al
pU
+Gk
+Fh
+ja
+HQ
+vo
+HQ
+HQ
+ja
+ja
+bF
+bF
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
aj
"}
-(179,1,1) = {"
+(178,1,1) = {"
aa
aa
aa
@@ -54362,7 +54667,6 @@ aa
aa
aa
aa
-ad
pU
pU
pU
@@ -54379,6 +54683,8 @@ aj
aj
aj
aj
+aj
+pU
pU
fQ
fQ
@@ -54556,124 +54862,121 @@ fQ
fQ
fQ
fQ
-fQ
-fQ
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-ZY
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-aj
-aj
-aj
-pU
-aj
-aj
-aj
-"}
-(180,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-HX
-pU
-ad
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-aj
-aj
-pU
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
-fQ
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+pU
+pU
+pU
+pU
+pU
+aj
+aj
+bF
+bF
+Ih
+Ih
+Ih
+bF
+bF
+bF
+Gk
+pU
+pU
+Gk
+pU
+pU
+pU
+oD
+RI
+Gk
+HQ
+HQ
+HQ
+HQ
+HQ
+yo
+HQ
+HQ
+HQ
+Ih
+pU
+aj
+"}
+(179,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ad
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+pU
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
fQ
fQ
fQ
@@ -54826,10 +55129,14 @@ ZY
ZY
ZY
ZY
+ZY
pU
pU
pU
pU
+aj
+aj
+aj
pU
pU
pU
@@ -54839,29 +55146,27 @@ pU
pU
pU
pU
+ph
+NQ
pU
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
+Gk
+Gk
+Gk
+HQ
+DJ
+jZ
+HQ
+HQ
+HQ
+Ng
+jZ
+HQ
+Ih
aj
aj
-aj
-aj
-aj
-aj
-aj
-pU
-aj
"}
-(181,1,1) = {"
+(180,1,1) = {"
aa
aa
aa
@@ -54873,7 +55178,9 @@ aa
aa
aa
aa
+HX
pU
+ad
pU
pU
pU
@@ -54887,10 +55194,8 @@ pU
pU
pU
pU
-pU
-pU
-pU
-pU
+aj
+aj
aj
aj
pU
@@ -55098,27 +55403,27 @@ pU
pU
pU
pU
+Gk
+Gk
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-pU
-pU
-pU
-aj
-aj
+KN
+Gk
+Gk
+Gk
+HQ
+HQ
+yo
+HQ
+HQ
+HQ
+HQ
+HQ
+HQ
+Ih
pU
aj
"}
-(182,1,1) = {"
+(181,1,1) = {"
aa
aa
aa
@@ -55143,11 +55448,11 @@ pU
pU
pU
pU
-aj
-aj
-aj
-aj
-aj
+pU
+pU
+pU
+pU
+pU
aj
aj
pU
@@ -55340,10 +55645,6 @@ ZY
ZY
ZY
ZY
-ZY
-pU
-pU
-pU
pU
pU
pU
@@ -55360,22 +55661,26 @@ pU
pU
pU
pU
+Gk
pU
pU
-pU
-pU
-aj
-aj
-pU
-pU
-pU
-pU
+al
+Gk
+Gk
+FJ
+SI
+HQ
+CA
+HQ
+HQ
+SI
+SI
+bF
+bF
pU
aj
-aj
-aj
"}
-(183,1,1) = {"
+(182,1,1) = {"
aa
aa
aa
@@ -55399,7 +55704,7 @@ pU
pU
pU
pU
-aj
+pU
aj
aj
aj
@@ -55616,23 +55921,23 @@ pU
pU
pU
pU
+al
pU
+Fl
+YZ
+HQ
+xM
+HJ
+HQ
+HQ
+HQ
+HQ
+Ih
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-aj
aj
aj
-pU
"}
-(184,1,1) = {"
+(183,1,1) = {"
aa
aa
aa
@@ -55645,8 +55950,8 @@ aa
aa
aa
pU
-ad
-ai
+pU
+pU
pU
pU
pU
@@ -55871,25 +56176,25 @@ pU
pU
pU
pU
+Gk
+Gk
+al
pU
pU
+YZ
+GJ
+HQ
+HJ
+HQ
+HQ
+GJ
+HQ
+Ih
pU
pU
pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-pU
-pU
-aj
-aj
"}
-(185,1,1) = {"
+(184,1,1) = {"
aa
aa
aa
@@ -55901,10 +56206,10 @@ aa
aa
aa
aa
-ad
+pU
ad
ai
-wv
+pU
pU
pU
pU
@@ -55922,7 +56227,6 @@ aj
aj
aj
pU
-pU
fQ
fQ
fQ
@@ -56112,6 +56416,7 @@ ZY
ZY
ZY
ZY
+ZY
pU
pU
pU
@@ -56127,26 +56432,26 @@ pU
pU
pU
pU
+Gk
+ph
+Gk
+CT
+Ws
pU
+YZ
+tb
+HQ
+HJ
+HQ
+HQ
+tb
+HQ
+bF
pU
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-pU
-aj
-aj
-aj
aj
"}
-(186,1,1) = {"
+(185,1,1) = {"
aa
aa
aa
@@ -56161,7 +56466,7 @@ aa
ad
ad
ai
-ad
+wv
pU
pU
pU
@@ -56368,6 +56673,7 @@ ZY
ZY
ZY
ZY
+ZY
pU
pU
pU
@@ -56383,27 +56689,26 @@ pU
pU
pU
pU
+Gk
+Gk
+BP
+ar
+uF
+xp
+bF
+Ih
+Ih
+bF
+bF
+Ih
+Ih
+bF
+bF
pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-pU
-aj
-aj
-aj
-aj
-aj
aj
aj
"}
-(187,1,1) = {"
+(186,1,1) = {"
aa
aa
aa
@@ -56617,7 +56922,8 @@ fQ
fQ
fQ
fQ
-fQ
+ZY
+ZY
ZY
ZY
ZY
@@ -56642,9 +56948,14 @@ pU
pU
pU
pU
+Fl
+BP
pU
pU
pU
+Gk
+pU
+pU
pU
pU
pU
@@ -56652,15 +56963,9 @@ pU
pU
pU
pU
-aj
-aj
-aj
-aj
-aj
-aj
aj
"}
-(188,1,1) = {"
+(187,1,1) = {"
aa
aa
aa
@@ -56675,6 +56980,7 @@ aa
ad
ad
ai
+ad
pU
pU
pU
@@ -56691,7 +56997,6 @@ aj
aj
aj
aj
-aj
pU
pU
fQ
@@ -56884,7 +57189,6 @@ ZY
pU
pU
pU
-yc
pU
pU
pU
@@ -56902,7 +57206,13 @@ pU
pU
pU
pU
+Gk
+pU
pU
+Gk
+ph
+Gk
+Gk
pU
pU
pU
@@ -56911,6 +57221,258 @@ pU
pU
aj
aj
+"}
+(188,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ad
+ad
+ai
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+pU
+pU
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+ZY
+ZY
+ZY
+ZY
+ZY
+ZY
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+pU
+Gk
+Gk
+Gk
+pU
+Gk
+Gk
+Gk
+Gk
+Gk
+pU
+pU
aj
aj
aj
@@ -57158,15 +57720,15 @@ pU
pU
pU
pU
+ph
pU
pU
+UI
+Gk
+Gk
+ph
+Gk
pU
-pU
-pU
-pU
-pU
-pU
-aj
aj
aj
aj
@@ -57420,8 +57982,8 @@ pU
pU
pU
pU
-pU
-pU
+Gk
+Gk
pU
aj
aj
@@ -58430,7 +58992,7 @@ pU
pU
pU
pU
-pU
+yc
pU
pU
pU
diff --git a/_maps/map_files/NSVBlueshift/Blueshift.dmm b/_maps/map_files/NSVBlueshift/Blueshift.dmm
index 6e0b3992215d62..7ac29c3347a91f 100644
--- a/_maps/map_files/NSVBlueshift/Blueshift.dmm
+++ b/_maps/map_files/NSVBlueshift/Blueshift.dmm
@@ -37647,6 +37647,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark,
/area/station/security/brig)
"hhy" = (
@@ -84983,6 +84984,11 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/department/medical)
+"qlB" = (
+/obj/effect/turf_decal/tile/blue/half/contrasted,
+/obj/machinery/incident_display/bridge/directional/south,
+/turf/open/floor/iron/dark/side,
+/area/station/hallway/secondary/command)
"qlC" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -92213,6 +92219,7 @@
/obj/effect/landmark/navigate_destination,
/obj/structure/cable,
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark,
/area/station/security/brig)
"rCH" = (
@@ -110745,10 +110752,10 @@
/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/machinery/smartfridge/drying_rack,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
},
+/obj/machinery/smartfridge/drying/rack,
/turf/open/floor/wood,
/area/station/service/chapel)
"vfY" = (
@@ -112827,7 +112834,7 @@
/turf/open/floor/iron,
/area/station/engineering/main)
"vyB" = (
-/obj/machinery/deepfryer,
+/obj/machinery/smartfridge/drying,
/turf/open/floor/iron/cafeteria,
/area/station/service/kitchen)
"vyF" = (
@@ -223210,7 +223217,7 @@ duP
gRC
wZW
gwW
-xUY
+qlB
xai
wEl
vre
diff --git a/_maps/map_files/NorthStar/north_star.dmm b/_maps/map_files/NorthStar/north_star.dmm
index 9de1672e9df4b5..1bbaa89873e1a7 100644
--- a/_maps/map_files/NorthStar/north_star.dmm
+++ b/_maps/map_files/NorthStar/north_star.dmm
@@ -72,6 +72,13 @@
/obj/machinery/duct,
/turf/open/floor/iron,
/area/station/commons/toilet)
+"aaN" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer4{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"aaO" = (
/obj/machinery/computer/atmos_alert{
dir = 4
@@ -202,6 +209,12 @@
/obj/effect/landmark/navigate_destination/dockarrival,
/turf/open/floor/iron/textured_large,
/area/station/hallway/secondary/entry)
+"acl" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"acp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
@@ -276,6 +289,15 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/pod/light,
/area/station/maintenance/floor3/starboard/fore)
+"acL" = (
+/obj/structure/table/wood,
+/obj/item/cigarette/cigar/cohiba,
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/blue/line,
+/turf/open/floor/carpet/blue,
+/area/station/command/meeting_room)
"adq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -901,6 +923,18 @@
},
/turf/open/floor/plating,
/area/station/science/xenobiology)
+"alw" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Brig Fore Entrance"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/red/fourcorners,
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/dark,
+/area/station/security/checkpoint)
"alK" = (
/obj/machinery/modular_computer/preset/id{
dir = 4
@@ -1270,11 +1304,6 @@
},
/turf/open/floor/iron/dark,
/area/station/science/ordnance/testlab)
-"aqt" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/portable_atmospherics/pipe_scrubber,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"aqu" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/disposalpipe/segment{
@@ -1944,10 +1973,6 @@
/obj/structure/sign/warning/docking,
/turf/closed/wall/r_wall,
/area/station/security/execution/transfer)
-"ayQ" = (
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/space/openspace,
-/area/space/nearstation)
"ayU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/red/dim/directional/east,
@@ -1989,13 +2014,6 @@
},
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor3/port/fore)
-"azn" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"azu" = (
/obj/structure/table/wood,
/obj/item/gun/ballistic/shotgun/doublebarrel,
@@ -2374,12 +2392,6 @@
/obj/machinery/door/firedoor/border_only,
/turf/open/floor/iron/dark,
/area/station/hallway/floor2/aft)
-"aFc" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"aFg" = (
/obj/structure/cable/multilayer/multiz,
/turf/open/floor/pod/light,
@@ -3423,6 +3435,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
+"aTO" = (
+/obj/machinery/power/shuttle_engine/propulsion/burst{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
"aTU" = (
/obj/effect/turf_decal/trimline/purple/line,
/obj/effect/turf_decal/trimline/purple/line{
@@ -4215,13 +4233,6 @@
/obj/machinery/newscaster/directional/south,
/turf/open/floor/wood/parquet,
/area/station/commons/dorms/room2)
-"bdf" = (
-/obj/item/fishing_rod,
-/obj/structure/closet,
-/obj/effect/spawner/random/maintenance/three,
-/obj/item/cigarette/pipe,
-/turf/open/floor/pod/light,
-/area/station/maintenance/floor2/starboard/fore)
"bdo" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/sign/poster/contraband/random/directional/east,
@@ -5230,12 +5241,6 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"bnJ" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"bnL" = (
/obj/effect/turf_decal/siding/wood/corner{
dir = 1
@@ -6888,6 +6893,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/medical/abandoned)
+"bJA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer4{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"bJQ" = (
/obj/structure/railing/corner{
dir = 1
@@ -7206,6 +7219,12 @@
},
/turf/open/floor/engine/hull,
/area/space/nearstation)
+"bOk" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 4
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"bOq" = (
/obj/machinery/door/airlock/maintenance/external,
/obj/effect/turf_decal/stripes/line{
@@ -8057,20 +8076,6 @@
/obj/machinery/duct,
/turf/open/floor/wood,
/area/station/service/bar/atrium)
-"bZW" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/obj/item/folder/white{
- pixel_y = 13
- },
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/lab)
"cah" = (
/obj/machinery/door/airlock/command{
name = "Teleporter Storage"
@@ -8438,6 +8443,12 @@
/obj/structure/closet/firecloset,
/turf/open/floor/pod/dark,
/area/station/maintenance/floor2/port/aft)
+"cep" = (
+/obj/effect/turf_decal/tile/blue/opposingcorners,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/machinery/computer/security/telescreen/minisat/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/command/teleporter)
"cev" = (
/obj/structure/cable,
/obj/machinery/door/airlock/hatch{
@@ -8473,24 +8484,6 @@
/obj/effect/spawner/random/trash/moisture_trap,
/turf/open/floor/pod/light,
/area/station/maintenance/floor2/port/fore)
-"ceJ" = (
-/obj/structure/rack,
-/obj/item/stock_parts/micro_laser{
- pixel_y = 7
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = -4;
- pixel_y = -6
- },
-/obj/item/vending_refill/wardrobe/science_wardrobe{
- pixel_y = 18
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron/white,
-/area/station/science/lower)
"ceL" = (
/obj/machinery/vending/cola,
/turf/open/floor/iron,
@@ -8939,12 +8932,6 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/station/engineering/atmos)
-"cjF" = (
-/obj/effect/turf_decal/tile/neutral/full,
-/obj/machinery/portable_atmospherics/pipe_scrubber,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/station/science/ordnance/testlab)
"cjK" = (
/obj/effect/turf_decal/siding/wood,
/obj/item/kirbyplants/organic/plant21,
@@ -9407,14 +9394,6 @@
/obj/structure/window/spawner/directional/west,
/turf/open/floor/grass,
/area/station/hallway/secondary/exit/departure_lounge)
-"cqx" = (
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"cqy" = (
/obj/structure/table,
/obj/item/folder/white,
@@ -9664,17 +9643,6 @@
/obj/effect/spawner/random/engineering/tank,
/turf/open/floor/pod/dark,
/area/station/maintenance/floor2/starboard/fore)
-"ctj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/north{
- areastring = "/area/station/science/ordnance/burnchamber"
- },
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"ctv" = (
/obj/machinery/computer/warrant,
/obj/machinery/light/directional/north,
@@ -10184,14 +10152,6 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"cAg" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/railing,
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"cAi" = (
/obj/structure/railing/corner{
dir = 8
@@ -10253,29 +10213,11 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/side,
/area/station/hallway/floor1/fore)
-"cBl" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Brig Fore Entrance"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/red/fourcorners,
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/turf/open/floor/iron/dark,
-/area/station/security/checkpoint)
"cBq" = (
/obj/structure/table/wood/poker,
/obj/item/toy/cards/deck,
/turf/open/floor/carpet/green,
/area/station/service/abandoned_gambling_den)
-"cBs" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/iron/white,
-/area/station/science/circuits)
"cBx" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/disposal/bin,
@@ -10553,28 +10495,6 @@
"cFQ" = (
/turf/closed/wall,
/area/station/science/auxlab/firing_range)
-"cGa" = (
-/obj/structure/window/reinforced/plasma/spawner/directional/east,
-/obj/structure/table/reinforced/plasmarglass,
-/obj/item/stock_parts/power_store/cell/lead{
- pixel_x = -5;
- pixel_y = 8
- },
-/obj/item/usb_cable{
- name = "jumper cable";
- pixel_x = -10;
- pixel_y = 12
- },
-/obj/item/lead_pipe{
- pixel_x = -5
- },
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = 6;
- pixel_y = 7
- },
-/obj/item/reagent_containers/syringe,
-/turf/open/floor/pod/dark,
-/area/station/service/kitchen/abandoned)
"cGh" = (
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/pod/light,
@@ -10751,6 +10671,20 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
+"cIc" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "AI Upload"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/structure/sign/departments/aiupload/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"cId" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
dir = 8
@@ -11294,15 +11228,6 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
-"cPD" = (
-/obj/structure/railing,
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 6
- },
-/obj/structure/closet/firecloset,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/floor4/fore)
"cPQ" = (
/obj/structure/railing{
dir = 5
@@ -11496,14 +11421,6 @@
},
/turf/open/floor/engine,
/area/station/science/cytology)
-"cRW" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/table/reinforced,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/machinery/cell_charger,
-/obj/structure/window/reinforced/spawner/directional/south,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/robotics/mechbay)
"cRY" = (
/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior,
/obj/machinery/atmospherics/pipe/smart/simple/dark/visible/layer2{
@@ -11514,6 +11431,24 @@
},
/turf/open/floor/engine,
/area/station/maintenance/disposal/incinerator)
+"cSb" = (
+/obj/structure/table,
+/obj/item/stock_parts/micro_laser,
+/obj/item/stock_parts/servo{
+ pixel_x = 15;
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/dropper{
+ pixel_x = -2;
+ pixel_y = 9
+ },
+/obj/effect/turf_decal/tile/purple/fourcorners,
+/obj/item/flatpack{
+ board = /obj/item/circuitboard/machine/flatpacker
+ },
+/obj/item/multitool,
+/turf/open/floor/iron/white,
+/area/station/science/lab)
"cSc" = (
/obj/item/food/cornchips/green{
pixel_x = -8;
@@ -12752,6 +12687,12 @@
},
/turf/open/floor/pod/dark,
/area/station/maintenance/floor2/port/aft)
+"djc" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"djd" = (
/obj/structure/cable,
/turf/open/floor/iron/dark,
@@ -12853,6 +12794,12 @@
/obj/machinery/atmospherics/pipe/smart/simple/supply/visible,
/turf/open/floor/iron,
/area/station/engineering/atmos)
+"dkn" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"dks" = (
/obj/structure/girder,
/obj/item/stack/sheet/iron,
@@ -12899,6 +12846,17 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/security/prison/safe)
+"dlR" = (
+/obj/item/radio/intercom/directional/north{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Private Channel"
+ },
+/obj/machinery/recharge_station,
+/obj/machinery/computer/security/telescreen/minisat/directional/east,
+/turf/open/floor/circuit,
+/area/station/ai_monitored/turret_protected/aisat/service)
"dlW" = (
/turf/closed/wall,
/area/station/maintenance/floor4/starboard/aft)
@@ -14492,6 +14450,11 @@
/obj/structure/cable,
/turf/open/floor/pod/light,
/area/station/maintenance/floor1/starboard/fore)
+"dIJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/testlab)
"dIO" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -14544,6 +14507,14 @@
/obj/structure/cable,
/turf/open/floor/pod/dark,
/area/station/maintenance/floor2/starboard/aft)
+"dJs" = (
+/obj/machinery/vatgrower{
+ dir = 4
+ },
+/obj/machinery/light/cold/no_nightlight/directional/south,
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/misc/sandy_dirt,
+/area/station/science/cytology)
"dJu" = (
/obj/structure/lattice/catwalk,
/obj/structure/railing{
@@ -14774,6 +14745,16 @@
},
/turf/open/floor/iron/dark/textured_large,
/area/station/hallway/secondary/exit/departure_lounge)
+"dMt" = (
+/obj/machinery/computer/security/telescreen/minisat/directional/east,
+/obj/machinery/camera/directional/south{
+ c_tag = "MiniSat Exterior Access";
+ network = list("minisat")
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/aisat)
"dMA" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -15662,6 +15643,15 @@
/obj/structure/closet/firecloset,
/turf/open/floor/pod/light,
/area/station/maintenance/floor1/port/fore)
+"dXy" = (
+/obj/structure/table/glass,
+/obj/machinery/defibrillator_mount/directional/east,
+/obj/item/storage/box/syringes{
+ pixel_y = 6
+ },
+/obj/item/stack/medical/mesh,
+/turf/open/floor/iron/white,
+/area/station/medical/treatment_center)
"dXz" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/graffiti{
@@ -15751,20 +15741,6 @@
},
/turf/open/floor/iron/white/textured,
/area/station/medical/treatment_center)
-"dYT" = (
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/rods/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/electronics/airlock,
-/obj/item/electronics/airlock,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 30
- },
-/obj/item/gps,
-/obj/structure/closet/crate/engineering,
-/turf/open/floor/plating,
-/area/station/engineering/lobby)
"dYX" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/pod/light,
@@ -16237,18 +16213,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor4/starboard/fore)
-"ego" = (
-/obj/effect/turf_decal/siding/thinplating_new/dark{
- dir = 4
- },
-/obj/effect/turf_decal/arrows{
- dir = 4
- },
-/obj/structure/railing,
-/obj/effect/decal/cleanable/robot_debris,
-/obj/effect/landmark/start/bitrunner,
-/turf/open/floor/iron/dark/textured_large,
-/area/station/cargo/bitrunning/den)
"egx" = (
/obj/structure/reagent_dispensers/watertank,
/obj/effect/decal/cleanable/dirt,
@@ -16856,12 +16820,6 @@
/mob/living/basic/mothroach,
/turf/open/floor/noslip,
/area/station/maintenance/floor1/port)
-"enC" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/ai_monitored/command/storage/eva)
"enE" = (
/obj/structure/table/wood,
/obj/effect/decal/cleanable/dirt,
@@ -17193,6 +17151,21 @@
},
/turf/open/floor/plating,
/area/station/engineering/supermatter)
+"etb" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/airalarm/directional/north,
+/obj/structure/rack,
+/obj/item/stock_parts/power_store/cell/lead,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"etj" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -18122,10 +18095,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/hallway/secondary/entry)
-"eGt" = (
-/obj/machinery/light/cold/no_nightlight/directional/east,
-/turf/open/floor/engine/xenobio,
-/area/station/science/xenobiology)
"eGF" = (
/obj/effect/turf_decal/trimline/purple/filled/corner{
dir = 8
@@ -18193,10 +18162,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/monitored/air_output,
/turf/open/floor/engine/air,
/area/station/engineering/atmos)
-"eHL" = (
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"eHN" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/duct,
@@ -18259,6 +18224,21 @@
dir = 4
},
/area/station/command/bridge)
+"eIg" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/obj/machinery/turretid{
+ control_area = "/area/station/ai_monitored/turret_protected/ai_upload";
+ icon_state = "control_stun";
+ name = "AI Upload turret control";
+ pixel_y = 28
+ },
+/obj/machinery/computer/security/telescreen/aiupload/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"eIq" = (
/obj/structure/chair/stool/directional/west,
/obj/effect/turf_decal/trimline/red/warning{
@@ -18877,6 +18857,14 @@
/obj/machinery/duct,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen)
+"eSq" = (
+/obj/structure/railing/corner,
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"eSw" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/chair/stool/directional/south,
@@ -19122,21 +19110,6 @@
/obj/machinery/light/directional/north,
/turf/open/floor/wood/tile,
/area/station/command/heads_quarters/captain/private)
-"eVA" = (
-/obj/structure/table,
-/obj/item/ai_module/reset/purge,
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/blue/filled/corner{
- dir = 4
- },
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/effect/spawner/random/aimodule/neutral{
- pixel_x = 15
- },
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"eVN" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
@@ -19362,12 +19335,6 @@
},
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor3/port/fore)
-"eZq" = (
-/obj/machinery/power/shuttle_engine/large{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"eZu" = (
/obj/effect/turf_decal/tile/green{
dir = 4
@@ -19626,15 +19593,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/floor3/starboard/aft)
-"fea" = (
-/obj/machinery/computer/security/telescreen/auxbase/directional/south,
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow/half/contrasted,
-/turf/open/floor/iron,
-/area/station/construction/mining/aux_base)
"fey" = (
/obj/effect/turf_decal/trimline/yellow/warning,
/obj/machinery/button/elevator/directional/west{
@@ -19821,6 +19779,14 @@
/obj/effect/turf_decal/tile/red,
/turf/open/floor/iron/dark/corner,
/area/station/security/brig)
+"fhw" = (
+/obj/machinery/keycard_auth/directional/north{
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/machinery/incident_display/bridge/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/command/bridge)
"fhx" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/fakebasalt,
@@ -21308,15 +21274,6 @@
/obj/structure/stairs/north,
/turf/open/floor/iron/white/small,
/area/station/medical/chemistry)
-"fCl" = (
-/obj/structure/table/glass,
-/obj/machinery/defibrillator_mount/directional/east,
-/obj/item/storage/box/syringes{
- pixel_y = 6
- },
-/obj/item/stack/medical/mesh,
-/turf/open/floor/iron/white,
-/area/station/medical/treatment_center)
"fCq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/landmark/generic_maintenance_landmark,
@@ -21959,20 +21916,6 @@
"fKi" = (
/turf/open/floor/iron/textured_large,
/area/station/engineering/gravity_generator)
-"fKl" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/turf_decal/stripes{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/structure/sign/departments/exodrone/directional/west,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"fKr" = (
/obj/effect/turf_decal/tile/neutral/opposingcorners{
dir = 8
@@ -22190,22 +22133,6 @@
},
/turf/open/floor/iron/dark,
/area/station/security/office)
-"fNG" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/emergency{
- pixel_y = 12
- },
-/obj/item/stack/cable_coil/cut{
- pixel_y = 7
- },
-/obj/item/stock_parts/power_store/cell/lead{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/wirecutters,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/pod/light,
-/area/station/maintenance/floor1/starboard/fore)
"fNK" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/dark,
@@ -22275,14 +22202,6 @@
/obj/machinery/newscaster/directional/south,
/turf/open/floor/iron,
/area/station/hallway/floor1/aft)
-"fOt" = (
-/obj/machinery/vatgrower{
- dir = 4
- },
-/obj/machinery/light/cold/no_nightlight/directional/south,
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/misc/sandy_dirt,
-/area/station/science/cytology)
"fOu" = (
/obj/effect/turf_decal/trimline/brown/filled/corner{
dir = 8
@@ -23380,6 +23299,13 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/station/cargo/warehouse)
+"gcm" = (
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/structure/table/reinforced/rglass,
+/obj/item/pai_card,
+/obj/item/reagent_containers/spray/cleaner,
+/turf/open/floor/iron/white/textured,
+/area/station/medical/treatment_center)
"gcs" = (
/obj/machinery/power/apc/auto_name/directional/south,
/obj/effect/turf_decal/tile/green/half,
@@ -23735,6 +23661,24 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/disposal)
+"ghy" = (
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/structure/table/reinforced/rglass,
+/obj/machinery/cell_charger{
+ pixel_y = 10
+ },
+/obj/machinery/cell_charger{
+ pixel_y = 1
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_y = 9;
+ pixel_x = -1
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = -1
+ },
+/turf/open/floor/iron/white/textured,
+/area/station/medical/treatment_center)
"ghH" = (
/obj/effect/turf_decal/tile/blue/half{
dir = 4
@@ -24532,21 +24476,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white,
/area/station/science/xenobiology/hallway)
-"gsJ" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/airalarm/directional/north,
-/obj/structure/rack,
-/obj/item/stock_parts/power_store/cell/lead,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"gsN" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -24779,6 +24708,13 @@
/obj/structure/window/reinforced/tinted/spawner/directional/west,
/turf/open/floor/carpet,
/area/station/commons/vacant_room/office)
+"gwe" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/testlab)
"gwl" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 4
@@ -24882,6 +24818,12 @@
dir = 1
},
/area/station/hallway/floor4/fore)
+"gxo" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"gxr" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25072,11 +25014,6 @@
},
/turf/open/floor/iron/dark/telecomms,
/area/station/tcommsat/server)
-"gzS" = (
-/obj/machinery/netpod,
-/obj/structure/railing,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/cargo/bitrunning/den)
"gzT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -25117,12 +25054,6 @@
dir = 8
},
/area/station/security/brig)
-"gAl" = (
-/obj/machinery/pdapainter/engineering,
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/computer/security/telescreen/engine/directional/south,
-/turf/open/floor/iron/dark/textured,
-/area/station/command/heads_quarters/ce)
"gAt" = (
/obj/structure/chair/sofa/bench/left{
dir = 8
@@ -25790,6 +25721,10 @@
/obj/effect/landmark/start/captain,
/turf/open/floor/wood/tile,
/area/station/command/heads_quarters/captain/private)
+"gJl" = (
+/obj/machinery/computer/security/telescreen/engine_waste/directional/north,
+/turf/open/floor/engine,
+/area/station/engineering/supermatter/room)
"gJm" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -26076,13 +26011,6 @@
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/security/armory)
-"gMr" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer4{
- dir = 1
- },
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos/pumproom)
"gMs" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -26137,20 +26065,6 @@
/obj/item/reagent_containers/spray/cleaner,
/turf/open/floor/carpet/royalblue,
/area/station/medical/break_room)
-"gNE" = (
-/obj/machinery/computer/upload/borg,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/machinery/door/window/left/directional/south{
- name = "Cyborg Upload Console Window";
- req_access = list("ai_upload")
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload)
"gNL" = (
/obj/item/radio/intercom/directional/east,
/obj/machinery/button/door/directional/south{
@@ -26554,6 +26468,14 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/engine,
/area/station/maintenance/disposal/incinerator)
+"gTZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/computer/security/telescreen/engine_waste/directional/east,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/dark/textured_large,
+/area/station/engineering/atmos/pumproom)
"gUc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/light_switch/directional/south,
@@ -26683,26 +26605,6 @@
/obj/structure/cable,
/turf/open/floor/catwalk_floor,
/area/station/hallway/floor1/aft)
-"gWB" = (
-/obj/effect/turf_decal/stripes{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/item/fuel_pellet{
- pixel_x = -4;
- pixel_y = -2
- },
-/obj/item/fuel_pellet,
-/obj/item/fuel_pellet{
- pixel_x = 4;
- pixel_y = 2
- },
-/obj/structure/rack,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/iron/corner{
- dir = 1
- },
-/area/station/cargo/drone_bay)
"gWF" = (
/obj/effect/landmark/start/prisoner,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -27142,6 +27044,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/security/courtroom)
+"hbW" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 6
+ },
+/obj/structure/closet/firecloset,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/floor4/fore)
"hbX" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
@@ -28342,6 +28253,10 @@
},
/turf/open/floor/pod/dark,
/area/station/maintenance/floor2/starboard/aft)
+"hsA" = (
+/obj/structure/extinguisher_cabinet/directional/east,
+/turf/open/floor/iron,
+/area/station/commons/toilet)
"hsG" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
/turf/open/floor/engine,
@@ -28946,6 +28861,13 @@
/obj/structure/flora/bush/style_random,
/turf/open/floor/grass,
/area/station/security/courtroom)
+"hAH" = (
+/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"hAI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
@@ -29402,6 +29324,24 @@
/obj/machinery/atmospherics/pipe/smart/simple/purple,
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/freezerchamber)
+"hGG" = (
+/obj/structure/rack,
+/obj/item/stock_parts/micro_laser{
+ pixel_y = 7
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = -4;
+ pixel_y = -6
+ },
+/obj/item/vending_refill/wardrobe/science_wardrobe{
+ pixel_y = 18
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/iron/white,
+/area/station/science/lower)
"hGL" = (
/obj/machinery/light/small/directional/north,
/obj/effect/decal/cleanable/dirt,
@@ -29841,23 +29781,6 @@
dir = 1
},
/area/station/hallway/floor4/fore)
-"hLN" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brig-entrance-aft"
- },
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Brig Aft Entrance"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "briglockdown";
- name = "Brig Lockdown"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/turf/open/floor/iron/dark,
-/area/station/security/brig)
"hLP" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -30706,6 +30629,13 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
/turf/open/floor/pod/light,
/area/station/maintenance/floor1/port/aft)
+"hXH" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer2{
+ dir = 1
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"hXI" = (
/obj/structure/chair/wood{
dir = 1
@@ -31545,6 +31475,12 @@
dir = 1
},
/area/station/security/office)
+"ijV" = (
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/machinery/computer/security/telescreen/rd/directional/west,
+/obj/machinery/pdapainter/research,
+/turf/open/floor/iron/white,
+/area/station/command/heads_quarters/rd)
"ijX" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/hollow/directional,
@@ -31914,12 +31850,6 @@
/obj/machinery/computer/records/medical/laptop,
/turf/open/floor/carpet,
/area/station/security/detectives_office)
-"iox" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"ioG" = (
/obj/effect/spawner/structure/window/hollow/reinforced/middle,
/turf/open/floor/plating,
@@ -32734,10 +32664,6 @@
/obj/machinery/holopad,
/turf/open/floor/wood,
/area/station/commons/dorms/apartment1)
-"izH" = (
-/obj/structure/railing/corner,
-/turf/open/space/openspace,
-/area/space/nearstation)
"izI" = (
/obj/structure/rack,
/obj/item/trash/syndi_cakes,
@@ -33194,12 +33120,6 @@
/obj/effect/spawner/random/maintenance/four,
/turf/open/floor/pod/light,
/area/station/maintenance/floor2/port)
-"iFs" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"iFu" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -33319,6 +33239,13 @@
},
/turf/open/floor/engine,
/area/station/engineering/supermatter)
+"iGR" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/purple/opposingcorners,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/iron/white,
+/area/station/science/circuits)
"iGY" = (
/obj/machinery/door/airlock/medical{
name = "Medical Break Room"
@@ -33373,6 +33300,12 @@
name = "lab floor"
},
/area/station/science/robotics/lab)
+"iHL" = (
+/obj/machinery/pdapainter/engineering,
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/computer/security/telescreen/engine/directional/south,
+/turf/open/floor/iron/dark/textured,
+/area/station/command/heads_quarters/ce)
"iHM" = (
/obj/machinery/vending/wallmed/directional/west,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -33486,12 +33419,6 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/command/bridge)
-"iJW" = (
-/obj/structure/rack,
-/obj/item/mod/core/standard,
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/pod/light,
-/area/station/maintenance/floor3/port/aft)
"iJX" = (
/obj/machinery/door_buttons/airlock_controller{
idExterior = "asylum_airlock_exterior";
@@ -33842,6 +33769,24 @@
"iOA" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/floor2/starboard)
+"iOD" = (
+/obj/machinery/computer/upload/ai,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "AI Upload Chamber - Fore";
+ network = list("aiupload")
+ },
+/obj/machinery/door/window/right/directional/south{
+ name = "Upload Console Window";
+ req_access = list("ai_upload")
+ },
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload)
"iOL" = (
/obj/structure/bookcase/random,
/obj/effect/turf_decal/trimline/blue/filled/line,
@@ -34038,6 +33983,11 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/dark/side,
/area/station/commons/locker)
+"iQR" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/portable_atmospherics/pipe_scrubber,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"iQU" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -34362,6 +34312,16 @@
/obj/item/storage/toolbox/mechanical,
/turf/open/floor/iron/dark,
/area/station/command/bridge)
+"iVR" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Medbay - Treatment Center";
+ name = "medbay camera";
+ network = list("ss13","medbay")
+ },
+/obj/machinery/shower/directional/south,
+/obj/structure/fluff/shower_drain,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/medical/treatment_center)
"iVY" = (
/obj/structure/mirror/directional/west,
/obj/structure/sink/directional/east,
@@ -34784,9 +34744,6 @@
/obj/machinery/atmospherics/pipe/layer_manifold/pink/visible,
/turf/open/floor/iron/dark,
/area/station/engineering/atmos/pumproom)
-"jbb" = (
-/turf/open/space/openspace,
-/area/space/nearstation)
"jbc" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/pod/light,
@@ -34927,6 +34884,26 @@
/obj/structure/sign/poster/contraband/grey_tide/directional/north,
/turf/open/floor/iron/dark/corner,
/area/station/commons/storage/primary)
+"jcZ" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brig-entrance-aft"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Brig Aft Entrance"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "briglockdown";
+ name = "Brig Lockdown"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/dark,
+/area/station/security/brig)
"jdc" = (
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor1/starboard/fore)
@@ -35081,25 +35058,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/miningdock)
-"jfr" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brig-entrance-aft"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security/glass{
- id_tag = "outerbrig";
- name = "Brig Aft Entrance"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "briglockdown";
- name = "Brig Lockdown"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/turf/open/floor/iron/dark,
-/area/station/security/brig)
"jfs" = (
/obj/docking_port/stationary/laborcamp_home/kilo{
dir = 2
@@ -35326,6 +35284,14 @@
},
/turf/open/floor/iron/dark,
/area/station/commons/storage/tools)
+"jjj" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/testlab)
"jjo" = (
/obj/machinery/holopad,
/turf/open/floor/iron/white/textured_large,
@@ -35407,6 +35373,17 @@
},
/turf/open/floor/mineral/silver,
/area/station/service/chapel)
+"jkD" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/east{
+ cell_type = /obj/item/stock_parts/power_store/battery/hyper
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron/smooth_large,
+/area/station/tcommsat/server)
"jkH" = (
/obj/machinery/holopad,
/turf/open/floor/iron/white,
@@ -36632,13 +36609,6 @@
/obj/effect/turf_decal/trimline/green/filled/line,
/turf/open/floor/iron,
/area/station/service/hydroponics)
-"jAh" = (
-/obj/effect/turf_decal/box/corners{
- dir = 4
- },
-/obj/structure/sign/warning/gas_mask/directional/east,
-/turf/open/floor/engine/xenobio,
-/area/station/science/xenobiology)
"jAl" = (
/obj/structure/table/wood/fancy/red,
/obj/effect/turf_decal/siding/wood{
@@ -36841,10 +36811,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
/area/station/maintenance/floor2/starboard/aft)
-"jDK" = (
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/iron,
-/area/station/commons/toilet)
"jDL" = (
/obj/effect/turf_decal/trimline/red/warning{
dir = 4
@@ -37375,6 +37341,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/floor4/starboard)
+"jJM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"jJP" = (
/obj/effect/decal/cleanable/glass,
/turf/open/floor/engine,
@@ -37808,17 +37779,6 @@
/obj/effect/spawner/random/clothing/lizardboots,
/turf/open/floor/iron/dark,
/area/station/maintenance/floor2/starboard/aft)
-"jPX" = (
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 2;
- height = 13;
- name = "port bay 2";
- shuttle_id = "ferry_home";
- width = 5
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"jQb" = (
/obj/machinery/door/airlock/medical{
name = "Chemical Storage"
@@ -38116,15 +38076,6 @@
/obj/machinery/status_display/ai/directional/south,
/turf/open/floor/wood,
/area/station/command/meeting_room)
-"jUF" = (
-/obj/structure/table/wood,
-/obj/item/cigarette/cigar/cohiba,
-/obj/effect/turf_decal/trimline/blue/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/blue/line,
-/turf/open/floor/carpet/blue,
-/area/station/command/meeting_room)
"jUJ" = (
/obj/effect/turf_decal/trimline/green/warning,
/obj/structure/tank_dispenser/oxygen,
@@ -39421,6 +39372,10 @@
/obj/machinery/light/directional/north,
/turf/open/floor/iron/smooth_large,
/area/station/medical/psychology)
+"kkT" = (
+/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
+/turf/open/floor/iron/white/textured_large,
+/area/station/service/chapel/office)
"klc" = (
/obj/structure/railing{
dir = 4
@@ -40050,30 +40005,6 @@
},
/turf/open/floor/iron,
/area/station/engineering/gravity_generator)
-"ksQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/structure/table/reinforced,
-/obj/structure/window/spawner/directional/south,
-/obj/effect/turf_decal/trimline/yellow/corner{
- dir = 4
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 8;
- pixel_y = -4
- },
-/obj/item/flatpack{
- board = /obj/item/circuitboard/machine/flatpacker;
- pixel_x = -6;
- pixel_y = 5
- },
-/obj/item/multitool{
- pixel_x = 7;
- pixel_y = 10
- },
-/turf/open/floor/iron/corner{
- dir = 4
- },
-/area/station/engineering/lobby)
"ksX" = (
/obj/machinery/door/airlock/research{
name = "Research Director's Office"
@@ -40232,13 +40163,6 @@
},
/turf/open/floor/wood/parquet,
/area/station/service/lawoffice)
-"kvm" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 1
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/engineering/atmos/pumproom)
"kvw" = (
/obj/machinery/igniter/incinerator_ordmix,
/turf/open/floor/engine/vacuum,
@@ -41690,11 +41614,6 @@
dir = 8
},
/area/station/service/bar/atrium)
-"kOw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/purple/visible,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"kOx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet,
@@ -42325,14 +42244,6 @@
},
/turf/open/floor/carpet,
/area/station/command/heads_quarters/captain)
-"kWD" = (
-/obj/machinery/keycard_auth/directional/north{
- pixel_x = -22
- },
-/obj/effect/turf_decal/tile/blue/fourcorners,
-/obj/machinery/incident_display/delam/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/command/bridge)
"kWJ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -42536,6 +42447,20 @@
/obj/machinery/light/directional/north,
/turf/open/floor/eighties,
/area/station/commons/dorms/room2)
+"kZr" = (
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/rods/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/electronics/airlock,
+/obj/item/electronics/airlock,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 30
+ },
+/obj/item/gps,
+/obj/structure/closet/crate/engineering,
+/turf/open/floor/plating,
+/area/station/engineering/lobby)
"kZv" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable,
@@ -43451,24 +43376,6 @@
dir = 4
},
/area/station/hallway/floor1/fore)
-"lkp" = (
-/obj/machinery/computer/upload/ai,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "AI Upload Chamber - Fore";
- network = list("aiupload")
- },
-/obj/machinery/door/window/right/directional/south{
- name = "Upload Console Window";
- req_access = list("ai_upload")
- },
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload)
"lks" = (
/obj/effect/spawner/random/maintenance/two,
/turf/open/floor/pod/light,
@@ -44158,6 +44065,18 @@
dir = 9
},
/area/station/security/prison)
+"luo" = (
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/arrows{
+ dir = 4
+ },
+/obj/structure/railing,
+/obj/effect/decal/cleanable/robot_debris,
+/obj/effect/landmark/start/bitrunner,
+/turf/open/floor/iron/dark/textured_large,
+/area/station/cargo/bitrunning/den)
"luv" = (
/obj/machinery/power/apc/auto_name/directional/north,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -44212,12 +44131,6 @@
/obj/machinery/newscaster/directional/west,
/turf/open/floor/iron/dark,
/area/station/security/checkpoint/first)
-"luK" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"luS" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -44228,6 +44141,11 @@
/obj/machinery/light/floor,
/turf/open/floor/carpet/red,
/area/station/service/library/artgallery)
+"luU" = (
+/obj/machinery/light/directional/east,
+/obj/machinery/smartfridge/drying,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"luZ" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/decal/cleanable/dirt,
@@ -45063,9 +44981,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/floor2/aft)
-"lGA" = (
-/turf/open/space/basic,
-/area/space/nearstation)
"lGJ" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 1
@@ -45086,16 +45001,6 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/grass,
/area/station/service/hydroponics/garden/abandoned)
-"lHr" = (
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 5
- },
-/obj/item/stack/cable_coil,
-/obj/item/multitool,
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/pod,
-/area/station/maintenance/floor4/port/fore)
"lHv" = (
/obj/item/radio/intercom/directional/north,
/turf/open/floor/iron/dark/side{
@@ -46042,6 +45947,20 @@
/obj/effect/decal/cleanable/plastic,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/aisat)
+"lSI" = (
+/obj/machinery/computer/upload/borg,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/machinery/door/window/left/directional/south{
+ name = "Cyborg Upload Console Window";
+ req_access = list("ai_upload")
+ },
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload)
"lSJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -46583,11 +46502,6 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/station/maintenance/floor1/port/aft)
-"lZq" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/armory/dragnet,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/security/armory)
"lZA" = (
/obj/structure/table/reinforced/plastitaniumglass,
/obj/item/experi_scanner,
@@ -47471,6 +47385,22 @@
/obj/machinery/duct,
/turf/open/floor/iron/dark/textured,
/area/station/commons/fitness)
+"mko" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/computer/security/telescreen/ordnance/directional/north,
+/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver,
+/obj/structure/table,
+/obj/item/binoculars{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
+ },
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"mkE" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/item/wrench,
@@ -48599,14 +48529,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/surgery/fore)
-"mzj" = (
-/obj/machinery/vatgrower{
- dir = 4
- },
-/obj/machinery/light/cold/no_nightlight/directional/north,
-/obj/machinery/status_display/ai/directional/north,
-/turf/open/misc/dirt/jungle,
-/area/station/science/cytology)
"mzk" = (
/obj/structure/sign/warning/no_smoking/directional/east,
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -48683,6 +48605,21 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood/tile,
/area/station/command/heads_quarters/captain/private)
+"mAe" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Brig Fore Entrance"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/red/fourcorners,
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/dark,
+/area/station/security/checkpoint)
"mAk" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 8
@@ -49116,6 +49053,12 @@
dir = 1
},
/area/station/hallway/secondary/exit)
+"mFQ" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/ai_monitored/command/storage/eva)
"mFV" = (
/obj/structure/bodycontainer/morgue,
/obj/machinery/light/small/directional/west,
@@ -51242,14 +51185,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/floor2/aft)
-"nhB" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high/empty,
-/obj/structure/sign/poster/contraband/random/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/commons/vacant_room/commissary)
"nhE" = (
/obj/effect/turf_decal/siding/wideplating_new{
dir = 8
@@ -51876,13 +51811,6 @@
name = "lab floor"
},
/area/station/science/genetics)
-"npB" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer4{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"npD" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -52019,6 +51947,28 @@
},
/turf/open/floor/iron/dark/textured,
/area/station/medical/cryo)
+"nqP" = (
+/obj/structure/window/reinforced/plasma/spawner/directional/east,
+/obj/structure/table/reinforced/plasmarglass,
+/obj/item/stock_parts/power_store/cell/lead{
+ pixel_x = -5;
+ pixel_y = 8
+ },
+/obj/item/usb_cable{
+ name = "jumper cable";
+ pixel_x = -10;
+ pixel_y = 12
+ },
+/obj/item/lead_pipe{
+ pixel_x = -5
+ },
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = 6;
+ pixel_y = 7
+ },
+/obj/item/reagent_containers/syringe,
+/turf/open/floor/pod/dark,
+/area/station/service/kitchen/abandoned)
"nqU" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -52357,11 +52307,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/maintenance/floor2/port/aft)
-"nvz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/testlab)
"nvE" = (
/obj/machinery/autolathe,
/obj/effect/turf_decal/siding/thinplating_new{
@@ -52963,6 +52908,30 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/pod/light,
/area/station/maintenance/floor1/starboard/fore)
+"nDQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/structure/table/reinforced,
+/obj/structure/window/spawner/directional/south,
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 4
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 8;
+ pixel_y = -4
+ },
+/obj/item/flatpack{
+ board = /obj/item/circuitboard/machine/flatpacker;
+ pixel_x = -6;
+ pixel_y = 5
+ },
+/obj/item/multitool{
+ pixel_x = 7;
+ pixel_y = 10
+ },
+/turf/open/floor/iron/corner{
+ dir = 4
+ },
+/area/station/engineering/lobby)
"nEa" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp/green,
@@ -53019,6 +52988,13 @@
"nEI" = (
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/aisat_interior)
+"nEM" = (
+/obj/item/fishing_rod,
+/obj/structure/closet,
+/obj/effect/spawner/random/maintenance/three,
+/obj/item/cigarette/pipe,
+/turf/open/floor/pod/light,
+/area/station/maintenance/floor2/starboard/fore)
"nEO" = (
/obj/structure/table,
/obj/item/screwdriver,
@@ -55283,17 +55259,6 @@
/obj/structure/cable,
/turf/open/floor/wood/tile,
/area/station/service/library)
-"ojk" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/east{
- cell_type = /obj/item/stock_parts/power_store/battery/hyper
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron/smooth_large,
-/area/station/tcommsat/server)
"ojl" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -55327,20 +55292,6 @@
},
/turf/open/floor/iron/dark,
/area/station/service/library/lounge)
-"ojB" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Brig Fore Entrance"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/red/fourcorners,
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/dark,
-/area/station/security/checkpoint)
"ojM" = (
/obj/structure/chair/comfy{
dir = 4
@@ -55543,6 +55494,13 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor2/port/aft)
+"omq" = (
+/obj/machinery/computer/security/telescreen/vault/directional/east,
+/obj/machinery/computer/security{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/hop)
"omr" = (
/turf/open/floor/iron/stairs{
dir = 8
@@ -55732,6 +55690,20 @@
/obj/machinery/light/warm/directional/north,
/turf/open/floor/carpet/orange,
/area/station/service/chapel/funeral)
+"ooT" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 4
+ },
+/obj/item/folder/white{
+ pixel_y = 13
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/lab)
"ooV" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/ammo_casing/c38{
@@ -56118,6 +56090,16 @@
/obj/structure/chair,
/turf/open/floor/iron/kitchen/herringbone,
/area/station/service/kitchen/diner)
+"ouy" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/computer/security/telescreen/engine_waste/directional/south,
+/turf/open/floor/catwalk_floor/iron,
+/area/station/engineering/atmos/pumproom)
"ouD" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -56306,16 +56288,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/engine,
/area/station/maintenance/floor1/port/aft)
-"oxB" = (
-/obj/machinery/computer/security/telescreen/minisat/directional/east,
-/obj/machinery/camera/directional/south{
- c_tag = "MiniSat Exterior Access";
- network = list("minisat")
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/aisat)
"oxJ" = (
/obj/structure/railing{
dir = 8
@@ -57351,6 +57323,16 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
+"oLE" = (
+/obj/effect/turf_decal/trimline/neutral/warning{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/structure/table/reinforced,
+/turf/open/floor/iron/dark,
+/area/station/command/gateway)
"oLG" = (
/obj/structure/beebox,
/turf/open/floor/grass,
@@ -57471,6 +57453,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/pod/light,
/area/station/maintenance/floor2/port/aft)
+"oNi" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer4{
+ dir = 1
+ },
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/pumproom)
"oNn" = (
/obj/structure/bed/double,
/obj/item/bedsheet/cosmos/double,
@@ -57496,16 +57485,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/showroomfloor,
/area/station/commons/dorms/apartment2)
-"oNX" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 8
- },
-/obj/machinery/status_display/ai/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/science/auxlab)
"oOa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -57597,6 +57576,11 @@
/obj/structure/extinguisher_cabinet/directional/north,
/turf/open/floor/iron/white,
/area/station/science/lower)
+"oOW" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/armory/dragnet,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/security/armory)
"oOY" = (
/obj/structure/table/wood/fancy/red,
/obj/item/flashlight/flare/candle,
@@ -58364,6 +58348,15 @@
/obj/item/tank/internals/emergency_oxygen,
/turf/open/floor/iron/smooth,
/area/station/tcommsat/computer)
+"oZd" = (
+/obj/machinery/computer/security/telescreen/auxbase/directional/south,
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow/half/contrasted,
+/turf/open/floor/iron,
+/area/station/construction/mining/aux_base)
"oZj" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -58501,11 +58494,6 @@
dir = 4
},
/area/station/science/robotics/lab)
-"pbr" = (
-/obj/machinery/light/directional/east,
-/obj/machinery/deepfryer,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"pbt" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -59528,6 +59516,17 @@
dir = 8
},
/area/station/hallway/floor3/fore)
+"pqH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/north{
+ areastring = "/area/station/science/ordnance/burnchamber"
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"pqO" = (
/obj/effect/decal/cleanable/glass,
/obj/item/shard,
@@ -60638,6 +60637,14 @@
/obj/structure/closet/firecloset,
/turf/open/floor/pod/dark,
/area/station/maintenance/floor3/starboard/aft)
+"pEY" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high/empty,
+/obj/structure/sign/poster/contraband/random/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/commons/vacant_room/commissary)
"pEZ" = (
/obj/structure/closet/radiation,
/obj/effect/turf_decal/box,
@@ -60744,6 +60751,10 @@
dir = 8
},
/area/station/security/office)
+"pGz" = (
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"pGG" = (
/obj/structure/ladder,
/obj/structure/lattice/catwalk,
@@ -61298,6 +61309,12 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/dark,
/area/station/security/evidence)
+"pNV" = (
+/obj/machinery/power/shuttle_engine/large{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
"pNW" = (
/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 1
@@ -62271,6 +62288,17 @@
dir = 1
},
/area/station/science/auxlab)
+"qaX" = (
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 2;
+ height = 13;
+ name = "port bay 2";
+ shuttle_id = "ferry_home";
+ width = 5
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"qaY" = (
/obj/effect/spawner/random/engineering/tracking_beacon,
/obj/structure/cable,
@@ -63309,13 +63337,6 @@
/obj/structure/foamedmetal,
/turf/open/floor/plating,
/area/station/maintenance/floor1/port/aft)
-"qpl" = (
-/obj/structure/table/reinforced/plastitaniumglass,
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/cable,
-/mob/living/basic/parrot/poly,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/command/heads_quarters/ce)
"qpp" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
@@ -64361,22 +64382,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/carpet/green,
/area/station/commons/dorms/apartment1)
-"qBc" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen/ordnance/directional/north,
-/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver,
-/obj/structure/table,
-/obj/item/binoculars{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 5
- },
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"qBf" = (
/obj/effect/turf_decal/tile/brown/fourcorners,
/obj/machinery/atmospherics/components/binary/pump/layer2,
@@ -65588,6 +65593,12 @@
},
/turf/open/floor/engine,
/area/station/science/ordnance/burnchamber)
+"qRS" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"qRW" = (
/obj/structure/disposalpipe/junction{
dir = 8
@@ -65626,6 +65637,10 @@
},
/turf/open/floor/iron/white,
/area/station/science/lobby)
+"qSD" = (
+/obj/structure/aquarium/lawyer,
+/turf/open/floor/wood/parquet,
+/area/station/service/lawoffice)
"qSJ" = (
/obj/structure/sign/poster/official/random/directional/east,
/turf/open/floor/iron/checker,
@@ -65872,11 +65887,6 @@
/obj/machinery/light/cold/no_nightlight/directional/south,
/turf/open/floor/iron/white,
/area/station/science/lobby)
-"qWz" = (
-/obj/machinery/holopad,
-/obj/structure/cable,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/testlab)
"qWJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -66424,10 +66434,6 @@
"rcO" = (
/turf/open/floor/plating/airless,
/area/space/nearstation)
-"rcQ" = (
-/obj/machinery/computer/security/telescreen/engine_waste/directional/north,
-/turf/open/floor/engine,
-/area/station/engineering/supermatter/room)
"rcT" = (
/obj/effect/turf_decal/trimline/white/arrow_ccw{
dir = 1
@@ -66480,6 +66486,12 @@
},
/turf/open/floor/glass/reinforced,
/area/station/service/library)
+"rdv" = (
+/obj/structure/rack,
+/obj/item/mod/core/standard,
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/pod/light,
+/area/station/maintenance/floor3/port/aft)
"rdx" = (
/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/visible{
dir = 4
@@ -66620,6 +66632,26 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/hallway/floor4/aft)
+"rez" = (
+/obj/effect/turf_decal/stripes{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/south,
+/obj/item/fuel_pellet{
+ pixel_x = -4;
+ pixel_y = -2
+ },
+/obj/item/fuel_pellet,
+/obj/item/fuel_pellet{
+ pixel_x = 4;
+ pixel_y = 2
+ },
+/obj/structure/rack,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/corner{
+ dir = 1
+ },
+/area/station/cargo/drone_bay)
"reD" = (
/obj/effect/spawner/random/structure/chair_maintenance{
dir = 8
@@ -66749,6 +66781,16 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron,
/area/station/engineering/atmos)
+"rgx" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 8
+ },
+/obj/machinery/status_display/ai/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/science/auxlab)
"rgy" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -66868,6 +66910,18 @@
/obj/machinery/light/small/blacklight/directional/east,
/turf/open/floor/pod/light,
/area/station/maintenance/floor4/starboard)
+"rhO" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/airalarm/directional/west,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/computer/security/telescreen/interrogation/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/security/interrogation)
"rhR" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -66975,6 +67029,10 @@
/obj/structure/railing/corner/end,
/turf/open/floor/iron/dark,
/area/station/hallway/floor1/aft)
+"rjB" = (
+/obj/machinery/light/cold/no_nightlight/directional/east,
+/turf/open/floor/engine/xenobio,
+/area/station/science/xenobiology)
"rjD" = (
/turf/closed/wall,
/area/station/hallway/floor1/aft)
@@ -67277,13 +67335,6 @@
},
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor3/port/aft)
-"rol" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer2{
- dir = 1
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"rom" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
/obj/effect/turf_decal/stripes/line{
@@ -67390,6 +67441,20 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"rqd" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/structure/sign/departments/exodrone/directional/west,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"rqf" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 10
@@ -69806,6 +69871,11 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor1/port)
+"sav" = (
+/obj/effect/turf_decal/box/corners,
+/obj/structure/sign/warning/biohazard/directional/east,
+/turf/open/floor/engine/xenobio,
+/area/station/science/xenobiology)
"saA" = (
/obj/effect/turf_decal/siding/thinplating_new{
dir = 1
@@ -69827,12 +69897,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/engine/vacuum,
/area/station/engineering/atmos)
-"sbi" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"sbm" = (
/obj/effect/spawner/structure/window/hollow/end{
dir = 8
@@ -70366,20 +70430,6 @@
/obj/effect/spawner/random/structure/closet_maintenance,
/turf/open/floor/pod/light,
/area/station/maintenance/floor1/starboard/aft)
-"siO" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Upload"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/structure/sign/departments/aiupload/directional/south,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"siT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -70548,6 +70598,13 @@
/obj/structure/bookcase/random/fiction,
/turf/open/floor/wood/tile,
/area/station/service/library)
+"slC" = (
+/obj/structure/table/reinforced/plastitaniumglass,
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/cable,
+/mob/living/basic/parrot/poly,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/command/heads_quarters/ce)
"slI" = (
/obj/item/radio/intercom/directional/west,
/obj/structure/window/reinforced/spawner/directional/south,
@@ -70696,12 +70753,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/pod/light,
/area/station/maintenance/floor4/starboard/fore)
-"sog" = (
-/obj/machinery/power/shuttle_engine/propulsion/burst{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"soq" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -70794,26 +70845,6 @@
"spr" = (
/turf/closed/wall/mineral/titanium/nodiagonal,
/area/station/maintenance/floor2/starboard/aft)
-"spx" = (
-/obj/effect/turf_decal/trimline/neutral/warning{
- dir = 8
- },
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/structure/table/reinforced,
-/turf/open/floor/iron/dark,
-/area/station/command/gateway)
-"spz" = (
-/obj/machinery/atmospherics/pipe/smart/simple/purple/hidden/layer1{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/computer/security/telescreen/engine_waste/directional/south,
-/turf/open/floor/catwalk_floor/iron,
-/area/station/engineering/atmos/pumproom)
"spE" = (
/obj/structure/rack,
/obj/item/circuitboard/machine/telecomms/broadcaster,
@@ -70966,6 +70997,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/textured_large,
/area/station/cargo/storage)
+"ssc" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
"ssi" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -71543,24 +71580,6 @@
/obj/machinery/telecomms/bus/preset_two,
/turf/open/floor/circuit/telecomms,
/area/station/tcommsat/server)
-"szA" = (
-/obj/structure/table,
-/obj/item/reagent_containers/condiment/saltshaker{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/reagent_containers/condiment/peppermill{
- desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
- pixel_x = -8;
- pixel_y = 2
- },
-/obj/item/reagent_containers/condiment/enzyme{
- pixel_x = 9;
- pixel_y = 3
- },
-/obj/item/book/manual/chef_recipes,
-/turf/open/floor/iron,
-/area/station/security/prison)
"szC" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -72476,6 +72495,12 @@
/obj/structure/cable,
/turf/open/floor/pod/light,
/area/station/maintenance/solars/port/aft)
+"sKZ" = (
+/obj/machinery/camera/motion/directional/west{
+ c_tag = "Minisat - Aft"
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"sLe" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/decal/cleanable/dirt,
@@ -73360,11 +73385,6 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron,
/area/station/cargo/miningdock)
-"sWK" = (
-/obj/effect/turf_decal/box/corners,
-/obj/structure/sign/warning/biohazard/directional/east,
-/turf/open/floor/engine/xenobio,
-/area/station/science/xenobiology)
"sWM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -74534,6 +74554,10 @@
"tlt" = (
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor2/port/fore)
+"tlJ" = (
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/space/openspace,
+/area/space/nearstation)
"tlK" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -74695,6 +74719,16 @@
/obj/effect/spawner/random/contraband/prison,
/turf/open/floor/iron/dark,
/area/station/maintenance/floor2/starboard/aft)
+"tnM" = (
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 5
+ },
+/obj/item/stack/cable_coil,
+/obj/item/multitool,
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/pod,
+/area/station/maintenance/floor4/port/fore)
"tnN" = (
/obj/structure/railing{
dir = 8
@@ -75097,6 +75131,14 @@
dir = 8
},
/area/station/hallway/floor2/aft)
+"tsB" = (
+/obj/effect/turf_decal/siding/white,
+/obj/structure/railing,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/structure/table/reinforced/rglass,
+/turf/open/floor/iron/large,
+/area/station/science/robotics/lab)
"tsN" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -78237,6 +78279,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/textured,
/area/station/cargo/storage)
+"ujI" = (
+/obj/structure/railing,
+/turf/open/space/openspace,
+/area/space/nearstation)
"ujQ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -78401,13 +78447,6 @@
},
/turf/open/floor/iron/dark,
/area/station/service/library/garden)
-"umt" = (
-/obj/structure/table/reinforced,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/robotics/lab)
"umw" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -78591,13 +78630,6 @@
/obj/effect/landmark/generic_maintenance_landmark,
/turf/open/floor/plating,
/area/station/maintenance/floor2/starboard/aft)
-"upL" = (
-/obj/machinery/computer/security/telescreen/vault/directional/east,
-/obj/machinery/computer/security{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/hop)
"upP" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -79056,12 +79088,6 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/station/engineering/atmos)
-"uwz" = (
-/obj/effect/turf_decal/tile/purple/opposingcorners,
-/obj/machinery/computer/security/telescreen/rd/directional/west,
-/obj/machinery/pdapainter/research,
-/turf/open/floor/iron/white,
-/area/station/command/heads_quarters/rd)
"uwA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/obj/effect/turf_decal/tile/red,
@@ -79364,14 +79390,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/floor4/starboard/fore)
-"uAF" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/stripes{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/testlab)
"uAW" = (
/obj/structure/closet/secure_closet/medical2,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -79645,6 +79663,18 @@
},
/turf/open/floor/engine/airless,
/area/station/engineering/supermatter/waste)
+"uEv" = (
+/obj/effect/turf_decal/stripes{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/item/stack/sheet/iron/ten,
+/obj/item/circuitboard/machine/exoscanner,
+/obj/item/circuitboard/machine/exoscanner,
+/obj/item/circuitboard/machine/exoscanner,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/corner,
+/area/station/cargo/drone_bay)
"uED" = (
/obj/effect/turf_decal/tile/yellow/half,
/obj/machinery/light/small/directional/east,
@@ -80073,6 +80103,14 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor1/port)
+"uJq" = (
+/obj/machinery/vatgrower{
+ dir = 4
+ },
+/obj/machinery/light/cold/no_nightlight/directional/north,
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/misc/dirt/jungle,
+/area/station/science/cytology)
"uJr" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/grass/fairy,
@@ -80495,6 +80533,12 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/floor2/starboard/aft)
+"uOc" = (
+/obj/effect/turf_decal/tile/neutral/full,
+/obj/machinery/portable_atmospherics/pipe_scrubber,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron,
+/area/station/science/ordnance/testlab)
"uOd" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
@@ -80844,6 +80888,14 @@
},
/turf/open/floor/iron/checker,
/area/station/cargo/miningdock)
+"uSL" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/table/reinforced,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/machinery/cell_charger,
+/obj/structure/window/reinforced/spawner/directional/south,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/robotics/mechbay)
"uSN" = (
/obj/structure/railing,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -80966,14 +81018,6 @@
},
/turf/open/floor/engine/hull/reinforced,
/area/space/nearstation)
-"uUv" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible/layer4{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance/testlab)
"uUw" = (
/obj/structure/railing/corner{
dir = 1
@@ -81129,12 +81173,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/pod/light,
/area/station/maintenance/floor1/port/aft)
-"uWk" = (
-/obj/machinery/power/shuttle_engine/huge{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
"uWl" = (
/obj/effect/turf_decal/tile/blue/half{
dir = 1
@@ -81608,10 +81646,6 @@
/obj/effect/turf_decal/trimline/green/filled/line,
/turf/open/floor/iron,
/area/station/commons/vacant_room/commissary)
-"vcn" = (
-/obj/structure/aquarium/lawyer,
-/turf/open/floor/wood/parquet,
-/area/station/service/lawoffice)
"vcr" = (
/turf/closed/wall,
/area/station/maintenance/floor1/port/aft)
@@ -82508,6 +82542,14 @@
"voT" = (
/turf/closed/wall,
/area/station/maintenance/floor4/port/fore)
+"voX" = (
+/obj/machinery/door/firedoor/border_only,
+/obj/structure/railing,
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance/testlab)
"vpa" = (
/obj/item/kirbyplants/random,
/turf/open/floor/iron/dark,
@@ -82687,12 +82729,6 @@
/obj/structure/marker_beacon/burgundy,
/turf/open/floor/pod/light,
/area/station/maintenance/floor4/starboard/aft)
-"vqZ" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"vrh" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
@@ -83174,6 +83210,24 @@
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"vwI" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brig-entrance-aft"
+ },
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "outerbrig";
+ name = "Brig Aft Entrance"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "briglockdown";
+ name = "Brig Lockdown"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron/dark,
+/area/station/security/brig)
"vwJ" = (
/obj/structure/railing{
dir = 8
@@ -83385,6 +83439,11 @@
/obj/effect/turf_decal/trimline/brown/arrow_ccw,
/turf/open/floor/iron/dark/side,
/area/station/cargo/lobby)
+"vzo" = (
+/obj/machinery/netpod,
+/obj/structure/railing,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/cargo/bitrunning/den)
"vzu" = (
/obj/effect/landmark/start/psychologist,
/obj/structure/sign/poster/official/random/directional/south,
@@ -83616,10 +83675,6 @@
dir = 1
},
/area/station/hallway/secondary/exit)
-"vCa" = (
-/obj/structure/railing,
-/turf/open/space/openspace,
-/area/space/nearstation)
"vCy" = (
/obj/effect/spawner/random/structure/table_fancy,
/obj/structure/sign/painting/large/library_private{
@@ -84594,6 +84649,21 @@
/obj/structure/window/reinforced/spawner/directional/north,
/turf/open/floor/iron/cafeteria,
/area/station/engineering/atmos)
+"vQf" = (
+/obj/structure/table,
+/obj/item/ai_module/reset/purge,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/effect/spawner/random/aimodule/neutral{
+ pixel_x = 15
+ },
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"vQg" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -84827,12 +84897,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/commons/dorms/room1)
-"vTs" = (
-/obj/machinery/camera/motion/directional/west{
- c_tag = "Minisat - Aft"
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"vTt" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -84860,6 +84924,13 @@
/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/pod/dark,
/area/station/maintenance/floor2/port)
+"vTV" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 4
+ },
+/obj/structure/sign/warning/gas_mask/directional/east,
+/turf/open/floor/engine/xenobio,
+/area/station/science/xenobiology)
"vTY" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -85095,6 +85166,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/textured_large,
/area/station/hallway/secondary/entry)
+"vWP" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/robotics/lab)
"vWQ" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -85141,12 +85219,6 @@
},
/turf/open/floor/pod/light,
/area/station/maintenance/floor2/port/fore)
-"vXk" = (
-/obj/effect/turf_decal/tile/blue/opposingcorners,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/machinery/computer/security/telescreen/minisat/directional/west,
-/turf/open/floor/iron/dark,
-/area/station/command/teleporter)
"vXm" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -85410,6 +85482,13 @@
/obj/effect/mapping_helpers/airlock/unres,
/turf/open/floor/plating,
/area/station/maintenance/floor4/port/fore)
+"vZY" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/engineering/atmos/pumproom)
"wat" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{
dir = 8
@@ -85527,6 +85606,12 @@
},
/turf/open/floor/iron/white,
/area/station/science/lower)
+"wbT" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"wci" = (
/obj/effect/turf_decal/siding/wood/corner{
dir = 4
@@ -86197,14 +86282,6 @@
/obj/item/clothing/head/helmet/old,
/turf/open/floor/iron/dark,
/area/station/maintenance/floor2/starboard/aft)
-"wjM" = (
-/obj/effect/turf_decal/siding/white,
-/obj/structure/railing,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/structure/table/reinforced/rglass,
-/turf/open/floor/iron/large,
-/area/station/science/robotics/lab)
"wkf" = (
/obj/structure/chair/comfy/brown,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -86261,6 +86338,24 @@
},
/turf/open/floor/plating,
/area/station/hallway/secondary/exit/escape_pod)
+"wkP" = (
+/obj/structure/table,
+/obj/item/reagent_containers/condiment/saltshaker{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/condiment/peppermill{
+ desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
+ pixel_x = -8;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/condiment/enzyme{
+ pixel_x = 9;
+ pixel_y = 3
+ },
+/obj/item/book/manual/chef_recipes,
+/turf/open/floor/iron,
+/area/station/security/prison)
"wkX" = (
/turf/open/floor/catwalk_floor,
/area/station/hallway/floor2/fore)
@@ -86440,10 +86535,6 @@
/obj/structure/mannequin/skeleton,
/turf/open/floor/iron/dark,
/area/station/medical/morgue)
-"wmO" = (
-/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
-/turf/open/floor/iron/white/textured_large,
-/area/station/service/chapel/office)
"wmQ" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -87356,13 +87447,6 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/pod/light,
/area/station/maintenance/floor2/port/aft)
-"wyk" = (
-/obj/structure/table,
-/obj/item/cigarette/candy{
- pixel_x = 4
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/floor1/aft)
"wym" = (
/obj/effect/turf_decal/siding/wood{
dir = 10
@@ -87486,18 +87570,6 @@
/obj/structure/cable,
/turf/open/floor/wood/parquet,
/area/station/medical/break_room)
-"wzM" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen/interrogation/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/security/interrogation)
"wzO" = (
/obj/structure/statue/silver/sec{
desc = "Dedicated to those who died in the First Contact.";
@@ -87754,14 +87826,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/dark,
/area/station/security/interrogation)
-"wDq" = (
-/obj/structure/table,
-/obj/item/reagent_containers/cup/beaker{
- pixel_x = 5
- },
-/obj/item/reagent_containers/condiment/enzyme,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"wDr" = (
/obj/structure/closet/emcloset,
/obj/effect/decal/cleanable/dirt,
@@ -88221,6 +88285,22 @@
},
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/hos)
+"wIX" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/emergency{
+ pixel_y = 12
+ },
+/obj/item/stack/cable_coil/cut{
+ pixel_y = 7
+ },
+/obj/item/stock_parts/power_store/cell/lead{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/item/wirecutters,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/pod/light,
+/area/station/maintenance/floor1/starboard/fore)
"wJf" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -88498,13 +88578,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/engine,
/area/station/science/auxlab/firing_range)
-"wLO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/testlab)
"wLP" = (
/obj/effect/turf_decal/tile/green{
dir = 8
@@ -89309,29 +89382,6 @@
/obj/structure/cable,
/turf/open/floor/iron/white,
/area/station/science/cytology)
-"wWL" = (
-/obj/effect/turf_decal/stripes{
- dir = 1
- },
-/obj/structure/rack,
-/obj/item/stack/sheet/iron/ten,
-/obj/item/circuitboard/machine/exoscanner,
-/obj/item/circuitboard/machine/exoscanner,
-/obj/item/circuitboard/machine/exoscanner,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron/corner,
-/area/station/cargo/drone_bay)
-"wWN" = (
-/obj/item/radio/intercom/directional/north{
- broadcasting = 1;
- frequency = 1447;
- listening = 0;
- name = "Private Channel"
- },
-/obj/machinery/recharge_station,
-/obj/machinery/computer/security/telescreen/minisat/directional/east,
-/turf/open/floor/circuit,
-/area/station/ai_monitored/turret_protected/aisat/service)
"wWX" = (
/obj/structure/table,
/obj/item/storage/briefcase/secure,
@@ -89594,14 +89644,6 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/misc/dirt/jungle,
/area/station/security/prison/garden)
-"xbd" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/computer/security/telescreen/engine_waste/directional/east,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/dark/textured_large,
-/area/station/engineering/atmos/pumproom)
"xbr" = (
/obj/machinery/door/firedoor,
/obj/structure/cable,
@@ -89855,24 +89897,6 @@
/obj/structure/extinguisher_cabinet/directional/north,
/turf/open/floor/iron/dark,
/area/station/command/bridge)
-"xee" = (
-/obj/effect/turf_decal/tile/blue/fourcorners,
-/obj/structure/table/reinforced/rglass,
-/obj/machinery/cell_charger{
- pixel_y = 10
- },
-/obj/machinery/cell_charger{
- pixel_y = 1
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_y = 9;
- pixel_x = -1
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = -1
- },
-/turf/open/floor/iron/white/textured,
-/area/station/medical/treatment_center)
"xel" = (
/obj/item/folder/blue,
/obj/item/paper/monitorkey,
@@ -90309,24 +90333,6 @@
},
/turf/open/floor/iron/dark,
/area/station/security/checkpoint/first)
-"xjV" = (
-/obj/structure/table,
-/obj/item/stock_parts/micro_laser,
-/obj/item/stock_parts/servo{
- pixel_x = 15;
- pixel_y = 4
- },
-/obj/item/reagent_containers/dropper{
- pixel_x = -2;
- pixel_y = 9
- },
-/obj/effect/turf_decal/tile/purple/fourcorners,
-/obj/item/flatpack{
- board = /obj/item/circuitboard/machine/flatpacker
- },
-/obj/item/multitool,
-/turf/open/floor/iron/white,
-/area/station/science/lab)
"xjW" = (
/obj/machinery/atmospherics/components/unary/portables_connector{
dir = 8
@@ -90440,6 +90446,12 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/white,
/area/station/medical/pharmacy)
+"xln" = (
+/obj/machinery/power/shuttle_engine/huge{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
"xlu" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -90646,6 +90658,9 @@
},
/turf/open/floor/grass,
/area/station/service/hydroponics/garden/abandoned)
+"xpw" = (
+/turf/open/space/basic,
+/area/space/nearstation)
"xpA" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -90779,16 +90794,6 @@
/obj/machinery/duct,
/turf/open/floor/iron/dark,
/area/station/security/lockers)
-"xqZ" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Medbay - Treatment Center";
- name = "medbay camera";
- network = list("ss13","medbay")
- },
-/obj/machinery/shower/directional/south,
-/obj/structure/fluff/shower_drain,
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/medical/treatment_center)
"xrh" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -91071,14 +91076,6 @@
dir = 8
},
/area/station/cargo/lobby)
-"xvf" = (
-/obj/structure/table/reinforced,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/machinery/cell_charger,
-/obj/effect/turf_decal/tile/blue/fourcorners,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/command/bridge)
"xvk" = (
/obj/structure/dresser,
/turf/open/floor/wood,
@@ -91123,6 +91120,14 @@
},
/turf/open/floor/iron/dark,
/area/station/science/ordnance/storage)
+"xvN" = (
+/obj/structure/table,
+/obj/item/reagent_containers/cup/beaker{
+ pixel_x = 5
+ },
+/obj/item/reagent_containers/condiment/enzyme,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"xvO" = (
/obj/effect/decal/cleanable/oil,
/obj/effect/decal/cleanable/dirt,
@@ -91261,6 +91266,11 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/commons/vacant_room/office)
+"xxA" = (
+/obj/machinery/holopad,
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/testlab)
"xxC" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
@@ -92209,6 +92219,9 @@
},
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor4/starboard)
+"xIV" = (
+/turf/open/space/openspace,
+/area/space/nearstation)
"xJk" = (
/obj/machinery/seed_extractor,
/obj/effect/turf_decal/tile/green/full,
@@ -92292,6 +92305,13 @@
},
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor3/port)
+"xJX" = (
+/obj/structure/table,
+/obj/item/cigarette/candy{
+ pixel_x = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/floor1/aft)
"xKa" = (
/obj/effect/turf_decal/stripes/white/corner,
/turf/open/floor/iron/dark/corner,
@@ -92322,6 +92342,10 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/security/evidence)
+"xKt" = (
+/obj/structure/railing/corner,
+/turf/open/space/openspace,
+/area/space/nearstation)
"xKy" = (
/obj/machinery/modular_computer/preset/id{
dir = 8
@@ -92360,13 +92384,6 @@
/obj/structure/sign/departments/botany/directional/north,
/turf/open/floor/iron/dark,
/area/station/hallway/floor3/aft)
-"xLi" = (
-/obj/effect/turf_decal/tile/blue/fourcorners,
-/obj/structure/table/reinforced/rglass,
-/obj/item/pai_card,
-/obj/item/reagent_containers/spray/cleaner,
-/turf/open/floor/iron/white/textured,
-/area/station/medical/treatment_center)
"xLo" = (
/obj/machinery/atmospherics/components/trinary/filter,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -92481,6 +92498,14 @@
dir = 8
},
/area/station/hallway/floor3/aft)
+"xMV" = (
+/obj/structure/table/reinforced,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/command/bridge)
"xMW" = (
/obj/structure/cable,
/obj/structure/disposalpipe/junction{
@@ -93000,6 +93025,12 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/maintenance/disposal/incinerator)
+"xUk" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/space/openspace,
+/area/space/nearstation)
"xUB" = (
/obj/machinery/light/floor,
/turf/open/floor/iron/dark/side{
@@ -93185,21 +93216,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/dark,
/area/station/medical/morgue)
-"xWD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 9
- },
-/obj/effect/turf_decal/trimline/blue/filled/corner,
-/obj/machinery/turretid{
- control_area = "/area/station/ai_monitored/turret_protected/ai_upload";
- icon_state = "control_stun";
- name = "AI Upload turret control";
- pixel_y = 28
- },
-/obj/machinery/computer/security/telescreen/aiupload/directional/west,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/turret_protected/ai_upload_foyer)
"xWF" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -93624,12 +93640,6 @@
/obj/effect/spawner/random/trash/moisture_trap,
/turf/open/floor/pod/light,
/area/station/maintenance/floor2/port/aft)
-"ycm" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"ycq" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -93861,12 +93871,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/security/prison)
-"yfH" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/turf/open/space/openspace,
-/area/space/nearstation)
"yfN" = (
/obj/item/stack/arcadeticket,
/obj/effect/decal/cleanable/confetti,
@@ -110613,7 +110617,7 @@ wUH
hyN
wBR
pTR
-fea
+oZd
wBR
wBR
wBR
@@ -116230,7 +116234,7 @@ owI
owI
oic
oic
-fNG
+wIX
laR
oic
jdc
@@ -117517,7 +117521,7 @@ tXe
tXe
cOT
sxb
-ego
+luo
hTP
lNW
qZU
@@ -117774,7 +117778,7 @@ tXe
tXe
pjw
scn
-gzS
+vzo
dqM
bED
qZU
@@ -118547,7 +118551,7 @@ lyB
yef
wZu
vTt
-wWL
+uEv
aQK
uhw
rhs
@@ -118555,7 +118559,7 @@ eaW
lSJ
mxC
jUP
-gsJ
+etb
myW
kga
uTH
@@ -118804,7 +118808,7 @@ gHw
hDa
fyg
xxQ
-gWB
+rez
aQK
jUP
prt
@@ -119318,7 +119322,7 @@ oKT
xsL
vDw
dty
-fKl
+rqd
eOz
eOz
onX
@@ -131940,7 +131944,7 @@ nor
rcc
sHG
uxT
-ojk
+jkD
qkL
snO
jRp
@@ -135001,7 +135005,7 @@ oIJ
hRR
qXk
hHB
-aqt
+iQR
gmw
hOy
lHR
@@ -135274,7 +135278,7 @@ eIr
oyH
xnr
fvO
-wyk
+xJX
oaa
uYB
tLa
@@ -136571,7 +136575,7 @@ sQD
lOI
sjs
oFr
-gAl
+iHL
kzE
fmb
xgH
@@ -136826,7 +136830,7 @@ nPb
rCO
cjc
aRI
-qpl
+slC
bgs
hZt
kzE
@@ -137850,7 +137854,7 @@ wmU
pVZ
uKL
rGe
-ksQ
+nDQ
wWw
xFR
gPc
@@ -138087,7 +138091,7 @@ kIe
fxo
uvD
ocv
-rol
+hXH
rBP
iTu
iko
@@ -138344,7 +138348,7 @@ blI
gkx
xeO
vsL
-ycm
+ssc
rBP
fxd
haK
@@ -138603,7 +138607,7 @@ kDg
vsL
kDg
rBP
-dYT
+kZr
ykU
mMO
tCC
@@ -140403,7 +140407,7 @@ oIy
irk
nDr
kBz
-xbd
+gTZ
bwl
wlA
kGK
@@ -141429,13 +141433,13 @@ hQy
vmr
vmr
skj
-spz
+ouy
sAH
hhb
gGt
qEw
sAH
-rcQ
+gJl
jSD
ppd
uyD
@@ -142719,7 +142723,7 @@ vxz
csf
buQ
nPZ
-kvm
+vZY
oIy
tyQ
iPN
@@ -142976,7 +142980,7 @@ eNk
qNf
jaK
aLh
-gMr
+oNi
oIy
yli
jCD
@@ -143236,7 +143240,7 @@ mjv
tZD
oIy
owI
-luK
+bOk
owI
cHX
owI
@@ -143246,7 +143250,7 @@ biH
owI
cHX
owI
-luK
+bOk
owI
dEc
xMY
@@ -143751,7 +143755,7 @@ gxT
fmg
owI
jkM
-luK
+bOk
jkM
owI
caC
@@ -143759,7 +143763,7 @@ wqD
mdr
owI
jkM
-luK
+bOk
jkM
owI
oyh
@@ -144008,7 +144012,7 @@ teq
teq
owI
jkM
-luK
+bOk
jkM
owI
caC
@@ -144016,7 +144020,7 @@ wqD
mdr
owI
jkM
-luK
+bOk
jkM
owI
oyh
@@ -144779,7 +144783,7 @@ sKt
teq
owI
jkM
-luK
+bOk
jkM
owI
caC
@@ -144787,7 +144791,7 @@ wqD
mdr
owI
jkM
-luK
+bOk
jkM
owI
oyh
@@ -145036,7 +145040,7 @@ xqr
gIz
owI
jkM
-luK
+bOk
jkM
owI
caC
@@ -145044,7 +145048,7 @@ wqD
mdr
owI
jkM
-luK
+bOk
jkM
owI
oyh
@@ -147066,17 +147070,17 @@ owI
owI
owI
owI
-sog
+aTO
rcO
-eZq
-sog
+pNV
+aTO
rcO
rcO
-uWk
-sog
+xln
+aTO
rcO
rcO
-uWk
+xln
teq
teq
teq
@@ -147118,15 +147122,15 @@ iSU
iSU
rcO
rcO
-uWk
-sog
+xln
+aTO
rcO
rcO
-uWk
-sog
+xln
+aTO
rcO
-eZq
-sog
+pNV
+aTO
owI
owI
owI
@@ -147584,13 +147588,13 @@ owI
owI
owI
owI
-lGA
-lGA
-lGA
+xpw
+xpw
+xpw
owI
-lGA
-lGA
-lGA
+xpw
+xpw
+xpw
owI
owI
owI
@@ -147630,13 +147634,13 @@ owI
owI
owI
owI
-lGA
-lGA
-lGA
+xpw
+xpw
+xpw
owI
-lGA
-lGA
-lGA
+xpw
+xpw
+xpw
owI
owI
owI
@@ -174620,7 +174624,7 @@ oyh
oyh
oyh
oyh
-jbb
+xIV
ucA
ucA
ucA
@@ -174877,7 +174881,7 @@ oyh
oyh
oyh
oyh
-jbb
+xIV
ucA
ucA
ucA
@@ -175134,7 +175138,7 @@ oyh
oyh
oyh
oyh
-jbb
+xIV
ucA
ucA
ucA
@@ -175391,7 +175395,7 @@ oyh
oyh
oyh
oyh
-jbb
+xIV
ucA
ucA
ucA
@@ -175648,7 +175652,7 @@ oyh
oyh
oyh
oyh
-jbb
+xIV
ucA
ucA
ucA
@@ -175905,7 +175909,7 @@ oyh
oyh
oyh
oyh
-jbb
+xIV
ucA
ucA
ucA
@@ -180746,7 +180750,7 @@ wwu
wwu
wwu
wwu
-bdf
+nEM
qdW
sbw
wwu
@@ -181556,7 +181560,7 @@ lQI
lQI
ozr
jJu
-cGa
+nqP
qiR
rkZ
kms
@@ -182035,7 +182039,7 @@ mKZ
sxl
naI
lNN
-cBs
+iGR
xuv
jBm
xuv
@@ -182814,7 +182818,7 @@ oFY
mBZ
ijS
obj
-oNX
+rgx
sEL
biW
xWe
@@ -184614,7 +184618,7 @@ kJg
kmR
lcB
kGf
-bZW
+ooT
wXC
ePa
rNg
@@ -185127,7 +185131,7 @@ mhT
jFr
sif
lvS
-xjV
+cSb
mUJ
jnV
sif
@@ -187942,7 +187946,7 @@ hge
hge
hge
oiO
-uwz
+ijV
pKO
aiN
jDc
@@ -188982,7 +188986,7 @@ kXZ
wbS
eGF
dpL
-ceJ
+hGG
bvx
btp
dpL
@@ -191797,13 +191801,13 @@ iuW
eHf
dGa
rkM
-mzj
+uJq
nuv
cLA
npF
lcT
aAE
-fOt
+dJs
qun
nVT
iCi
@@ -196709,7 +196713,7 @@ tOW
rwv
bCd
dzM
-xLi
+gcm
txp
aaU
coZ
@@ -197221,7 +197225,7 @@ woE
biz
dzM
kUl
-xee
+ghy
dzM
dYM
scx
@@ -197476,7 +197480,7 @@ voB
pZZ
gBz
sRR
-xqZ
+iVR
jTK
dzM
dzM
@@ -197995,7 +197999,7 @@ iDr
thd
bYb
bnC
-fCl
+dXy
thd
aHK
aZW
@@ -200823,7 +200827,7 @@ bet
iAb
bif
fSi
-umt
+vWP
aal
aAK
ybG
@@ -203121,7 +203125,7 @@ lkA
pZW
nyE
nyE
-siO
+cIc
nyE
nyE
kuB
@@ -203132,7 +203136,7 @@ igE
hcr
jbR
cqR
-cRW
+uSL
aFs
jeF
blv
@@ -203377,9 +203381,9 @@ sBb
ybB
rkY
nyE
-xWD
+eIg
eiD
-eVA
+vQf
nyE
sgJ
kzK
@@ -204164,7 +204168,7 @@ bgz
bid
grk
bmL
-wjM
+tsB
mOH
jhU
btW
@@ -204660,7 +204664,7 @@ mPw
uZF
svu
uZF
-gNE
+lSI
biR
vLx
vpA
@@ -204917,7 +204921,7 @@ mPw
uZF
svu
uZF
-lkp
+iOD
biR
nqb
xAu
@@ -241415,10 +241419,10 @@ ucA
ucA
ucA
ucA
-jbb
-jbb
-jbb
-jbb
+xIV
+xIV
+xIV
+xIV
ucA
ucA
ucA
@@ -241672,10 +241676,10 @@ ucA
ucA
ucA
ucA
-jbb
-jbb
-jPX
-jbb
+xIV
+xIV
+qaX
+xIV
ucA
ucA
ucA
@@ -241929,7 +241933,7 @@ ucA
ucA
ucA
ucA
-jbb
+xIV
atB
tgX
rIc
@@ -251200,7 +251204,7 @@ sFt
oEU
oSA
sFt
-wDq
+xvN
fWl
bQG
vZF
@@ -251970,7 +251974,7 @@ vhd
fAz
gyr
gyr
-pbr
+luU
sFt
sxt
sal
@@ -256816,9 +256820,9 @@ umb
nqi
fXR
yhT
-jAh
-eGt
-sWK
+vTV
+rjB
+sav
iHm
sSB
ccV
@@ -261707,7 +261711,7 @@ isU
cdj
eAi
spT
-jDK
+hsA
fmK
plX
bex
@@ -261990,7 +261994,7 @@ oNV
eLw
cmh
kSU
-nhB
+pEY
piR
piR
roj
@@ -267652,7 +267656,7 @@ hLo
piR
xRs
bKR
-iJW
+rdv
piR
mom
hcT
@@ -276112,11 +276116,11 @@ ucA
ucA
ucA
ucA
-izH
-iox
-iox
-iox
-yfH
+xKt
+djc
+djc
+djc
+dkn
ucA
ucA
ucA
@@ -276369,11 +276373,11 @@ ucA
ucA
ucA
ucA
-vCa
+ujI
edA
pRs
pRs
-vqZ
+wbT
ucA
ucA
ucA
@@ -276626,11 +276630,11 @@ ucA
ucA
ucA
ucA
-vCa
+ujI
pRs
pRs
pRs
-vqZ
+wbT
ucA
ucA
ucA
@@ -276883,11 +276887,11 @@ ucA
ucA
ucA
ucA
-bnJ
-sbi
+qRS
+acl
pRs
-sbi
-iFs
+acl
+xUk
ucA
ucA
ucA
@@ -307205,7 +307209,7 @@ ucA
ucA
ucA
ucA
-ayQ
+tlJ
ucA
gMe
gMe
@@ -307215,7 +307219,7 @@ gMe
gMe
gMe
ucA
-ayQ
+tlJ
ucA
ucA
ucA
@@ -309261,7 +309265,7 @@ xJp
uxw
xjX
aNs
-kWD
+fhw
sZO
rlJ
nKL
@@ -309518,7 +309522,7 @@ bfx
eGK
onE
aNs
-xvf
+xMV
wFT
gaJ
qOq
@@ -309530,7 +309534,7 @@ qNY
iTN
qGF
uIx
-lHr
+tnM
lvm
vSG
mpK
@@ -311840,7 +311844,7 @@ lgD
ykw
hIb
fKZ
-cPD
+hbW
dbZ
hKg
raq
@@ -313132,7 +313136,7 @@ fUm
oTx
uqc
nYe
-vXk
+cep
fwj
lOe
uIx
@@ -313382,7 +313386,7 @@ rti
vuU
wgO
rZb
-jUF
+acL
jKF
fXa
sFa
@@ -315412,14 +315416,14 @@ mSG
mSG
aSX
aSX
-ctj
-uUv
+pqH
+bJA
mKu
hHi
fMc
gOF
ddH
-cjF
+uOc
nPE
pDq
vfi
@@ -315668,12 +315672,12 @@ crp
crp
dWz
lYx
-aFc
+gxo
wMU
-npB
-eHL
-uAF
-nvz
+aaN
+pGz
+jjj
+dIJ
oTq
jjT
hmM
@@ -315925,12 +315929,12 @@ vPP
rrs
mCU
hGC
-kOw
-azn
-cqx
+jJM
+hAH
+eSq
tHk
bDn
-wLO
+gwe
eoI
nPE
nPE
@@ -316187,7 +316191,7 @@ wMU
aqm
kFy
xTG
-qWz
+xxA
xdE
nPE
uZr
@@ -316198,7 +316202,7 @@ fkN
fQx
nTJ
iXS
-enC
+mFQ
hNh
hNh
hNh
@@ -316441,7 +316445,7 @@ oOA
tyR
tyR
xqB
-cAg
+voX
kFy
eTV
auO
@@ -317741,7 +317745,7 @@ xvr
hIB
nTo
hns
-spx
+oLE
jbr
iXS
eHr
@@ -318006,7 +318010,7 @@ gYS
gir
tnj
tEv
-cBl
+alw
xFp
dGF
kHR
@@ -318263,7 +318267,7 @@ aBV
kyj
dfm
xnY
-ojB
+mAe
xyw
xyw
tnR
@@ -318749,7 +318753,7 @@ ucA
xuh
lln
lln
-qBc
+mko
eNX
bNP
nQj
@@ -320052,7 +320056,7 @@ nPE
qPv
iQe
wqP
-upL
+omq
obK
kpI
dJC
@@ -322375,7 +322379,7 @@ txa
mlH
vOE
nYZ
-jfr
+jcZ
hxz
vES
uyX
@@ -322647,7 +322651,7 @@ cbw
lOp
ira
dtX
-lZq
+oOW
qjr
qjr
qjr
@@ -322889,7 +322893,7 @@ cmM
bVy
tnV
daD
-hLN
+vwI
kkK
fDA
emk
@@ -326502,7 +326506,7 @@ bJm
oZo
gXi
gDx
-wzM
+rhO
ftZ
tBk
sCO
@@ -326996,7 +327000,7 @@ vJS
pNH
dOK
pgL
-vcn
+qSD
dJF
bVy
vOE
@@ -327749,7 +327753,7 @@ kTV
wlX
sxo
vyW
-wmO
+kkT
mcD
rNo
tKY
@@ -330614,7 +330618,7 @@ yeU
jVK
vWn
mRa
-szA
+wkP
uTc
nOa
vVW
@@ -333425,7 +333429,7 @@ oyh
nbP
tIl
fEv
-oxB
+dMt
nbP
oyh
oyh
@@ -337553,7 +337557,7 @@ oyh
oyh
fMl
sWs
-vqZ
+wbT
ucA
ucA
ucA
@@ -337786,7 +337790,7 @@ oyh
aFj
aFj
aFj
-wWN
+dlR
cRs
uEb
uEb
@@ -337808,9 +337812,9 @@ oyh
oyh
oyh
oyh
-sbi
-sbi
-iFs
+acl
+acl
+xUk
ucA
ucA
ucA
@@ -338559,7 +338563,7 @@ ucA
ucA
ucA
ucA
-vTs
+sKZ
ucA
ucA
ucA
@@ -338570,7 +338574,7 @@ ucA
ucA
ucA
ucA
-vTs
+sKZ
ucA
ucA
ucA
@@ -341648,11 +341652,11 @@ ucA
ucA
ucA
ucA
-izH
-iox
-iox
-iox
-yfH
+xKt
+djc
+djc
+djc
+dkn
ucA
ucA
ucA
@@ -341905,11 +341909,11 @@ ucA
ucA
ucA
ucA
-vCa
+ujI
edA
pRs
pRs
-vqZ
+wbT
ucA
ucA
ucA
@@ -342162,7 +342166,7 @@ ucA
ucA
ucA
ucA
-vCa
+ujI
pRs
pRs
ucA
diff --git a/_maps/map_files/VoidRaptor/VoidRaptor.dmm b/_maps/map_files/VoidRaptor/VoidRaptor.dmm
index 7a5e072c768d50..a389e5d09571c4 100644
--- a/_maps/map_files/VoidRaptor/VoidRaptor.dmm
+++ b/_maps/map_files/VoidRaptor/VoidRaptor.dmm
@@ -10,6 +10,18 @@
},
/turf/open/floor/iron/large,
/area/station/hallway/primary/fore)
+"aaj" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/station/medical/break_room)
"aal" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/maintenance/two,
@@ -53,6 +65,16 @@
/obj/machinery/telecomms/processor/preset_one,
/turf/open/floor/circuit/telecomms/server,
/area/station/tcommsat/server)
+"aaY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"abt" = (
/obj/machinery/shower/directional/west,
/obj/structure/drain,
@@ -92,17 +114,6 @@
/obj/effect/landmark/start/scientist,
/turf/open/floor/iron/white/smooth_large,
/area/station/science/lab)
-"abN" = (
-/obj/machinery/button/door/directional/north{
- id = "lawyerprivacy";
- name = "Lawyer's Privacy Control"
- },
-/obj/item/radio/intercom/directional/north{
- pixel_y = 32
- },
-/obj/structure/aquarium/lawyer,
-/turf/open/floor/iron/grimy,
-/area/station/service/lawoffice)
"abQ" = (
/turf/closed/wall,
/area/station/medical/medbay/central)
@@ -149,6 +160,12 @@
dir = 1
},
/area/station/engineering/main)
+"acT" = (
+/obj/structure/railing/corner,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/dark/corner,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"acW" = (
/obj/effect/turf_decal/trimline/blue/filled/warning{
dir = 8
@@ -283,6 +300,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen/abandoned)
+"aeH" = (
+/obj/structure/chair/sofa/corp/right{
+ color = "#DE3A3A";
+ dir = 4
+ },
+/obj/structure/window/spawner/directional/west,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"aeL" = (
/obj/machinery/status_display/evac,
/turf/closed/wall/r_wall,
@@ -318,32 +343,10 @@
},
/turf/open/floor/iron/white,
/area/station/science/research)
-"afb" = (
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 9
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 6
- },
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 6
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
"afj" = (
/obj/effect/turf_decal/tile/red/diagonal_centre,
/turf/open/floor/iron/dark/diagonal,
/area/station/security/office)
-"afo" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 6
- },
-/obj/structure/closet/wardrobe/miner,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/smooth_corner{
- dir = 1
- },
-/area/station/cargo/miningdock)
"aft" = (
/obj/effect/landmark/start/chaplain,
/turf/open/floor/carpet/stellar,
@@ -689,16 +692,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/science/xenobiology)
-"ajR" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/sink/directional/west,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"ajT" = (
/obj/effect/turf_decal/trimline/blue/filled/warning{
dir = 4
@@ -718,6 +711,18 @@
/obj/structure/cable,
/turf/open/floor/iron/solarpanel/airless,
/area/station/solars/starboard/fore)
+"akj" = (
+/obj/machinery/hydroponics/constructable,
+/obj/effect/turf_decal/tile/dark/half,
+/obj/effect/turf_decal/trimline/green/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/green/mid_joiner{
+ dir = 1
+ },
+/obj/machinery/door/window/survival_pod/left/directional/north,
+/turf/open/floor/iron/half,
+/area/station/service/hydroponics)
"akq" = (
/obj/machinery/computer/scan_consolenew{
dir = 4
@@ -855,15 +860,6 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"amL" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 1
- },
-/obj/structure/table/reinforced,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high/empty,
-/turf/open/floor/iron/smooth_edge,
-/area/station/engineering/lobby)
"amO" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/disposalpipe/segment,
@@ -918,14 +914,6 @@
/obj/machinery/holopad,
/turf/open/floor/wood,
/area/station/commons/vacant_room/office)
-"anI" = (
-/obj/structure/chair/sofa/corp/right{
- color = "#DE3A3A";
- dir = 4
- },
-/obj/structure/window/spawner/directional/west,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"anM" = (
/obj/machinery/door/airlock/cmo{
name = "Chief Medical Officer's Quarters"
@@ -1011,6 +999,9 @@
/obj/structure/sink/directional/south,
/turf/open/floor/iron/white/smooth_edge,
/area/station/science/lab)
+"aoM" = (
+/turf/closed/wall/r_wall,
+/area/station/maintenance/eva_shed/port)
"aoQ" = (
/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
/obj/structure/cable,
@@ -1361,17 +1352,6 @@
/obj/effect/spawner/structure/window/reinforced/plasma,
/turf/open/floor/plating/airless,
/area/station/engineering/supermatter)
-"atW" = (
-/obj/machinery/vending/wardrobe/viro_wardrobe,
-/obj/effect/turf_decal/trimline/dark_green/filled/line{
- dir = 10
- },
-/obj/item/toy/figure/virologist{
- pixel_y = 17
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/white,
-/area/station/medical/virology)
"aub" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/effect/turf_decal/siding/wood{
@@ -1469,6 +1449,12 @@
dir = 1
},
/area/station/security/checkpoint/customs)
+"avJ" = (
+/turf/open/floor/iron/airless{
+ icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
+ icon_state = "floor1"
+ },
+/area/space/nearstation)
"avM" = (
/obj/structure/table,
/obj/item/stack/cable_coil{
@@ -2064,6 +2050,13 @@
"aEF" = (
/turf/closed/wall/r_wall,
/area/station/command/teleporter)
+"aEG" = (
+/obj/machinery/pdapainter/research,
+/obj/machinery/airalarm/directional/west,
+/obj/effect/turf_decal/bot,
+/obj/machinery/computer/security/telescreen/rd/directional/north,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/command/heads_quarters/rd)
"aEH" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
@@ -2110,16 +2103,24 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/engine,
/area/station/ai_monitored/security/armory)
-"aFq" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/rack,
-/obj/item/stock_parts/power_store/cell/potato,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/starboard/aft)
"aFv" = (
/obj/machinery/door/firedoor,
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/medbay/lobby)
+"aFy" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
+/obj/machinery/dna_scannernew,
+/obj/machinery/requests_console/directional/south{
+ department = "Genetics";
+ name = "Genetics Requests console";
+ pixel_y = 30
+ },
+/obj/machinery/airalarm/directional/west,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/white,
+/area/station/science/genetics)
"aFA" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 6
@@ -2219,6 +2220,16 @@
"aFY" = (
/turf/closed/wall,
/area/station/engineering/atmos/storage/gas)
+"aGg" = (
+/obj/machinery/griddle,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
+"aGq" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/rack,
+/obj/item/stock_parts/power_store/cell/potato,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/starboard/aft)
"aGu" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 4
@@ -2311,6 +2322,38 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/carpet,
/area/station/medical/psychology)
+"aJD" = (
+/obj/structure/table/reinforced,
+/obj/item/folder/white{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/desk_bell{
+ pixel_x = 7;
+ pixel_y = 6
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters_south";
+ name = "Pharmacy Shutters"
+ },
+/obj/machinery/door/window/left/directional/west,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/pharmacy)
"aJH" = (
/obj/effect/turf_decal/trimline/brown/filled/corner,
/obj/structure/disposalpipe/segment{
@@ -2345,6 +2388,16 @@
},
/turf/open/floor/iron/white/smooth_large,
/area/station/science/genetics)
+"aKw" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 5
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/secure_closet/miner,
+/turf/open/floor/iron/smooth_corner{
+ dir = 8
+ },
+/area/station/cargo/miningdock)
"aKM" = (
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/large,
@@ -2450,6 +2503,19 @@
/obj/machinery/holopad/secure,
/turf/open/floor/carpet,
/area/station/security/courtroom)
+"aLz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/chem_master/condimaster,
+/obj/structure/railing{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"aLB" = (
/obj/structure/chair/sofa/corp/right,
/obj/effect/turf_decal/tile/dark/opposingcorners{
@@ -2908,6 +2974,21 @@
"aRC" = (
/turf/open/floor/carpet/green,
/area/station/commons/dorms)
+"aRE" = (
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/machinery/conveyor{
+ id = "cargodisposals"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera/directional/west{
+ c_tag = "Cargo Bay - Delivery Office Port";
+ name = "cargo camera"
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/sorting)
"aRQ" = (
/obj/structure/chair/office,
/turf/open/floor/iron/grimy,
@@ -3007,17 +3088,6 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron/dark/smooth_edge,
/area/station/security/prison)
-"aTu" = (
-/obj/structure/cable,
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 9
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/gravity_generator)
"aTI" = (
/obj/structure/transit_tube/crossing{
dir = 4
@@ -3089,28 +3159,6 @@
/obj/effect/turf_decal/tile/blue/diagonal_centre,
/turf/open/floor/iron/diagonal,
/area/station/hallway/secondary/exit/departure_lounge)
-"aUA" = (
-/obj/structure/table,
-/obj/item/stock_parts/scanning_module{
- pixel_x = -5;
- pixel_y = 7
- },
-/obj/item/stock_parts/scanning_module{
- pixel_x = 5;
- pixel_y = 7
- },
-/obj/item/stock_parts/scanning_module{
- pixel_x = -5
- },
-/obj/item/stock_parts/scanning_module{
- pixel_x = 5
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 10
- },
-/obj/structure/sign/poster/contraband/random/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
"aUC" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/grille,
@@ -3155,19 +3203,6 @@
},
/turf/open/floor/iron/dark,
/area/station/ai_monitored/command/storage/eva)
-"aVq" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/structure/disposaloutlet{
- name = "Prisoner Doomp"
- },
-/obj/effect/turf_decal/bot_red,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/security/brig)
"aVN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -3390,16 +3425,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"aXm" = (
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"aXr" = (
/obj/structure/table/wood,
/obj/item/paper_bin/carbon{
@@ -3642,6 +3667,16 @@
},
/turf/open/floor/iron/smooth,
/area/station/command/cc_dock)
+"baI" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 6
+ },
+/obj/structure/closet/wardrobe/miner,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/smooth_corner{
+ dir = 1
+ },
+/area/station/cargo/miningdock)
"baK" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -3712,27 +3747,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/lobby)
-"bbW" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/engineering/glass{
- name = "Shared Engineering Storage"
- },
-/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/storage_shared)
"bcf" = (
/obj/structure/table_frame,
/turf/open/floor/iron/smooth,
@@ -3875,6 +3889,17 @@
/obj/structure/cable/layer3,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/turret_protected/ai)
+"bdM" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_edge{
+ dir = 8
+ },
+/area/station/cargo/miningdock)
"bdP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -3896,24 +3921,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/wood/large,
/area/station/commons/fitness/recreation)
-"bdX" = (
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/rack,
-/obj/item/reagent_containers/cup/glass/shaker,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/head/utility/chefhat,
-/obj/item/cultivator,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/spawner/random/food_or_drink/donkpockets,
-/obj/item/storage/box/drinkingglasses,
-/obj/item/storage/box/lights/mixed,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"beb" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
@@ -3931,23 +3938,6 @@
},
/turf/open/floor/iron/large,
/area/station/security/courtroom)
-"bee" = (
-/obj/item/radio/intercom/directional/south,
-/obj/structure/table/reinforced/rglass,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/structure/noticeboard/staff{
- dir = 8;
- pixel_x = -32
- },
-/obj/effect/turf_decal/siding/dark_blue{
- dir = 10
- },
-/obj/effect/turf_decal/tile/blue/half{
- dir = 4
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/bridge)
"bem" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -3991,6 +3981,18 @@
/obj/effect/landmark/start/cargo_technician,
/turf/open/floor/iron/smooth,
/area/station/cargo/sorting)
+"beU" = (
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/machinery/light_switch/directional/west,
+/obj/machinery/light/directional/west,
+/obj/structure/table,
+/obj/machinery/fax{
+ fax_name = "Service Hallway";
+ name = "Service Fax Machine";
+ pixel_y = 3
+ },
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"beY" = (
/obj/effect/landmark/start/cargo_technician,
/obj/effect/turf_decal/trimline/brown/filled/warning,
@@ -4010,6 +4012,11 @@
/obj/machinery/status_display/evac,
/turf/closed/wall,
/area/station/security/lockers)
+"bfi" = (
+/obj/structure/table/wood,
+/obj/item/documents/syndicate,
+/turf/open/floor/wood,
+/area/station/maintenance/rus_gambling)
"bfB" = (
/obj/effect/turf_decal/tile/red/anticorner{
dir = 1
@@ -4152,14 +4159,6 @@
},
/turf/closed/wall/r_wall,
/area/station/science/xenobiology)
-"biD" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 4
- },
-/obj/effect/turf_decal/box,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"biU" = (
/obj/structure/table,
/obj/item/clipboard,
@@ -4247,16 +4246,6 @@
/obj/machinery/vending/drugs,
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/medbay/central)
-"bkF" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/brown/filled/warning{
- dir = 9
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/cargo/miningdock)
"bkY" = (
/obj/structure/table/reinforced,
/obj/item/storage/toolbox/mechanical{
@@ -4331,13 +4320,6 @@
},
/turf/open/floor/carpet/black,
/area/station/command/heads_quarters/qm)
-"bmk" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"bmt" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 1
@@ -4396,6 +4378,10 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/large,
/area/station/hallway/primary/fore)
+"bnh" = (
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/glass/reinforced,
+/area/station/security/execution/transfer)
"bnr" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -4720,9 +4706,26 @@
},
/turf/open/floor/glass/reinforced,
/area/station/security/execution/transfer)
+"bsF" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/structure/kitchenspike,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"bsI" = (
/turf/closed/wall/r_wall,
/area/station/science/auxlab)
+"bsU" = (
+/obj/structure/table/reinforced,
+/obj/item/gun_maintenance_supplies{
+ pixel_x = -4;
+ pixel_y = 10
+ },
+/obj/item/storage/medkit/tactical/blueshield,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/heads_quarters/blueshield)
"btc" = (
/obj/machinery/firealarm/directional/west,
/obj/effect/turf_decal/trimline/yellow/filled/line{
@@ -4820,14 +4823,6 @@
/obj/item/flashlight,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos)
-"bul" = (
-/obj/structure/flora/bush/sparsegrass,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/grass,
-/area/station/medical/virology)
"bup" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -4854,6 +4849,16 @@
},
/turf/open/floor/wood,
/area/station/service/lawoffice)
+"bux" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"buz" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -4939,11 +4944,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/prison/work)
-"bvE" = (
-/obj/structure/table/wood,
-/obj/item/documents/syndicate,
-/turf/open/floor/wood,
-/area/station/maintenance/rus_gambling)
"bvI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -5104,6 +5104,13 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/station/solars/port/fore)
+"byo" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark/textured_edge,
+/area/station/cargo/bitrunning/den)
"byq" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
@@ -5139,6 +5146,14 @@
/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/service/chapel/funeral)
+"byA" = (
+/obj/structure/chair/sofa/right/brown{
+ dir = 8
+ },
+/obj/effect/landmark/start/shaft_miner,
+/obj/machinery/light/directional/east,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningoffice)
"byP" = (
/obj/machinery/atmospherics/pipe/smart/simple/yellow/hidden{
dir = 5
@@ -5174,12 +5189,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/small,
/area/station/security/prison/garden)
-"bzn" = (
-/obj/structure/closet,
-/obj/item/clothing/under/costume/skyrat/bathrobe,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/white/small,
-/area/station/common/pool)
"bzs" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 5
@@ -5352,6 +5361,15 @@
"bBy" = (
/turf/closed/indestructible/opshuttle,
/area/station/science/ordnance/bomb)
+"bBE" = (
+/obj/machinery/newscaster/directional/east,
+/obj/effect/spawner/random/bedsheet/any,
+/obj/structure/bed,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/station/commons/dorms)
"bBU" = (
/obj/machinery/light/small/directional/north,
/obj/machinery/light_switch/directional/north,
@@ -5362,6 +5380,15 @@
},
/turf/open/floor/carpet/royalblue,
/area/station/command/heads_quarters/captain/private)
+"bCc" = (
+/obj/machinery/brm,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/conveyor{
+ id = "mining";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"bCe" = (
/obj/effect/turf_decal/trimline/red/filled/corner{
dir = 1
@@ -5381,6 +5408,28 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/security/greater)
+"bCp" = (
+/obj/structure/table/wood,
+/obj/item/folder/blue{
+ pixel_x = 3;
+ pixel_y = 4
+ },
+/obj/item/folder/yellow{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/folder/red{
+ pixel_y = 1
+ },
+/obj/item/stamp/law,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/clothing/glasses/sunglasses/big{
+ pixel_y = 12
+ },
+/turf/open/floor/iron/grimy,
+/area/station/service/lawoffice)
"bCw" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -5603,6 +5652,14 @@
},
/turf/open/floor/engine,
/area/station/science/ordnance/storage)
+"bIb" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/brown/filled/warning{
+ dir = 5
+ },
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/drone_bay)
"bIs" = (
/obj/machinery/atmospherics/components/binary/valve/digital{
dir = 4
@@ -5830,6 +5887,28 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen)
+"bLC" = (
+/obj/structure/table,
+/obj/item/stock_parts/scanning_module{
+ pixel_x = -5;
+ pixel_y = 7
+ },
+/obj/item/stock_parts/scanning_module{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/item/stock_parts/scanning_module{
+ pixel_x = -5
+ },
+/obj/item/stock_parts/scanning_module{
+ pixel_x = 5
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 10
+ },
+/obj/structure/sign/poster/contraband/random/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
"bLE" = (
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/box,
@@ -5889,19 +5968,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/science/xenobiology)
-"bMB" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/start/hangover,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"bMJ" = (
/obj/effect/turf_decal/siding/wood{
dir = 6
@@ -6089,19 +6155,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/construction/mining/aux_base)
-"bOI" = (
-/obj/structure/table,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "kitchen_counter";
- name = "Kitchen Counter Shutters"
- },
-/obj/structure/displaycase/forsale/kitchen{
- pixel_y = 8
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/service/kitchen)
"bOJ" = (
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_smooth,
@@ -6149,12 +6202,6 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron/grimy,
/area/station/security/detectives_office)
-"bPG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"bPI" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -6286,19 +6333,6 @@
dir = 4
},
/area/station/engineering/atmos)
-"bRS" = (
-/obj/structure/table,
-/obj/machinery/requests_console/directional/west{
- department = "Kitchen";
- name = "Kitchen Requests Console"
- },
-/obj/machinery/microwave{
- desc = "Cooks and boils stuff, somehow.";
- pixel_x = -2;
- pixel_y = 5
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"bSd" = (
/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{
dir = 8
@@ -6685,6 +6719,16 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/atmos/storage)
+"bYX" = (
+/obj/structure/table,
+/obj/item/storage/bag/tray{
+ pixel_y = 3
+ },
+/obj/item/food/dough{
+ pixel_y = 5
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"bZi" = (
/turf/closed/wall/r_wall,
/area/station/engineering/supermatter)
@@ -6844,10 +6888,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/security/checkpoint/engineering)
-"cbP" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
"cbV" = (
/obj/effect/landmark/start/hangover,
/obj/machinery/camera/directional/west{
@@ -6932,15 +6972,6 @@
"cdo" = (
/turf/closed/wall/r_wall,
/area/station/command/heads_quarters/cmo)
-"cdr" = (
-/obj/machinery/newscaster/directional/east,
-/obj/effect/spawner/random/bedsheet/any,
-/obj/structure/bed,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/station/commons/dorms)
"cdz" = (
/obj/effect/turf_decal/trimline/neutral/filled/warning,
/obj/effect/turf_decal/trimline/neutral/filled/warning,
@@ -7163,6 +7194,13 @@
dir = 4
},
/area/station/command/gateway)
+"cgv" = (
+/obj/effect/turf_decal/box/red,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"cgx" = (
/obj/effect/turf_decal/tile/purple{
dir = 1
@@ -7194,22 +7232,6 @@
"cgZ" = (
/turf/closed/wall,
/area/station/maintenance/port/greater)
-"chg" = (
-/obj/structure/table/reinforced/rglass,
-/obj/item/storage/photo_album,
-/obj/item/camera{
- pixel_x = -4;
- pixel_y = 6
- },
-/obj/effect/turf_decal/siding/dark_blue{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue/half{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen/minisat/directional/west,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/bridge)
"chq" = (
/obj/structure/chair/office{
dir = 8
@@ -7310,16 +7332,6 @@
},
/turf/open/floor/iron/half,
/area/station/hallway/primary/central)
-"ciQ" = (
-/obj/effect/turf_decal/trimline/yellow/filled/warning{
- dir = 5
- },
-/obj/effect/turf_decal/trimline/blue/filled/warning{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
"ciZ" = (
/turf/closed/wall/r_wall,
/area/station/science/ordnance)
@@ -7603,16 +7615,6 @@
"cnC" = (
/turf/closed/wall,
/area/station/maintenance/port/central)
-"coc" = (
-/obj/structure/sign/nanotrasen{
- pixel_y = -32
- },
-/obj/structure/cable,
-/obj/machinery/power/smes/super/full{
- name = "ai power storage unit"
- },
-/turf/open/floor/vault,
-/area/station/ai_monitored/turret_protected/ai)
"cog" = (
/obj/machinery/light/floor,
/turf/open/floor/engine/co2,
@@ -7634,33 +7636,14 @@
/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/iron/dark,
/area/station/security/office)
-"coJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/table,
-/obj/item/reagent_containers/condiment/saltshaker{
- desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
- pixel_x = -8;
- pixel_y = 12
- },
-/obj/item/reagent_containers/condiment/peppermill{
- desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
- pixel_x = -8;
- pixel_y = 2
- },
-/obj/item/storage/box/donkpockets{
- pixel_x = 5;
- pixel_y = 3
- },
-/obj/item/storage/box/donkpockets/donkpocketpizza{
- pixel_x = 5;
- pixel_y = 6
- },
-/obj/item/storage/box/donkpockets/donkpocketteriyaki{
- pixel_x = 5;
- pixel_y = 9
+"coA" = (
+/obj/structure/disposaloutlet{
+ dir = 1
},
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/box/red,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"coN" = (
/obj/structure/table,
/obj/item/reagent_containers/cup/glass/mug/britcup{
@@ -7901,10 +7884,17 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos/pumproom)
-"crN" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
+"crQ" = (
+/obj/machinery/vending/wardrobe/viro_wardrobe,
+/obj/effect/turf_decal/trimline/dark_green/filled/line{
+ dir = 10
+ },
+/obj/item/toy/figure/virologist{
+ pixel_y = 17
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/white,
+/area/station/medical/virology)
"csd" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -8038,13 +8028,6 @@
dir = 1
},
/area/station/science/robotics/lab)
-"cut" = (
-/obj/effect/turf_decal/tile/blue/full,
-/turf/open/floor/iron/airless{
- icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
- icon_state = "floor1"
- },
-/area/space/nearstation)
"cuA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -8114,10 +8097,10 @@
/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab,
/turf/open/floor/iron/white/diagonal,
/area/station/science/research)
-"cvp" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
+"cvG" = (
+/obj/structure/sign/warning/biohazard/directional/east,
+/turf/open/space/basic,
+/area/space/nearstation)
"cvH" = (
/turf/closed/wall,
/area/station/medical/psychology)
@@ -8129,6 +8112,15 @@
dir = 1
},
/area/station/hallway/primary/aft)
+"cvL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/brown/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningdock)
"cwa" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -8226,6 +8218,14 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/fore)
+"cxP" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"cxR" = (
/obj/effect/landmark/start/hangover,
/obj/structure/cable,
@@ -8309,6 +8309,13 @@
/obj/structure/chair/wood,
/turf/open/floor/carpet/stellar,
/area/station/service/chapel/funeral)
+"cyI" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"cyL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/random/directional/north,
@@ -8371,26 +8378,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
-"czH" = (
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 8
- },
-/obj/machinery/button/door/directional/east{
- id = "xenobio7";
- name = "Xenobio Pen 7 Blast DOors";
- req_access = list("xenobiology")
- },
-/obj/machinery/light/cold/directional/east,
-/turf/open/floor/iron/white/smooth_edge{
- dir = 8
- },
-/area/station/science/xenobiology)
"cAd" = (
/obj/effect/turf_decal/stripes/box,
/obj/machinery/power/shieldwallgen/anchored{
@@ -8465,6 +8452,21 @@
/obj/structure/reagent_dispensers/cooking_oil,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/greater)
+"cBc" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/window/reinforced/spawner/directional/west{
+ pixel_x = -4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 4
+ },
+/area/station/medical/medbay/lobby)
"cBd" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment{
@@ -8509,14 +8511,6 @@
"cBk" = (
/turf/closed/wall,
/area/station/cargo/bitrunning/den)
-"cBN" = (
-/obj/machinery/status_display/evac/directional/east,
-/obj/effect/turf_decal/bot,
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/circuit,
-/area/station/ai_monitored/turret_protected/aisat/atmos)
"cBU" = (
/obj/structure/chair/comfy/beige{
dir = 1
@@ -8578,6 +8572,28 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/hallway/secondary/command)
+"cDc" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/item/storage/box/trackimp{
+ pixel_x = -4;
+ pixel_y = 1
+ },
+/obj/item/storage/box/chemimp{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/gun/energy/ionrifle{
+ pixel_y = -6
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/engine,
+/area/station/ai_monitored/security/armory)
"cDg" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
@@ -8628,6 +8644,13 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical/central)
+"cEq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"cEx" = (
/obj/machinery/power/tracker,
/obj/structure/cable,
@@ -8870,12 +8893,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/wood,
/area/station/commons/vacant_room/office)
-"cHg" = (
-/obj/structure/chair/wood{
- dir = 4
- },
-/turf/open/floor/carpet/executive,
-/area/station/command/heads_quarters/hop)
"cHh" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
dir = 4
@@ -8901,6 +8918,22 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/cargo/storage)
+"cHu" = (
+/obj/structure/rack,
+/obj/item/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/obj/item/storage/briefcase/secure{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/clothing/glasses/sunglasses,
+/obj/machinery/status_display/evac/directional/east,
+/obj/machinery/newscaster/directional/south,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/grimy,
+/area/station/service/lawoffice)
"cHv" = (
/obj/effect/turf_decal/trimline/green/filled/line,
/obj/structure/table,
@@ -9034,20 +9067,6 @@
/obj/effect/turf_decal/box,
/turf/open/floor/carpet/executive,
/area/station/command/heads_quarters/hop)
-"cIT" = (
-/obj/effect/turf_decal/trimline/green/filled/warning{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/light_switch/directional/north{
- pixel_x = 14
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/service/hydroponics)
"cIZ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -9162,6 +9181,19 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/atmos)
+"cLr" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/structure/disposaloutlet{
+ name = "Prisoner Doomp"
+ },
+/obj/effect/turf_decal/bot_red,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/security/brig)
"cLw" = (
/obj/effect/spawner/random/vending/snackvend,
/obj/effect/turf_decal/siding/blue{
@@ -9290,17 +9322,6 @@
/obj/item/knife/plastic,
/turf/open/floor/iron/dark,
/area/station/security/prison/mess)
-"cNU" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/starboard/fore)
"cOd" = (
/obj/structure/sign/poster/official/space_cops/directional/east,
/obj/structure/cable,
@@ -9313,12 +9334,6 @@
dir = 8
},
/area/station/hallway/secondary/command)
-"cOf" = (
-/turf/open/floor/iron/airless{
- icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
- icon_state = "floor1"
- },
-/area/space/nearstation)
"cOi" = (
/obj/structure/sign/gym/right{
pixel_y = 32
@@ -9530,6 +9545,17 @@
dir = 1
},
/area/station/science/xenobiology)
+"cQN" = (
+/obj/effect/turf_decal/siding/dark_blue/corner,
+/obj/machinery/shuttle_manipulator{
+ desc = "A holographic display of the ship we're on right now.";
+ name = "ship holographic display"
+ },
+/obj/effect/turf_decal/tile/blue/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/bridge)
"cQZ" = (
/obj/item/kirbyplants/random,
/obj/machinery/status_display/shuttle{
@@ -9842,22 +9868,6 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
-"cXk" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 4
- },
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/atmos)
"cXr" = (
/turf/closed/wall/r_wall,
/area/station/security/checkpoint/customs)
@@ -9869,21 +9879,22 @@
/obj/structure/disposalpipe/segment,
/turf/closed/wall,
/area/station/maintenance/aft/upper)
-"cXD" = (
-/obj/machinery/computer/security/mining{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/window/spawner/directional/west,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningdock)
"cXX" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/lockers)
+"cYk" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/department/electrical)
"cYr" = (
/obj/structure/closet/crate/bin,
/turf/open/floor/carpet/stellar,
@@ -9992,12 +10003,6 @@
/obj/structure/transit_tube/horizontal,
/turf/open/floor/iron/dark/smooth_large,
/area/station/hallway/primary/fore)
-"cZW" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/storage_shared)
"dac" = (
/obj/item/reagent_containers/cup/bottle/epinephrine,
/obj/item/reagent_containers/cup/bottle/multiver{
@@ -10099,6 +10104,21 @@
dir = 4
},
/area/station/hallway/primary/aft)
+"daH" = (
+/obj/structure/table,
+/obj/effect/turf_decal/trimline/brown/filled/line,
+/obj/structure/sign/poster/contraband/random/directional/south,
+/obj/item/storage/box/lights/mixed{
+ pixel_y = 4
+ },
+/obj/item/stock_parts/power_store/cell/high/empty{
+ pixel_y = 4
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/cargo/warehouse)
"daN" = (
/obj/machinery/door/airlock/service{
name = "Theater Access"
@@ -10109,13 +10129,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/large,
/area/station/service/theater)
-"daO" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/bot,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/lightreplacer,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/engineering/atmos)
"daQ" = (
/obj/machinery/modular_computer/preset/civilian{
dir = 4
@@ -10172,6 +10185,26 @@
/obj/effect/spawner/random/trash/garbage,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
+"dbQ" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
+ dir = 8
+ },
+/obj/machinery/button/door/directional/east{
+ id = "xenobio7";
+ name = "Xenobio Pen 7 Blast DOors";
+ req_access = list("xenobiology")
+ },
+/obj/machinery/light/cold/directional/east,
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 8
+ },
+/area/station/science/xenobiology)
"dbZ" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -10355,12 +10388,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos/pumproom)
-"deu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/dark/textured_large,
-/area/station/cargo/bitrunning/den)
"dex" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/carpet,
@@ -10444,6 +10471,14 @@
"dfF" = (
/turf/closed/wall,
/area/station/medical/medbay/lobby)
+"dfG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/siding/dark,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"dfM" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/engine,
@@ -10495,6 +10530,14 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/smooth_large,
/area/station/construction/mining/aux_base)
+"dgw" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/box,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"dgE" = (
/obj/structure/table/reinforced/rglass,
/obj/machinery/fax{
@@ -10628,6 +10671,13 @@
/obj/effect/landmark/start/captain,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain)
+"din" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/machinery/airalarm/directional/north,
+/obj/effect/mapping_helpers/airalarm/tlv_cold_room,
+/obj/structure/kitchenspike,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"dir" = (
/obj/structure/sign/departments/evac,
/turf/closed/wall/r_wall,
@@ -10666,14 +10716,6 @@
},
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/ai_upload)
-"diL" = (
-/obj/effect/turf_decal/skyrat_decals/enclave/top/middle{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line,
-/obj/effect/turf_decal/trimline/blue/mid_joiner,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"diV" = (
/obj/effect/turf_decal/tile/purple{
dir = 1
@@ -11012,12 +11054,6 @@
},
/turf/open/floor/iron/white/diagonal,
/area/station/science/xenobiology)
-"dnO" = (
-/mob/living/carbon/human/species/monkey,
-/obj/structure/flora/bush/sparsegrass,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/grass,
-/area/station/medical/virology)
"dnW" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp{
@@ -11052,17 +11088,6 @@
/obj/machinery/status_display/ai/directional/north,
/turf/open/floor/pod/dark,
/area/station/service/chapel/funeral)
-"dou" = (
-/obj/machinery/airalarm/directional/south,
-/obj/structure/rack,
-/obj/effect/turf_decal/trimline/dark_red/filled/line,
-/obj/item/pipe_dispenser,
-/obj/item/analyzer,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/science/ordnance)
"dov" = (
/obj/structure/sign/logo{
pixel_y = 32
@@ -11098,6 +11123,18 @@
"doJ" = (
/turf/closed/wall/r_wall,
/area/station/engineering/transit_tube)
+"doM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/dark_green/filled/warning{
+ dir = 8
+ },
+/obj/machinery/duct,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 4
+ },
+/area/station/medical/virology)
"dpe" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced/tinted,
@@ -11120,14 +11157,6 @@
},
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/freezerchamber)
-"dpw" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 1
- },
-/obj/structure/closet/secure_closet/miner,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/miningdock)
"dpx" = (
/obj/structure/table/wood,
/obj/item/storage/crayons,
@@ -11240,6 +11269,14 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/large,
/area/station/hallway/primary/fore)
+"drZ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/science/ordnance)
"dsg" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -11261,6 +11298,14 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/hallway/primary/aft)
+"dss" = (
+/obj/machinery/status_display/evac/directional/east,
+/obj/effect/turf_decal/bot,
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/circuit,
+/area/station/ai_monitored/turret_protected/aisat/atmos)
"dsz" = (
/obj/effect/turf_decal/trimline/red/filled/corner{
dir = 4
@@ -11415,6 +11460,20 @@
/obj/structure/trash_pile,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
+"duq" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/box,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "Xenobio Pen 6 Blast Door"
+ },
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"dus" = (
/obj/structure/cable,
/obj/effect/turf_decal/stripes/line{
@@ -11562,20 +11621,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/maintenance/port/aft)
-"dwE" = (
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 9
- },
-/obj/machinery/dna_scannernew,
-/obj/machinery/requests_console/directional/south{
- department = "Genetics";
- name = "Genetics Requests console";
- pixel_y = 30
- },
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/white,
-/area/station/science/genetics)
"dwH" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/remains/human,
@@ -11738,15 +11783,6 @@
/mob/living/basic/pet/cat/cak,
/turf/open/floor/iron/smooth_large,
/area/station/maintenance/starboard/greater)
-"dzq" = (
-/obj/structure/window/reinforced/survival_pod/spawner/directional/south,
-/obj/machinery/door/window/survival_pod/left/directional/east{
- name = "Fitness Ring"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/commons/fitness/recreation/entertainment)
"dzx" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -11819,16 +11855,6 @@
/obj/effect/mapping_helpers/airlock/access/any/service/crematorium,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/service/chapel/office)
-"dAy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"dAz" = (
/obj/machinery/door/firedoor,
/obj/structure/table/reinforced,
@@ -11899,14 +11925,6 @@
},
/turf/open/floor/plating,
/area/station/science/genetics)
-"dAV" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/start/bitrunner,
-/turf/open/floor/iron/dark/textured,
-/area/station/cargo/bitrunning/den)
"dAX" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -11960,6 +11978,12 @@
dir = 8
},
/area/station/hallway/primary/aft)
+"dBG" = (
+/obj/structure/flora/bush/sparsegrass,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/grass,
+/area/station/medical/virology)
"dBK" = (
/obj/structure/chair/sofa/bench/left,
/turf/open/floor/wood/large,
@@ -12032,6 +12056,16 @@
"dCq" = (
/turf/closed/wall,
/area/station/engineering/storage/tech)
+"dCJ" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/camera/directional/west{
+ c_tag = "Cargo - Mining"
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"dDf" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/trimline/blue/filled/warning{
@@ -12145,6 +12179,10 @@
/obj/machinery/field/generator,
/turf/open/floor/engine,
/area/station/engineering/main)
+"dEv" = (
+/obj/effect/decal/cleanable/blood/xtracks,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"dEx" = (
/turf/closed/wall/r_wall,
/area/station/engineering/break_room)
@@ -12308,21 +12346,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood/large,
/area/station/service/library)
-"dGT" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/effect/turf_decal/box,
-/obj/structure/railing{
- dir = 10
- },
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/siding/dark{
- dir = 8
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"dGU" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/trimline/brown/filled/line{
@@ -12479,12 +12502,6 @@
/obj/structure/sink/directional/south,
/turf/open/floor/iron/freezer,
/area/station/medical/treatment_center)
-"dIL" = (
-/obj/structure/bed/double,
-/obj/effect/spawner/random/bedsheet/double,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/station/maintenance/department/science/xenobiology)
"dIM" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -12790,6 +12807,10 @@
},
/turf/open/floor/engine,
/area/station/ai_monitored/security/armory)
+"dMh" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/cargo/office)
"dMl" = (
/obj/structure/chair/sofa/left/brown{
dir = 8
@@ -13267,21 +13288,6 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/commons/dorms)
-"dTe" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/skyrat_decals/enclave/middle/right{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/blue/mid_joiner{
- dir = 8
- },
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"dTn" = (
/obj/machinery/airalarm/directional/east,
/obj/effect/turf_decal/trimline/purple/filled/line{
@@ -13338,14 +13344,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
-"dTO" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/brown/filled/warning{
- dir = 5
- },
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/drone_bay)
"dUf" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -13540,9 +13538,27 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/pod/dark,
/area/station/engineering/storage/tech)
+"dWV" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv{
+ pixel_y = 8
+ },
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/plaque/static_plaque/golden/captain{
+ pixel_y = 32
+ },
+/turf/open/floor/carpet/royalblue,
+/area/station/command/heads_quarters/captain)
"dWX" = (
/turf/closed/wall,
/area/station/maintenance/department/science/xenobiology)
+"dWY" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/bot,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/lightreplacer,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/engineering/atmos)
"dXa" = (
/obj/effect/landmark/start/hangover,
/obj/effect/landmark/navigate_destination/bar,
@@ -13598,32 +13614,6 @@
},
/turf/open/floor/wood/large,
/area/station/service/library)
-"dXZ" = (
-/obj/effect/turf_decal/trimline/red/filled/line,
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/machinery/requests_console/directional/north{
- department = "Security";
- name = "Security Requests Console";
- pixel_y = -32
- },
-/obj/effect/mapping_helpers/requests_console/supplies,
-/obj/effect/mapping_helpers/requests_console/assistance,
-/obj/machinery/light/warm/directional/south,
-/obj/machinery/camera/directional/south{
- c_tag = "Security - Office Aft"
- },
-/obj/item/radio{
- pixel_x = -6;
- pixel_y = 6
- },
-/turf/open/floor/iron/dark/smooth_edge{
- dir = 1
- },
-/area/station/security/office)
"dYb" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -13887,29 +13877,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/pod,
/area/station/service/chapel/funeral)
-"ebp" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/cup/bottle/morphine,
-/obj/item/reagent_containers/cup/bottle/toxin{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/reagent_containers/cup/bottle/epinephrine{
- pixel_x = 8
- },
-/obj/item/reagent_containers/cup/bottle/multiver{
- pixel_x = -5
- },
-/obj/item/reagent_containers/syringe/epinephrine,
-/obj/effect/turf_decal/tile/yellow/fourcorners,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chemistry_shutters";
- name = "Pharmacy Shutters"
- },
-/obj/machinery/door/window/right/directional/east,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/pharmacy)
"ebz" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp/green{
@@ -13934,6 +13901,19 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
+"ecl" = (
+/obj/structure/table,
+/obj/machinery/requests_console/directional/west{
+ department = "Kitchen";
+ name = "Kitchen Requests Console"
+ },
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"ecq" = (
/obj/effect/spawner/structure/window/reinforced/plasma,
/obj/machinery/door/poddoor/shutters/radiation/preopen{
@@ -14444,11 +14424,6 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/pod/dark,
/area/station/service/chapel)
-"eil" = (
-/obj/machinery/chem_mass_spec,
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/turf/open/floor/iron/freezer,
-/area/station/medical/pharmacy)
"ein" = (
/obj/structure/displaycase/forsale/kitchen{
pixel_y = 8
@@ -14506,6 +14481,32 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical/morgue)
+"eiV" = (
+/obj/structure/table,
+/obj/item/storage/medkit/brute{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/medkit/brute,
+/obj/item/storage/medkit/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/status_display/ai/directional/west,
+/obj/effect/turf_decal/trimline/purple/filled,
+/obj/effect/turf_decal/trimline/purple/filled/mid_joiner,
+/obj/effect/turf_decal/trimline/purple/filled/mid_joiner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/purple/filled/mid_joiner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/purple/filled/mid_joiner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/medical/storage)
"eiX" = (
/obj/effect/turf_decal/trimline/brown/filled/warning{
dir = 4
@@ -14600,10 +14601,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
-"ekG" = (
-/obj/structure/table,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"ekQ" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -14677,15 +14674,6 @@
/obj/structure/cable/layer3,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/turret_protected/ai)
-"ely" = (
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/obj/item/radio/intercom/directional/east,
-/obj/machinery/light/cold/directional/east,
-/obj/machinery/gibber,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"elB" = (
/obj/effect/turf_decal/tile/dark/opposingcorners{
dir = 1
@@ -14782,20 +14770,6 @@
},
/turf/open/floor/grass,
/area/station/hallway/primary/central/fore)
-"emO" = (
-/obj/structure/rack,
-/obj/item/circuitboard/machine/exoscanner{
- pixel_y = 3
- },
-/obj/item/circuitboard/machine/exoscanner,
-/obj/item/circuitboard/machine/exoscanner{
- pixel_y = -3
- },
-/obj/machinery/requests_console/auto_name/directional/north,
-/obj/structure/window/spawner/directional/west,
-/obj/effect/turf_decal/trimline/brown/filled,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/drone_bay)
"enl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -14821,12 +14795,6 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron/freezer,
/area/station/medical/treatment_center)
-"enC" = (
-/obj/structure/bed/double,
-/obj/effect/spawner/random/bedsheet/double,
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/carpet,
-/area/station/commons/dorms)
"enJ" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 1
@@ -15069,6 +15037,11 @@
},
/turf/open/floor/iron/large,
/area/station/service/hydroponics)
+"ern" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"err" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -15161,29 +15134,6 @@
},
/turf/open/floor/catwalk_floor,
/area/station/hallway/primary/aft)
-"esP" = (
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/effect/turf_decal/tile/dark_blue/anticorner,
-/obj/structure/secure_safe/caps_spare,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/bridge)
-"esZ" = (
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/service/general,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/service/glass{
- name = "Service Hall"
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/large,
-/area/station/service/cafeteria)
"etd" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -15593,10 +15543,6 @@
/obj/structure/flora/bush/flowers_br/style_3,
/turf/open/floor/grass,
/area/station/hallway/secondary/exit/departure_lounge)
-"ezm" = (
-/obj/structure/sign/warning/secure_area/directional/north,
-/turf/open/space/basic,
-/area/space/nearstation)
"ezu" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -15808,6 +15754,11 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/power_room)
+"eCV" = (
+/obj/structure/railing/corner,
+/obj/structure/sink/kitchen/directional/west,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"eDh" = (
/obj/structure/rack,
/obj/item/clothing/suit/hazardvest,
@@ -15835,11 +15786,6 @@
"eDt" = (
/turf/closed/wall/r_wall,
/area/station/science/research)
-"eDx" = (
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/security/checkpoint/supply)
"eDF" = (
/obj/structure/chair/stool/directional/west,
/obj/machinery/power/apc/auto_name/directional/south,
@@ -15885,14 +15831,6 @@
/obj/effect/turf_decal/tile/neutral/diagonal_centre,
/turf/open/floor/iron/dark/diagonal,
/area/station/security/execution/transfer)
-"eEd" = (
-/obj/structure/sign/poster/random/directional/north,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/large,
-/area/station/hallway/secondary/service)
"eEi" = (
/obj/effect/turf_decal/tile/dark_red/anticorner,
/obj/structure/sign/poster/official/twelve_gauge/directional/east,
@@ -16068,10 +16006,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/smooth_large,
/area/station/hallway/secondary/entry)
-"eFu" = (
-/obj/machinery/power/shuttle_engine/huge,
-/turf/open/space/basic,
-/area/space/nearstation)
"eFE" = (
/obj/machinery/newscaster/directional/west,
/obj/effect/turf_decal/trimline/yellow/filled/line{
@@ -16180,25 +16114,6 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/cargo/storage)
-"eGy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/fake_stairs/directional/north,
-/obj/effect/landmark/start/cook,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
-"eGT" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"eGZ" = (
/obj/structure/hedge,
/obj/effect/turf_decal/trimline/green/arrow_cw{
@@ -16222,22 +16137,6 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/iron/smooth_edge,
/area/station/science/ordnance/testlab)
-"eHk" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/package_wrap,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil,
-/obj/item/stock_parts/power_store/battery/high,
-/obj/item/radio/intercom/directional/east,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 6
- },
-/obj/machinery/light/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/construction/mining/aux_base)
"eHu" = (
/obj/machinery/air_sensor/air_tank,
/turf/open/floor/engine/air,
@@ -16447,6 +16346,20 @@
/obj/structure/flora/bush/lavendergrass,
/turf/open/floor/grass,
/area/station/science/genetics)
+"eLd" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/box,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio5";
+ name = "Xenobio Pen 5 Blast Door"
+ },
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"eLe" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -16553,6 +16466,14 @@
},
/turf/open/floor/iron/small,
/area/station/commons/dorms)
+"eMf" = (
+/obj/machinery/door/window/left/directional/west{
+ req_access = list("morgue")
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/medical/morgue)
"eMr" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -16604,6 +16525,19 @@
dir = 1
},
/area/station/engineering/atmos/storage)
+"eNr" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/fake_stairs/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"eNs" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -16625,11 +16559,19 @@
},
/turf/open/floor/engine,
/area/station/ai_monitored/security/armory)
-"eNH" = (
-/turf/open/floor/iron/airless{
- icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
+"eNJ" = (
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/camera/directional/north{
+ c_tag = "Service - Service Hall";
+ dir = 9;
+ name = "service camera"
},
-/area/space/nearstation)
+/obj/effect/turf_decal/trimline/brown/filled/line,
+/obj/effect/turf_decal/trimline/brown/filled/mid_joiner,
+/obj/machinery/modular_computer/preset/cargochat/service,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/smooth_large,
+/area/station/hallway/secondary/service)
"eNR" = (
/obj/effect/turf_decal/trimline/green/filled/warning,
/obj/structure/cable,
@@ -16683,6 +16625,21 @@
/obj/effect/landmark/start/blueshield,
/turf/open/floor/carpet/cyan,
/area/station/command/heads_quarters/blueshield)
+"ePd" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/box,
+/obj/structure/railing{
+ dir = 10
+ },
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"ePm" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/box,
@@ -16892,14 +16849,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
-"eSB" = (
-/obj/machinery/door/window/left/directional/west{
- req_access = list("morgue")
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/medical/morgue)
"eSD" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/spawner/random/engineering/vending_restock,
@@ -17002,13 +16951,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/hallway/primary/aft)
-"eUs" = (
-/obj/machinery/power/shieldwallgen/xenobiologyaccess,
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/cable,
-/obj/machinery/status_display/ai/directional/east,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"eUu" = (
/obj/docking_port/stationary/public_mining_dock{
dir = 2
@@ -17187,13 +17129,6 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/science/ordnance/testlab)
-"eWX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"eXd" = (
/obj/effect/turf_decal/trimline/green/filled/warning,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -17356,18 +17291,6 @@
/obj/structure/railing/corner,
/turf/open/floor/iron/smooth,
/area/station/command/cc_dock)
-"eYX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"eYY" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -17392,6 +17315,12 @@
"eZa" = (
/turf/open/floor/iron/smooth,
/area/station/commons/vacant_room)
+"eZV" = (
+/obj/effect/turf_decal/trimline/brown/filled/line,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/cargo/miningdock)
"faf" = (
/obj/effect/turf_decal/tile/purple{
dir = 1
@@ -17408,11 +17337,6 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/science/ordnance_maint)
-"fam" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"faq" = (
/turf/open/floor/iron/smooth_large,
/area/station/maintenance/disposal/incinerator)
@@ -17616,6 +17540,13 @@
"fdG" = (
/turf/open/floor/iron/smooth_large,
/area/station/engineering/lobby)
+"fdN" = (
+/obj/structure/chair/office{
+ dir = 8
+ },
+/obj/effect/landmark/start/telecomms_specialist,
+/turf/open/floor/engine,
+/area/station/tcommsat/computer)
"fdP" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 8
@@ -17760,6 +17691,13 @@
dir = 1
},
/area/station/commons/dorms/laundry)
+"fgj" = (
+/obj/effect/turf_decal/trimline/brown/filled/line,
+/obj/structure/railing,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/cargo/bitrunning/den)
"fgv" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 1
@@ -17826,6 +17764,26 @@
dir = 1
},
/area/station/engineering/lobby)
+"fho" = (
+/obj/item/tank/jetpack/carbondioxide,
+/obj/item/tank/jetpack/carbondioxide{
+ pixel_x = -4;
+ pixel_y = 1
+ },
+/obj/item/tank/jetpack/carbondioxide{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/rack/shelf,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/effect/turf_decal/trimline/dark_red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/command/storage/eva)
"fhY" = (
/obj/machinery/airalarm/directional/north,
/obj/structure/rack,
@@ -17869,40 +17827,9 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/grimy,
/area/station/service/library)
-"fiC" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil,
-/obj/item/electronics/airlock,
-/obj/item/electronics/airlock,
-/obj/item/stock_parts/power_store/cell/emproof{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/effect/turf_decal/bot,
-/obj/item/clothing/glasses/meson/engine,
-/obj/item/storage/box/bandages{
- pixel_x = 4;
- pixel_y = 5
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/engineering/main)
"fiN" = (
/turf/closed/wall/r_wall,
/area/station/medical/chemistry)
-"fiT" = (
-/obj/effect/turf_decal/skyrat_decals/enclave/middle/left{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line{
- dir = 4
- },
-/obj/effect/landmark/start/paramedic,
-/obj/effect/turf_decal/trimline/blue/mid_joiner{
- dir = 4
- },
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"fiV" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/obj/structure/cable,
@@ -18506,6 +18433,16 @@
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical/morgue)
+"frF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible,
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/machinery/meter,
+/obj/machinery/airalarm/directional/south,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/engineering/atmos)
"frH" = (
/obj/structure/disposalpipe/sorting/mail/flip{
dir = 8;
@@ -18552,12 +18489,6 @@
dir = 1
},
/area/station/hallway/primary/aft)
-"fsk" = (
-/obj/effect/spawner/random/bedsheet/double,
-/obj/machinery/newscaster/directional/east,
-/obj/structure/bed/double/pod,
-/turf/open/floor/carpet/cyan,
-/area/station/commons/dorms)
"fst" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/pod,
@@ -18683,24 +18614,6 @@
/obj/machinery/door/airlock/maintenance_hatch,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/crew_quarters/bar)
-"fva" = (
-/obj/structure/table,
-/obj/item/reagent_containers/condiment/saltshaker{
- desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
- pixel_x = 8;
- pixel_y = 12
- },
-/obj/item/reagent_containers/condiment/peppermill{
- desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/effect/spawner/random/food_or_drink/cake_ingredients,
-/obj/item/kitchen/rollingpin{
- pixel_x = -4
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"fve" = (
/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 8
@@ -18753,6 +18666,18 @@
/obj/machinery/vending/wardrobe/chem_wardrobe,
/turf/open/floor/iron/freezer,
/area/station/medical/chemistry)
+"fvY" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"fwc" = (
/obj/structure/table,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -18849,18 +18774,6 @@
/obj/item/toy/cards/deck/tarot,
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
-"fxo" = (
-/obj/structure/table,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "kitchen_counter";
- name = "Kitchen Counter Shutters"
- },
-/obj/item/plate,
-/obj/item/holosign_creator/robot_seat/restaurant,
-/turf/open/floor/iron/large,
-/area/station/service/kitchen)
"fxD" = (
/obj/structure/sign/warning/chem_diamond/directional/north,
/obj/structure/rack/shelf,
@@ -18907,10 +18820,6 @@
/obj/structure/window/reinforced/spawner/directional/north,
/turf/open/floor/carpet/stellar,
/area/station/service/chapel/funeral)
-"fye" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/cargo/office)
"fys" = (
/obj/effect/turf_decal/trimline/purple/filled/warning{
dir = 1
@@ -19075,18 +18984,6 @@
/obj/effect/spawner/random/trash/garbage,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/fore)
-"fAN" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/effect/turf_decal/box/red,
-/obj/machinery/portable_atmospherics/canister,
-/obj/effect/turf_decal/trimline/dark_red/filled/line{
- dir = 10
- },
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/floor/iron/smooth,
-/area/station/science/ordnance)
"fAP" = (
/obj/effect/turf_decal/trimline/yellow/filled/corner{
dir = 8
@@ -19123,6 +19020,15 @@
/obj/item/flashlight/lantern,
/turf/open/floor/pod/dark,
/area/station/service/chapel)
+"fBw" = (
+/obj/structure/sign/warning/electric_shock/directional/north,
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable,
+/turf/open/floor/circuit/green/telecomms/mainframe,
+/area/station/tcommsat/server)
"fBB" = (
/obj/structure/transit_tube/curved,
/obj/structure/lattice,
@@ -19186,6 +19092,13 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos)
+"fCy" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/effect/turf_decal/trimline/dark_blue/filled/line{
+ dir = 6
+ },
+/turf/open/floor/iron/dark,
+/area/station/hallway/secondary/exit/departure_lounge)
"fCM" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/graffiti,
@@ -19202,6 +19115,18 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/smooth,
/area/station/science/research/abandoned)
+"fDa" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/box/red,
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/trimline/dark_red/filled/line{
+ dir = 10
+ },
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/floor/iron/smooth,
+/area/station/science/ordnance)
"fDb" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{
dir = 6
@@ -19287,6 +19212,13 @@
/obj/machinery/duct,
/turf/open/floor/iron/white/smooth_large,
/area/station/science/genetics)
+"fEc" = (
+/obj/machinery/door/window/left/directional/east{
+ name = "Animal Pen A";
+ req_access = list("maintenance")
+ },
+/turf/open/floor/grass,
+/area/station/service/hydroponics/garden)
"fEo" = (
/turf/closed/wall,
/area/station/engineering/atmos/storage)
@@ -19561,14 +19493,20 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/prison)
+"fJJ" = (
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/obj/structure/cable,
+/obj/machinery/power/smes/super/full{
+ name = "ai power storage unit"
+ },
+/turf/open/floor/vault,
+/area/station/ai_monitored/turret_protected/ai)
"fJT" = (
/obj/structure/chair/stool/directional/south,
/turf/open/floor/wood/large,
/area/station/hallway/secondary/exit/departure_lounge)
-"fJV" = (
-/obj/machinery/door/window/left/directional/west,
-/turf/open/floor/carpet/purple,
-/area/station/common/night_club)
"fKb" = (
/turf/open/floor/iron/smooth,
/area/station/command/cc_dock)
@@ -19642,6 +19580,17 @@
dir = 1
},
/area/station/engineering/atmos)
+"fLi" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"fLo" = (
/obj/structure/closet/crate/trashcart/laundry,
/obj/item/reagent_containers/hypospray/medipen,
@@ -19686,6 +19635,12 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/science/ordnance_maint)
+"fLZ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"fMc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -19709,21 +19664,6 @@
dir = 4
},
/area/station/cargo/storage)
-"fMm" = (
-/obj/machinery/button/door/directional/south{
- id = "kitchen_counter";
- name = "Counter Shutters Control"
- },
-/obj/structure/table,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/processor{
- pixel_y = 12
- },
-/obj/structure/railing,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"fMy" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -19745,6 +19685,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
+"fNg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"fNt" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/paper/crumpled/fluff{
@@ -19772,6 +19724,14 @@
/obj/machinery/light/directional/north,
/turf/open/floor/iron/dark/smooth_large,
/area/station/service/hydroponics)
+"fNM" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "mining";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"fNQ" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -19798,14 +19758,6 @@
},
/turf/open/floor/wood/large,
/area/station/security/courtroom)
-"fNX" = (
-/obj/machinery/bouldertech/refinery/smelter,
-/obj/machinery/conveyor/inverted{
- dir = 5;
- id = "mining"
- },
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
"fNY" = (
/obj/structure/closet/l3closet/virology,
/obj/effect/turf_decal/trimline/dark_green/filled/line{
@@ -19814,21 +19766,6 @@
/obj/item/crowbar/red,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"fOh" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/ears/earmuffs{
- pixel_y = 7
- },
-/obj/item/gun/energy/laser/practice,
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/turf/open/floor/engine,
-/area/station/security/range)
"fOm" = (
/obj/effect/turf_decal/trimline/brown/filled/corner,
/obj/structure/disposalpipe/segment{
@@ -20164,6 +20101,11 @@
dir = 1
},
/area/station/engineering/atmos)
+"fUb" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"fUc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -20257,23 +20199,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron,
/area/station/commons/lounge)
-"fVm" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 9
- },
-/obj/structure/rack,
-/obj/item/storage/box/syringes{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/storage/box/beakers{
- pixel_x = 6;
- pixel_y = 10
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/white,
-/area/station/science/xenobiology)
"fVn" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/trimline/red/filled/corner{
@@ -20387,20 +20312,6 @@
dir = 6
},
/area/station/service/chapel)
-"fWQ" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/turf_decal/box,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "Xenobio Pen 6 Blast Door"
- },
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"fXl" = (
/obj/docking_port/stationary/random{
name = "lavaland";
@@ -20508,6 +20419,19 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/space/nearstation)
+"fYn" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/biogenerator,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 1;
+ id = "hydroponics_counter";
+ name = "Hydroponics Counter Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/spawner/directional/east,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/large,
+/area/station/service/hydroponics)
"fYs" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
@@ -20519,6 +20443,10 @@
/obj/machinery/meter,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
+"fYK" = (
+/obj/structure/sign/warning/biohazard/directional/south,
+/turf/open/space/basic,
+/area/space/nearstation)
"fYR" = (
/obj/machinery/light/small/directional/east,
/obj/structure/flora/bush/sparsegrass/style_random,
@@ -20529,17 +20457,6 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/electrical)
-"fZg" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 6
- },
-/obj/effect/turf_decal/trimline/brown/filled/mid_joiner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/brown/filled/mid_joiner,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/smooth_large,
-/area/station/hallway/secondary/service)
"fZo" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 6
@@ -20775,6 +20692,15 @@
},
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
+"gcp" = (
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/obj/item/radio/intercom/directional/east,
+/obj/machinery/light/cold/directional/east,
+/obj/machinery/gibber,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"gcr" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -20855,39 +20781,12 @@
"gei" = (
/turf/open/floor/iron/large,
/area/station/hallway/primary/central/aft)
-"geo" = (
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 6
- },
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/machinery/recharger{
- pixel_x = -7;
- pixel_y = 3
- },
-/obj/machinery/computer/security/telescreen/prison/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/security/warden)
"gep" = (
/obj/effect/turf_decal/bot,
/obj/machinery/telecomms/server/presets/common,
/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden,
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/station/tcommsat/server)
-"geA" = (
-/obj/machinery/door/window/left/directional/east{
- name = "Animal Pen A";
- req_access = list("maintenance")
- },
-/turf/open/floor/grass,
-/area/station/service/hydroponics/garden)
"geE" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
@@ -21308,19 +21207,6 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron/freezer,
/area/station/commons/toilet)
-"gjG" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/fake_stairs/directional/north,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"gjJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -21519,6 +21405,17 @@
/obj/machinery/door/airlock/external,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/department/engine/atmos)
+"glC" = (
+/obj/structure/cable,
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/gravity_generator)
"glD" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -21565,12 +21462,6 @@
"gmz" = (
/turf/closed/wall,
/area/station/service/hydroponics/garden/abandoned)
-"gmB" = (
-/obj/structure/flora/bush/sparsegrass,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/grass,
-/area/station/medical/virology)
"gmD" = (
/obj/effect/turf_decal/tile/dark/fourcorners,
/obj/effect/turf_decal/stripes/line{
@@ -21588,6 +21479,11 @@
/obj/effect/turf_decal/box/red,
/turf/open/floor/iron/smooth,
/area/station/science/ordnance)
+"gmG" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/trimline/brown/filled/corner,
+/turf/open/floor/iron/smooth_corner,
+/area/station/cargo/bitrunning/den)
"gmJ" = (
/obj/effect/spawner/random/structure/crate,
/turf/open/floor/plating,
@@ -21622,6 +21518,17 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/heads_quarters/qm)
+"gnw" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/radio/intercom/directional/north,
+/obj/machinery/airalarm/directional/east,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/teleporter)
"gnM" = (
/obj/structure/table/wood,
/obj/machinery/computer/security/telescreen/entertainment/directional/east,
@@ -21646,9 +21553,6 @@
/obj/structure/closet/crate/solarpanel_small,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/solars/starboard/fore)
-"got" = (
-/turf/closed/wall/r_wall,
-/area/station/maintenance/eva_shed/port)
"gou" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -21659,17 +21563,6 @@
/obj/structure/sign/poster/official/wtf_is_co2,
/turf/closed/wall,
/area/station/engineering/atmos)
-"goP" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/cargo/bitrunning/den)
"goS" = (
/turf/open/floor/iron/freezer,
/area/station/medical/chemistry)
@@ -21804,15 +21697,6 @@
dir = 8
},
/area/station/medical/medbay/central)
-"gra" = (
-/obj/structure/rack/gunrack,
-/obj/effect/spawner/armory_spawn/microfusion,
-/obj/effect/turf_decal/tile/dark_red/half{
- dir = 1
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/engine,
-/area/station/ai_monitored/security/armory)
"grg" = (
/obj/structure/table/reinforced,
/obj/machinery/recharger{
@@ -21899,22 +21783,20 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/small,
/area/station/hallway/secondary/exit/departure_lounge)
-"gsb" = (
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_y = 4
+"gsl" = (
+/obj/effect/turf_decal/trimline/green/filled/warning{
+ dir = 9
},
-/turf/open/floor/iron/smooth_edge{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/station/cargo/drone_bay)
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/light_switch/directional/north{
+ pixel_x = 14
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/service/hydroponics)
"gsL" = (
/obj/structure/showcase/cyborg/old{
dir = 8;
@@ -22016,18 +21898,6 @@
/obj/effect/turf_decal/trimline/dark_red/arrow_ccw,
/turf/open/floor/iron/small,
/area/station/hallway/secondary/exit/departure_lounge)
-"gtJ" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/disposaloutlet{
- dir = 4;
- name = "Cargo Deliveries"
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/window/spawner/directional/south,
-/turf/open/floor/iron/large,
-/area/station/hallway/secondary/service)
"gtM" = (
/obj/effect/turf_decal/trimline/purple/filled/line,
/obj/structure/closet/secure_closet/cytology,
@@ -22155,18 +22025,6 @@
},
/turf/open/floor/wood/large,
/area/station/hallway/secondary/exit/departure_lounge)
-"gvA" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/dark_green/filled/warning{
- dir = 8
- },
-/obj/machinery/duct,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white/smooth_edge{
- dir = 4
- },
-/area/station/medical/virology)
"gvG" = (
/turf/open/floor/engine,
/area/station/science/auxlab/firing_range)
@@ -22176,6 +22034,14 @@
/obj/machinery/duct,
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/storage)
+"gvO" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/siding/dark,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"gwc" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -22374,18 +22240,6 @@
/obj/structure/window/reinforced/plasma/spawner/directional/east,
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos)
-"gyK" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"gzn" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -22555,20 +22409,6 @@
/obj/structure/cable/layer3,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/turret_protected/ai)
-"gBQ" = (
-/obj/machinery/chem_dispenser,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 5
- },
-/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
- dir = 1
- },
-/obj/effect/turf_decal/bot_red,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/medical/chemistry)
"gCm" = (
/obj/machinery/atmospherics/components/unary/passive_vent{
dir = 4
@@ -22817,6 +22657,15 @@
},
/turf/open/floor/iron/dark,
/area/station/hallway/secondary/command)
+"gFi" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/green/visible,
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/machinery/status_display/evac/directional/south,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/engineering/atmos)
"gFm" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/window/reinforced/spawner/directional/north{
@@ -22864,12 +22713,6 @@
/obj/structure/window/spawner/directional/south,
/turf/open/floor/carpet,
/area/station/service/library)
-"gFG" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/weather/snow,
-/mob/living/basic/goat/pete,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"gFW" = (
/obj/effect/turf_decal/trimline/dark/filled/line{
dir = 1
@@ -22895,16 +22738,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/hallway/primary/aft)
-"gGF" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/skyrat_decals/enclave/top/left{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"gGT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/garbage,
@@ -22985,6 +22818,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/dark/hidden,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical/central)
+"gHS" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/weather/snow,
+/obj/machinery/light_switch/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable,
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"gHW" = (
/obj/structure/table/optable{
desc = "A cold, hard place for your final rest.";
@@ -23074,14 +22917,6 @@
/obj/effect/landmark/start/security_officer,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/brig)
-"gIO" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"gIT" = (
/obj/structure/table/reinforced,
/obj/item/book/manual/wiki/barman_recipes,
@@ -23195,22 +23030,29 @@
/obj/effect/landmark/start/atmospheric_technician,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos/hfr_room)
+"gJZ" = (
+/obj/structure/chair/stool/directional/south,
+/obj/effect/landmark/start/telecomms_specialist,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/lobby)
+"gKa" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"gKl" = (
/obj/structure/chair/wood{
dir = 8
},
/turf/open/floor/carpet/black,
/area/station/service/chapel/office)
-"gKB" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"gKO" = (
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/hallway/primary/aft)
@@ -23752,17 +23594,22 @@
"gRN" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"gRR" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/radio/intercom/directional/north,
-/obj/machinery/airalarm/directional/east,
+"gRW" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 5
+ dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/command/teleporter)
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron/smooth_edge{
+ dir = 8
+ },
+/area/station/engineering/atmos)
"gSd" = (
/obj/structure/railing/corner,
/obj/structure/disposalpipe/segment,
@@ -23806,21 +23653,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
-"gSO" = (
-/obj/effect/turf_decal/trimline/yellow/filled/warning{
- dir = 5
- },
-/obj/effect/turf_decal/trimline/blue/filled/warning{
- dir = 5
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics - Ports";
- name = "atmospherics camera"
- },
-/obj/item/radio/intercom/directional/east,
-/obj/machinery/light/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
"gSS" = (
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
@@ -24083,13 +23915,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/freezer,
/area/station/medical/chemistry)
-"gWT" = (
-/obj/machinery/computer/quantum_console{
- dir = 8
- },
-/obj/machinery/light/small/red/directional/east,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/cargo/bitrunning/den)
"gWV" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 4
@@ -24252,21 +24077,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/greater)
-"gYT" = (
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/window/reinforced/spawner/directional/west{
- pixel_x = -4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white/smooth_edge{
- dir = 4
- },
-/area/station/medical/medbay/lobby)
"gZb" = (
/obj/structure/lattice/catwalk,
/obj/structure/closet/crate,
@@ -24295,6 +24105,13 @@
/obj/machinery/oven/range,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen)
+"gZV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"gZX" = (
/obj/structure/trash_pile,
/turf/open/floor/iron/smooth,
@@ -24373,10 +24190,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood/large,
/area/station/hallway/primary/central/fore)
-"haV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningoffice)
"hbb" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -24422,16 +24235,6 @@
/obj/machinery/portable_atmospherics/canister/anesthetic_mix,
/turf/open/floor/iron/showroomfloor,
/area/station/medical/coldroom)
-"hbG" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/door/window/right/directional/north{
- name = "Jim Norton's Quebecois Coffee";
- req_one_access = list("service","maint_tunnels")
- },
-/turf/open/floor/wood,
-/area/station/hallway/secondary/entry)
"hbJ" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -24652,14 +24455,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/prison)
-"hdS" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/obj/effect/turf_decal/box/red,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"hdZ" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 5
@@ -24786,6 +24581,12 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/storage_shared)
+"hgL" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/engineering/storage_shared)
"hgW" = (
/obj/structure/trash_pile,
/obj/effect/decal/cleanable/dirt,
@@ -24915,6 +24716,13 @@
/obj/effect/turf_decal/caution/stand_clear,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/storage)
+"hil" = (
+/obj/effect/landmark/start/shaft_miner,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningdock)
"hio" = (
/obj/effect/turf_decal/trimline/green/corner{
dir = 8
@@ -24988,15 +24796,6 @@
/obj/structure/window/spawner/directional/east,
/turf/open/misc/beach/sand,
/area/station/science/research)
-"hjg" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/table,
-/obj/item/plate,
-/obj/effect/spawner/random/trash/food_packaging,
-/obj/structure/cable,
-/obj/machinery/camera/autoname/directional/north,
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/bitrunning/den)
"hji" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 1
@@ -25034,17 +24833,6 @@
/obj/effect/turf_decal/siding/wood/corner,
/turf/open/floor/iron,
/area/station/commons/lounge)
-"hjR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/blue/filled/warning{
- dir = 6
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
"hjT" = (
/obj/effect/turf_decal/trimline/blue/filled/warning{
dir = 8
@@ -25131,6 +24919,18 @@
dir = 1
},
/area/station/cargo/miningdock)
+"hkU" = (
+/obj/structure/table,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 8;
+ id = "kitchen_counter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/item/plate,
+/obj/item/holosign_creator/robot_seat/restaurant,
+/turf/open/floor/iron/large,
+/area/station/service/kitchen)
"hkX" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -25306,25 +25106,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_large,
/area/station/service/hydroponics)
-"hnT" = (
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/button/door/directional/east{
- id = "xenobio6";
- name = "Xenobio Pen 6 Blast DOors";
- req_access = list("xenobiology")
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 8
- },
-/turf/open/floor/iron/white/smooth_edge{
- dir = 8
- },
-/area/station/science/xenobiology)
"hnU" = (
/obj/effect/turf_decal/tile/dark/fourcorners,
/obj/structure/fluff/metalpole/anchor{
@@ -25379,23 +25160,6 @@
/obj/machinery/newscaster/directional/north,
/turf/open/floor/iron,
/area/station/commons/storage/art)
-"hpd" = (
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/effect/turf_decal/box,
-/obj/machinery/button/door/directional/west{
- id = "xenobio1";
- name = "Xenobio Pen 1 Blast Door";
- req_access = list("xenobiology")
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/white,
-/area/station/science/xenobiology)
"hpe" = (
/turf/open/floor/iron/smooth_large,
/area/station/security/checkpoint/engineering)
@@ -25426,14 +25190,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/starboard/greater)
-"hqe" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/dark,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"hqf" = (
/obj/machinery/digital_clock,
/turf/closed/wall/r_wall,
@@ -25451,6 +25207,15 @@
dir = 8
},
/area/station/engineering/atmos/pumproom)
+"hqp" = (
+/obj/structure/window/reinforced/survival_pod/spawner/directional/south,
+/obj/machinery/door/window/survival_pod/left/directional/east{
+ name = "Fitness Ring"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/light/floor,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/commons/fitness/recreation/entertainment)
"hqu" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
dir = 4
@@ -25829,6 +25594,18 @@
/obj/structure/sign/departments/science/directional/north,
/turf/open/floor/iron/white/smooth_edge,
/area/station/hallway/primary/fore)
+"hwE" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/iron/edge,
+/area/station/service/hydroponics)
"hwG" = (
/obj/structure/bed/double,
/obj/item/bedsheet/cmo/double,
@@ -25876,26 +25653,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos)
-"hxg" = (
-/obj/structure/table,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 1
- },
-/obj/item/stock_parts/matter_bin{
- pixel_x = -10;
- pixel_y = 4
- },
-/obj/item/stock_parts/matter_bin{
- pixel_x = 2;
- pixel_y = 7
- },
-/obj/item/stock_parts/micro_laser{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/flatpack,
-/turf/open/floor/iron/white/smooth_edge,
-/area/station/science/lab)
"hxh" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -25920,19 +25677,6 @@
"hxy" = (
/turf/closed/wall/r_wall,
/area/station/engineering/main)
-"hxA" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/chem_master/condimaster,
-/obj/structure/railing{
- dir = 6
- },
-/obj/effect/turf_decal/siding/dark{
- dir = 4
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"hxC" = (
/obj/machinery/door/airlock/mining{
name = "Drone Bay"
@@ -26023,6 +25767,16 @@
},
/turf/open/floor/carpet/blue,
/area/station/command/bridge)
+"hyw" = (
+/obj/structure/chair/stool/directional/west{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow/opposingcorners,
+/obj/effect/turf_decal/tile/red/opposingcorners{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/commons/lounge)
"hyx" = (
/obj/machinery/dna_scannernew,
/obj/effect/turf_decal/delivery,
@@ -26041,28 +25795,6 @@
"hzk" = (
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos/hfr_room)
-"hzl" = (
-/obj/machinery/computer/cargo{
- dir = 8
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Cargo Bay - Starboard";
- name = "cargo camera"
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/button/door/directional/east{
- id = 68;
- name = "Unloading Doors";
- pixel_y = 6
- },
-/obj/machinery/button/door/directional/east{
- id = 69;
- name = "Loading Doors";
- pixel_y = -6
- },
-/obj/machinery/light/directional/east,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/storage)
"hzm" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -26326,16 +26058,6 @@
},
/turf/open/floor/carpet/executive,
/area/station/command/heads_quarters/hop)
-"hBP" = (
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/machinery/status_display/ai/directional/west,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/turf_decal/box,
-/obj/machinery/disposal/bin,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"hBQ" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable,
@@ -26351,13 +26073,6 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/virology)
-"hBZ" = (
-/obj/machinery/pdapainter/research,
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/bot,
-/obj/machinery/computer/security/telescreen/rd/directional/north,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/command/heads_quarters/rd)
"hCh" = (
/obj/machinery/airalarm/directional/north,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -26406,6 +26121,23 @@
},
/turf/open/floor/engine,
/area/station/engineering/supermatter)
+"hCJ" = (
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/service/general,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/service/glass{
+ name = "Service Hall"
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/large,
+/area/station/service/cafeteria)
"hCL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -26489,6 +26221,17 @@
/obj/effect/spawner/random/medical/minor_healing,
/turf/open/floor/plating,
/area/station/maintenance/port/aft)
+"hDN" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/dark_green/diagonal_centre,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron/white/diagonal,
+/area/station/medical/medbay/central)
"hDY" = (
/obj/machinery/computer/atmos_control/mix_tank{
dir = 4
@@ -26564,15 +26307,6 @@
"hEF" = (
/turf/open/floor/iron/smooth_large,
/area/station/engineering/power_room)
-"hEG" = (
-/obj/structure/transit_tube/horizontal{
- dir = 1
- },
-/turf/open/floor/iron/airless{
- icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
- icon_state = "floor1"
- },
-/area/space/nearstation)
"hEJ" = (
/obj/structure/table,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -26632,19 +26366,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/glass/reinforced,
/area/station/hallway/secondary/exit/departure_lounge)
-"hFu" = (
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/camera/directional/north{
- c_tag = "Service - Service Hall";
- dir = 9;
- name = "service camera"
- },
-/obj/effect/turf_decal/trimline/brown/filled/line,
-/obj/effect/turf_decal/trimline/brown/filled/mid_joiner,
-/obj/machinery/modular_computer/preset/cargochat/service,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/smooth_large,
-/area/station/hallway/secondary/service)
"hFA" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
dir = 10
@@ -26678,10 +26399,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/aft)
-"hGn" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/pod/dark,
-/area/station/service/chapel/funeral)
"hGq" = (
/obj/structure/chair/office{
dir = 1
@@ -26719,6 +26436,30 @@
/obj/structure/window/spawner/directional/south,
/turf/open/floor/iron/smooth_large,
/area/station/maintenance/disposal)
+"hGX" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/paper_bin{
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_y = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/window/left/directional/south{
+ name = "Hydroponics Desk";
+ req_access = list("hydroponics")
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 1;
+ id = "hydroponics_counter";
+ name = "Hydroponics Counter Shutters"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/large,
+/area/station/service/hydroponics)
"hHg" = (
/obj/structure/table,
/obj/item/tank/internals/emergency_oxygen{
@@ -26761,6 +26502,10 @@
dir = 4
},
/area/station/hallway/primary/aft)
+"hHR" = (
+/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"hHT" = (
/obj/effect/turf_decal/tile/red/anticorner{
dir = 1
@@ -26791,16 +26536,6 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port)
-"hIp" = (
-/obj/structure/safe,
-/obj/item/storage/backpack/duffelbag/syndie/hitman,
-/obj/item/card/id/advanced/silver/reaper,
-/obj/item/lazarus_injector,
-/obj/item/gun/ballistic/automatic/pistol/deagle/gold,
-/obj/item/stack/spacecash/c5000,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/engine,
-/area/station/ai_monitored/command/nuke_storage)
"hIu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -26814,18 +26549,14 @@
},
/turf/open/floor/iron/smooth,
/area/station/science/ordnance/storage)
-"hIy" = (
-/obj/structure/flora/bush/lavendergrass,
-/obj/structure/window/reinforced/spawner/directional/west,
-/mob/living/carbon/human/species/monkey,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/window/right/directional/south{
- name = "Monkey Pen";
- req_access = list("genetics")
+"hIw" = (
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/vending/dinnerware,
+/obj/item/toy/figure/chef{
+ pixel_y = 16
},
-/turf/open/floor/grass,
-/area/station/science/genetics)
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"hIA" = (
/turf/closed/wall/r_wall,
/area/station/command/heads_quarters/captain)
@@ -26833,15 +26564,16 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/pod/dark,
/area/station/service/chapel)
-"hJg" = (
-/obj/structure/table,
-/obj/item/modular_computer/laptop/preset/civilian{
- pixel_y = 5;
- pixel_x = 2
+"hJq" = (
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/machinery/status_display/ai/directional/west,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/bitrunning/den)
+/obj/effect/turf_decal/box,
+/obj/machinery/disposal/bin,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"hJx" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input{
dir = 4
@@ -26876,6 +26608,27 @@
/obj/machinery/light/cold/directional/north,
/turf/open/floor/engine,
/area/station/engineering/main)
+"hKj" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Shared Engineering Storage"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/storage_shared)
"hKm" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 9
@@ -26912,18 +26665,6 @@
dir = 8
},
/area/station/engineering/atmos)
-"hKK" = (
-/obj/structure/chair/plastic{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 5
- },
-/obj/machinery/computer/security/telescreen/entertainment/directional/east,
-/obj/structure/sign/poster/contraband/random/directional/north,
-/obj/effect/landmark/start/bitrunner,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/bitrunning/den)
"hKP" = (
/obj/item/reagent_containers/cup/bucket,
/obj/effect/decal/cleanable/cobweb/cobweb2,
@@ -26991,6 +26732,16 @@
},
/turf/open/floor/iron/dark,
/area/station/security/prison)
+"hMt" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/skyrat_decals/enclave/top/left{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"hMy" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -27064,14 +26815,6 @@
/obj/structure/spider/stickyweb,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/electrical)
-"hNw" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology - Secure Cell Interior";
- name = "xenobiology camera";
- network = list("ss13","xeno","rd")
- },
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"hNy" = (
/obj/structure/railing{
dir = 8
@@ -27079,6 +26822,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark/smooth_large,
/area/station/service/theater)
+"hNB" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"hND" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -27166,15 +26916,6 @@
dir = 8
},
/area/station/hallway/primary/central)
-"hPC" = (
-/obj/effect/turf_decal/skyrat_decals/enclave/bottom/left{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner{
- dir = 4
- },
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"hPR" = (
/obj/structure/closet/crate/freezer,
/obj/item/reagent_containers/cup/soda_cans/monkey_energy,
@@ -27377,13 +27118,6 @@
},
/turf/open/floor/iron/white,
/area/station/hallway/primary/fore)
-"hSf" = (
-/obj/effect/landmark/start/shaft_miner,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningdock)
"hSn" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -27480,10 +27214,6 @@
dir = 1
},
/area/station/command/gateway)
-"hTj" = (
-/obj/machinery/deepfryer,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"hTl" = (
/obj/effect/turf_decal/tile/yellow,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -27566,21 +27296,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/medbay/lobby)
-"hTQ" = (
-/obj/structure/extinguisher_cabinet/directional/west,
-/obj/machinery/conveyor{
- id = "cargodisposals"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/directional/west{
- c_tag = "Cargo Bay - Delivery Office Port";
- name = "cargo camera"
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/sorting)
"hTW" = (
/obj/structure/closet/secure_closet/atmospherics,
/obj/effect/turf_decal/delivery,
@@ -27742,32 +27457,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth_large,
/area/station/maintenance/department/engine/atmos/lesser)
-"hWm" = (
-/obj/structure/table,
-/obj/item/storage/medkit/brute{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/storage/medkit/brute,
-/obj/item/storage/medkit/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/status_display/ai/directional/west,
-/obj/effect/turf_decal/trimline/purple/filled,
-/obj/effect/turf_decal/trimline/purple/filled/mid_joiner,
-/obj/effect/turf_decal/trimline/purple/filled/mid_joiner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/purple/filled/mid_joiner{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/purple/filled/mid_joiner{
- dir = 8
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/medical/storage)
"hWF" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 1
@@ -27823,13 +27512,6 @@
/obj/machinery/light/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos)
-"hXV" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/atmos)
"hYg" = (
/obj/effect/turf_decal/bot,
/obj/machinery/portable_atmospherics/canister/nitrogen,
@@ -27973,21 +27655,6 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
-"hZv" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/skyrat_decals/enclave/middle/left{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/blue/mid_joiner{
- dir = 4
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"hZE" = (
/obj/effect/turf_decal/trimline/green/filled/warning{
dir = 4
@@ -28054,6 +27721,28 @@
/obj/structure/cable,
/turf/open/floor/plating/airless,
/area/station/command/heads_quarters/rd)
+"ibj" = (
+/obj/machinery/computer/cargo{
+ dir = 8
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Cargo Bay - Starboard";
+ name = "cargo camera"
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/button/door/directional/east{
+ id = 68;
+ name = "Unloading Doors";
+ pixel_y = 6
+ },
+/obj/machinery/button/door/directional/east{
+ id = 69;
+ name = "Loading Doors";
+ pixel_y = -6
+ },
+/obj/machinery/light/directional/east,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/storage)
"ibt" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 4
@@ -28152,6 +27841,14 @@
/obj/structure/cable,
/turf/open/floor/pod/dark,
/area/station/service/chapel)
+"icL" = (
+/obj/effect/turf_decal/skyrat_decals/enclave/top/middle{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line,
+/obj/effect/turf_decal/trimline/blue/mid_joiner,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"icP" = (
/turf/open/floor/glass/reinforced,
/area/station/medical/medbay/central)
@@ -28183,13 +27880,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/smooth_large,
/area/station/hallway/primary/aft)
-"idG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/dark_red/filled/corner,
-/turf/open/floor/iron/smooth_corner,
-/area/station/science/ordnance)
"idO" = (
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
@@ -28267,17 +27957,6 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/upper)
-"ifj" = (
-/obj/effect/turf_decal/siding/dark_blue/corner,
-/obj/machinery/shuttle_manipulator{
- desc = "A holographic display of the ship we're on right now.";
- name = "ship holographic display"
- },
-/obj/effect/turf_decal/tile/blue/half{
- dir = 8
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/bridge)
"ifq" = (
/turf/closed/wall/r_wall,
/area/station/medical/pharmacy)
@@ -28297,6 +27976,20 @@
},
/turf/open/floor/iron/white/small,
/area/station/common/pool)
+"ige" = (
+/obj/structure/table,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 8;
+ id = "kitchen_counter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/structure/desk_bell{
+ pixel_x = 7;
+ pixel_y = 10
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/service/kitchen)
"igk" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/effect/landmark/start/chaplain,
@@ -28385,15 +28078,6 @@
dir = 4
},
/area/station/medical/virology)
-"ihS" = (
-/obj/machinery/light/directional/north,
-/obj/machinery/bouldertech/refinery,
-/obj/machinery/conveyor{
- id = "mining";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
"ihT" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -28842,22 +28526,6 @@
/obj/effect/mapping_helpers/airlock/access/all/command/hop,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/fore)
-"iog" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_x = 4;
- pixel_y = 18
- },
-/obj/item/reagent_containers/cup/beaker{
- pixel_x = -8;
- pixel_y = 12
- },
-/obj/item/reagent_containers/cup/beaker{
- pixel_x = -8;
- pixel_y = 4
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"iom" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 9
@@ -28940,6 +28608,17 @@
/obj/effect/turf_decal/trimline/neutral/mid_joiner,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/sorting)
+"ioX" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Service - Cafeteria Aft";
+ name = "service camera"
+ },
+/obj/structure/chair/sofa/corp/left{
+ color = "#DE3A3A";
+ dir = 8
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"ioZ" = (
/obj/effect/turf_decal/stripes/end{
dir = 4
@@ -29081,6 +28760,13 @@
/obj/structure/cable,
/turf/open/floor/iron/edge,
/area/station/commons/fitness/recreation)
+"iqF" = (
+/obj/effect/turf_decal/tile/blue/full,
+/turf/open/floor/iron/airless{
+ icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
+ icon_state = "floor1"
+ },
+/area/space/nearstation)
"iqM" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -29143,6 +28829,17 @@
/obj/effect/landmark/start/corrections_officer,
/turf/open/floor/glass/reinforced,
/area/station/security/execution/transfer)
+"irB" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/iron/smooth,
+/area/station/maintenance/starboard/fore)
"irC" = (
/obj/structure/flora/grass/jungle,
/obj/structure/window/fulltile,
@@ -29227,24 +28924,20 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/prison)
-"iso" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/suit/hooded/ablative{
- pixel_y = 7
- },
-/obj/item/gun/energy/temperature/security{
- pixel_y = 5
- },
-/obj/structure/window/reinforced/spawner/directional/south,
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
+"isq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 8;
+ id = "kitchen_counter";
+ name = "Kitchen Counter Shutters"
},
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+/obj/machinery/pollution_scrubber{
+ pixel_x = -7;
+ pixel_y = 1
},
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/engine,
-/area/station/ai_monitored/security/armory)
+/obj/structure/table,
+/turf/open/floor/iron/large,
+/area/station/service/kitchen)
"isr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/trash_pile,
@@ -29320,12 +29013,19 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"itf" = (
-/obj/structure/noticeboard/directional/north,
-/obj/machinery/light_switch/directional/east,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/large,
-/area/station/hallway/secondary/service)
+"isV" = (
+/obj/structure/chair/sofa/corp/right{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/obj/machinery/light/small/directional/west,
+/obj/effect/landmark/start/bitrunner,
+/turf/open/floor/iron/smooth_edge{
+ dir = 4
+ },
+/area/station/cargo/bitrunning/den)
"iti" = (
/obj/structure/table/wood,
/obj/machinery/fax{
@@ -29470,6 +29170,12 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/command/heads_quarters/blueshield)
+"iuX" = (
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"iuZ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -29518,6 +29224,18 @@
/obj/effect/spawner/random/structure/tank_holder,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/medical/virology)
+"ivQ" = (
+/obj/machinery/computer/order_console/cook,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/brown/filled/mid_joiner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/brown/filled/mid_joiner,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/smooth_large,
+/area/station/hallway/secondary/service)
"ivR" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -29592,13 +29310,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
-"iwH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/machinery/computer/security/telescreen/ce/directional/south,
-/turf/open/floor/carpet/orange,
-/area/station/command/heads_quarters/ce)
"iwV" = (
/obj/structure/disposalpipe/junction/flip{
dir = 8
@@ -29745,6 +29456,11 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/wood/large,
/area/station/hallway/primary/central/fore)
+"iyG" = (
+/obj/machinery/quantum_server,
+/obj/structure/extinguisher_cabinet/directional/east,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/cargo/bitrunning/den)
"iyK" = (
/obj/effect/mapping_helpers/iannewyear,
/turf/open/floor/carpet/executive,
@@ -30017,24 +29733,6 @@
/obj/machinery/light/cold/directional/east,
/turf/open/floor/iron/dark,
/area/station/engineering/supermatter/room)
-"iCV" = (
-/obj/structure/disposaloutlet{
- dir = 1;
- name = "Cargo Deliveries"
- },
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/status_display/ai/directional/south,
-/obj/structure/plasticflaps,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/storage)
-"iCW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/command/heads_quarters/qm)
"iCZ" = (
/obj/machinery/computer/communications,
/obj/machinery/keycard_auth{
@@ -30125,6 +29823,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth_large,
/area/station/hallway/secondary/entry)
+"iEJ" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/machinery/camera/directional/west{
+ c_tag = "Service - Kitchen Coldroom";
+ dir = 5;
+ name = "service camera"
+ },
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"iEL" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/obj/machinery/door/airlock/external/glass{
@@ -30177,13 +29884,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/hallway/primary/fore)
-"iFV" = (
-/obj/machinery/conveyor{
- id = "mining";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
"iFY" = (
/obj/structure/cable,
/obj/machinery/holopad,
@@ -30407,16 +30107,6 @@
dir = 1
},
/area/station/security/prison)
-"iIG" = (
-/obj/item/radio/intercom/directional/east,
-/obj/structure/table,
-/obj/machinery/microwave{
- desc = "Cooks and boils stuff, somehow.";
- pixel_x = -2;
- pixel_y = 5
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"iJg" = (
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
dir = 1
@@ -30458,14 +30148,6 @@
dir = 8
},
/area/station/engineering/atmos)
-"iJt" = (
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/vending/dinnerware,
-/obj/item/toy/figure/chef{
- pixel_y = 16
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"iJB" = (
/obj/structure/closet/secure_closet/security/sec,
/obj/effect/turf_decal/trimline/red/filled/line{
@@ -30549,13 +30231,6 @@
dir = 8
},
/area/station/engineering/atmos/hfr_room)
-"iLb" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark/textured_edge,
-/area/station/cargo/bitrunning/den)
"iLH" = (
/obj/effect/turf_decal/trimline/purple/filled/warning{
dir = 4
@@ -30655,6 +30330,24 @@
},
/turf/open/floor/iron/white,
/area/station/science/xenobiology)
+"iME" = (
+/obj/structure/closet/bombcloset,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/dark_red/filled/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/light/cold/directional/north,
+/turf/open/floor/iron/smooth_edge,
+/area/station/science/ordnance)
+"iML" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 10
+ },
+/obj/machinery/light_switch/directional/west,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/bitrunning/den)
"iMO" = (
/obj/effect/turf_decal/trimline/dark_red/arrow_cw{
dir = 9
@@ -30677,16 +30370,16 @@
dir = 1
},
/area/station/hallway/secondary/command)
-"iNa" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/camera/directional/west{
- c_tag = "Cargo - Mining"
+"iNb" = (
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/effect/turf_decal/stripes/line,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"iNk" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -30729,6 +30422,17 @@
"iNV" = (
/turf/closed/wall,
/area/station/maintenance/starboard/greater)
+"iOa" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_edge{
+ dir = 4
+ },
+/area/station/cargo/bitrunning/den)
"iOb" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance/two,
@@ -30903,6 +30607,12 @@
/obj/machinery/meter,
/turf/open/floor/iron/smooth_large,
/area/station/science/ordnance)
+"iRi" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start/cook,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"iRn" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 8
@@ -30984,18 +30694,6 @@
/obj/structure/cable/multilayer/connected,
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"iSl" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/skyrat_decals/enclave/top/right{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner{
- dir = 8
- },
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"iSr" = (
/obj/structure/table,
/obj/item/clothing/head/utility/welding{
@@ -31085,6 +30783,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/break_room)
+"iTv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/machinery/computer/security/telescreen/ce/directional/south,
+/turf/open/floor/carpet/orange,
+/area/station/command/heads_quarters/ce)
"iTx" = (
/obj/structure/sign/poster/official/love_ian/directional/east,
/obj/machinery/status_display/evac/directional/south,
@@ -31133,12 +30838,6 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
-"iUy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/station/service/kitchen)
"iUz" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
@@ -31348,6 +31047,12 @@
/obj/effect/turf_decal/tile/blue/diagonal_centre,
/turf/open/floor/iron/white/diagonal,
/area/station/medical/medbay/central)
+"iWQ" = (
+/obj/structure/chair/wood{
+ dir = 1
+ },
+/turf/open/floor/carpet/black,
+/area/station/command/heads_quarters/qm)
"iWZ" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/stripes/line{
@@ -31369,14 +31074,6 @@
},
/turf/open/floor/plating,
/area/station/security/detectives_office)
-"iXi" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/smooth_large,
-/area/station/science/ordnance)
"iXk" = (
/obj/effect/spawner/random/structure/crate,
/obj/effect/decal/cleanable/dirt,
@@ -31442,6 +31139,19 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos/storage/gas)
+"iXV" = (
+/obj/structure/rack/gunrack,
+/obj/effect/spawner/armory_spawn/shotguns,
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/obj/machinery/light/cold/directional/north,
+/obj/machinery/digital_clock/directional/north{
+ pixel_y = 37
+ },
+/turf/open/floor/engine,
+/area/station/ai_monitored/security/armory)
"iXW" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/vault,
@@ -31476,18 +31186,18 @@
dir = 8
},
/area/station/hallway/primary/central/aft)
-"iYy" = (
-/obj/structure/table/reinforced,
-/obj/item/gun_maintenance_supplies{
- pixel_x = -4;
- pixel_y = 10
+"iYk" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 4
},
-/obj/item/storage/medkit/tactical/blueshield,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
+/obj/machinery/light/directional/east,
+/obj/effect/turf_decal/loading_area{
+ dir = 1
},
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/heads_quarters/blueshield)
+/turf/open/floor/iron/smooth_edge{
+ dir = 8
+ },
+/area/station/cargo/miningdock)
"iYz" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/bot,
@@ -31631,14 +31341,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood/large,
/area/station/hallway/primary/central/fore)
-"jay" = (
-/obj/structure/chair/sofa/right/brown{
- dir = 8
- },
-/obj/effect/landmark/start/shaft_miner,
-/obj/machinery/light/directional/east,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningoffice)
"jaz" = (
/obj/structure/table/reinforced,
/obj/item/hfr_box/body/fuel_input,
@@ -31648,6 +31350,33 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos/hfr_room)
+"jaG" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/item/reagent_containers/condiment/saltshaker{
+ desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/reagent_containers/condiment/peppermill{
+ desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
+ pixel_x = -8;
+ pixel_y = 2
+ },
+/obj/item/storage/box/donkpockets{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/storage/box/donkpockets/donkpocketpizza{
+ pixel_x = 5;
+ pixel_y = 6
+ },
+/obj/item/storage/box/donkpockets/donkpocketteriyaki{
+ pixel_x = 5;
+ pixel_y = 9
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"jbe" = (
/obj/structure/table/wood/fancy/royalblack,
/obj/machinery/computer/records/medical/laptop,
@@ -31817,36 +31546,6 @@
/obj/machinery/door/airlock/external,
/turf/open/floor/catwalk_floor,
/area/station/engineering/main)
-"jdH" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable,
-/obj/machinery/light/directional/north,
-/obj/structure/table,
-/obj/machinery/light_switch/directional/north{
- pixel_x = 13
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
-"jdJ" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{
- dir = 8;
- initialize_directions = 4;
- name = "euthanization chamber freezer"
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 5
- },
-/obj/machinery/button/door/directional/east{
- id = "xenobio5";
- name = "Xenobio Pen 5 Blast DOors";
- req_access = list("xenobiology")
- },
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/iron/white,
-/area/station/science/xenobiology)
"jdN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/generic_maintenance_landmark,
@@ -31898,6 +31597,32 @@
/obj/structure/cable,
/turf/open/floor/iron/freezer,
/area/station/security/checkpoint/medical)
+"jeS" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = 6;
+ pixel_y = 3
+ },
+/obj/item/clothing/glasses/sunglasses{
+ pixel_y = 12
+ },
+/obj/machinery/button/door/directional/east{
+ id = "brigprison";
+ name = "Prison Lockdown";
+ req_access = list("brig")
+ },
+/obj/effect/turf_decal/tile/purple/fourcorners,
+/obj/machinery/computer/security/telescreen/isolation/directional/north,
+/turf/open/floor/iron/dark,
+/area/station/security/corrections_officer)
"jfo" = (
/obj/effect/turf_decal/trimline/green/filled/line,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -31967,6 +31692,26 @@
dir = 8
},
/area/station/hallway/primary/central/aft)
+"jfR" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/machinery/recharger{
+ pixel_x = -7;
+ pixel_y = 3
+ },
+/obj/machinery/computer/security/telescreen/prison/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/security/warden)
"jfS" = (
/turf/closed/wall,
/area/station/security/medical)
@@ -32137,18 +31882,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/smooth_edge,
/area/station/hallway/primary/aft)
-"jio" = (
-/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/tile/dark/half,
-/obj/effect/turf_decal/trimline/green/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/green/mid_joiner{
- dir = 1
- },
-/obj/machinery/door/window/survival_pod/left/directional/north,
-/turf/open/floor/iron/half,
-/area/station/service/hydroponics)
"jir" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 6
@@ -32463,6 +32196,16 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"jnm" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 5
+ },
+/obj/machinery/light/small/directional/east,
+/obj/structure/sign/poster/contraband/random/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/bitrunning/den)
"jnF" = (
/obj/structure/railing{
dir = 8
@@ -32597,14 +32340,6 @@
/obj/machinery/air_sensor/nitrogen_tank,
/turf/open/floor/engine/n2,
/area/station/engineering/atmos)
-"jpk" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/item/radio/intercom/directional/north,
-/obj/effect/turf_decal/trimline/dark_blue/filled/line{
- dir = 5
- },
-/turf/open/floor/iron/dark,
-/area/station/hallway/secondary/exit/departure_lounge)
"jpv" = (
/obj/machinery/light/small/directional/west,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -32628,6 +32363,17 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/science/ordnance/storage)
+"jpH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 6
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"jpN" = (
/obj/effect/turf_decal/trimline/yellow/filled/corner{
dir = 1
@@ -32706,19 +32452,6 @@
dir = 8
},
/area/station/medical/office)
-"jqL" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/skyrat_decals/enclave/middle/right{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/blue/mid_joiner{
- dir = 8
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"jqM" = (
/obj/machinery/atmospherics/components/binary/pump/on{
dir = 4;
@@ -32731,6 +32464,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/carpet/orange,
/area/station/command/heads_quarters/ce)
+"jrb" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/sink/directional/west,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"jrj" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -32749,6 +32492,10 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/carpet/cyan,
/area/station/commons/dorms)
+"jrq" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/turf/open/floor/carpet,
+/area/station/security/courtroom)
"jrs" = (
/obj/structure/table/reinforced,
/obj/item/reagent_containers/cup/bottle/morphine{
@@ -32852,18 +32599,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/command/cc_dock)
-"jsf" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 10
- },
-/obj/structure/table/glass,
-/obj/item/knife/kitchen,
-/obj/item/wrench,
-/turf/open/floor/iron/white/smooth_edge{
- dir = 4
- },
-/area/station/science/xenobiology)
"jsm" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 1
@@ -32906,6 +32641,38 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/space/nearstation)
+"jsN" = (
+/obj/structure/table/reinforced,
+/obj/item/folder/white{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/desk_bell{
+ pixel_x = 7;
+ pixel_y = 6
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters";
+ name = "Pharmacy Shutters"
+ },
+/obj/machinery/door/window/left/directional/south,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/pharmacy)
"jtc" = (
/turf/open/floor/carpet,
/area/station/commons/dorms)
@@ -33137,15 +32904,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/edge,
/area/station/hallway/primary/central)
-"jvw" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 4
- },
-/obj/effect/landmark/start/bitrunner,
-/turf/open/floor/iron/dark/textured_edge{
- dir = 8
- },
-/area/station/cargo/bitrunning/den)
"jvx" = (
/obj/structure/table/wood,
/obj/item/food/breadslice/plain,
@@ -33174,6 +32932,17 @@
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/fore)
+"jvC" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/brown/filled/mid_joiner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/filled/mid_joiner,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/smooth_large,
+/area/station/hallway/secondary/service)
"jvJ" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 4
@@ -33233,10 +33002,6 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/lesser)
-"jwN" = (
-/obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"jwV" = (
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/iron/smooth,
@@ -33314,12 +33079,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/storage)
-"jyF" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 10
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/atmos)
"jyL" = (
/obj/machinery/conveyor/inverted{
dir = 9;
@@ -33628,13 +33387,6 @@
/obj/effect/landmark/start/mime,
/turf/open/floor/iron/herringbone,
/area/station/service/theater)
-"jCB" = (
-/obj/structure/chair/office{
- dir = 8
- },
-/obj/effect/landmark/start/telecomms_specialist,
-/turf/open/floor/engine,
-/area/station/tcommsat/computer)
"jCE" = (
/obj/machinery/firealarm/directional/east,
/obj/effect/turf_decal/siding/wood{
@@ -33677,15 +33429,6 @@
/obj/effect/mapping_helpers/airlock/access/all/security/brig,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/lockers)
-"jDb" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/white/smooth_edge{
- dir = 4
- },
-/area/station/science/xenobiology)
"jDe" = (
/obj/structure/flora/grass/jungle,
/obj/structure/flora/bush/grassy,
@@ -33781,19 +33524,17 @@
},
/turf/open/floor/iron/dark,
/area/station/ai_monitored/command/storage/eva)
+"jDI" = (
+/obj/structure/chair/sofa/corp/left{
+ color = "#DE3A3A";
+ dir = 4
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"jDS" = (
/obj/effect/spawner/random/trash/caution_sign,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/greater)
-"jDX" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/window/right/directional/west{
- name = "Kitchen Deliveries";
- req_access = list("kitchen")
- },
-/obj/structure/window/reinforced/spawner/directional/north,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"jDY" = (
/obj/item/radio/intercom/directional/north,
/obj/machinery/suit_storage_unit/ce,
@@ -33825,16 +33566,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/security/holding_cell)
-"jEy" = (
-/obj/structure/table/wood,
-/obj/machinery/status_display/ai/directional/north,
-/obj/machinery/fax{
- fax_name = "Law Office";
- name = "Law Office Fax Machine";
- pixel_y = 3
- },
-/turf/open/floor/iron/grimy,
-/area/station/service/lawoffice)
"jEA" = (
/obj/machinery/camera/directional/west{
c_tag = "AI Chamber - Port";
@@ -33854,6 +33585,11 @@
/obj/machinery/newscaster/directional/north,
/turf/open/floor/vault,
/area/station/ai_monitored/turret_protected/ai)
+"jEG" = (
+/obj/machinery/power/shuttle_engine/propulsion,
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/plating,
+/area/space/nearstation)
"jEK" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/obj/machinery/bluespace_vendor/directional/south,
@@ -33871,6 +33607,13 @@
/obj/structure/closet/radiation,
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos)
+"jEP" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"jET" = (
/obj/structure/table/reinforced,
/obj/machinery/camera/directional/west{
@@ -34070,22 +33813,6 @@
dir = 4
},
/area/station/hallway/primary/fore)
-"jHs" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/skyrat_decals/enclave/bottom/left{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner{
- dir = 4
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"jHx" = (
/obj/effect/turf_decal/trimline/brown/filled/warning{
dir = 5
@@ -34166,6 +33893,20 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"jIT" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/box,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio7";
+ name = "Xenobio Pen 7 Blast Door"
+ },
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"jJk" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -34420,6 +34161,24 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"jMQ" = (
+/obj/structure/table,
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/item/clothing/mask/gas,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/item/radio/intercom/directional/south,
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
+ dir = 4
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/hallway/primary/aft)
"jMY" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -34531,6 +34290,24 @@
/obj/machinery/light/warm/directional/south,
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
+"jOB" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 4;
+ initialize_directions = 8
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_edge{
+ dir = 4
+ },
+/area/station/engineering/atmos)
"jOF" = (
/obj/machinery/airalarm/directional/east,
/obj/effect/mapping_helpers/airalarm/mixingchamber_access,
@@ -34673,15 +34450,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/vaporwave,
/area/station/service/barber)
-"jQQ" = (
-/obj/effect/turf_decal/trimline/purple/filled/corner{
- dir = 1
- },
-/obj/effect/spawner/random/engineering/tracking_beacon,
-/turf/open/floor/iron/white/smooth_corner{
- dir = 1
- },
-/area/station/science/xenobiology)
"jQR" = (
/obj/machinery/door/window/left/directional/south{
name = "Research Test Chamber";
@@ -34726,10 +34494,6 @@
},
/turf/open/floor/iron/white/smooth_edge,
/area/station/science/xenobiology)
-"jRP" = (
-/obj/machinery/light/cold/directional/north,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"jSl" = (
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/trimline/brown/filled/mid_joiner,
@@ -34815,21 +34579,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos)
-"jTk" = (
-/obj/structure/table,
-/obj/effect/turf_decal/trimline/brown/filled/line,
-/obj/structure/sign/poster/contraband/random/directional/south,
-/obj/item/storage/box/lights/mixed{
- pixel_y = 4
- },
-/obj/item/stock_parts/power_store/cell/high/empty{
- pixel_y = 4
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/cargo/warehouse)
"jTn" = (
/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 1
@@ -34864,6 +34613,31 @@
dir = 8
},
/area/station/hallway/primary/central/aft)
+"jTE" = (
+/obj/structure/table,
+/obj/item/stock_parts/micro_laser{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/item/stock_parts/micro_laser{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/stock_parts/micro_laser{
+ pixel_x = 2
+ },
+/obj/item/stock_parts/micro_laser{
+ pixel_x = 6;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron/smooth_edge{
+ dir = 4
+ },
+/area/station/cargo/drone_bay)
"jTI" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -34905,23 +34679,6 @@
dir = 8
},
/area/station/command/gateway)
-"jUL" = (
-/obj/machinery/light/warm/directional/north,
-/obj/machinery/camera/directional/north{
- c_tag = "Service - Cafeteria Fore";
- name = "service camera"
- },
-/obj/machinery/firealarm/directional/north{
- pixel_x = 8
- },
-/obj/item/radio/intercom/directional/north{
- pixel_x = -6
- },
-/obj/structure/table,
-/obj/item/plate,
-/obj/item/food/sausage,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"jUZ" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/trimline/red/filled/line{
@@ -34983,6 +34740,10 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/heads_quarters/qm)
+"jVW" = (
+/obj/structure/table,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"jWg" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 6
@@ -35017,6 +34778,10 @@
/obj/machinery/light/directional/south,
/turf/open/floor/iron/small,
/area/station/hallway/secondary/exit/departure_lounge)
+"jWQ" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/pod/dark,
+/area/station/service/chapel/funeral)
"jWS" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -35130,6 +34895,16 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/carpet,
/area/station/security/courtroom)
+"jYa" = (
+/obj/effect/turf_decal/tile/blue/full,
+/obj/structure/transit_tube/horizontal{
+ dir = 1
+ },
+/turf/open/floor/iron/airless{
+ icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
+ icon_state = "floor1"
+ },
+/area/space/nearstation)
"jYe" = (
/obj/structure/girder/displaced,
/turf/open/floor/iron/smooth,
@@ -35219,12 +34994,6 @@
/obj/effect/turf_decal/bot/left,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos/hfr_room)
-"jZE" = (
-/obj/structure/sign/nanotrasen{
- pixel_x = -32
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"jZS" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -35260,6 +35029,17 @@
},
/turf/open/floor/iron/white,
/area/station/medical/storage)
+"kaF" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/duct,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/dark_green/diagonal_centre,
+/turf/open/floor/iron/white/diagonal,
+/area/station/medical/virology)
"kaN" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
@@ -35295,6 +35075,21 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos)
+"kbb" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/ears/earmuffs{
+ pixel_y = 7
+ },
+/obj/item/gun/energy/laser/practice,
+/obj/item/clothing/glasses/sunglasses{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/turf/open/floor/engine,
+/area/station/security/range)
"kbc" = (
/obj/effect/turf_decal/trimline/dark_red/warning,
/obj/structure/disposalpipe/segment{
@@ -35318,13 +35113,6 @@
dir = 4
},
/area/station/engineering/storage)
-"kbi" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/brown/filled/warning{
- dir = 1
- },
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/drone_bay)
"kbj" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 4
@@ -35442,6 +35230,14 @@
/obj/structure/closet/firecloset,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/supermatter/room)
+"kde" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/modular_computer/preset/id{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/carpet/purple,
+/area/station/command/heads_quarters/rd)
"kdk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -35481,14 +35277,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/warden)
-"kdS" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 10
- },
-/obj/machinery/light_switch/directional/west,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/bitrunning/den)
"kek" = (
/obj/effect/turf_decal/trimline/neutral/filled/warning{
dir = 1
@@ -35583,6 +35371,29 @@
/obj/machinery/duct,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical)
+"kfP" = (
+/obj/machinery/button/door/directional/north{
+ id = "lawyerprivacy";
+ name = "Lawyer's Privacy Control"
+ },
+/obj/item/radio/intercom/directional/north{
+ pixel_y = 32
+ },
+/obj/structure/aquarium/lawyer,
+/turf/open/floor/iron/grimy,
+/area/station/service/lawoffice)
+"kgb" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 10
+ },
+/obj/structure/table/glass,
+/obj/item/knife/kitchen,
+/obj/item/wrench,
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 4
+ },
+/area/station/science/xenobiology)
"kgj" = (
/obj/effect/turf_decal/trimline/blue/filled/warning,
/obj/effect/landmark/start/hangover,
@@ -35824,6 +35635,22 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/break_room)
+"kjd" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/skyrat_decals/enclave/bottom/left{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"kjf" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -35874,19 +35701,6 @@
/obj/item/toy/cards/deck,
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
-"kjG" = (
-/obj/structure/rack/gunrack,
-/obj/effect/spawner/armory_spawn/shotguns,
-/obj/effect/turf_decal/tile/dark_red/half{
- dir = 1
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/light/cold/directional/north,
-/obj/machinery/digital_clock/directional/north{
- pixel_y = 37
- },
-/turf/open/floor/engine,
-/area/station/ai_monitored/security/armory)
"kjL" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/door/poddoor/shutters{
@@ -35924,20 +35738,6 @@
/obj/structure/disposalpipe/trunk,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
-"kjX" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/turf_decal/box,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "Xenobio Pen 8 Blast Door"
- },
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"kkk" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/sorting/mail{
@@ -35998,15 +35798,6 @@
},
/turf/open/floor/pod/dark,
/area/station/service/chapel/funeral)
-"kkC" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/structure/closet/secure_closet/miner,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/miningdock)
"kkI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -36292,20 +36083,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"koZ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "kitchen_counter";
- name = "Kitchen Counter Shutters"
- },
-/obj/machinery/pollution_scrubber{
- pixel_x = -7;
- pixel_y = 1
- },
-/obj/structure/table,
-/turf/open/floor/iron/large,
-/area/station/service/kitchen)
"kpg" = (
/obj/effect/mapping_helpers/airlock/access/any/supply/shipping,
/obj/structure/disposalpipe/segment{
@@ -36417,15 +36194,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth_large,
/area/station/hallway/secondary/construction)
-"krz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/brown/filled/warning{
- dir = 1
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningdock)
"krA" = (
/obj/effect/turf_decal/trimline/brown/filled/corner{
dir = 1
@@ -36698,6 +36466,15 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos/hfr_room)
+"kvH" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/table,
+/obj/item/plate,
+/obj/effect/spawner/random/trash/food_packaging,
+/obj/structure/cable,
+/obj/machinery/camera/autoname/directional/north,
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/bitrunning/den)
"kvJ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -36898,6 +36675,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical)
+"kyk" = (
+/obj/machinery/power/shuttle_engine/heater,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/plating,
+/area/space/nearstation)
"kyq" = (
/obj/effect/turf_decal/siding/thinplating{
dir = 8
@@ -36913,6 +36696,22 @@
/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
/turf/closed/wall/r_wall,
/area/station/engineering/atmos)
+"kyy" = (
+/obj/machinery/door/airlock/mining{
+ name = "Bitrunning Den"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/supply/bit_den,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/miningdock)
"kyC" = (
/obj/effect/turf_decal/siding/thinplating/corner,
/obj/structure/cable,
@@ -37347,6 +37146,12 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/atmos/hfr_room)
+"kDn" = (
+/obj/machinery/status_display/evac/directional/north,
+/obj/effect/spawner/random/vending/colavend,
+/obj/effect/turf_decal/siding/blue,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"kDz" = (
/obj/structure/light_construct/directional/south,
/obj/structure/rack,
@@ -37476,17 +37281,6 @@
dir = 1
},
/area/station/security/checkpoint/customs)
-"kEM" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/duct,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/dark_green/diagonal_centre,
-/turf/open/floor/iron/white/diagonal,
-/area/station/medical/virology)
"kEP" = (
/obj/machinery/door/airlock/grunge{
name = "Funeral Room"
@@ -37553,15 +37347,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"kFL" = (
-/obj/effect/spawner/random/trash/grime,
-/obj/effect/turf_decal/trimline/brown/filled/corner{
- dir = 4
- },
-/turf/open/floor/iron/smooth_corner{
- dir = 4
- },
-/area/station/cargo/bitrunning/den)
"kFS" = (
/obj/effect/mapping_helpers/airlock/access/all/science/rd,
/obj/machinery/door/airlock/rd/glass{
@@ -37656,6 +37441,15 @@
dir = 4
},
/area/station/security/interrogation)
+"kGG" = (
+/obj/structure/table,
+/obj/item/modular_computer/laptop/preset/civilian{
+ pixel_y = 5;
+ pixel_x = 2
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/bitrunning/den)
"kGK" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/yellow/filled/warning,
@@ -37716,6 +37510,25 @@
},
/turf/open/floor/iron/dark,
/area/station/security/prison/mess)
+"kHC" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/button/door/directional/east{
+ id = "xenobio6";
+ name = "Xenobio Pen 6 Blast DOors";
+ req_access = list("xenobiology")
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 8
+ },
+/area/station/science/xenobiology)
"kHE" = (
/obj/machinery/airalarm/directional/west,
/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{
@@ -37780,6 +37593,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/crew_quarters/bar)
+"kIg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock/freezer{
+ critical_machine = 1;
+ name = "Coldroom"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/structure/fans/tiny,
+/obj/structure/cable,
+/turf/open/floor/iron/freezer,
+/area/station/service/kitchen/coldroom)
"kIi" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
@@ -37800,18 +37625,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth_large,
/area/station/hallway/primary/aft)
-"kIq" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 4
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/atmos)
"kIt" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{
@@ -37924,6 +37737,17 @@
dir = 8
},
/area/station/science/xenobiology)
+"kKa" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/structure/closet/secure_closet/chemical,
+/obj/item/storage/box/syringes,
+/obj/item/storage/box/beakers,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/freezer,
+/area/station/medical/pharmacy)
"kKC" = (
/obj/effect/turf_decal/delivery,
/obj/structure/closet/crate/freezer{
@@ -38145,6 +37969,26 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/space/nearstation)
+"kNT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/start/hangover,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall17";
+ location = "hall16"
+ },
+/obj/effect/turf_decal/skyrat_decals/enclave/bottom/middle{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/blue/mid_joiner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"kOf" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -38192,6 +38036,15 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron/dark,
/area/station/security/execution/education)
+"kOL" = (
+/obj/structure/rack/gunrack,
+/obj/effect/spawner/armory_spawn/microfusion,
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/engine,
+/area/station/ai_monitored/security/armory)
"kOS" = (
/obj/machinery/firealarm/directional/north,
/obj/effect/turf_decal/trimline/yellow/filled/warning{
@@ -38402,6 +38255,22 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/engine,
/area/station/engineering/main)
+"kRJ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 9
+ },
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_y = 4
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/light/directional/north,
+/obj/machinery/computer/security/telescreen/tcomms/directional/west,
+/turf/open/floor/iron/smooth,
+/area/station/security/checkpoint/engineering)
"kRU" = (
/obj/machinery/suit_storage_unit/atmos,
/obj/effect/turf_decal/delivery,
@@ -38530,10 +38399,25 @@
},
/turf/open/floor/vault,
/area/station/ai_monitored/turret_protected/ai_upload)
+"kTZ" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil,
+/obj/item/stock_parts/power_store/battery/high,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/pod/dark,
+/area/station/engineering/storage/tech)
"kUb" = (
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"kUc" = (
+/obj/effect/decal/cleanable/xenoblood,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"kUd" = (
/obj/machinery/posialert/directional/north,
/obj/machinery/computer/rdconsole,
@@ -38552,6 +38436,20 @@
/obj/machinery/power/apc/auto_name/directional/east,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port/aft)
+"kUB" = (
+/obj/structure/rack,
+/obj/item/circuitboard/machine/exoscanner{
+ pixel_y = 3
+ },
+/obj/item/circuitboard/machine/exoscanner,
+/obj/item/circuitboard/machine/exoscanner{
+ pixel_y = -3
+ },
+/obj/machinery/requests_console/auto_name/directional/north,
+/obj/structure/window/spawner/directional/west,
+/obj/effect/turf_decal/trimline/brown/filled,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/drone_bay)
"kUO" = (
/obj/effect/spawner/random/contraband/prison,
/turf/open/floor/iron/smooth,
@@ -38744,6 +38642,39 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron/smooth_large,
/area/station/maintenance/disposal)
+"kWA" = (
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/rack,
+/obj/item/reagent_containers/cup/glass/shaker,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/utility/chefhat,
+/obj/item/cultivator,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/spawner/random/food_or_drink/donkpockets,
+/obj/item/storage/box/drinkingglasses,
+/obj/item/storage/box/lights/mixed,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
+"kWE" = (
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/disposal/delivery_chute{
+ dir = 1;
+ name = "Prisoner Doomp"
+ },
+/obj/machinery/door/window/brigdoor/left/directional/north{
+ name = "Prisoner Doomp"
+ },
+/obj/effect/turf_decal/bot_red,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/security/brig)
"kWG" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/machinery/light/directional/south,
@@ -38826,6 +38757,19 @@
},
/turf/open/floor/iron/smooth,
/area/station/cargo/office)
+"kXU" = (
+/obj/effect/turf_decal/trimline/dark_red/filled/line{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Science - Ordnance Lab Starboard";
+ name = "science camera";
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/smooth_edge{
+ dir = 8
+ },
+/area/station/science/ordnance)
"kXW" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -38953,6 +38897,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port/fore)
+"kZI" = (
+/obj/effect/turf_decal/trimline/purple/filled/corner{
+ dir = 1
+ },
+/obj/effect/spawner/random/engineering/tracking_beacon,
+/turf/open/floor/iron/white/smooth_corner{
+ dir = 1
+ },
+/area/station/science/xenobiology)
"kZJ" = (
/obj/effect/turf_decal/trimline/dark_red/filled/warning{
dir = 8
@@ -39118,6 +39071,18 @@
/obj/structure/sign/delam_procedure/directional/east,
/turf/open/floor/iron/smooth,
/area/station/engineering/main)
+"lcr" = (
+/obj/structure/disposaloutlet,
+/obj/structure/disposalpipe/trunk{
+ dir = 2
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/structure/plasticflaps,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/sorting)
"lct" = (
/obj/effect/turf_decal/bot_white/left,
/obj/effect/turf_decal/tile/neutral{
@@ -39241,11 +39206,14 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/power_room)
-"ldU" = (
-/obj/machinery/netpod,
-/obj/machinery/light/small/blacklight/directional/west,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/cargo/bitrunning/den)
+"ldX" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/green/visible,
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/engineering/atmos)
"leb" = (
/obj/structure/cable,
/turf/open/floor/iron/smooth_large,
@@ -39260,14 +39228,6 @@
},
/turf/open/floor/iron/freezer,
/area/station/medical/chemistry)
-"lej" = (
-/obj/structure/chair/sofa/corp/right{
- color = "#DE3A3A";
- dir = 4
- },
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"leB" = (
/obj/structure/cable,
/obj/effect/mapping_helpers/airlock/access/all/service/bar,
@@ -39276,11 +39236,6 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/crew_quarters/bar)
-"leF" = (
-/obj/machinery/quantum_server,
-/obj/structure/extinguisher_cabinet/directional/east,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/cargo/bitrunning/den)
"leI" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 5
@@ -39323,6 +39278,21 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/commons/fitness/recreation)
+"leX" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 5
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics - Ports";
+ name = "atmospherics camera"
+ },
+/obj/item/radio/intercom/directional/east,
+/obj/machinery/light/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/atmos)
"lff" = (
/obj/item/radio/intercom/directional/north,
/obj/structure/table,
@@ -39630,20 +39600,6 @@
/obj/machinery/rnd/experimentor,
/turf/open/floor/engine,
/area/station/science/explab)
-"ljG" = (
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/white/smooth_edge{
- dir = 8
- },
-/area/station/medical/medbay/lobby)
"ljI" = (
/turf/closed/wall,
/area/station/medical/morgue)
@@ -39681,13 +39637,6 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/pod/dark,
/area/station/service/chapel/funeral)
-"lkz" = (
-/obj/structure/chair/sofa/corp/left{
- color = "#DE3A3A";
- dir = 4
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"lkG" = (
/obj/effect/turf_decal/trimline/green/filled/line,
/obj/structure/disposalpipe/segment,
@@ -39698,10 +39647,6 @@
"lkJ" = (
/turf/open/floor/wood,
/area/station/commons/vacant_room/office)
-"lkM" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/cargo/sorting)
"lkR" = (
/obj/effect/spawner/random/structure/table_fancy,
/obj/item/flashlight/lamp/green{
@@ -39729,12 +39674,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/security/office)
-"llf" = (
-/obj/effect/turf_decal/trimline/brown/filled/line,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/cargo/miningdock)
"llk" = (
/obj/structure/table,
/obj/item/stack/medical/gauze,
@@ -39836,14 +39775,6 @@
dir = 1
},
/area/station/hallway/secondary/entry)
-"lmY" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "mining";
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
"lnc" = (
/obj/effect/turf_decal/trimline/purple/filled/corner{
dir = 8
@@ -39963,6 +39894,17 @@
},
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
+"lnT" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/plasticflaps/opaque{
+ name = "Kitchen Deliveries"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ location = "Kitchen"
+ },
+/turf/open/floor/iron/large,
+/area/station/maintenance/starboard/greater)
"lnU" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -40257,6 +40199,14 @@
/obj/machinery/light/cold/directional/east,
/turf/open/floor/iron/dark,
/area/station/security/prison/mess)
+"lsG" = (
+/obj/structure/chair/sofa/corp/right{
+ color = "#DE3A3A";
+ dir = 8
+ },
+/obj/effect/landmark/start/assistant,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"lsQ" = (
/obj/machinery/duct,
/obj/effect/turf_decal/trimline/blue/filled/warning{
@@ -40395,6 +40345,12 @@
"luV" = (
/turf/closed/wall,
/area/station/engineering/atmos)
+"luX" = (
+/obj/structure/closet,
+/obj/item/clothing/under/costume/skyrat/bathrobe,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/white/small,
+/area/station/common/pool)
"lva" = (
/obj/structure/table/glass,
/obj/item/book/manual/wiki/infections,
@@ -40497,35 +40453,6 @@
/obj/effect/turf_decal/tile/red/diagonal_centre,
/turf/open/floor/iron/dark/diagonal,
/area/station/security/office)
-"lvU" = (
-/obj/structure/table,
-/obj/item/storage/medkit/o2{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/storage/medkit/o2,
-/obj/item/storage/medkit/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/status_display/evac/directional/west,
-/obj/machinery/digital_clock/directional/north{
- pixel_y = 37
- },
-/obj/effect/turf_decal/trimline/dark_blue/filled,
-/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner,
-/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{
- dir = 8
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/medical/storage)
"lvX" = (
/obj/structure/closet,
/obj/item/crowbar,
@@ -40553,6 +40480,16 @@
/obj/effect/landmark/navigate_destination/dockesc,
/turf/open/floor/catwalk_floor,
/area/station/hallway/secondary/exit/departure_lounge)
+"lwq" = (
+/obj/effect/turf_decal/tile/blue/full,
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/turf/open/floor/iron/airless{
+ icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
+ icon_state = "floor1"
+ },
+/area/space/nearstation)
"lwE" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -40824,6 +40761,24 @@
"lAB" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/medical/central)
+"lAG" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/item/electronics/airlock,
+/obj/item/electronics/airlock,
+/obj/item/stock_parts/power_store/cell/emproof{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/effect/turf_decal/bot,
+/obj/item/clothing/glasses/meson/engine,
+/obj/item/storage/box/bandages{
+ pixel_x = 4;
+ pixel_y = 5
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/engineering/main)
"lAS" = (
/turf/open/floor/iron/smooth,
/area/space/nearstation)
@@ -40877,13 +40832,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
/area/station/security/lockers)
-"lBF" = (
-/obj/structure/chair/sofa/right/brown{
- dir = 4
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningoffice)
"lBP" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/purple/filled/line,
@@ -41184,6 +41132,18 @@
/obj/machinery/light/directional/north,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
+"lFU" = (
+/obj/effect/turf_decal/trimline/brown/filled/line,
+/obj/item/radio/intercom/directional/south,
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 3
+ },
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/cargo/miningdock)
"lGa" = (
/obj/structure/table/wood,
/obj/item/food/grown/harebell,
@@ -41635,6 +41595,17 @@
},
/turf/open/floor/grass,
/area/station/service/hydroponics/garden)
+"lLP" = (
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 1;
+ height = 13;
+ name = "arrivals";
+ shuttle_id = "arrivals_stationary";
+ width = 5
+ },
+/turf/open/space/basic,
+/area/space)
"lLU" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -41668,6 +41639,12 @@
/obj/effect/turf_decal/tile/bar/opposingcorners,
/turf/open/floor/iron,
/area/station/service/bar)
+"lMt" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/landmark/start/cook,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"lMx" = (
/obj/machinery/door/airlock/maintenance{
critical_machine = 1;
@@ -41679,6 +41656,17 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical/central)
+"lMC" = (
+/obj/machinery/door/window/left/directional/east{
+ name = "Medbay Deliveries";
+ req_access = list("medical")
+ },
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/machinery/door/firedoor,
+/obj/structure/sign/calendar/directional/south,
+/obj/effect/turf_decal/delivery/blue,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/storage)
"lML" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/curtain/cloth/fancy/mechanical{
@@ -41692,6 +41680,14 @@
"lMS" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/port)
+"lMT" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/start/bitrunner,
+/turf/open/floor/iron/dark/textured,
+/area/station/cargo/bitrunning/den)
"lMZ" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/machinery/computer/pod/old/mass_driver_controller/ordnancedriver{
@@ -41806,6 +41802,13 @@
/obj/machinery/power/smes,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/solars/starboard/aft)
+"lOC" = (
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"lOV" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/delivery,
@@ -41866,6 +41869,10 @@
},
/turf/open/floor/plating,
/area/station/service/barber)
+"lPC" = (
+/obj/structure/sign/warning/secure_area/directional/north,
+/turf/open/space/basic,
+/area/space/nearstation)
"lPJ" = (
/obj/effect/mapping_helpers/airlock/unres{
dir = 1
@@ -41944,6 +41951,16 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/pod/dark,
/area/station/engineering/storage/tech)
+"lQl" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/computer/security/telescreen/ce/directional/west,
+/turf/open/floor/iron/smooth_edge{
+ dir = 4
+ },
+/area/station/security/checkpoint/engineering)
"lQo" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/obj/structure/extinguisher_cabinet/directional/south,
@@ -41987,12 +42004,26 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/lockers)
+"lQG" = (
+/obj/structure/sign/poster/contraband/mothic_rations,
+/turf/closed/wall,
+/area/station/service/kitchen)
"lQK" = (
/obj/structure/railing,
/obj/structure/bed,
/obj/structure/fluff/beach_umbrella/cap,
/turf/open/floor/iron/white/small,
/area/station/common/pool)
+"lQM" = (
+/obj/structure/rack,
+/obj/effect/turf_decal/tile/dark_red/anticorner{
+ dir = 1
+ },
+/obj/machinery/requests_console/auto_name/directional/north,
+/obj/effect/turf_decal/delivery,
+/obj/effect/spawner/random/armory/disablers,
+/turf/open/floor/engine,
+/area/station/ai_monitored/security/armory)
"lQO" = (
/obj/effect/turf_decal/bot_white/left,
/obj/effect/turf_decal/tile/neutral{
@@ -42039,6 +42070,14 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/hallway/primary/aft)
+"lRC" = (
+/obj/effect/turf_decal/skyrat_decals/enclave/top/middle{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line,
+/obj/effect/turf_decal/trimline/blue/mid_joiner,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"lRD" = (
/obj/effect/turf_decal/stripes/white/line{
color = "#52B4E9";
@@ -42341,6 +42380,13 @@
},
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos)
+"lUS" = (
+/obj/machinery/conveyor{
+ id = "mining";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"lUZ" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -42638,18 +42684,6 @@
},
/turf/open/floor/wood/large,
/area/station/security/courtroom)
-"lYC" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/iron/smooth,
-/area/station/maintenance/department/electrical)
"lYN" = (
/obj/structure/disposalpipe/junction/flip{
dir = 2
@@ -42675,6 +42709,17 @@
dir = 4
},
/area/station/engineering/atmos)
+"lZd" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_edge{
+ dir = 4
+ },
+/area/station/command/gateway)
"lZg" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/port/central)
@@ -42920,6 +42965,16 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
+"mdF" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/door/window/right/directional/north{
+ name = "Jim Norton's Quebecois Coffee";
+ req_one_access = list("service","maint_tunnels")
+ },
+/turf/open/floor/wood,
+/area/station/hallway/secondary/entry)
"mdG" = (
/obj/structure/window/spawner/directional/north,
/mob/living/basic/lizard/tegu/gus,
@@ -43085,6 +43140,17 @@
/obj/item/kirbyplants/random,
/turf/open/floor/wood/large,
/area/station/commons/dorms)
+"mgl" = (
+/obj/structure/table/reinforced/rglass,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/item/paper_bin{
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_y = 4
+ },
+/turf/open/floor/carpet/purple,
+/area/station/command/heads_quarters/rd)
"mgm" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 8
@@ -43310,6 +43376,15 @@
dir = 8
},
/area/station/security/prison)
+"mjC" = (
+/obj/structure/window/reinforced/survival_pod/spawner/directional/north,
+/obj/machinery/door/window/survival_pod/left/directional/west{
+ name = "Fitness Ring"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/floor,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/commons/fitness/recreation/entertainment)
"mjG" = (
/obj/item/folder/blue{
pixel_y = 4
@@ -43450,18 +43525,6 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/hallway/primary/aft)
-"mkD" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/green/filled/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/directional/north,
-/turf/open/floor/iron/edge,
-/area/station/service/hydroponics)
"mkK" = (
/obj/effect/turf_decal/trimline/dark_red/filled/corner{
dir = 8
@@ -43557,6 +43620,20 @@
/obj/machinery/light/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/heads_quarters/qm)
+"mna" = (
+/obj/structure/plasticflaps{
+ name = "Deliveries"
+ },
+/obj/structure/window/reinforced/spawner/directional/west{
+ pixel_x = -4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/window/right/directional/north{
+ name = "Deliveries";
+ req_access = list("shipping")
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/sorting)
"mnf" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 1
@@ -43840,6 +43917,16 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/ordnance/office)
+"mry" = (
+/obj/machinery/requests_console/directional/south{
+ department = "Law Office";
+ name = "Law Office Requests Console";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/grimy,
+/area/station/service/lawoffice)
"mrL" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/wood{
@@ -43982,14 +44069,6 @@
/mob/living/basic/trooper/syndicate/melee,
/turf/open/floor/wood,
/area/station/maintenance/rus_gambling)
-"muZ" = (
-/obj/structure/closet/bombcloset,
-/obj/effect/turf_decal/trimline/dark_red/filled/line{
- dir = 5
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/smooth,
-/area/station/science/ordnance)
"mvb" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -44014,17 +44093,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/construction/mining/aux_base)
-"mvu" = (
-/obj/machinery/power/shieldwallgen/xenobiologyaccess,
-/obj/structure/cable,
-/obj/machinery/button/door/directional/west{
- id = "Xtestlab";
- name = "Secure Creature Pen Blast Door";
- req_access = list("xenobiology")
- },
-/obj/structure/sign/warning/gas_mask/directional/west,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"mvz" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning,
/obj/structure/disposalpipe/segment{
@@ -44075,6 +44143,26 @@
/obj/machinery/light/warm/directional/west,
/turf/open/floor/wood/large,
/area/station/service/library)
+"mwN" = (
+/obj/structure/table/wood/fancy/royalblue,
+/obj/item/stack/spacecash/c500,
+/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{
+ pixel_x = 6;
+ pixel_y = 19
+ },
+/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{
+ pixel_x = -1;
+ pixel_y = 12
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/obj/machinery/camera/motion/directional/west{
+ c_tag = "Vault";
+ network = list("vault")
+ },
+/obj/item/piggy_bank/vault,
+/turf/open/floor/engine,
+/area/station/ai_monitored/command/nuke_storage)
"mwP" = (
/obj/structure/closet/emcloset/wall{
pixel_y = 32
@@ -44162,6 +44250,12 @@
dir = 8
},
/area/station/science/xenobiology)
+"mxD" = (
+/obj/structure/chair/wood{
+ dir = 4
+ },
+/turf/open/floor/carpet/executive,
+/area/station/command/heads_quarters/hop)
"mxK" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 8
@@ -44176,17 +44270,6 @@
dir = 4
},
/area/station/science/research)
-"mxN" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/dark/smooth_edge{
- dir = 4
- },
-/area/station/command/gateway)
"mxQ" = (
/obj/effect/turf_decal/weather/snow,
/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible{
@@ -44502,10 +44585,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/disposal/incinerator)
-"mCK" = (
-/obj/vehicle/sealed/mecha/ripley/paddy/preset,
-/turf/open/floor/iron/recharge_floor,
-/area/station/security/office)
"mCM" = (
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/obj/effect/mapping_helpers/airlock/unres{
@@ -44536,6 +44615,10 @@
/obj/effect/landmark/start/janitor,
/turf/open/floor/noslip,
/area/station/service/janitor)
+"mDb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningoffice)
"mDd" = (
/obj/structure/reagent_dispensers/plumbed{
name = "virology water reservoir"
@@ -44623,6 +44706,10 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"mEa" = (
+/obj/structure/trash_pile,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/cargo/bitrunning/den)
"mEl" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -44732,23 +44819,6 @@
/obj/structure/sign/poster/contraband/communist_state/directional/east,
/turf/open/floor/wood,
/area/station/maintenance/rus_gambling)
-"mFX" = (
-/obj/structure/table,
-/obj/item/plate/large,
-/obj/item/plate,
-/obj/item/plate/small{
- pixel_y = 1
- },
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/item/reagent_containers/condiment/enzyme{
- pixel_x = 10;
- pixel_y = 18
- },
-/obj/item/knife/butcher{
- pixel_x = 5
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"mGv" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -44922,10 +44992,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood/large,
/area/station/security/courtroom)
-"mIH" = (
-/obj/effect/decal/cleanable/blood/xtracks,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"mII" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 10
@@ -44961,6 +45027,22 @@
/obj/machinery/newscaster/directional/north,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/fore)
+"mJw" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/package_wrap,
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil,
+/obj/item/stock_parts/power_store/battery/high,
+/obj/item/radio/intercom/directional/east,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/obj/machinery/light/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/construction/mining/aux_base)
"mJy" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -45033,6 +45115,17 @@
},
/turf/open/floor/grass,
/area/station/service/chapel)
+"mKK" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/machinery/status_display/ai/directional/north,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"mKU" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -45219,6 +45312,38 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen/abandoned)
+"mMO" = (
+/obj/machinery/button/flasher{
+ id = "hopflash";
+ pixel_x = 6;
+ pixel_y = 34
+ },
+/obj/machinery/pdapainter,
+/obj/machinery/button/door/directional/north{
+ id = "hopqueue";
+ name = "Queue Shutters Control";
+ pixel_x = -6;
+ req_access = list("hop")
+ },
+/obj/machinery/button/door/directional/north{
+ id = "hop";
+ name = "Privacy Shutters Control";
+ pixel_x = 6;
+ req_access = list("hop")
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/machinery/keycard_auth/directional/west{
+ pixel_y = 25
+ },
+/obj/machinery/button/ticket_machine{
+ pixel_x = -6;
+ pixel_y = 36
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/wood/large,
+/area/station/command/heads_quarters/hop)
"mMS" = (
/obj/structure/chair/office{
dir = 8
@@ -45247,6 +45372,15 @@
/obj/effect/turf_decal/tile/yellow/half,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
+"mNb" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 4
+ },
+/area/station/science/xenobiology)
"mNz" = (
/obj/structure/rack,
/obj/effect/turf_decal/bot,
@@ -45280,6 +45414,17 @@
/obj/effect/mapping_helpers/airlock/access/all/service/general,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/greater)
+"mNK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/fake_stairs/directional/north,
+/obj/effect/landmark/start/cook,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"mNO" = (
/obj/effect/turf_decal/bot,
/obj/machinery/portable_atmospherics/canister/air,
@@ -45389,6 +45534,19 @@
/obj/item/radio/intercom/prison/directional/north,
/turf/open/floor/iron/dark/smooth_edge,
/area/station/security/prison)
+"mPf" = (
+/obj/structure/table,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 8;
+ id = "kitchen_counter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/structure/displaycase/forsale/kitchen{
+ pixel_y = 8
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/service/kitchen)
"mPl" = (
/obj/item/radio/intercom/directional/south,
/obj/structure/chair/comfy/brown{
@@ -45680,6 +45838,15 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/white/smooth_large,
/area/station/hallway/primary/fore)
+"mTM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/brown/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningdock)
"mTO" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -45704,6 +45871,22 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/checker,
/area/station/service/theater)
+"mTV" = (
+/obj/machinery/airalarm/directional/west,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_y = 4
+ },
+/turf/open/floor/iron/smooth_edge{
+ dir = 4
+ },
+/area/station/cargo/drone_bay)
"mTW" = (
/obj/structure/disposaloutlet{
dir = 8
@@ -45714,12 +45897,6 @@
/obj/effect/turf_decal/box,
/turf/open/floor/plating/airless,
/area/space/nearstation)
-"mTY" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 5
- },
-/turf/open/floor/iron/dark/textured,
-/area/station/cargo/bitrunning/den)
"mUp" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/mess,
@@ -45825,11 +46002,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
-"mVt" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"mVv" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 5
@@ -45919,6 +46091,18 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/lobby)
+"mWy" = (
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 6
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/atmos)
"mWD" = (
/obj/machinery/griddle,
/obj/structure/extinguisher_cabinet/directional/east,
@@ -46118,6 +46302,25 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/heads_quarters/blueshield)
+"mYH" = (
+/obj/structure/table,
+/obj/item/food/ready_donk/mac_n_cheese{
+ pixel_y = 3;
+ pixel_x = 2
+ },
+/obj/item/food/ready_donk/nachos_grandes{
+ pixel_y = 7
+ },
+/obj/item/food/ready_donk/donkhiladas{
+ pixel_y = 11;
+ pixel_x = 1
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 6
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/bitrunning/den)
"mYL" = (
/obj/effect/turf_decal/trimline/red/filled/warning{
dir = 1
@@ -46396,16 +46599,6 @@
/obj/item/storage/fancy/donut_box,
/turf/open/floor/carpet/blue,
/area/station/command/bridge)
-"ncR" = (
-/obj/structure/closet/bombcloset,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/dark_red/filled/line{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/light/cold/directional/north,
-/turf/open/floor/iron/smooth_edge,
-/area/station/science/ordnance)
"ncU" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 4
@@ -46458,6 +46651,19 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/iron/smooth,
/area/station/maintenance/aft)
+"neg" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/start/hangover,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"nel" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/landmark/start/hangover,
@@ -46496,6 +46702,26 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical)
+"neW" = (
+/obj/machinery/airalarm/directional/south,
+/obj/structure/rack,
+/obj/effect/turf_decal/trimline/dark_red/filled/line,
+/obj/item/pipe_dispenser,
+/obj/item/analyzer,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/science/ordnance)
+"nfb" = (
+/obj/effect/turf_decal/skyrat_decals/enclave/bottom/left{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner{
+ dir = 4
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"nfr" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -46570,6 +46796,20 @@
/obj/structure/grille,
/turf/closed/wall/r_wall/rust,
/area/station/engineering/atmos)
+"nhi" = (
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 8
+ },
+/area/station/medical/medbay/lobby)
"nho" = (
/obj/effect/landmark/event_spawn,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -46699,6 +46939,27 @@
dir = 8
},
/area/station/security/checkpoint/customs)
+"nja" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/serviette_pack{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/condiment/saltshaker{
+ desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/reagent_containers/condiment/peppermill{
+ desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
+ pixel_x = -8;
+ pixel_y = 2
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"njb" = (
/obj/structure/cable,
/obj/structure/chair/stool/directional/east,
@@ -46780,38 +47041,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_edge,
/area/station/security/interrogation)
-"njQ" = (
-/obj/structure/table/reinforced,
-/obj/item/folder/white{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/obj/structure/desk_bell{
- pixel_x = 7;
- pixel_y = 6
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chemistry_shutters_south";
- name = "Pharmacy Shutters"
- },
-/obj/machinery/door/window/left/directional/west,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/pharmacy)
"njV" = (
/obj/effect/turf_decal/trimline/dark_green/filled/line{
dir = 5
@@ -46853,6 +47082,10 @@
"nkn" = (
/turf/closed/wall/r_wall,
/area/station/security/office)
+"nko" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"nku" = (
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/all/engineering/ce,
@@ -46933,10 +47166,6 @@
dir = 4
},
/area/station/security/prison/work)
-"nlj" = (
-/obj/effect/decal/cleanable/xenoblood,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"nll" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 8
@@ -47091,6 +47320,10 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/range)
+"nnl" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"nnm" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -47204,26 +47437,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/small,
/area/station/commons/dorms)
-"npo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/start/hangover,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=hall17";
- location = "hall16"
- },
-/obj/effect/turf_decal/skyrat_decals/enclave/bottom/middle{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/blue/mid_joiner{
- dir = 1
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"npI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -47318,15 +47531,6 @@
},
/turf/open/floor/wood/large,
/area/station/hallway/primary/fore)
-"nqU" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/brown/filled/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningdock)
"nrb" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -47442,6 +47646,17 @@
/obj/machinery/light/directional/north,
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/lobby)
+"ntl" = (
+/obj/effect/turf_decal/trimline/brown/filled/line,
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/box,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/cargo/miningdock)
"ntn" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -47532,6 +47747,12 @@
/obj/effect/turf_decal/trimline/white/end,
/turf/open/floor/wood,
/area/station/commons/dorms)
+"ntV" = (
+/obj/effect/spawner/random/bedsheet/double,
+/obj/machinery/newscaster/directional/east,
+/obj/structure/bed/double/pod,
+/turf/open/floor/carpet/cyan,
+/area/station/commons/dorms)
"ntX" = (
/obj/effect/turf_decal/trimline/red/filled/warning{
dir = 4
@@ -47791,16 +48012,6 @@
/obj/item/reagent_containers/cup/watering_can,
/turf/open/floor/iron/dark/smooth_large,
/area/station/service/hydroponics/garden)
-"nxj" = (
-/obj/effect/turf_decal/tile/blue/full,
-/obj/structure/sign/nanotrasen{
- pixel_y = 32
- },
-/turf/open/floor/iron/airless{
- icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
- icon_state = "floor1"
- },
-/area/space/nearstation)
"nxn" = (
/obj/machinery/door/airlock/rd{
name = "Research Director's Quarters"
@@ -47875,10 +48086,14 @@
/obj/effect/spawner/random/trash/moisture_trap,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/greater)
-"nyf" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/cargo/miningoffice)
+"nyh" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/flora/bush/sunny,
+/mob/living/carbon/human/species/monkey,
+/obj/structure/sign/poster/official/fruit_bowl/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/turf/open/floor/grass,
+/area/station/science/genetics)
"nyC" = (
/turf/closed/wall,
/area/station/service/hydroponics/garden)
@@ -47924,10 +48139,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/atmos)
-"nzv" = (
-/obj/machinery/griddle,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"nzw" = (
/obj/structure/rack,
/obj/item/poster/random_contraband,
@@ -48074,17 +48285,6 @@
},
/turf/closed/wall/r_wall,
/area/station/science/ordnance/burnchamber)
-"nBO" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/cargo/miningdock)
"nCl" = (
/obj/structure/chair/office/light{
dir = 4
@@ -48267,11 +48467,6 @@
/obj/item/kirbyplants/random,
/turf/open/floor/iron/vaporwave,
/area/station/service/barber)
-"nFL" = (
-/obj/machinery/mass_driver/chapelgun,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/pod/dark,
-/area/station/service/chapel/funeral)
"nFQ" = (
/obj/machinery/barsign/all_access/directional/north,
/obj/machinery/light/warm/directional/north,
@@ -48365,19 +48560,6 @@
/obj/effect/spawner/random/trash/grille_or_waste,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/science/research/abandoned)
-"nGR" = (
-/obj/structure/chair/sofa/corp/right{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/obj/machinery/light/small/directional/west,
-/obj/effect/landmark/start/bitrunner,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/cargo/bitrunning/den)
"nGX" = (
/obj/structure/chair/sofa/right/brown{
dir = 8
@@ -48511,6 +48693,23 @@
/obj/effect/turf_decal/tile/blue/fourcorners,
/turf/open/floor/iron/freezer,
/area/station/security/checkpoint/medical)
+"nJi" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ dir = 4;
+ location = "QM #4"
+ },
+/obj/effect/turf_decal/box,
+/mob/living/simple_animal/bot/mulebot{
+ home_destination = "QM #1";
+ suffix = "#1"
+ },
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/storage)
"nJj" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -48704,11 +48903,16 @@
/obj/effect/spawner/random/maintenance/eight,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/warehouse)
-"nMk" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
+"nMn" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/skyrat_decals/enclave/top/right{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"nMr" = (
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/aft)
@@ -48815,6 +49019,21 @@
/obj/machinery/light/warm/directional/south,
/turf/open/floor/wood,
/area/station/hallway/secondary/entry)
+"nNe" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/skyrat_decals/enclave/middle/left{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/mid_joiner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"nNB" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -48992,17 +49211,6 @@
},
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
-"nPC" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/dark_green/diagonal_centre,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron/white/diagonal,
-/area/station/medical/medbay/central)
"nPI" = (
/obj/structure/chair/stool/directional/north,
/turf/open/floor/iron/grimy,
@@ -49031,12 +49239,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/crew_quarters/bar)
-"nQh" = (
-/obj/structure/bed/double,
-/obj/effect/spawner/random/bedsheet/double,
-/obj/machinery/newscaster/directional/east,
-/turf/open/floor/carpet/black,
-/area/station/commons/dorms)
"nQj" = (
/obj/machinery/cryopod{
dir = 1
@@ -49112,6 +49314,13 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/carpet/cyan,
/area/station/commons/dorms)
+"nRb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/dark_red/filled/corner,
+/turf/open/floor/iron/smooth_corner,
+/area/station/science/ordnance)
"nRd" = (
/obj/effect/spawner/random/structure/crate_abandoned,
/turf/open/floor/plating,
@@ -49137,13 +49346,6 @@
dir = 4
},
/area/station/science/xenobiology)
-"nRy" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"nRz" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -49188,6 +49390,42 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/fore)
+"nRP" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
+ dir = 8
+ },
+/obj/machinery/button/door/directional/west{
+ id = "xenobio3";
+ name = "Xenobio Pen 3 Blast Door";
+ req_access = list("xenobiology")
+ },
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 4
+ },
+/area/station/science/xenobiology)
+"nRS" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder{
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/obj/item/reagent_containers/cup/beaker{
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/reagent_containers/cup/beaker{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"nRV" = (
/obj/structure/closet/secure_closet{
name = "contraband locker";
@@ -49228,15 +49466,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/white/diagonal,
/area/station/science/research)
-"nSB" = (
-/obj/structure/railing{
- dir = 9
- },
-/obj/effect/turf_decal/trimline/green/filled/line{
- dir = 9
- },
-/turf/open/floor/iron/corner,
-/area/station/hallway/primary/central)
"nSE" = (
/obj/machinery/light/warm/directional/north,
/obj/effect/turf_decal/siding/green,
@@ -49352,13 +49581,12 @@
/obj/structure/window/reinforced/survival_pod/spawner/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/commons/fitness/recreation/entertainment)
-"nTI" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
+"nTN" = (
+/obj/structure/bed/double,
+/obj/effect/spawner/random/bedsheet/double,
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/carpet,
+/area/station/commons/dorms)
"nTS" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -49497,6 +49725,15 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/smooth,
/area/station/engineering/power_room)
+"nVc" = (
+/obj/structure/chair/plastic,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/effect/landmark/start/bitrunner,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/bitrunning/den)
"nVD" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/trimline/dark_red/filled/line{
@@ -49512,20 +49749,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/science/auxlab/firing_range)
-"nVG" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/turf_decal/box,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio5";
- name = "Xenobio Pen 5 Blast Door"
- },
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"nVO" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/iron/dark,
@@ -49730,18 +49953,6 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"nYG" = (
-/obj/machinery/computer/order_console/cook,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/brown/filled/mid_joiner{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/brown/filled/mid_joiner,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/smooth_large,
-/area/station/hallway/secondary/service)
"nYI" = (
/obj/effect/landmark/secequipment,
/obj/structure/sign/poster/official/random/directional/north,
@@ -49770,6 +49981,16 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/smooth_edge,
/area/station/cargo/warehouse)
+"nYZ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/smooth,
+/area/station/engineering/atmos)
"nZg" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/obj/structure/disposalpipe/segment,
@@ -49846,26 +50067,6 @@
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/brig)
-"oaL" = (
-/obj/structure/table/wood,
-/obj/item/taperecorder{
- pixel_x = 7;
- pixel_y = 14
- },
-/obj/item/paper_bin{
- pixel_y = 2;
- pixel_x = 6
- },
-/obj/item/pen{
- pixel_y = 2;
- pixel_x = 6
- },
-/obj/item/flashlight/lamp{
- pixel_x = -5;
- pixel_y = 2
- },
-/turf/open/floor/iron/grimy,
-/area/station/service/lawoffice)
"oaZ" = (
/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
dir = 9
@@ -49885,18 +50086,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/wood/large,
/area/station/hallway/secondary/entry)
-"obz" = (
-/obj/effect/turf_decal/trimline/green/filled/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/sink/directional/south,
-/obj/effect/turf_decal/siding/green,
-/obj/machinery/firealarm/directional/north{
- pixel_x = -6
- },
-/turf/open/floor/iron/edge,
-/area/station/service/hydroponics)
"ocb" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -49967,16 +50156,6 @@
dir = 4
},
/area/station/medical/surgery)
-"ocK" = (
-/obj/structure/table,
-/obj/item/storage/bag/tray{
- pixel_y = 3
- },
-/obj/item/food/dough{
- pixel_y = 5
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"ocV" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -50051,6 +50230,28 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/station/science/xenobiology)
+"oeu" = (
+/obj/structure/table/wood/fancy/black,
+/obj/item/reagent_containers/cup/glass/bottle/goldschlager{
+ pixel_x = -8;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{
+ pixel_x = 8;
+ pixel_y = -1
+ },
+/obj/machinery/requests_console/directional/east{
+ department = "Bar";
+ name = "Bar Requests Console";
+ pixel_x = -30
+ },
+/obj/effect/mapping_helpers/requests_console/supplies,
+/obj/effect/turf_decal/tile/bar/opposingcorners,
+/obj/item/reagent_containers/cup/glass/bottle/champagne{
+ pixel_y = -2
+ },
+/turf/open/floor/iron,
+/area/station/service/bar)
"oew" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
@@ -50294,6 +50495,17 @@
/obj/structure/table/wood,
/turf/open/floor/carpet/cyan,
/area/station/command/heads_quarters/blueshield)
+"ohm" = (
+/obj/machinery/atmospherics/components/binary/crystallizer{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron/smooth_edge{
+ dir = 1
+ },
+/area/station/engineering/atmos)
"ohz" = (
/obj/machinery/light/cold/directional/north,
/obj/effect/turf_decal/trimline/white/end,
@@ -50316,22 +50528,6 @@
/obj/item/storage/belt/utility,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos)
-"ohN" = (
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/rods/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/electronics/airlock,
-/obj/item/electronics/airlock,
-/obj/item/stock_parts/power_store/battery/high,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 30
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/closet/crate/engineering,
-/turf/open/floor/engine,
-/area/station/engineering/main)
"ohO" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 4
@@ -50395,6 +50591,32 @@
},
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
+"oix" = (
+/obj/effect/turf_decal/trimline/red/filled/line,
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_x = 6;
+ pixel_y = 4
+ },
+/obj/machinery/requests_console/directional/north{
+ department = "Security";
+ name = "Security Requests Console";
+ pixel_y = -32
+ },
+/obj/effect/mapping_helpers/requests_console/supplies,
+/obj/effect/mapping_helpers/requests_console/assistance,
+/obj/machinery/light/warm/directional/south,
+/obj/machinery/camera/directional/south{
+ c_tag = "Security - Office Aft"
+ },
+/obj/item/radio{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/turf/open/floor/iron/dark/smooth_edge{
+ dir = 1
+ },
+/area/station/security/office)
"oiR" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
@@ -50423,6 +50645,15 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
+"oiY" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/structure/closet/secure_closet/miner,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/miningdock)
"oiZ" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 8
@@ -50571,37 +50802,11 @@
/obj/effect/spawner/random/structure/steam_vent,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/crew_quarters/bar)
-"okY" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/effect/turf_decal/siding/dark/corner{
- dir = 8
- },
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"olf" = (
/obj/effect/decal/cleanable/blood/old,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/greater)
-"olm" = (
-/obj/structure/table,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "kitchen_counter";
- name = "Kitchen Counter Shutters"
- },
-/obj/structure/desk_bell{
- pixel_x = 7;
- pixel_y = 10
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/service/kitchen)
"olo" = (
/obj/structure/chair/office{
dir = 8
@@ -50633,13 +50838,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood/parquet,
/area/station/common/night_club)
-"olG" = (
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"olS" = (
/obj/structure/bodycontainer/crematorium{
id = "crematoriumChapel"
@@ -50685,6 +50883,15 @@
/obj/item/flashlight/flare/candle,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/crew_quarters/bar)
+"omB" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 9
+ },
+/turf/open/floor/iron/corner,
+/area/station/hallway/primary/central)
"omI" = (
/obj/machinery/door/airlock/maintenance{
name = "Old Bar"
@@ -50715,12 +50922,31 @@
/obj/structure/sign/departments/aisat/directional/west,
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/aisat/foyer)
+"onu" = (
+/obj/effect/turf_decal/skyrat_decals/enclave/middle/left{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 4
+ },
+/obj/effect/landmark/start/paramedic,
+/obj/effect/turf_decal/trimline/blue/mid_joiner{
+ dir = 4
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"onB" = (
/obj/effect/turf_decal/tile/red/full,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/landmark/event_spawn,
/turf/open/floor/pod/dark,
/area/station/service/chapel/office)
+"onC" = (
+/obj/structure/bed/double,
+/obj/effect/spawner/random/bedsheet/double,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/station/maintenance/department/science/xenobiology)
"onJ" = (
/obj/effect/turf_decal/bot,
/obj/machinery/light/cold/directional/south,
@@ -51055,14 +51281,6 @@
/obj/machinery/meter,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
-"orN" = (
-/obj/effect/turf_decal/skyrat_decals/enclave/top/left{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner,
-/obj/effect/landmark/start/hangover,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"orT" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
@@ -51193,6 +51411,14 @@
"otw" = (
/turf/closed/wall/r_wall,
/area/station/science/ordnance/freezerchamber)
+"otC" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/bot,
+/obj/machinery/light/directional/south,
+/turf/open/floor/wood/large,
+/area/station/security/courtroom)
"otQ" = (
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/obj/machinery/door/airlock/maintenance{
@@ -51235,31 +51461,6 @@
dir = 1
},
/area/station/hallway/primary/aft)
-"ouL" = (
-/obj/structure/table,
-/obj/item/stock_parts/micro_laser{
- pixel_x = -6;
- pixel_y = 4
- },
-/obj/item/stock_parts/micro_laser{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/stock_parts/micro_laser{
- pixel_x = 2
- },
-/obj/item/stock_parts/micro_laser{
- pixel_x = 6;
- pixel_y = -2
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/cargo/drone_bay)
"ouX" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -51395,24 +51596,11 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/engine)
-"owP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/green/visible,
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/effect/turf_decal/trimline/blue/filled/line,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/atmos)
-"owU" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/light/directional/north,
-/turf/open/floor/wood/large,
-/area/station/security/courtroom)
+"owG" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/cargo/sorting)
"oxa" = (
/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
/turf/closed/wall,
@@ -51505,13 +51693,6 @@
"oyg" = (
/turf/open/floor/engine,
/area/station/science/explab)
-"oym" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/effect/turf_decal/trimline/dark_blue/filled/line{
- dir = 6
- },
-/turf/open/floor/iron/dark,
-/area/station/hallway/secondary/exit/departure_lounge)
"oyq" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/external{
@@ -51768,14 +51949,6 @@
"oCl" = (
/turf/closed/wall/r_wall,
/area/station/engineering/supermatter/room)
-"oCm" = (
-/obj/structure/sign/warning/vacuum/directional/north,
-/obj/machinery/conveyor/inverted{
- dir = 6;
- id = "mining"
- },
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
"oCo" = (
/obj/structure/railing/corner{
dir = 4
@@ -52023,26 +52196,6 @@
dir = 1
},
/area/station/science/research)
-"oFQ" = (
-/obj/structure/table/wood/fancy/royalblue,
-/obj/item/stack/spacecash/c500,
-/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{
- pixel_x = 6;
- pixel_y = 19
- },
-/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{
- pixel_x = -1;
- pixel_y = 12
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/obj/machinery/camera/motion/directional/west{
- c_tag = "Vault";
- network = list("vault")
- },
-/obj/item/piggy_bank/vault,
-/turf/open/floor/engine,
-/area/station/ai_monitored/command/nuke_storage)
"oFU" = (
/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{
name = "Burn Chamber Exterior Airlock"
@@ -52094,11 +52247,6 @@
},
/turf/open/floor/engine,
/area/station/science/xenobiology)
-"oGH" = (
-/obj/machinery/light/cold/directional/south,
-/obj/machinery/computer/security/telescreen/minisat/directional/south,
-/turf/open/floor/circuit,
-/area/station/ai_monitored/turret_protected/aisat/foyer)
"oGI" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -52117,16 +52265,6 @@
/obj/machinery/light/cold/directional/west,
/turf/open/floor/iron/dark/small,
/area/station/security/prison/garden)
-"oGX" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 5
- },
-/obj/machinery/light/small/directional/east,
-/obj/structure/sign/poster/contraband/random/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/bitrunning/den)
"oHc" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -52249,6 +52387,11 @@
/obj/structure/noticeboard/directional/south,
/turf/open/floor/iron/smooth,
/area/station/maintenance/aft/greater)
+"oIE" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
"oIJ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/obj/effect/turf_decal/trimline/blue/filled/corner{
@@ -52269,6 +52412,11 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
+"oJu" = (
+/obj/effect/landmark/observer_start,
+/obj/effect/turf_decal/plaque,
+/turf/open/floor/iron/large,
+/area/station/hallway/primary/fore)
"oJw" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/obj/machinery/door/firedoor,
@@ -52291,16 +52439,6 @@
dir = 1
},
/area/station/hallway/secondary/construction)
-"oJI" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/skyrat_decals/enclave/top/right{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner{
- dir = 8
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"oJT" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 4
@@ -52378,6 +52516,35 @@
"oLo" = (
/turf/closed/wall/r_wall,
/area/station/security/checkpoint/supply)
+"oLp" = (
+/obj/structure/table,
+/obj/item/storage/medkit/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/medkit/o2,
+/obj/item/storage/medkit/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/status_display/evac/directional/west,
+/obj/machinery/digital_clock/directional/north{
+ pixel_y = 37
+ },
+/obj/effect/turf_decal/trimline/dark_blue/filled,
+/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner,
+/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/dark_blue/filled/mid_joiner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/medical/storage)
"oLK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -52469,6 +52636,19 @@
},
/turf/open/floor/iron/grimy,
/area/station/commons/dorms)
+"oMQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Telecomms Foyer"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/landmark/navigate_destination/tcomms,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms,
+/obj/effect/mapping_helpers/airlock/access/any/command/general,
+/turf/open/floor/engine,
+/area/station/tcommsat/computer)
"oMY" = (
/obj/effect/turf_decal/trimline/blue/filled/line,
/obj/structure/sign/departments/medbay/alt/directional/south,
@@ -52583,24 +52763,6 @@
dir = 1
},
/area/station/hallway/primary/fore)
-"oOw" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/effect/turf_decal/box,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
-"oOG" = (
-/obj/structure/sign/warning/electric_shock/directional/north,
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable,
-/turf/open/floor/circuit/green/telecomms/mainframe,
-/area/station/tcommsat/server)
"oOK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table/wood,
@@ -52644,27 +52806,6 @@
/obj/machinery/light/warm/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/atmos)
-"oPu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 8
- },
-/obj/machinery/button/door/directional/west{
- id = "xenobio4";
- name = "Xenobio Pen 4 Blast Door";
- req_access = list("xenobiology")
- },
-/turf/open/floor/iron/white/smooth_edge{
- dir = 4
- },
-/area/station/science/xenobiology)
"oPM" = (
/obj/machinery/vending/wardrobe/det_wardrobe,
/turf/open/floor/carpet,
@@ -52866,6 +53007,19 @@
/obj/effect/spawner/random/structure/grille,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/lesser)
+"oSF" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/skyrat_decals/enclave/middle/right{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/blue/mid_joiner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"oSK" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/wood{
@@ -52975,11 +53129,6 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/command/nuke_storage)
-"oUb" = (
-/obj/machinery/firealarm/directional/west,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/stairs,
-/area/station/cargo/bitrunning/den)
"oUl" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -53195,22 +53344,22 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/heads_quarters/ce)
-"oWu" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 9
+"oWo" = (
+/obj/structure/table/reinforced/rglass,
+/obj/item/storage/photo_album,
+/obj/item/camera{
+ pixel_x = -4;
+ pixel_y = 6
},
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_y = 4
+/obj/effect/turf_decal/siding/dark_blue{
+ dir = 8
},
-/obj/item/pen{
- pixel_y = 4
+/obj/effect/turf_decal/tile/blue/half{
+ dir = 4
},
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/light/directional/north,
-/obj/machinery/computer/security/telescreen/tcomms/directional/west,
-/turf/open/floor/iron/smooth,
-/area/station/security/checkpoint/engineering)
+/obj/machinery/computer/security/telescreen/minisat/directional/west,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/bridge)
"oWD" = (
/obj/structure/flora/bush/pointy/style_random,
/obj/structure/flora/bush/sparsegrass/style_random,
@@ -53274,20 +53423,6 @@
},
/turf/open/floor/grass,
/area/station/command/heads_quarters/nt_rep)
-"oXF" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/turf_decal/box,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "Xenobio Pen 7 Blast Door"
- },
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"oXG" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/trash/popcorn,
@@ -53765,6 +53900,21 @@
/obj/machinery/incident_display/delam,
/turf/closed/wall/r_wall,
/area/station/security/checkpoint/engineering)
+"pdo" = (
+/obj/machinery/button/door/directional/south{
+ id = "kitchen_counter";
+ name = "Counter Shutters Control"
+ },
+/obj/structure/table,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/processor{
+ pixel_y = 12
+ },
+/obj/structure/railing,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"pdt" = (
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/box,
@@ -53804,6 +53954,22 @@
},
/turf/open/floor/wood/large,
/area/station/hallway/primary/central/fore)
+"pdM" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ dir = 4;
+ location = "QM #1"
+ },
+/obj/effect/turf_decal/box,
+/mob/living/simple_animal/bot/mulebot{
+ home_destination = "QM #3";
+ suffix = "#3"
+ },
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/storage)
"pdO" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 8
@@ -53824,10 +53990,6 @@
/obj/item/folder/white,
/turf/open/floor/iron/dark/smooth_large,
/area/station/medical/morgue)
-"pei" = (
-/obj/effect/landmark/start/cook,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"pep" = (
/obj/structure/table/glass,
/obj/item/paper_bin{
@@ -53850,6 +54012,18 @@
dir = 4
},
/area/station/service/hydroponics)
+"pet" = (
+/obj/machinery/atmospherics/components/binary/pump,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_edge{
+ dir = 8
+ },
+/area/station/engineering/atmos)
"pev" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -53964,6 +54138,7 @@
dir = 1
},
/obj/effect/landmark/navigate_destination/sec,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/brig)
"pfJ" = (
@@ -54293,6 +54468,10 @@
/obj/machinery/light_switch/directional/south,
/turf/open/floor/carpet/purple,
/area/station/command/heads_quarters/rd)
+"pjm" = (
+/obj/vehicle/sealed/mecha/ripley/paddy/preset,
+/turf/open/floor/iron/recharge_floor,
+/area/station/security/office)
"pjp" = (
/obj/effect/turf_decal/trimline/green/filled/warning{
dir = 5
@@ -54348,6 +54527,20 @@
"pkp" = (
/turf/open/floor/plating,
/area/space/nearstation)
+"pkr" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/box,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio8";
+ name = "Xenobio Pen 8 Blast Door"
+ },
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"pkH" = (
/obj/structure/cable,
/obj/structure/disposalpipe/junction/flip{
@@ -54378,10 +54571,6 @@
},
/turf/open/floor/carpet/blue,
/area/station/command/bridge)
-"plc" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"plm" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 4
@@ -54491,17 +54680,6 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron/grimy,
/area/station/service/library)
-"pmM" = (
-/obj/effect/turf_decal/trimline/brown/filled/line,
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/box,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/cargo/miningdock)
"pmS" = (
/obj/machinery/light/floor,
/turf/open/floor/engine/plasma,
@@ -54572,6 +54750,33 @@
},
/turf/open/floor/iron/half,
/area/station/hallway/primary/central)
+"pnL" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/door/window/right/directional/south{
+ name = "Shuttle Deliveries";
+ req_access = list("cargo")
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/brown/half,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/line,
+/obj/effect/turf_decal/trimline/neutral/mid_joiner,
+/obj/effect/turf_decal/trimline/neutral/mid_joiner,
+/obj/effect/turf_decal/trimline/neutral/mid_joiner,
+/obj/effect/turf_decal/trimline/neutral/mid_joiner,
+/obj/effect/turf_decal/trimline/neutral/mid_joiner,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/sorting)
"pnN" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command/glass{
@@ -54632,6 +54837,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen)
+"poE" = (
+/obj/machinery/door/window/left/directional/west,
+/turf/open/floor/carpet/purple,
+/area/station/common/night_club)
"poP" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -54723,38 +54932,12 @@
"pqh" = (
/turf/closed/wall,
/area/station/cargo/warehouse)
-"pqk" = (
-/obj/structure/chair/sofa/corp/left{
- desc = "Looks like someone threw it out. Covered in donut crumbs.";
- dir = 4;
- name = "couch"
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 9
- },
-/obj/structure/sign/poster/contraband/random/directional/west,
-/obj/effect/landmark/start/bitrunner,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/bitrunning/den)
"pql" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/pod/dark,
/area/station/service/chapel/funeral)
-"pqo" = (
-/obj/structure/extinguisher_cabinet/directional/west,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/camera/directional/south{
- c_tag = "Monastery Dock";
- network = list("ss13","monastery")
- },
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable,
-/turf/open/floor/pod/light,
-/area/station/service/chapel)
"pqu" = (
/obj/structure/window/reinforced/spawner/directional/north{
pixel_y = 4
@@ -55007,21 +55190,6 @@
dir = 8
},
/area/station/engineering/atmos)
-"put" = (
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal/delivery_chute{
- dir = 1;
- name = "Prisoner Doomp"
- },
-/obj/machinery/door/window/brigdoor/left/directional/north{
- name = "Prisoner Doomp"
- },
-/obj/effect/turf_decal/bot_red,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/security/brig)
"puw" = (
/obj/structure/sign/painting/parting{
pixel_x = -32
@@ -55145,13 +55313,6 @@
/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden,
/turf/closed/wall/r_wall,
/area/station/maintenance/disposal/incinerator)
-"pws" = (
-/obj/effect/landmark/start/shaft_miner,
-/obj/effect/turf_decal/loading_area{
- dir = 1
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningdock)
"pwB" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/item/radio{
@@ -55161,6 +55322,13 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/fore)
+"pwE" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/brown/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/drone_bay)
"pwH" = (
/obj/machinery/door/airlock/command{
name = "Captain's Emergency Escape"
@@ -55175,6 +55343,30 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/command/heads_quarters/captain)
+"pwI" = (
+/obj/item/storage/cans/sixsoda,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 6
+ },
+/obj/structure/railing,
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/bitrunning/den)
+"pwP" = (
+/obj/structure/table,
+/obj/item/storage/bag/plants{
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/cup/watering_can{
+ pixel_y = 3
+ },
+/obj/machinery/newscaster/directional/south,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"pwX" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -55314,28 +55506,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
-"pzF" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/item/storage/box/trackimp{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/item/storage/box/chemimp{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/gun/energy/ionrifle{
- pixel_y = -6
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/engine,
-/area/station/ai_monitored/security/armory)
"pzG" = (
/obj/structure/table/wood,
/obj/item/restraints/handcuffs,
@@ -55447,6 +55617,19 @@
dir = 1
},
/area/station/engineering/atmos)
+"pAK" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/structure/table/reinforced/rglass,
+/obj/item/reagent_containers/cup/beaker/large,
+/obj/item/reagent_containers/cup/beaker/large,
+/obj/item/reagent_containers/dropper,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/medical/pharmacy)
"pAZ" = (
/obj/effect/turf_decal/weather/sand{
dir = 1
@@ -55491,12 +55674,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/lesser)
-"pBG" = (
-/obj/machinery/status_display/evac/directional/north,
-/obj/effect/spawner/random/vending/colavend,
-/obj/effect/turf_decal/siding/blue,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"pBQ" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 9
@@ -55504,24 +55681,6 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/space/nearstation)
-"pBR" = (
-/obj/machinery/door/airlock/engineering/glass{
- name = "Engineering Foyer"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/navigate_destination/engineering,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/lobby)
"pBZ" = (
/obj/effect/spawner/random/maintenance/two,
/turf/open/floor/plating,
@@ -55640,6 +55799,23 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/atmos/pumproom)
+"pDj" = (
+/obj/machinery/light/warm/directional/north,
+/obj/machinery/camera/directional/north{
+ c_tag = "Service - Cafeteria Fore";
+ name = "service camera"
+ },
+/obj/machinery/firealarm/directional/north{
+ pixel_x = 8
+ },
+/obj/item/radio/intercom/directional/north{
+ pixel_x = -6
+ },
+/obj/structure/table,
+/obj/item/plate,
+/obj/item/food/sausage,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"pDk" = (
/obj/structure/table/reinforced,
/obj/item/clothing/suit/utility/radiation,
@@ -55774,15 +55950,6 @@
/obj/machinery/light_switch/directional/east,
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos/storage/gas)
-"pFJ" = (
-/obj/item/storage/cans/sixsoda,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 6
- },
-/obj/structure/railing,
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/bitrunning/den)
"pGh" = (
/turf/open/floor/iron/white/smooth_large,
/area/station/hallway/primary/fore)
@@ -55879,26 +56046,6 @@
dir = 1
},
/area/station/commons/fitness/recreation/entertainment)
-"pHx" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 8
- },
-/obj/machinery/button/door/directional/west{
- id = "xenobio3";
- name = "Xenobio Pen 3 Blast Door";
- req_access = list("xenobiology")
- },
-/turf/open/floor/iron/white/smooth_edge{
- dir = 4
- },
-/area/station/science/xenobiology)
"pHz" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -56142,38 +56289,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/engine,
/area/station/ai_monitored/security/armory)
-"pLl" = (
-/obj/machinery/button/flasher{
- id = "hopflash";
- pixel_x = 6;
- pixel_y = 34
- },
-/obj/machinery/pdapainter,
-/obj/machinery/button/door/directional/north{
- id = "hopqueue";
- name = "Queue Shutters Control";
- pixel_x = -6;
- req_access = list("hop")
- },
-/obj/machinery/button/door/directional/north{
- id = "hop";
- name = "Privacy Shutters Control";
- pixel_x = 6;
- req_access = list("hop")
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/machinery/keycard_auth/directional/west{
- pixel_y = 25
- },
-/obj/machinery/button/ticket_machine{
- pixel_x = -6;
- pixel_y = 36
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/wood/large,
-/area/station/command/heads_quarters/hop)
"pLH" = (
/obj/effect/turf_decal/box/red,
/obj/structure/sign/warning/hot_temp/directional/north,
@@ -56202,6 +56317,26 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/station/maintenance/starboard/lesser)
+"pLS" = (
+/obj/structure/table/wood,
+/obj/item/taperecorder{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/item/paper_bin{
+ pixel_y = 2;
+ pixel_x = 6
+ },
+/obj/item/pen{
+ pixel_y = 2;
+ pixel_x = 6
+ },
+/obj/item/flashlight/lamp{
+ pixel_x = -5;
+ pixel_y = 2
+ },
+/turf/open/floor/iron/grimy,
+/area/station/service/lawoffice)
"pMf" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -56313,6 +56448,18 @@
dir = 1
},
/area/station/medical/medbay/lobby)
+"pNs" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/sink/directional/south,
+/obj/effect/turf_decal/siding/green,
+/obj/machinery/firealarm/directional/north{
+ pixel_x = -6
+ },
+/turf/open/floor/iron/edge,
+/area/station/service/hydroponics)
"pNw" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/cup/beaker{
@@ -56591,15 +56738,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/science/ordnance/office)
-"pSj" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/green/visible,
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/effect/turf_decal/trimline/blue/filled/line,
-/obj/machinery/status_display/evac/directional/south,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/atmos)
"pSm" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/brown/filled/line{
@@ -56646,6 +56784,10 @@
/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
/turf/open/floor/iron/smooth_large,
/area/station/science/ordnance)
+"pSF" = (
+/obj/machinery/atmospherics/components/binary/pump,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/atmos)
"pSJ" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -56818,6 +56960,14 @@
/obj/structure/table/reinforced/rglass,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/rd)
+"pWe" = (
+/obj/structure/sign/poster/random/directional/north,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/iron/large,
+/area/station/hallway/secondary/service)
"pWf" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -56843,6 +56993,16 @@
/obj/item/stack/sheet/cardboard,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/security/greater)
+"pWp" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/drone_bay)
"pWq" = (
/turf/closed/wall,
/area/station/security/courtroom)
@@ -57072,18 +57232,6 @@
/obj/structure/grille/broken,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/crew_quarters/bar)
-"pYe" = (
-/obj/structure/chair/stool/directional/west{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"pYi" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 4
@@ -57269,6 +57417,14 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/prison)
+"pZJ" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/wood/large,
+/area/station/security/courtroom)
"pZN" = (
/turf/closed/wall,
/area/station/service/bar)
@@ -57290,28 +57446,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/pod/dark,
/area/station/service/chapel)
-"qaf" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 5
- },
-/obj/machinery/light_switch/directional/east{
- pixel_y = 11
- },
-/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
- dir = 1
- },
-/obj/machinery/button/door/directional/east{
- id = "chemistry_shutters";
- name = "Shutters Control";
- req_access = list("pharmacy")
- },
-/obj/effect/turf_decal/bot_red,
-/obj/machinery/chem_dispenser,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/medical/pharmacy)
"qai" = (
/obj/effect/turf_decal/trimline/yellow/filled/corner{
dir = 8
@@ -57625,14 +57759,12 @@
},
/turf/open/floor/iron/white/small,
/area/station/common/pool)
-"qcQ" = (
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8
+"qcK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/box,
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
+/turf/closed/wall,
+/area/station/service/kitchen)
"qcR" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/dark_blue{
@@ -57877,6 +58009,18 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/hallway/primary/fore)
+"qge" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/disposaloutlet{
+ dir = 4;
+ name = "Cargo Deliveries"
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/structure/window/spawner/directional/south,
+/turf/open/floor/iron/large,
+/area/station/hallway/secondary/service)
"qgv" = (
/obj/item/radio/intercom/directional/west,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -57906,13 +58050,6 @@
"qgT" = (
/turf/open/floor/iron/white,
/area/station/hallway/primary/fore)
-"qgY" = (
-/obj/effect/turf_decal/trimline/brown/filled/line,
-/obj/structure/railing,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/cargo/bitrunning/den)
"qhe" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -58129,6 +58266,12 @@
/obj/structure/tank_holder/extinguisher,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/engine/atmos/lesser)
+"qjH" = (
+/obj/machinery/power/shuttle_engine/heater,
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/structure/window/reinforced/spawner/directional/west,
+/turf/open/floor/plating,
+/area/space/nearstation)
"qkb" = (
/obj/structure/bed/pod{
desc = "An old medical bed, just waiting for replacement with something up to date.";
@@ -58230,28 +58373,6 @@
"qlN" = (
/turf/closed/wall/r_wall,
/area/station/science/robotics/lab)
-"qlQ" = (
-/obj/item/clothing/shoes/magboots{
- pixel_x = -4
- },
-/obj/item/clothing/shoes/magboots{
- pixel_x = 3
- },
-/obj/item/clothing/shoes/magboots{
- pixel_y = 4
- },
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/rack/shelf,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/effect/turf_decal/trimline/dark_red/filled/line{
- dir = 5
- },
-/obj/machinery/light/cold/directional/west,
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/command/storage/eva)
"qlS" = (
/obj/machinery/door/airlock/research{
name = "Circuit Testing Lab"
@@ -58428,29 +58549,18 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/lesser)
-"qor" = (
-/obj/item/plate/oven_tray{
- pixel_x = -2;
- pixel_y = 1
- },
-/obj/item/plate/oven_tray{
- pixel_x = -2;
- pixel_y = 3
- },
-/obj/item/clothing/suit/apron/chef{
- pixel_y = 11
- },
-/obj/item/book/manual/wiki/cooking_to_serve_man{
- pixel_x = 3;
- pixel_y = 2
- },
-/obj/structure/table,
-/obj/item/knife/kitchen{
- pixel_x = -13;
- pixel_y = 3
+"qos" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"qoE" = (
/obj/machinery/digital_clock{
pixel_y = 5
@@ -58496,16 +58606,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/circuit,
/area/station/science/research/abandoned)
-"qoU" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/machinery/computer/security/telescreen/ce/directional/west,
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/security/checkpoint/engineering)
"qoV" = (
/obj/structure/table/wood/fancy/cyan,
/obj/effect/turf_decal/siding/wood{
@@ -58618,15 +58718,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/medical/morgue)
-"qpX" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/brown/filled/corner{
- dir = 1
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningdock)
"qqa" = (
/obj/effect/spawner/random/structure/barricade,
/turf/open/floor/iron/smooth,
@@ -58653,33 +58744,6 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/main)
-"qrc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/door/window/right/directional/south{
- name = "Shuttle Deliveries";
- req_access = list("cargo")
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/turf_decal/tile/brown/half,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/line,
-/obj/effect/turf_decal/trimline/neutral/mid_joiner,
-/obj/effect/turf_decal/trimline/neutral/mid_joiner,
-/obj/effect/turf_decal/trimline/neutral/mid_joiner,
-/obj/effect/turf_decal/trimline/neutral/mid_joiner,
-/obj/effect/turf_decal/trimline/neutral/mid_joiner,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/sorting)
"qrF" = (
/obj/effect/landmark/start/prisoner,
/turf/open/floor/iron/dark/smooth_large,
@@ -58773,19 +58837,6 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical)
-"qsW" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Telecomms Foyer"
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/landmark/navigate_destination/tcomms,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms,
-/obj/effect/mapping_helpers/airlock/access/any/command/general,
-/turf/open/floor/engine,
-/area/station/tcommsat/computer)
"qta" = (
/obj/effect/turf_decal/stripes/red/line{
dir = 4
@@ -58811,6 +58862,17 @@
/obj/effect/spawner/random/structure/crate_loot,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/science/ordnance_maint)
+"qtm" = (
+/obj/machinery/computer/security/mining{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/window/spawner/directional/west,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningdock)
"qtp" = (
/obj/machinery/door/window/left/directional/east{
name = "Justice Storage";
@@ -58827,17 +58889,6 @@
/obj/effect/turf_decal/bot_red,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/execution/education)
-"qtr" = (
-/obj/machinery/computer/shuttle/mining{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/window/spawner/directional/west,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 9
- },
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/miningdock)
"qts" = (
/obj/effect/turf_decal/trimline/purple/filled/line,
/obj/item/kirbyplants/random,
@@ -59005,15 +59056,6 @@
},
/turf/open/floor/wood/parquet,
/area/station/common/night_club)
-"qwy" = (
-/obj/structure/chair/stool/directional/west{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"qwH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -59074,6 +59116,12 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/cargo/warehouse)
+"qxK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/cold/directional/west,
+/obj/machinery/computer/security/telescreen/tcomms/directional/west,
+/turf/open/floor/engine,
+/area/station/tcommsat/computer)
"qxO" = (
/turf/closed/wall/r_wall,
/area/station/security/checkpoint/medical)
@@ -59299,13 +59347,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/hallway/primary/fore)
-"qAn" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"qAt" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
@@ -59320,14 +59361,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/cargo/storage)
-"qAA" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/flora/bush/sunny,
-/mob/living/carbon/human/species/monkey,
-/obj/structure/sign/poster/official/fruit_bowl/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/grass,
-/area/station/science/genetics)
"qAD" = (
/obj/effect/spawner/random/trash/mess,
/turf/open/floor/plating,
@@ -59403,6 +59436,24 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
+"qBO" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/hooded/ablative{
+ pixel_y = 7
+ },
+/obj/item/gun/energy/temperature/security{
+ pixel_y = 5
+ },
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/engine,
+/area/station/ai_monitored/security/armory)
"qBR" = (
/obj/structure/transit_tube,
/obj/structure/lattice,
@@ -59424,12 +59475,6 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/hallway/secondary/entry)
-"qCq" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/siding/wood,
-/obj/item/kirbyplants/random,
-/turf/open/floor/wood/large,
-/area/station/security/courtroom)
"qCB" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 4
@@ -59478,6 +59523,15 @@
"qDk" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/medical/morgue)
+"qDl" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/window/right/directional/west{
+ name = "Kitchen Deliveries";
+ req_access = list("kitchen")
+ },
+/obj/structure/window/reinforced/spawner/directional/north,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"qDp" = (
/obj/structure/chair/office/light,
/obj/effect/turf_decal/trimline/neutral/filled/warning,
@@ -59548,6 +59602,13 @@
},
/turf/open/floor/iron/large,
/area/station/service/hydroponics)
+"qEv" = (
+/obj/machinery/power/shieldwallgen/xenobiologyaccess,
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/cable,
+/obj/machinery/status_display/ai/directional/east,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"qEC" = (
/obj/structure/reagent_dispensers/watertank/high,
/obj/effect/turf_decal/stripes/line,
@@ -59594,6 +59655,12 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/smooth_large,
/area/station/hallway/primary/aft)
+"qEP" = (
+/obj/structure/bed/double,
+/obj/effect/spawner/random/bedsheet/double,
+/obj/machinery/newscaster/directional/east,
+/turf/open/floor/carpet/black,
+/area/station/commons/dorms)
"qET" = (
/obj/structure/sign/warning/fire,
/turf/closed/wall/r_wall,
@@ -59689,20 +59756,6 @@
dir = 8
},
/area/station/hallway/primary/fore)
-"qGR" = (
-/obj/structure/plasticflaps{
- name = "Deliveries"
- },
-/obj/structure/window/reinforced/spawner/directional/west{
- pixel_x = -4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/window/right/directional/north{
- name = "Deliveries";
- req_access = list("shipping")
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/sorting)
"qGT" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -59910,6 +59963,11 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"qIL" = (
+/obj/machinery/light/cold/directional/south,
+/obj/machinery/computer/security/telescreen/minisat/directional/south,
+/turf/open/floor/circuit,
+/area/station/ai_monitored/turret_protected/aisat/foyer)
"qIS" = (
/obj/effect/spawner/random/trash/grime,
/obj/effect/decal/cleanable/dirt,
@@ -60048,34 +60106,6 @@
dir = 8
},
/area/station/science/ordnance/testlab)
-"qKP" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/suit/armor/vest/alt/sec{
- pixel_y = 2
- },
-/obj/item/clothing/suit/armor/vest/alt/sec{
- pixel_x = -4;
- pixel_y = -6
- },
-/obj/item/clothing/suit/armor/vest/alt/sec{
- pixel_x = 4;
- pixel_y = -6
- },
-/obj/structure/window/reinforced/spawner/directional/north{
- pixel_y = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/tile/dark_red/half{
- dir = 4
- },
-/obj/structure/sign/nanotrasen{
- pixel_x = 32
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/engine,
-/area/station/ai_monitored/security/armory)
"qLf" = (
/obj/machinery/light_switch/directional/east,
/obj/effect/turf_decal/trimline/blue/filled/warning{
@@ -60128,6 +60158,11 @@
},
/turf/open/floor/iron/small,
/area/station/commons/dorms)
+"qLC" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/cargo/office)
"qLI" = (
/obj/structure/table/reinforced/rglass,
/obj/machinery/recharger,
@@ -60500,6 +60535,11 @@
dir = 8
},
/area/station/commons/fitness/recreation)
+"qSs" = (
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/machinery/smartfridge/drying,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"qSu" = (
/turf/open/floor/iron/large,
/area/station/hallway/primary/fore)
@@ -60552,6 +60592,28 @@
},
/turf/open/floor/wood/large,
/area/station/service/theater)
+"qSU" = (
+/obj/item/clothing/shoes/magboots{
+ pixel_x = -4
+ },
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 3
+ },
+/obj/item/clothing/shoes/magboots{
+ pixel_y = 4
+ },
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/rack/shelf,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/effect/turf_decal/trimline/dark_red/filled/line{
+ dir = 5
+ },
+/obj/machinery/light/cold/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/ai_monitored/command/storage/eva)
"qSW" = (
/obj/machinery/door/airlock/research{
name = "Research Division Access"
@@ -60650,24 +60712,6 @@
dir = 1
},
/area/station/engineering/atmos)
-"qTS" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/drone_bay)
-"qUc" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/modular_computer/preset/id{
- dir = 8
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/carpet/purple,
-/area/station/command/heads_quarters/rd)
"qUl" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -60750,17 +60794,6 @@
},
/turf/open/floor/iron/dark/small,
/area/station/security/prison/work)
-"qVb" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/security/wooden_tv{
- pixel_y = 8
- },
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/plaque/static_plaque/golden/captain{
- pixel_y = 32
- },
-/turf/open/floor/carpet/royalblue,
-/area/station/command/heads_quarters/captain)
"qVj" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -60787,6 +60820,11 @@
},
/turf/open/floor/iron/small,
/area/station/commons/dorms)
+"qVs" = (
+/turf/open/floor/iron/airless{
+ icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
+ },
+/area/space/nearstation)
"qVt" = (
/obj/machinery/status_display/supply{
pixel_x = 32
@@ -60880,18 +60918,6 @@
},
/turf/open/floor/wood/large,
/area/station/security/courtroom)
-"qWG" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 2
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/structure/plasticflaps,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/sorting)
"qWR" = (
/obj/structure/sign/warning/vacuum,
/turf/closed/wall,
@@ -60930,6 +60956,10 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/engine)
+"qXo" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/command/heads_quarters/qm)
"qXq" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -60938,14 +60968,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/gateway)
-"qXs" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/wood/large,
-/area/station/security/courtroom)
"qXG" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage,
/obj/structure/disposalpipe/segment,
@@ -61132,6 +61154,11 @@
/obj/machinery/light/cold/directional/east,
/turf/open/floor/engine,
/area/station/medical/chemistry)
+"raL" = (
+/obj/machinery/firealarm/directional/west,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/stairs,
+/area/station/cargo/bitrunning/den)
"raM" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -61285,38 +61312,6 @@
"rcl" = (
/turf/closed/wall,
/area/station/medical/coldroom)
-"rcq" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Bridge - Starboard";
- name = "command camera"
- },
-/obj/effect/turf_decal/siding/dark_blue{
- dir = 6
- },
-/obj/structure{
- density = 1;
- icon = 'icons/obj/machines/shuttle_manipulator.dmi';
- icon_state = "hologram_on";
- light_color = "#2cb2e8";
- light_range = 2;
- mouse_opacity = 0;
- name = "holographic projection";
- pixel_x = -32;
- pixel_y = 17
- },
-/obj/structure{
- desc = "This is the ship we're on. It's amazing what Nanotrasen can do once they actually put more than ten seconds of effort into their projects.";
- icon = 'icons/obj/machines/shuttle_manipulator.dmi';
- icon_state = "hologram_whiteship";
- light_color = "#2cb2e8";
- light_range = 7;
- name = "Ship Hologram";
- pixel_x = -32;
- pixel_y = 27
- },
-/obj/machinery/incident_display/delam/directional/south,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/command/bridge)
"rcr" = (
/obj/effect/spawner/random/structure/closet_empty,
/turf/open/floor/iron/smooth,
@@ -61422,41 +61417,11 @@
},
/turf/open/floor/engine,
/area/station/ai_monitored/security/armory)
-"rfc" = (
-/obj/structure/table/reinforced/rglass,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/item/paper_bin{
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_y = 4
- },
-/turf/open/floor/carpet/purple,
-/area/station/command/heads_quarters/rd)
"rfk" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/clothing/head/cone,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/engine)
-"rfn" = (
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 8
- },
-/obj/machinery/button/door/directional/west{
- id = "xenobio2";
- name = "Xenobio Pen 2 Blast Door";
- req_access = list("xenobiology")
- },
-/turf/open/floor/iron/white/smooth_edge{
- dir = 4
- },
-/area/station/science/xenobiology)
"rfo" = (
/obj/effect/turf_decal/vg_decals/atmos/air,
/turf/open/floor/engine/air,
@@ -61514,6 +61479,17 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden,
/turf/open/floor/engine,
/area/station/tcommsat/computer)
+"rfZ" = (
+/obj/machinery/power/shieldwallgen/xenobiologyaccess,
+/obj/structure/cable,
+/obj/machinery/button/door/directional/west{
+ id = "Xtestlab";
+ name = "Secure Creature Pen Blast Door";
+ req_access = list("xenobiology")
+ },
+/obj/structure/sign/warning/gas_mask/directional/west,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"rga" = (
/obj/effect/turf_decal/trimline/dark_red/arrow_cw{
dir = 1
@@ -61603,19 +61579,6 @@
/obj/effect/turf_decal/tile/purple/diagonal_centre,
/turf/open/floor/iron/white/diagonal,
/area/station/science/research)
-"rhi" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/blue/filled/warning{
- dir = 10
- },
-/obj/structure/window/reinforced/spawner/directional/west{
- pixel_x = -4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/white,
-/area/station/medical/medbay/lobby)
"rhr" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -61967,6 +61930,15 @@
/obj/structure/sign/warning/no_smoking/directional/east,
/turf/open/floor/iron/smooth,
/area/station/engineering/storage_shared)
+"rlB" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 6
+ },
+/obj/structure/trash_pile,
+/obj/structure/sign/poster/contraband/random/directional/east,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron/dark/textured,
+/area/station/cargo/bitrunning/den)
"rlC" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -62064,15 +62036,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/prison)
-"rnb" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 6
- },
-/obj/structure/trash_pile,
-/obj/structure/sign/poster/contraband/random/directional/east,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron/dark/textured,
-/area/station/cargo/bitrunning/den)
"rne" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
@@ -62101,6 +62064,15 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/smooth_edge,
/area/station/science/ordnance/testlab)
+"rnz" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 4
+ },
+/obj/effect/landmark/start/bitrunner,
+/turf/open/floor/iron/dark/textured_edge{
+ dir = 8
+ },
+/area/station/cargo/bitrunning/den)
"rnF" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
@@ -62146,23 +62118,6 @@
/obj/effect/spawner/random/trash/hobo_squat,
/turf/open/floor/plating,
/area/station/maintenance/aft/lesser)
-"rob" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 6
- },
-/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner,
-/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
- dir = 4
- },
-/obj/machinery/requests_console/directional/south{
- department = "Pharmacy";
- name = "Pharmacy Requests Console"
- },
-/obj/effect/mapping_helpers/requests_console/ore_update,
-/obj/effect/turf_decal/bot_red,
-/obj/machinery/chem_dispenser,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/medical/pharmacy)
"rog" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 1
@@ -62284,32 +62239,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/aisat/service)
-"rpN" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 6;
- pixel_y = 3
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_y = 12
- },
-/obj/machinery/button/door/directional/east{
- id = "brigprison";
- name = "Prison Lockdown";
- req_access = list("brig")
- },
-/obj/effect/turf_decal/tile/purple/fourcorners,
-/obj/machinery/computer/security/telescreen/isolation/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/security/corrections_officer)
"rpS" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -62362,6 +62291,15 @@
/obj/item/radio/intercom/directional/east,
/turf/open/floor/iron/smooth,
/area/station/hallway/primary/aft)
+"rri" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high/empty,
+/turf/open/floor/iron/smooth_edge,
+/area/station/engineering/lobby)
"rrm" = (
/obj/effect/turf_decal/trimline/blue/filled/warning{
dir = 4
@@ -62401,13 +62339,6 @@
dir = 8
},
/area/station/science/lab)
-"rrI" = (
-/obj/machinery/door/window/left/directional/west{
- name = "Animal Pen B";
- req_access = list("maintenance")
- },
-/turf/open/floor/grass,
-/area/station/service/hydroponics/garden)
"rrX" = (
/obj/machinery/power/terminal{
dir = 4
@@ -62495,6 +62426,13 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/bridge)
+"rtG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/cargo/sorting)
"rtS" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62617,6 +62555,14 @@
/obj/structure/closet/firecloset,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/lesser)
+"rvu" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/box,
+/obj/structure/sign/poster/official/moth_piping/directional/north,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/engineering/atmos)
"rvw" = (
/obj/structure/window/spawner/directional/east,
/obj/structure/window/spawner/directional/north,
@@ -62638,18 +62584,6 @@
/obj/machinery/duct,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical)
-"rvS" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/holopad,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"rvY" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -62674,20 +62608,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/dark,
/area/station/medical/break_room)
-"rwT" = (
-/obj/effect/turf_decal/trimline/yellow/filled/warning{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/blue/filled/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/engineering/atmos)
"rwV" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 4
@@ -62771,16 +62691,6 @@
},
/turf/open/floor/cult,
/area/station/service/library)
-"ryN" = (
-/obj/machinery/requests_console/directional/south{
- department = "Law Office";
- name = "Law Office Requests Console";
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/grimy,
-/area/station/service/lawoffice)
"ryU" = (
/obj/effect/landmark/start/botanist,
/obj/effect/turf_decal/trimline/green/corner{
@@ -62833,6 +62743,18 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"rzO" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/skyrat_decals/enclave/bottom/right{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"rzR" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 4
@@ -62874,22 +62796,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/hop)
-"rAD" = (
-/obj/structure/rack,
-/obj/item/storage/briefcase{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/item/storage/briefcase/secure{
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses,
-/obj/machinery/status_display/evac/directional/east,
-/obj/machinery/newscaster/directional/south,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/grimy,
-/area/station/service/lawoffice)
"rAU" = (
/turf/closed/wall,
/area/station/engineering/main)
@@ -63175,6 +63081,18 @@
/obj/effect/landmark/start/chemist,
/turf/open/floor/iron/dark,
/area/station/medical/break_room)
+"rDN" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/obj/effect/turf_decal/skyrat_decals/enclave/bottom/right{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/hallway/secondary/command)
"rDO" = (
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/all/command/captain,
@@ -63341,12 +63259,6 @@
},
/turf/open/floor/iron/freezer,
/area/station/command/heads_quarters/captain/private)
-"rGx" = (
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/dark/corner,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"rGH" = (
/obj/effect/turf_decal/trimline/blue/filled/line,
/obj/structure/cable,
@@ -63382,24 +63294,6 @@
dir = 4
},
/area/station/security/prison)
-"rHt" = (
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/light/warm/directional/south,
-/obj/effect/turf_decal/bot,
-/obj/structure/table,
-/obj/item/storage/toolbox/electrical{
- pixel_y = 7
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = -4;
- pixel_y = -5
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_x = 8;
- pixel_y = -5
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/engineering/atmos)
"rHw" = (
/obj/effect/turf_decal/trimline/dark_red/arrow_cw{
dir = 1
@@ -63548,12 +63442,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/wood/large,
/area/station/hallway/primary/central/fore)
-"rJs" = (
-/obj/structure/flora/bush/fullgrass,
-/obj/structure/flora/bush/ferny,
-/obj/structure/window/fulltile,
-/turf/open/floor/grass,
-/area/station/service/kitchen)
"rJK" = (
/obj/structure/flora/ocean/longseaweed,
/obj/effect/spawner/liquids_spawner{
@@ -63612,18 +63500,14 @@
dir = 1
},
/area/station/hallway/primary/aft)
-"rKK" = (
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/machinery/light_switch/directional/west,
-/obj/machinery/light/directional/west,
-/obj/structure/table,
-/obj/machinery/fax{
- fax_name = "Service Hallway";
- name = "Service Fax Machine";
- pixel_y = 3
+"rKL" = (
+/obj/structure/chair/sofa/corp/right{
+ color = "#DE3A3A";
+ dir = 4
},
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
+/obj/effect/landmark/start/assistant,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"rKM" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -63791,6 +63675,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/department/science/xenobiology)
+"rNj" = (
+/obj/structure/transit_tube/horizontal{
+ dir = 1
+ },
+/turf/open/floor/iron/airless{
+ icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
+ icon_state = "floor1"
+ },
+/area/space/nearstation)
"rNk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -63873,6 +63766,12 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"rOw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured_large,
+/area/station/cargo/bitrunning/den)
"rOA" = (
/turf/open/floor/glass/reinforced,
/area/station/science/research)
@@ -63890,24 +63789,6 @@
dir = 1
},
/area/station/medical/medbay/central)
-"rOM" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 4;
- initialize_directions = 8
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 4
- },
-/area/station/engineering/atmos)
"rOQ" = (
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/engine/atmos)
@@ -64136,14 +64017,24 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/port)
-"rSO" = (
-/obj/structure/chair/sofa/corp/right{
- color = "#DE3A3A";
- dir = 8
+"rSX" = (
+/obj/structure/table,
+/obj/item/reagent_containers/condiment/saltshaker{
+ desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
+ pixel_x = 8;
+ pixel_y = 12
},
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
+/obj/item/reagent_containers/condiment/peppermill{
+ desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/effect/spawner/random/food_or_drink/cake_ingredients,
+/obj/item/kitchen/rollingpin{
+ pixel_x = -4
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"rSZ" = (
/obj/item/kirbyplants/random,
/obj/item/radio/intercom/directional/west,
@@ -64236,11 +64127,11 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/large,
/area/station/commons/fitness/recreation/entertainment)
-"rTT" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
+"rTR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/pod,
+/turf/open/floor/wood,
+/area/station/maintenance/rus_gambling)
"rTW" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 10
@@ -64435,6 +64326,13 @@
/obj/machinery/light_switch/directional/east,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
+"rVJ" = (
+/obj/machinery/computer/records/medical{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/carpet/executive,
+/area/station/command/heads_quarters/hop)
"rWc" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -64705,31 +64603,6 @@
},
/turf/open/floor/iron,
/area/station/commons/lounge)
-"sbx" = (
-/obj/machinery/airalarm/directional/north,
-/obj/effect/landmark/start/assistant,
-/obj/machinery/light_switch/directional/north{
- pixel_x = 13
- },
-/obj/structure/window/spawner/directional/west,
-/obj/structure/chair/sofa/corp/left{
- color = "#DE3A3A";
- dir = 4
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
-"sbH" = (
-/obj/effect/turf_decal/skyrat_decals/enclave/bottom/middle{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/blue/mid_joiner{
- dir = 1
- },
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"sbU" = (
/obj/machinery/power/smes,
/turf/open/floor/catwalk_floor/iron_smooth,
@@ -64804,6 +64677,13 @@
dir = 4
},
/area/station/hallway/primary/central)
+"scZ" = (
+/obj/machinery/door/window/left/directional/west{
+ name = "Animal Pen B";
+ req_access = list("maintenance")
+ },
+/turf/open/floor/grass,
+/area/station/service/hydroponics/garden)
"sdb" = (
/obj/effect/mapping_helpers/burnt_floor,
/obj/effect/spawner/random/structure/closet_maintenance,
@@ -64836,6 +64716,10 @@
},
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
+"sdl" = (
+/obj/effect/landmark/start/cook,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"sdt" = (
/obj/docking_port/stationary/laborcamp_home{
dir = 8
@@ -64948,18 +64832,6 @@
},
/turf/open/floor/carpet/green,
/area/station/command/heads_quarters/nt_rep)
-"sfx" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/medical/break_room)
"sfG" = (
/obj/effect/turf_decal/trimline/green/filled/corner{
dir = 8
@@ -65020,6 +64892,10 @@
/obj/effect/spawner/random/maintenance/three,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
+"sgl" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/cargo/miningoffice)
"sgn" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -65134,6 +65010,11 @@
},
/turf/open/floor/iron/white/smooth_edge,
/area/station/medical/medbay/central)
+"shC" = (
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/security/checkpoint/supply)
"shE" = (
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
@@ -65203,6 +65084,11 @@
},
/turf/open/floor/engine,
/area/station/science/auxlab/firing_range)
+"sjg" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/box,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/engineering/atmos)
"sjl" = (
/obj/effect/turf_decal/tile/dark/opposingcorners,
/obj/item/radio/intercom/prison/directional/south,
@@ -65586,14 +65472,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/medical/virology)
-"soZ" = (
-/obj/effect/turf_decal/skyrat_decals/enclave/top/middle{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/line,
-/obj/effect/turf_decal/trimline/blue/mid_joiner,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"spi" = (
/obj/structure/table,
/obj/item/flashlight{
@@ -65677,6 +65555,18 @@
},
/turf/open/floor/grass,
/area/station/command/heads_quarters/nt_rep)
+"spL" = (
+/obj/effect/turf_decal/skyrat_decals/enclave/bottom/middle{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/blue/mid_joiner{
+ dir = 1
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"spQ" = (
/obj/item/stack/sheet/iron/fifty{
pixel_y = 3
@@ -65694,12 +65584,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/maintenance/rus_gambling)
-"sqo" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/virology)
+"sqg" = (
+/obj/structure/closet,
+/obj/structure/window/spawner/directional/south,
+/obj/item/clothing/under/costume/skyrat/bathrobe,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/white/small,
+/area/station/common/pool)
"sqD" = (
/obj/structure/table/optable,
/obj/effect/turf_decal/tile/blue/full,
@@ -65718,18 +65611,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/engine/atmos)
-"sqL" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 4
- },
-/obj/machinery/light/directional/east,
-/obj/effect/turf_decal/loading_area{
- dir = 1
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/cargo/miningdock)
"sqQ" = (
/obj/machinery/power/solar{
id = "aftport";
@@ -65823,14 +65704,6 @@
/obj/effect/landmark/navigate_destination/research,
/turf/open/floor/iron/white/smooth_large,
/area/station/science/research)
-"ssw" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/hydroponics/glass{
- name = "Hydroponics"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics,
-/turf/open/floor/iron/large,
-/area/station/service/hydroponics)
"ssL" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -65897,17 +65770,6 @@
/obj/effect/turf_decal/siding/wood/end,
/turf/open/floor/wood,
/area/station/commons/dorms)
-"stM" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"stN" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/obj/effect/turf_decal/trimline/yellow/filled/line{
@@ -65950,6 +65812,19 @@
},
/turf/open/floor/iron/large,
/area/station/security/detectives_office)
+"sur" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 10
+ },
+/obj/structure/window/reinforced/spawner/directional/west{
+ pixel_x = -4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/white,
+/area/station/medical/medbay/lobby)
"suv" = (
/obj/effect/turf_decal/trimline/green/filled/warning{
dir = 8
@@ -66116,11 +65991,6 @@
dir = 8
},
/area/station/hallway/secondary/command)
-"sxf" = (
-/obj/machinery/power/shuttle_engine/propulsion,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/plating,
-/area/space/nearstation)
"sxs" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -66399,6 +66269,18 @@
},
/turf/open/floor/wood/large,
/area/station/service/theater)
+"sCj" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/skyrat_decals/enclave/top/right{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"sCk" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/engine/air,
@@ -66437,38 +66319,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/department/security/brig)
-"sCO" = (
-/obj/structure/table/reinforced,
-/obj/item/folder/white{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/obj/structure/desk_bell{
- pixel_x = 7;
- pixel_y = 6
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chemistry_shutters";
- name = "Pharmacy Shutters"
- },
-/obj/machinery/door/window/left/directional/south,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/pharmacy)
"sCQ" = (
/obj/structure/cable,
/obj/effect/turf_decal/stripes/line{
@@ -66584,6 +66434,16 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/cargo/storage)
+"sDP" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/brown/filled/warning{
+ dir = 9
+ },
+/turf/open/floor/iron/smooth_edge{
+ dir = 4
+ },
+/area/station/cargo/miningdock)
"sDV" = (
/obj/structure/toilet{
pixel_y = 8
@@ -66619,6 +66479,24 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen/abandoned)
+"sEd" = (
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/light/warm/directional/south,
+/obj/effect/turf_decal/bot,
+/obj/structure/table,
+/obj/item/storage/toolbox/electrical{
+ pixel_y = 7
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = -4;
+ pixel_y = -5
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_x = 8;
+ pixel_y = -5
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/engineering/atmos)
"sEf" = (
/turf/closed/wall/mineral/iron,
/area/station/service/chapel)
@@ -66760,12 +66638,6 @@
},
/turf/open/floor/iron/dark/diagonal,
/area/station/hallway/secondary/exit/departure_lounge)
-"sFq" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/pod/dark,
-/area/station/engineering/storage/tech)
"sFt" = (
/obj/effect/turf_decal/tile/dark/fourcorners,
/obj/structure/disposalpipe/trunk{
@@ -66898,6 +66770,19 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/smooth_large,
/area/station/hallway/primary/aft)
+"sGR" = (
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/camera/directional/south{
+ c_tag = "Monastery Dock";
+ network = list("ss13","monastery")
+ },
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable,
+/turf/open/floor/pod/light,
+/area/station/service/chapel)
"sHo" = (
/obj/machinery/camera/directional/east{
c_tag = "Chapel Office";
@@ -66982,12 +66867,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
/area/station/security/prison)
-"sIs" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/landmark/start/cook,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"sIy" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -67074,13 +66953,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/large,
/area/station/hallway/primary/fore)
-"sJb" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/machinery/airalarm/directional/north,
-/obj/effect/mapping_helpers/airalarm/tlv_cold_room,
-/obj/structure/kitchenspike,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"sJd" = (
/turf/closed/wall,
/area/station/commons/vacant_room/office)
@@ -67506,6 +67378,23 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron/dark/smooth_large,
/area/station/command/gateway)
+"sNJ" = (
+/obj/item/radio/intercom/directional/south,
+/obj/structure/table/reinforced/rglass,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/structure/noticeboard/staff{
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/siding/dark_blue{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/blue/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/bridge)
"sNU" = (
/obj/structure/chair/office/light{
dir = 4
@@ -67518,6 +67407,20 @@
dir = 8
},
/area/station/science/genetics)
+"sNW" = (
+/obj/machinery/chem_dispenser,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot_red,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/medical/chemistry)
"sOc" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/disposalpipe/segment{
@@ -67543,11 +67446,6 @@
/obj/machinery/newscaster/directional/north,
/turf/open/floor/iron/small,
/area/station/hallway/primary/central)
-"sOh" = (
-/obj/effect/landmark/observer_start,
-/obj/effect/turf_decal/plaque,
-/turf/open/floor/iron/large,
-/area/station/hallway/primary/fore)
"sOp" = (
/obj/effect/turf_decal/plaque{
icon_state = "L7"
@@ -67759,6 +67657,16 @@
},
/turf/open/floor/iron/smooth,
/area/station/service/hydroponics/garden/abandoned)
+"sSd" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/obj/machinery/light/directional/north,
+/obj/structure/table,
+/obj/machinery/light_switch/directional/north{
+ pixel_x = 13
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"sSf" = (
/obj/effect/turf_decal/trimline/red/filled/corner{
dir = 8
@@ -67781,6 +67689,11 @@
/obj/structure/transit_tube/crossing,
/turf/open/space/basic,
/area/space/nearstation)
+"sSm" = (
+/obj/structure/flora/bush/jungle/a/style_3,
+/obj/structure/window/fulltile,
+/turf/open/floor/grass,
+/area/station/service/kitchen)
"sSn" = (
/obj/effect/turf_decal/trimline/brown/filled/line,
/obj/structure/table,
@@ -67908,6 +67821,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/maintenance/starboard/aft)
+"sTD" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/structure/closet/secure_closet/miner,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/miningdock)
"sUo" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 1
@@ -68221,6 +68142,13 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/wood/large,
/area/station/service/theater)
+"sXU" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/atmos)
"sXX" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -68624,6 +68552,18 @@
dir = 8
},
/area/station/medical/virology)
+"tdG" = (
+/obj/structure/chair/stool/directional/west{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"tdL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
@@ -68631,30 +68571,6 @@
/obj/effect/spawner/random/trash/garbage,
/turf/open/floor/plating,
/area/station/maintenance/port)
-"tdO" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/item/paper_bin{
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_y = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/window/left/directional/south{
- name = "Hydroponics Desk";
- req_access = list("hydroponics")
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 1;
- id = "hydroponics_counter";
- name = "Hydroponics Counter Shutters"
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/large,
-/area/station/service/hydroponics)
"tdY" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -68830,12 +68746,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/engine/atmos)
-"tfX" = (
-/obj/machinery/power/shuttle_engine/heater,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/east,
-/turf/open/floor/plating,
-/area/space/nearstation)
"tga" = (
/obj/structure/drain,
/obj/item/soap/deluxe,
@@ -68851,12 +68761,6 @@
},
/turf/open/floor/iron/freezer,
/area/station/command/heads_quarters/captain/private)
-"tge" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/start/cook,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"tgh" = (
/obj/structure/table,
/obj/item/wirecutters,
@@ -69036,19 +68940,6 @@
dir = 8
},
/area/station/hallway/primary/central/aft)
-"tiJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/biogenerator,
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 1;
- id = "hydroponics_counter";
- name = "Hydroponics Counter Shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/window/spawner/directional/east,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/large,
-/area/station/service/hydroponics)
"tiL" = (
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -69088,16 +68979,6 @@
},
/turf/open/floor/iron/large,
/area/station/commons/fitness/recreation)
-"tja" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/weather/snow,
-/obj/machinery/light_switch/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable,
-/obj/structure/closet/secure_closet/freezer/kitchen,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"tjr" = (
/turf/closed/wall/r_wall,
/area/station/engineering/atmos/hfr_room)
@@ -69212,17 +69093,6 @@
/obj/structure/transit_tube/curved/flipped,
/turf/open/space/basic,
/area/space/nearstation)
-"tlk" = (
-/obj/effect/turf_decal/delivery,
-/obj/structure/plasticflaps/opaque{
- name = "Kitchen Deliveries"
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- location = "Kitchen"
- },
-/turf/open/floor/iron/large,
-/area/station/maintenance/starboard/greater)
"tlq" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -69248,6 +69118,12 @@
/obj/machinery/cell_charger,
/turf/open/floor/iron/smooth,
/area/station/security/checkpoint/engineering)
+"tlW" = (
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"tmb" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/obj/machinery/light/small/directional/west,
@@ -69284,46 +69160,6 @@
},
/turf/open/floor/iron/white,
/area/station/medical/office)
-"tms" = (
-/obj/structure/table/reinforced,
-/obj/item/flashlight/seclite,
-/obj/item/flashlight/seclite,
-/obj/item/flashlight/seclite,
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/storage/lockbox/loyalty{
- pixel_y = -11
- },
-/obj/structure/window/reinforced/spawner/directional/north{
- pixel_y = 1
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/delivery,
-/obj/item/storage/box/flashbangs{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/storage/box/teargas{
- pixel_x = 6;
- pixel_y = -6
- },
-/turf/open/floor/engine,
-/area/station/ai_monitored/security/armory)
"tmu" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/effect/landmark/secequipment,
@@ -69755,15 +69591,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/maintenance/aft/greater)
-"trR" = (
-/obj/machinery/firealarm/directional/south,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/icecream_vat,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"tsb" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
@@ -69941,18 +69768,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron/kitchen/small,
/area/station/service/kitchen/abandoned)
-"tuw" = (
-/obj/effect/turf_decal/trimline/brown/filled/line,
-/obj/item/radio/intercom/directional/south,
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 3
- },
-/obj/item/stock_parts/power_store/cell/high,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/cargo/miningdock)
"tuC" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
/obj/effect/turf_decal/stripes/line{
@@ -70064,6 +69879,23 @@
},
/turf/open/misc/asteroid,
/area/station/commons/dorms)
+"tvP" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/box,
+/obj/machinery/button/door/directional/west{
+ id = "xenobio1";
+ name = "Xenobio Pen 1 Blast Door";
+ req_access = list("xenobiology")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/machinery/light/cold/directional/west,
+/turf/open/floor/iron/white,
+/area/station/science/xenobiology)
"twa" = (
/obj/machinery/airalarm/directional/west,
/obj/structure/rack,
@@ -70671,6 +70503,23 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/smooth,
/area/station/engineering/atmos)
+"tDA" = (
+/obj/structure/table,
+/obj/machinery/light/directional/north,
+/obj/item/plate/large,
+/obj/item/plate,
+/obj/item/plate/small{
+ pixel_y = 1
+ },
+/obj/item/knife/butcher{
+ pixel_x = 5
+ },
+/obj/item/reagent_containers/condiment/enzyme{
+ pixel_x = 10;
+ pixel_y = 18
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"tDI" = (
/obj/machinery/portable_atmospherics/canister,
/obj/effect/turf_decal/box,
@@ -70755,42 +70604,6 @@
},
/turf/open/floor/plating,
/area/station/science/ordnance/storage)
-"tEH" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 1
- },
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- dir = 4;
- location = "QM #4"
- },
-/obj/effect/turf_decal/box,
-/mob/living/simple_animal/bot/mulebot{
- home_destination = "QM #1";
- suffix = "#1"
- },
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/storage)
-"tEI" = (
-/obj/structure/table,
-/obj/item/food/ready_donk/mac_n_cheese{
- pixel_y = 3;
- pixel_x = 2
- },
-/obj/item/food/ready_donk/nachos_grandes{
- pixel_y = 7
- },
-/obj/item/food/ready_donk/donkhiladas{
- pixel_y = 11;
- pixel_x = 1
- },
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 6
- },
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/bitrunning/den)
"tEK" = (
/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
dir = 10
@@ -71011,6 +70824,24 @@
},
/turf/open/floor/iron/large,
/area/station/commons/vacant_room/commissary)
+"tIf" = (
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Engineering Foyer"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/navigate_destination/engineering,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/lobby)
"tIh" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 8
@@ -71377,6 +71208,29 @@
/obj/effect/turf_decal/tile/purple/diagonal_centre,
/turf/open/floor/iron/white/diagonal,
/area/station/science/research)
+"tNI" = (
+/obj/structure/table,
+/obj/item/kitchen/rollingpin{
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/cup/rag{
+ pixel_y = 4
+ },
+/obj/machinery/requests_console/directional/south{
+ department = "Service Hall";
+ name = "Service Hall Requests Console"
+ },
+/obj/effect/mapping_helpers/requests_console/supplies,
+/obj/item/radio/headset/headset_srv{
+ pixel_x = -11;
+ pixel_y = 4
+ },
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"tNN" = (
/obj/structure/window/spawner/directional/east,
/turf/open/floor/grass,
@@ -71390,15 +71244,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/white/diagonal,
/area/station/medical/medbay/central)
-"tOa" = (
-/obj/structure/chair/plastic,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/effect/landmark/start/bitrunner,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/bitrunning/den)
"tOr" = (
/obj/effect/spawner/liquids_spawner,
/obj/machinery/light/cold/directional/south,
@@ -71554,6 +71399,28 @@
dir = 1
},
/area/station/medical/medbay/central)
+"tQP" = (
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/rods/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/electronics/airlock,
+/obj/item/electronics/airlock,
+/obj/item/stock_parts/power_store/battery/high,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 30
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/closet/crate/engineering,
+/turf/open/floor/engine,
+/area/station/engineering/main)
+"tQV" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/turf/open/floor/pod/dark,
+/area/station/engineering/storage/tech)
"tQY" = (
/obj/effect/spawner/random/trash/garbage,
/turf/open/floor/catwalk_floor/iron_smooth,
@@ -71582,6 +71449,10 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/freezer,
/area/station/medical/pharmacy)
+"tRE" = (
+/obj/structure/cable,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"tRQ" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 1
@@ -71602,6 +71473,15 @@
},
/turf/open/floor/iron/large,
/area/station/hallway/primary/fore)
+"tRX" = (
+/obj/machinery/light/directional/north,
+/obj/machinery/bouldertech/refinery,
+/obj/machinery/conveyor{
+ id = "mining";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"tRY" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/effect/turf_decal/siding/wood/end{
@@ -71645,11 +71525,6 @@
dir = 4
},
/area/station/hallway/secondary/command)
-"tSE" = (
-/obj/structure/flora/bush/jungle/a/style_3,
-/obj/structure/window/fulltile,
-/turf/open/floor/grass,
-/area/station/service/kitchen)
"tSH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/siding/green{
@@ -71674,6 +71549,16 @@
dir = 8
},
/area/station/commons/fitness/recreation/entertainment)
+"tST" = (
+/obj/structure/safe,
+/obj/item/storage/backpack/duffelbag/syndie/hitman,
+/obj/item/card/id/advanced/silver/reaper,
+/obj/item/lazarus_injector,
+/obj/item/gun/ballistic/automatic/pistol/deagle/gold,
+/obj/item/stack/spacecash/c5000,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/engine,
+/area/station/ai_monitored/command/nuke_storage)
"tTp" = (
/obj/machinery/turretid{
control_area = "/area/station/ai_monitored/turret_protected/aisat_interior";
@@ -71703,11 +71588,6 @@
"tTx" = (
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/medbay/central)
-"tTC" = (
-/obj/structure/railing/corner,
-/obj/structure/sink/kitchen/directional/west,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"tTI" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -71716,6 +71596,10 @@
},
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/rd)
+"tTO" = (
+/obj/machinery/light/cold/directional/north,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"tTQ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -71772,15 +71656,6 @@
/obj/effect/mapping_helpers/mail_sorting/service/kitchen,
/turf/open/floor/iron/dark/smooth_large,
/area/station/hallway/primary/fore)
-"tUw" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/machinery/camera/directional/west{
- c_tag = "Service - Kitchen Coldroom";
- dir = 5;
- name = "service camera"
- },
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"tUB" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/turf_decal/stripes/line{
@@ -71970,6 +71845,17 @@
},
/turf/open/floor/carpet/orange,
/area/station/command/heads_quarters/ce)
+"tXX" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/virology)
+"tYp" = (
+/obj/machinery/chem_mass_spec,
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/turf/open/floor/iron/freezer,
+/area/station/medical/pharmacy)
"tYr" = (
/obj/structure/cable,
/turf/open/floor/plating,
@@ -71980,20 +71866,24 @@
},
/turf/open/floor/iron/smooth,
/area/station/command/cc_dock)
+"tYW" = (
+/obj/structure/sign/warning/vacuum/directional/north,
+/obj/machinery/conveyor/inverted{
+ dir = 6;
+ id = "mining"
+ },
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
+"tZi" = (
+/obj/structure/noticeboard/directional/north,
+/obj/machinery/light_switch/directional/east,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/large,
+/area/station/hallway/secondary/service)
"tZj" = (
/obj/effect/turf_decal/trimline/yellow/filled/corner,
/turf/open/floor/iron/freezer,
/area/station/medical/chemistry)
-"tZm" = (
-/obj/structure/table/wood,
-/obj/item/paper_bin{
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_y = 4
- },
-/turf/open/floor/carpet/black,
-/area/station/service/chapel/office)
"tZx" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -72160,28 +72050,6 @@
},
/turf/open/floor/wood,
/area/station/maintenance/department/science/xenobiology)
-"ubu" = (
-/obj/structure/table/wood/fancy/black,
-/obj/item/reagent_containers/cup/glass/bottle/goldschlager{
- pixel_x = -8;
- pixel_y = 2
- },
-/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{
- pixel_x = 8;
- pixel_y = -1
- },
-/obj/machinery/requests_console/directional/east{
- department = "Bar";
- name = "Bar Requests Console";
- pixel_x = -30
- },
-/obj/effect/mapping_helpers/requests_console/supplies,
-/obj/effect/turf_decal/tile/bar/opposingcorners,
-/obj/item/reagent_containers/cup/glass/bottle/champagne{
- pixel_y = -2
- },
-/turf/open/floor/iron,
-/area/station/service/bar)
"ubW" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security/glass{
@@ -72197,6 +72065,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/brig)
"ubZ" = (
@@ -72440,11 +72309,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/white/smooth_large,
/area/station/science/auxlab)
-"ueJ" = (
-/obj/structure/table,
-/obj/effect/spawner/random/entertainment/deck,
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/miningoffice)
"ueO" = (
/obj/structure/closet/toolcloset,
/obj/item/clothing/glasses/meson/engine,
@@ -72605,19 +72469,6 @@
/obj/structure/closet/firecloset,
/turf/open/floor/pod,
/area/station/service/chapel/office)
-"uhH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/railing{
- dir = 9
- },
-/obj/structure/table/reinforced/rglass,
-/obj/item/reagent_containers/cup/beaker/large,
-/obj/item/reagent_containers/cup/beaker/large,
-/obj/item/reagent_containers/dropper,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/medical/pharmacy)
"uhK" = (
/obj/machinery/power/apc/auto_name/directional/south,
/obj/structure/cable,
@@ -72764,6 +72615,14 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/carpet/green,
/area/station/command/heads_quarters/nt_rep)
+"ujK" = (
+/obj/structure/window/reinforced/spawner/directional/north{
+ pixel_y = 1
+ },
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"ujY" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 6
@@ -73041,6 +72900,17 @@
},
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/surgery)
+"ung" = (
+/obj/machinery/computer/shuttle/mining{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/window/spawner/directional/west,
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 9
+ },
+/turf/open/floor/iron/smooth_edge,
+/area/station/cargo/miningdock)
"uno" = (
/obj/machinery/airalarm/directional/north,
/obj/machinery/suit_storage_unit/rd,
@@ -73160,6 +73030,14 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/large,
/area/station/commons/fitness/recreation/entertainment)
+"upB" = (
+/obj/effect/turf_decal/weather/snow,
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/obj/structure/closet/secure_closet/freezer/fridge,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"upF" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced/plasma,
@@ -73497,6 +73375,14 @@
},
/turf/open/floor/iron/large,
/area/station/service/hydroponics)
+"usF" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology - Secure Cell Interior";
+ name = "xenobiology camera";
+ network = list("ss13","xeno","rd")
+ },
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"usJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
@@ -73652,14 +73538,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos/storage)
-"uuh" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/chair{
- dir = 1;
- name = "Accused"
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/security/courtroom)
"uup" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -73712,16 +73590,6 @@
dir = 1
},
/area/station/construction/mining/aux_base)
-"uvy" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible,
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/effect/turf_decal/trimline/blue/filled/line,
-/obj/machinery/meter,
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/atmos)
"uvB" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -73929,6 +73797,26 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/smooth_edge,
/area/station/engineering/lobby)
+"uyE" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{
+ dir = 8;
+ initialize_directions = 4;
+ name = "euthanization chamber freezer"
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 5
+ },
+/obj/machinery/button/door/directional/east{
+ id = "xenobio5";
+ name = "Xenobio Pen 5 Blast DOors";
+ req_access = list("xenobiology")
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/iron/white,
+/area/station/science/xenobiology)
"uyG" = (
/obj/machinery/door/firedoor,
/obj/machinery/duct,
@@ -73939,6 +73827,12 @@
},
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/treatment_center)
+"uyH" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/effect/turf_decal/siding/wood,
+/obj/item/kirbyplants/random,
+/turf/open/floor/wood/large,
+/area/station/security/courtroom)
"uyJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -74137,6 +74031,14 @@
dir = 8
},
/area/station/security/checkpoint/engineering)
+"uAJ" = (
+/obj/effect/turf_decal/skyrat_decals/enclave/top/left{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/corner,
+/obj/effect/landmark/start/hangover,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"uAN" = (
/obj/structure/flora/grass/jungle,
/obj/structure/window/fulltile,
@@ -74220,25 +74122,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/cargo/sorting)
-"uBX" = (
-/obj/structure/window/reinforced/spawner/directional/north{
- pixel_y = 1
- },
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
-"uCe" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil,
-/obj/item/stock_parts/power_store/battery/high,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/pod/dark,
-/area/station/engineering/storage/tech)
"uCn" = (
/obj/machinery/portable_atmospherics/canister/plasma,
/turf/open/floor/engine/plasma,
@@ -74377,23 +74260,21 @@
/obj/structure/extinguisher_cabinet/directional/north,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/captain/private)
-"uEb" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/machinery/status_display/ai/directional/north,
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"uEg" = (
/obj/structure/filingcabinet,
/obj/item/folder/documents,
/obj/effect/turf_decal/bot,
/turf/open/floor/engine,
/area/station/ai_monitored/command/nuke_storage)
+"uEh" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/brown/filled/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningdock)
"uEu" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -74484,6 +74365,12 @@
dir = 4
},
/area/station/cargo/storage)
+"uFN" = (
+/obj/structure/window/reinforced/spawner/directional/south,
+/obj/effect/turf_decal/tile/dark_blue/anticorner,
+/obj/structure/secure_safe/caps_spare,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/bridge)
"uFY" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 8
@@ -74590,6 +74477,12 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/maintenance/disposal)
+"uHi" = (
+/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
+ dir = 10
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/atmos)
"uHj" = (
/obj/structure/tank_dispenser/oxygen{
pixel_x = -1;
@@ -74602,13 +74495,6 @@
},
/turf/open/floor/iron/dark,
/area/station/command/gateway)
-"uHn" = (
-/obj/effect/turf_decal/tile/blue/fourcorners,
-/obj/effect/turf_decal/bot,
-/obj/machinery/computer/crew,
-/obj/machinery/computer/security/telescreen/cmo/directional/north,
-/turf/open/floor/iron/freezer,
-/area/station/security/checkpoint/medical)
"uHq" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 6
@@ -74635,11 +74521,6 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/eva_shed/starboard)
-"uHA" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
"uHB" = (
/obj/effect/turf_decal/siding/wood,
/obj/effect/turf_decal/siding/wood/corner{
@@ -74778,6 +74659,10 @@
/obj/effect/spawner/structure/window/reinforced/plasma,
/turf/open/floor/plating,
/area/station/engineering/atmos)
+"uKe" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"uKg" = (
/obj/machinery/door/poddoor/incinerator_atmos_aux,
/turf/open/floor/engine,
@@ -74840,16 +74725,6 @@
/obj/structure/window/fulltile,
/turf/open/floor/grass,
/area/station/hallway/primary/fore)
-"uKZ" = (
-/obj/structure/chair/stool/directional/west{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/opposingcorners,
-/obj/effect/turf_decal/tile/red/opposingcorners{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/lounge)
"uLe" = (
/turf/open/floor/iron/smooth_large,
/area/station/cargo/office)
@@ -74890,6 +74765,14 @@
/obj/structure/window/reinforced/plasma/spawner/directional/south,
/turf/open/floor/iron/smooth,
/area/station/maintenance/aft/lesser)
+"uLB" = (
+/obj/machinery/bouldertech/refinery/smelter,
+/obj/machinery/conveyor/inverted{
+ dir = 5;
+ id = "mining"
+ },
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"uLH" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/space_heater,
@@ -74992,29 +74875,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/blueshield)
-"uNs" = (
-/obj/structure/table,
-/obj/item/kitchen/rollingpin{
- pixel_y = 4
- },
-/obj/item/reagent_containers/cup/rag{
- pixel_y = 4
- },
-/obj/machinery/requests_console/directional/south{
- department = "Service Hall";
- name = "Service Hall Requests Console"
- },
-/obj/effect/mapping_helpers/requests_console/supplies,
-/obj/item/radio/headset/headset_srv{
- pixel_x = -11;
- pixel_y = 4
- },
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"uNu" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -75147,21 +75007,6 @@
},
/turf/open/floor/iron/grimy,
/area/station/service/library)
-"uOA" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/ears/earmuffs{
- pixel_y = 7
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/structure/window/reinforced/spawner/directional/east{
- pixel_x = 4
- },
-/obj/item/gun/energy/laser/carbine/practice,
-/turf/open/floor/engine,
-/area/station/security/range)
"uOO" = (
/turf/open/floor/wood/large,
/area/station/service/theater)
@@ -75274,16 +75119,6 @@
/obj/structure/cable,
/turf/open/floor/circuit/green,
/area/station/ai_monitored/turret_protected/ai)
-"uQm" = (
-/obj/effect/turf_decal/tile/blue/full,
-/obj/structure/transit_tube/horizontal{
- dir = 1
- },
-/turf/open/floor/iron/airless{
- icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi';
- icon_state = "floor1"
- },
-/area/space/nearstation)
"uQo" = (
/obj/effect/turf_decal/trimline/dark_red/arrow_ccw,
/obj/structure/disposalpipe/segment{
@@ -75427,14 +75262,6 @@
},
/turf/open/floor/wood/large,
/area/station/hallway/secondary/exit/departure_lounge)
-"uSC" = (
-/obj/structure/table,
-/obj/effect/turf_decal/bot,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/machinery/camera/directional/north,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/engineering/power_room)
"uSX" = (
/obj/effect/turf_decal/delivery,
/obj/structure/disposalpipe/segment,
@@ -75453,13 +75280,6 @@
},
/turf/open/floor/vault,
/area/station/ai_monitored/turret_protected/ai_upload)
-"uTk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/cargo/sorting)
"uTs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/emcloset,
@@ -75515,6 +75335,14 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/cargo/sorting)
+"uTK" = (
+/obj/structure/flora/bush/sparsegrass,
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/station/medical/virology)
"uTT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -75528,6 +75356,29 @@
},
/turf/open/floor/iron/smooth_edge,
/area/station/cargo/storage)
+"uUf" = (
+/obj/structure/table/reinforced,
+/obj/item/reagent_containers/cup/bottle/morphine,
+/obj/item/reagent_containers/cup/bottle/toxin{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/cup/bottle/epinephrine{
+ pixel_x = 8
+ },
+/obj/item/reagent_containers/cup/bottle/multiver{
+ pixel_x = -5
+ },
+/obj/item/reagent_containers/syringe/epinephrine,
+/obj/effect/turf_decal/tile/yellow/fourcorners,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters";
+ name = "Pharmacy Shutters"
+ },
+/obj/machinery/door/window/right/directional/east,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/pharmacy)
"uUm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate,
@@ -75540,6 +75391,11 @@
},
/turf/open/floor/wood,
/area/station/maintenance/port/aft)
+"uUB" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"uUL" = (
/obj/structure/punching_bag,
/obj/effect/turf_decal/trimline/brown/filled/line{
@@ -75603,10 +75459,6 @@
},
/turf/open/floor/catwalk_floor,
/area/station/hallway/primary/aft)
-"uVw" = (
-/obj/structure/trash_pile,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/cargo/bitrunning/den)
"uVG" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -75929,6 +75781,13 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/carpet/cyan,
/area/station/commons/dorms)
+"vao" = (
+/obj/structure/chair/sofa/right/brown{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningoffice)
"vaq" = (
/obj/effect/turf_decal/trimline/green/filled/line,
/obj/structure/disposalpipe/segment{
@@ -75949,21 +75808,6 @@
},
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/ai)
-"vaJ" = (
-/obj/structure/table,
-/obj/item/storage/bag/plants{
- pixel_y = 2
- },
-/obj/item/reagent_containers/cup/watering_can{
- pixel_y = 3
- },
-/obj/machinery/newscaster/directional/south,
-/obj/effect/turf_decal/tile/green/diagonal_centre,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/diagonal,
-/area/station/hallway/secondary/service)
"vaL" = (
/obj/structure/table/reinforced,
/obj/structure/sign/calendar/directional/west,
@@ -76043,6 +75887,11 @@
dir = 8
},
/area/station/engineering/atmos)
+"vcv" = (
+/obj/machinery/mass_driver/chapelgun,
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/pod/dark,
+/area/station/service/chapel/funeral)
"vcx" = (
/obj/structure/transit_tube/horizontal{
dir = 1
@@ -76183,26 +76032,12 @@
/obj/structure/sign/poster/contraband/random/directional/north,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen/abandoned)
-"veR" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/bot,
-/obj/machinery/light/directional/south,
-/turf/open/floor/wood/large,
-/area/station/security/courtroom)
"vfc" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
},
/turf/open/floor/wood/large,
/area/station/security/courtroom)
-"vfg" = (
-/obj/structure/chair/wood{
- dir = 1
- },
-/turf/open/floor/carpet/black,
-/area/station/command/heads_quarters/qm)
"vfn" = (
/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
dir = 4
@@ -76243,6 +76078,14 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/pod/dark,
/area/station/engineering/storage/tech)
+"vga" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hydroponics/glass{
+ name = "Hydroponics"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics,
+/turf/open/floor/iron/large,
+/area/station/service/hydroponics)
"vgc" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -76292,6 +76135,23 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/fore)
+"vha" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/door/window/right/directional/north{
+ name = "Warehouse Deliveries";
+ req_access = list("cargo")
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/warehouse)
+"vhh" = (
+/obj/structure/flora/bush/jungle,
+/obj/structure/window/fulltile,
+/turf/open/floor/grass,
+/area/station/service/hydroponics)
"vhl" = (
/obj/machinery/door/airlock{
id_tag = "Toilet1";
@@ -76343,6 +76203,11 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical)
+"vil" = (
+/obj/structure/table,
+/obj/effect/spawner/random/entertainment/deck,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningoffice)
"vio" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -76365,6 +76230,20 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/station/science/auxlab/firing_range)
+"viy" = (
+/obj/structure/window/spawner/directional/south,
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 3
+ },
+/obj/item/stock_parts/power_store/cell/high{
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line,
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/station/science/lab)
"viA" = (
/obj/effect/spawner/liquids_spawner,
/obj/structure/railing,
@@ -76581,30 +76460,6 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/carpet/green,
/area/station/commons/dorms)
-"vlP" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 6
- },
-/obj/structure/table/reinforced,
-/obj/machinery/requests_console/directional/south{
- department = "Engineering";
- dir = 4;
- name = "Engineering Requests Console";
- pixel_x = 30;
- pixel_y = 0
- },
-/obj/effect/mapping_helpers/requests_console/supplies,
-/obj/effect/mapping_helpers/requests_console/assistance,
-/obj/item/storage/medkit/fire{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/radio/off{
- pixel_x = 6;
- pixel_y = 6
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/lobby)
"vlS" = (
/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o,
/obj/structure/window/reinforced/plasma/spawner/directional/north,
@@ -76811,6 +76666,34 @@
dir = 4
},
/area/station/security/prison)
+"vod" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/armor/vest/alt/sec{
+ pixel_y = 2
+ },
+/obj/item/clothing/suit/armor/vest/alt/sec{
+ pixel_x = -4;
+ pixel_y = -6
+ },
+/obj/item/clothing/suit/armor/vest/alt/sec{
+ pixel_x = 4;
+ pixel_y = -6
+ },
+/obj/structure/window/reinforced/spawner/directional/north{
+ pixel_y = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 4
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/engine,
+/area/station/ai_monitored/security/armory)
"vof" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/obj/effect/turf_decal/trimline/blue/filled/line,
@@ -76863,6 +76746,16 @@
/obj/effect/landmark/start/warden,
/turf/open/floor/iron/dark/smooth_large,
/area/station/security/warden)
+"vps" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/light/directional/north,
+/turf/open/floor/wood/large,
+/area/station/security/courtroom)
"vpA" = (
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/iron/dark/smooth_large,
@@ -76929,6 +76822,27 @@
"vqW" = (
/turf/open/floor/wood,
/area/station/hallway/secondary/entry)
+"vqX" = (
+/obj/structure/closet/bombcloset,
+/obj/effect/turf_decal/trimline/dark_red/filled/line{
+ dir = 5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/smooth,
+/area/station/science/ordnance)
+"vri" = (
+/obj/structure/chair/sofa/corp/left{
+ desc = "Looks like someone threw it out. Covered in donut crumbs.";
+ dir = 4;
+ name = "couch"
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 9
+ },
+/obj/structure/sign/poster/contraband/random/directional/west,
+/obj/effect/landmark/start/bitrunner,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/bitrunning/den)
"vrk" = (
/obj/effect/turf_decal/box/white{
color = "#EFB341"
@@ -76981,14 +76895,6 @@
name = "Holodeck Projector Floor"
},
/area/station/holodeck/rec_center)
-"vrL" = (
-/obj/effect/turf_decal/stripes/box,
-/obj/machinery/rnd/production/techfab/department/service,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/large,
-/area/station/hallway/secondary/service)
"vrU" = (
/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{
dir = 4
@@ -77024,11 +76930,6 @@
/obj/machinery/space_heater,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/engine/atmos/lesser)
-"vsK" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/cargo/office)
"vsS" = (
/obj/effect/turf_decal/trimline/yellow/filled/corner{
dir = 8
@@ -77051,22 +76952,6 @@
dir = 8
},
/area/station/hallway/primary/fore)
-"vte" = (
-/obj/machinery/door/airlock/mining{
- name = "Bitrunning Den"
- },
-/obj/effect/mapping_helpers/airlock/access/any/supply/bit_den,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/smooth,
-/area/station/cargo/miningdock)
"vti" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/preopen{
@@ -77096,11 +76981,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/pod/dark,
/area/station/service/chapel)
-"vtw" = (
-/obj/structure/chair/stool/directional/south,
-/obj/effect/landmark/start/telecomms_specialist,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/lobby)
"vty" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
@@ -77388,16 +77268,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/cargo/sorting)
-"vwn" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/dark_red/anticorner{
- dir = 1
- },
-/obj/machinery/requests_console/auto_name/directional/north,
-/obj/effect/turf_decal/delivery,
-/obj/effect/spawner/random/armory/disablers,
-/turf/open/floor/engine,
-/area/station/ai_monitored/security/armory)
"vwo" = (
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/commons/vacant_room)
@@ -77451,11 +77321,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/aft/greater)
-"vxf" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/trimline/brown/filled/corner,
-/turf/open/floor/iron/smooth_corner,
-/area/station/cargo/bitrunning/den)
"vxv" = (
/mob/living/basic/butterfly,
/turf/closed/wall/mineral/iron,
@@ -77506,16 +77371,6 @@
/obj/structure/cable,
/turf/open/floor/iron/dark/telecomms,
/area/station/tcommsat/server)
-"vyb" = (
-/obj/machinery/light/warm/directional/east,
-/obj/machinery/status_display/ai/directional/east,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/turf_decal/delivery/red,
-/obj/machinery/restaurant_portal/restaurant,
-/turf/open/floor/iron/smooth_large,
-/area/station/service/cafeteria)
"vyc" = (
/obj/machinery/door/firedoor,
/obj/structure/table/reinforced,
@@ -77720,6 +77575,18 @@
/obj/effect/landmark/start/prisoner,
/turf/open/floor/iron/kitchen,
/area/station/security/prison/mess)
+"vBI" = (
+/obj/structure/flora/bush/lavendergrass,
+/obj/structure/window/reinforced/spawner/directional/west,
+/mob/living/carbon/human/species/monkey,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/door/window/right/directional/south{
+ name = "Monkey Pen";
+ req_access = list("genetics")
+ },
+/turf/open/floor/grass,
+/area/station/science/genetics)
"vBO" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
@@ -77969,24 +77836,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/aft)
-"vFC" = (
-/obj/structure/table,
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/effect/turf_decal/trimline/blue/filled/line,
-/obj/item/clothing/mask/gas,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/item/radio/intercom/directional/south,
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible/layer2{
- dir = 4
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/hallway/primary/aft)
"vFE" = (
/obj/effect/spawner/random/trash/mess,
/turf/open/floor/iron/grimy,
@@ -78045,11 +77894,6 @@
},
/turf/open/floor/carpet,
/area/station/service/library)
-"vGE" = (
-/obj/structure/flora/bush/jungle,
-/obj/structure/window/fulltile,
-/turf/open/floor/grass,
-/area/station/service/hydroponics)
"vGO" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -78062,6 +77906,16 @@
/obj/structure/railing,
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/ai)
+"vGV" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 8;
+ id = "kitchen_counter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/structure/table,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"vHa" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -78090,14 +77944,6 @@
},
/turf/closed/wall,
/area/station/cargo/warehouse)
-"vHh" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/effect/turf_decal/box,
-/obj/structure/sign/poster/official/moth_piping/directional/north,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/engineering/atmos)
"vHj" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -78142,6 +77988,21 @@
},
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/fore)
+"vHW" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/skyrat_decals/enclave/middle/right{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/blue/mid_joiner{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/medical/medbay/lobby)
"vHX" = (
/turf/closed/wall,
/area/station/commons/toilet)
@@ -78159,21 +78020,6 @@
},
/turf/open/floor/iron/dark,
/area/station/security/brig)
-"vIt" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 10
- },
-/turf/open/floor/iron/smooth,
-/area/station/engineering/atmos)
"vIv" = (
/turf/closed/wall/r_wall,
/area/station/ai_monitored/command/nuke_storage)
@@ -78320,12 +78166,6 @@
},
/turf/open/floor/iron/herringbone,
/area/station/service/theater)
-"vKi" = (
-/obj/machinery/power/shuttle_engine/heater,
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/structure/window/reinforced/spawner/directional/west,
-/turf/open/floor/plating,
-/area/space/nearstation)
"vKz" = (
/obj/structure/disposalpipe/junction{
dir = 2
@@ -78469,11 +78309,6 @@
/obj/structure/flora/bush/flowers_pp,
/turf/open/floor/grass,
/area/station/hallway/primary/central)
-"vMc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/pod,
-/turf/open/floor/wood,
-/area/station/maintenance/rus_gambling)
"vMg" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -78481,6 +78316,14 @@
/obj/machinery/power/energy_accumulator/tesla_coil,
/turf/open/floor/engine,
/area/station/engineering/main)
+"vMj" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/item/radio/intercom/directional/north,
+/obj/effect/turf_decal/trimline/dark_blue/filled/line{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/station/hallway/secondary/exit/departure_lounge)
"vMr" = (
/obj/structure/closet/firecloset,
/obj/effect/turf_decal/bot,
@@ -78679,6 +78522,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/maintenance/port/aft)
+"vPl" = (
+/obj/machinery/firealarm/directional/south,
+/obj/effect/turf_decal/tile/green/diagonal_centre,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/icecream_vat,
+/turf/open/floor/iron/diagonal,
+/area/station/hallway/secondary/service)
"vPr" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -79032,11 +78884,6 @@
dir = 4
},
/area/station/engineering/atmos)
-"vUt" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/cargo/sorting)
"vUB" = (
/obj/machinery/incident_display/delam,
/turf/closed/wall/r_wall,
@@ -79219,15 +79066,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/starboard/lesser)
-"vWH" = (
-/obj/machinery/brm,
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/conveyor{
- id = "mining";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/cargo/miningdock)
"vWI" = (
/obj/machinery/firealarm/directional/south,
/obj/structure/closet/secure_closet/engineering_welding,
@@ -79414,10 +79252,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/security/brig)
-"vZc" = (
-/obj/structure/cable,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"vZk" = (
/obj/machinery/cryopod,
/obj/effect/turf_decal/siding/white,
@@ -79516,18 +79350,6 @@
/obj/structure/sign/poster/official/wtf_is_co2/directional/west,
/turf/open/floor/engine,
/area/station/science/ordnance/storage)
-"vZY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/airlock/freezer{
- critical_machine = 1;
- name = "Coldroom"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/structure/fans/tiny,
-/obj/structure/cable,
-/turf/open/floor/iron/freezer,
-/area/station/service/kitchen/coldroom)
"wab" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/cup/glass/bottle/holywater{
@@ -79568,10 +79390,6 @@
},
/turf/open/floor/iron/edge,
/area/station/commons/storage/primary)
-"waK" = (
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/glass/reinforced,
-/area/station/security/execution/transfer)
"waM" = (
/obj/item/radio/intercom,
/obj/structure/table/wood/fancy/red,
@@ -79642,6 +79460,23 @@
},
/turf/open/floor/iron/large,
/area/station/commons/dorms)
+"wbB" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
+/obj/structure/rack,
+/obj/item/storage/box/syringes{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/storage/box/beakers{
+ pixel_x = 6;
+ pixel_y = 10
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/white,
+/area/station/science/xenobiology)
"wbC" = (
/obj/structure/hedge,
/obj/machinery/status_display/evac/directional/west,
@@ -79796,6 +79631,21 @@
/obj/machinery/light/floor,
/turf/open/misc/beach/sand,
/area/station/hallway/primary/central/fore)
+"weS" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 10
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/atmos)
"weV" = (
/obj/structure/table,
/obj/item/paper_bin/construction,
@@ -79843,15 +79693,6 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/general,
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/office)
-"wfp" = (
-/obj/structure/closet,
-/obj/structure/window/spawner/directional/south,
-/obj/item/clothing/under/costume/skyrat/bathrobe,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/white/small,
-/area/station/common/pool)
"wfJ" = (
/obj/structure/table,
/obj/machinery/button/curtain{
@@ -79986,11 +79827,6 @@
/obj/structure/table/wood/fancy,
/turf/open/floor/pod/dark,
/area/station/service/chapel)
-"whq" = (
-/obj/structure/table,
-/obj/machinery/light/directional/north,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"whu" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 8
@@ -80009,6 +79845,16 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/port/fore)
+"whX" = (
+/obj/structure/table/wood,
+/obj/machinery/status_display/ai/directional/north,
+/obj/machinery/fax{
+ fax_name = "Law Office";
+ name = "Law Office Fax Machine";
+ pixel_y = 3
+ },
+/turf/open/floor/iron/grimy,
+/area/station/service/lawoffice)
"whY" = (
/obj/structure/closet/secure_closet/evidence,
/obj/effect/turf_decal/bot,
@@ -80253,6 +80099,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/grimy,
/area/station/commons/lounge)
+"wlF" = (
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/effect/turf_decal/bot,
+/obj/machinery/computer/crew,
+/obj/machinery/computer/security/telescreen/cmo/directional/north,
+/turf/open/floor/iron/freezer,
+/area/station/security/checkpoint/medical)
"wlK" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
@@ -80338,6 +80191,16 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/iron/freezer,
/area/station/medical/surgery)
+"wna" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin{
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_y = 4
+ },
+/turf/open/floor/carpet/black,
+/area/station/service/chapel/office)
"wne" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/effect/turf_decal/trimline/green/corner{
@@ -80394,6 +80257,12 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"woA" = (
+/mob/living/carbon/human/species/monkey,
+/obj/structure/flora/bush/sparsegrass,
+/obj/structure/window/reinforced/spawner/directional/east,
+/turf/open/floor/grass,
+/area/station/medical/virology)
"woB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/large,
@@ -80402,27 +80271,6 @@
/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
-"woE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/serviette_pack{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/reagent_containers/condiment/saltshaker{
- desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
- pixel_x = -8;
- pixel_y = 12
- },
-/obj/item/reagent_containers/condiment/peppermill{
- desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
- pixel_x = -8;
- pixel_y = 2
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"woG" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 4
@@ -80463,6 +80311,18 @@
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/solars/starboard/fore)
+"woN" = (
+/obj/structure/chair/plastic{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 5
+ },
+/obj/machinery/computer/security/telescreen/entertainment/directional/east,
+/obj/structure/sign/poster/contraband/random/directional/north,
+/obj/effect/landmark/start/bitrunner,
+/turf/open/floor/iron/smooth,
+/area/station/cargo/bitrunning/den)
"woT" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/obj/effect/turf_decal/stripes/line,
@@ -80539,10 +80399,6 @@
},
/turf/open/floor/circuit/green,
/area/station/ai_monitored/turret_protected/ai)
-"wpJ" = (
-/obj/structure/window/reinforced/spawner/directional/west,
-/turf/open/floor/carpet,
-/area/station/security/courtroom)
"wpK" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
@@ -80618,6 +80474,15 @@
/obj/machinery/power/apc/auto_name/directional/south,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/engine/atmos)
+"wrn" = (
+/obj/structure/chair/stool/directional/west{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"wrA" = (
/obj/structure/rack,
/obj/item/clothing/head/helmet/sec{
@@ -80668,25 +80533,6 @@
/obj/machinery/light/cold/directional/south,
/turf/open/floor/glass/reinforced,
/area/station/security/execution/transfer)
-"wrN" = (
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
- dir = 8
- },
-/obj/machinery/button/door/directional/east{
- id = "xenobio8";
- name = "Xenobio Pen 8 Blast DOors";
- req_access = list("xenobiology")
- },
-/turf/open/floor/iron/white/smooth_edge{
- dir = 8
- },
-/area/station/science/xenobiology)
"wrO" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
/turf/open/floor/iron/smooth_edge{
@@ -80736,6 +80582,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/maintenance/aft/greater)
+"wsk" = (
+/obj/structure/window/reinforced/spawner/directional/north,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4
+ },
+/obj/effect/turf_decal/box,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"wsl" = (
/obj/machinery/vending/autodrobe,
/obj/effect/turf_decal/bot,
@@ -81030,37 +80884,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/smooth_large,
/area/station/cargo/sorting)
-"wwr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 1
- },
-/obj/structure/closet/secure_closet/chemical,
-/obj/item/storage/box/syringes,
-/obj/item/storage/box/beakers,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/freezer,
-/area/station/medical/pharmacy)
-"wwv" = (
-/obj/item/tank/jetpack/carbondioxide,
-/obj/item/tank/jetpack/carbondioxide{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/item/tank/jetpack/carbondioxide{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/rack/shelf,
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/effect/turf_decal/trimline/dark_red/filled/line{
- dir = 6
- },
-/turf/open/floor/iron/dark,
-/area/station/ai_monitored/command/storage/eva)
"wwA" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/neutral{
@@ -81161,13 +80984,6 @@
/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden,
/turf/open/floor/engine,
/area/station/science/ordnance/burnchamber)
-"wxE" = (
-/obj/effect/turf_decal/box/red,
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/station/science/xenobiology)
"wxG" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -81488,6 +81304,16 @@
/obj/structure/cable,
/turf/open/floor/iron/small,
/area/station/commons/dorms)
+"wBf" = (
+/obj/machinery/light/warm/directional/east,
+/obj/machinery/status_display/ai/directional/east,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/effect/turf_decal/delivery/red,
+/obj/machinery/restaurant_portal/restaurant,
+/turf/open/floor/iron/smooth_large,
+/area/station/service/cafeteria)
"wBk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -81599,6 +81425,30 @@
},
/turf/open/floor/grass,
/area/station/science/research)
+"wCR" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/requests_console/directional/south{
+ department = "Engineering";
+ dir = 4;
+ name = "Engineering Requests Console";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/effect/mapping_helpers/requests_console/supplies,
+/obj/effect/mapping_helpers/requests_console/assistance,
+/obj/item/storage/medkit/fire{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/item/radio/off{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/turf/open/floor/iron/smooth,
+/area/station/engineering/lobby)
"wCT" = (
/obj/structure/chair/sofa/bench,
/obj/effect/turf_decal/siding/wood{
@@ -81614,6 +81464,15 @@
"wDc" = (
/turf/closed/wall,
/area/station/hallway/primary/central)
+"wDj" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/box,
+/turf/open/floor/engine,
+/area/station/science/xenobiology)
"wDv" = (
/obj/structure/sink/directional/east,
/obj/structure/mirror/directional/west,
@@ -81645,6 +81504,38 @@
},
/turf/open/floor/wood/large,
/area/station/service/theater)
+"wDN" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Bridge - Starboard";
+ name = "command camera"
+ },
+/obj/effect/turf_decal/siding/dark_blue{
+ dir = 6
+ },
+/obj/structure{
+ density = 1;
+ icon = 'icons/obj/machines/shuttle_manipulator.dmi';
+ icon_state = "hologram_on";
+ light_color = "#2cb2e8";
+ light_range = 2;
+ mouse_opacity = 0;
+ name = "holographic projection";
+ pixel_x = -32;
+ pixel_y = 17
+ },
+/obj/structure{
+ desc = "This is the ship we're on. It's amazing what Nanotrasen can do once they actually put more than ten seconds of effort into their projects.";
+ icon = 'icons/obj/machines/shuttle_manipulator.dmi';
+ icon_state = "hologram_whiteship";
+ light_color = "#2cb2e8";
+ light_range = 7;
+ name = "Ship Hologram";
+ pixel_x = -32;
+ pixel_y = 27
+ },
+/obj/machinery/incident_display/bridge/directional/south,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/command/bridge)
"wDO" = (
/obj/machinery/door/airlock{
name = "Law Office"
@@ -81747,10 +81638,6 @@
},
/turf/open/floor/noslip,
/area/station/service/janitor)
-"wEJ" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/atmos)
"wEK" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 4
@@ -81817,18 +81704,6 @@
dir = 4
},
/area/station/ai_monitored/command/storage/eva)
-"wFR" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/skyrat_decals/enclave/bottom/right{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner{
- dir = 1
- },
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/medbay/lobby)
"wFV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -81859,10 +81734,6 @@
dir = 1
},
/area/station/engineering/atmos/storage)
-"wGd" = (
-/obj/structure/sign/warning/biohazard/directional/east,
-/turf/open/space/basic,
-/area/space/nearstation)
"wGg" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -81931,6 +81802,27 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood/large,
/area/station/hallway/primary/central/fore)
+"wHA" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_edge{
+ dir = 8
+ },
+/area/station/engineering/atmos)
+"wHF" = (
+/obj/machinery/computer/quantum_console{
+ dir = 8
+ },
+/obj/machinery/light/small/red/directional/east,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/cargo/bitrunning/den)
"wHN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/mess,
@@ -82011,6 +81903,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/science/xenobiology)
+"wJx" = (
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/chair{
+ dir = 1;
+ name = "Accused"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/security/courtroom)
"wJK" = (
/obj/structure/plaque/static_plaque/atmos,
/turf/closed/wall,
@@ -82093,6 +81993,25 @@
/obj/structure/cable,
/turf/open/floor/iron/smooth,
/area/station/maintenance/disposal/incinerator)
+"wKq" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
+ dir = 8
+ },
+/obj/machinery/button/door/directional/east{
+ id = "xenobio8";
+ name = "Xenobio Pen 8 Blast DOors";
+ req_access = list("xenobiology")
+ },
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 8
+ },
+/area/station/science/xenobiology)
"wKt" = (
/turf/open/floor/vault,
/area/station/ai_monitored/turret_protected/ai_upload)
@@ -82108,17 +82027,6 @@
},
/turf/open/floor/iron/smooth_large,
/area/station/engineering/atmos)
-"wKH" = (
-/obj/machinery/door/window/left/directional/east{
- name = "Medbay Deliveries";
- req_access = list("medical")
- },
-/obj/structure/window/reinforced/spawner/directional/north,
-/obj/machinery/door/firedoor,
-/obj/structure/sign/calendar/directional/south,
-/obj/effect/turf_decal/delivery/blue,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/medical/storage)
"wKP" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
@@ -82292,6 +82200,29 @@
/obj/structure/sign/calendar/directional/west,
/turf/open/floor/wood/large,
/area/station/science/research)
+"wMw" = (
+/obj/item/plate/oven_tray{
+ pixel_x = -2;
+ pixel_y = 1
+ },
+/obj/item/plate/oven_tray{
+ pixel_x = -2;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/apron/chef{
+ pixel_y = 11
+ },
+/obj/item/book/manual/wiki/cooking_to_serve_man{
+ pixel_x = 3;
+ pixel_y = 2
+ },
+/obj/structure/table,
+/obj/item/knife/kitchen{
+ pixel_x = -13;
+ pixel_y = 3
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"wMA" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 4
@@ -82474,20 +82405,6 @@
/obj/effect/spawner/random/trash/garbage,
/turf/open/floor/iron/smooth,
/area/station/maintenance/aft/lesser)
-"wOJ" = (
-/obj/structure/window/spawner/directional/south,
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 3
- },
-/obj/item/stock_parts/power_store/cell/high{
- pixel_y = 3
- },
-/obj/effect/turf_decal/trimline/purple/filled/line,
-/turf/open/floor/iron/white/side{
- dir = 1
- },
-/area/station/science/lab)
"wOP" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/kitchen,
@@ -82595,14 +82512,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/vaporwave,
/area/station/service/barber)
-"wQi" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/railing/corner,
-/obj/effect/turf_decal/siding/dark,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
"wQo" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/green/filled/warning{
@@ -82622,11 +82531,6 @@
dir = 4
},
/area/station/service/hydroponics/garden)
-"wQw" = (
-/obj/effect/turf_decal/weather/snow,
-/obj/structure/kitchenspike,
-/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
-/area/station/service/kitchen/coldroom)
"wQx" = (
/obj/effect/turf_decal/tile/red/anticorner{
dir = 8
@@ -82843,6 +82747,25 @@
},
/turf/open/floor/engine/o2,
/area/station/engineering/atmos)
+"wUW" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
+ dir = 8
+ },
+/obj/machinery/button/door/directional/west{
+ id = "xenobio2";
+ name = "Xenobio Pen 2 Blast Door";
+ req_access = list("xenobiology")
+ },
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 4
+ },
+/area/station/science/xenobiology)
"wVn" = (
/obj/machinery/light/small/directional/north,
/obj/structure/cable,
@@ -82873,6 +82796,10 @@
/obj/structure/table,
/turf/open/floor/iron/dark,
/area/station/science/robotics/lab)
+"wVD" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/cargo/sorting)
"wVH" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -82899,22 +82826,6 @@
/obj/item/reagent_containers/spray/cleaner,
/turf/open/floor/iron/dark,
/area/station/medical/break_room)
-"wVQ" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- dir = 4;
- location = "QM #1"
- },
-/obj/effect/turf_decal/box,
-/mob/living/simple_animal/bot/mulebot{
- home_destination = "QM #3";
- suffix = "#3"
- },
-/turf/open/floor/iron/smooth_edge,
-/area/station/cargo/storage)
"wWw" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/chair/office{
@@ -83185,6 +83096,12 @@
/obj/effect/turf_decal/trimline/white/mid_joiner,
/turf/open/floor/carpet/black,
/area/station/commons/dorms)
+"xcq" = (
+/obj/structure/flora/bush/fullgrass,
+/obj/structure/flora/bush/ferny,
+/obj/structure/window/fulltile,
+/turf/open/floor/grass,
+/area/station/service/kitchen)
"xcD" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
dir = 5
@@ -83269,6 +83186,11 @@
/obj/effect/turf_decal/tile/dark_blue/fourcorners,
/turf/open/floor/iron/dark,
/area/station/medical/medbay/central)
+"xfg" = (
+/obj/machinery/netpod,
+/obj/machinery/light/small/blacklight/directional/west,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/cargo/bitrunning/den)
"xfl" = (
/obj/structure/dresser,
/obj/item/radio/intercom/directional/south,
@@ -83281,13 +83203,6 @@
},
/turf/open/floor/iron/smooth,
/area/station/command/cc_dock)
-"xfA" = (
-/obj/machinery/computer/records/medical{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/carpet/executive,
-/area/station/command/heads_quarters/hop)
"xfB" = (
/obj/structure/chair/sofa/bench/left,
/obj/effect/landmark/start/hangover,
@@ -83321,22 +83236,6 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron/dark/smooth_large,
/area/station/engineering/break_room)
-"xgj" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/effect/turf_decal/box,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/engineering/atmos)
-"xgl" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Service - Cafeteria Aft";
- name = "service camera"
- },
-/obj/structure/chair/sofa/corp/left{
- color = "#DE3A3A";
- dir = 8
- },
-/turf/open/floor/iron/cafeteria,
-/area/station/service/cafeteria)
"xgv" = (
/obj/machinery/smartfridge/chemistry/virology/preloaded,
/obj/effect/turf_decal/trimline/dark_green/filled/line{
@@ -83512,19 +83411,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen/abandoned)
-"xjf" = (
-/obj/effect/turf_decal/trimline/dark_red/filled/line{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Science - Ordnance Lab Starboard";
- name = "science camera";
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/smooth_edge{
- dir = 8
- },
-/area/station/science/ordnance)
"xjI" = (
/obj/effect/turf_decal/siding/wood{
dir = 6
@@ -83607,24 +83493,18 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating/airless,
/area/station/hallway/primary/central/aft)
-"xkt" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/machinery/door/window/right/directional/north{
- name = "Warehouse Deliveries";
- req_access = list("cargo")
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/smooth_large,
-/area/station/cargo/warehouse)
"xkA" = (
/obj/structure/disposalpipe/junction{
dir = 1
},
/turf/open/floor/wood/large,
/area/station/hallway/primary/central/fore)
+"xkM" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 5
+ },
+/turf/open/floor/iron/dark/textured,
+/area/station/cargo/bitrunning/den)
"xkP" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -83797,6 +83677,21 @@
/obj/structure/cable,
/turf/open/floor/wood,
/area/station/commons/vacant_room/office)
+"xmN" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/ears/earmuffs{
+ pixel_y = 7
+ },
+/obj/item/clothing/glasses/sunglasses{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/item/gun/energy/laser/carbine/practice,
+/turf/open/floor/engine,
+/area/station/security/range)
"xmO" = (
/obj/machinery/door/firedoor,
/obj/structure/table/reinforced,
@@ -83820,12 +83715,6 @@
/obj/item/holosign_creator/robot_seat/bar,
/turf/open/floor/iron/large,
/area/station/service/bar)
-"xmU" = (
-/obj/structure/sign/nanotrasen{
- pixel_x = 32
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"xna" = (
/obj/structure/chair/sofa/bench,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -83859,6 +83748,23 @@
"xnw" = (
/turf/closed/wall/r_wall,
/area/station/security/checkpoint/engineering)
+"xnP" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner,
+/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
+ dir = 4
+ },
+/obj/machinery/requests_console/directional/south{
+ department = "Pharmacy";
+ name = "Pharmacy Requests Console"
+ },
+/obj/effect/mapping_helpers/requests_console/ore_update,
+/obj/effect/turf_decal/bot_red,
+/obj/machinery/chem_dispenser,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/medical/pharmacy)
"xnR" = (
/obj/structure/cable,
/obj/item/stack/sheet/cardboard,
@@ -83894,6 +83800,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/aft/lesser)
+"xou" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"xoG" = (
/obj/machinery/biogenerator,
/obj/item/reagent_containers/cup/beaker{
@@ -84138,16 +84049,6 @@
/obj/effect/turf_decal/tile/blue/diagonal_centre,
/turf/open/floor/iron/diagonal,
/area/station/hallway/secondary/exit/departure_lounge)
-"xqM" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 5
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/closet/secure_closet/miner,
-/turf/open/floor/iron/smooth_corner{
- dir = 8
- },
-/area/station/cargo/miningdock)
"xqO" = (
/obj/structure/lattice/catwalk,
/obj/structure/marker_beacon/burgundy,
@@ -84246,6 +84147,14 @@
dir = 4
},
/area/station/engineering/atmos/hfr_room)
+"xrO" = (
+/obj/structure/table,
+/obj/effect/turf_decal/bot,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/power_store/cell/high,
+/obj/machinery/camera/directional/north,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/engineering/power_room)
"xrZ" = (
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 4
@@ -84353,17 +84262,10 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical)
-"xtF" = (
-/obj/machinery/atmospherics/components/binary/crystallizer{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/effect/turf_decal/trimline/blue/filled/line,
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron/smooth_edge{
- dir = 1
- },
-/area/station/engineering/atmos)
+"xtx" = (
+/obj/machinery/deepfryer,
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"xtI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -84379,10 +84281,6 @@
"xud" = (
/turf/closed/wall,
/area/station/maintenance/starboard/lesser)
-"xum" = (
-/obj/structure/sign/poster/contraband/mothic_rations,
-/turf/closed/wall,
-/area/station/service/kitchen)
"xur" = (
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/trimline/green/filled/line,
@@ -84799,6 +84697,19 @@
"xAr" = (
/turf/open/floor/iron/grimy,
/area/station/commons/vacant_room/office)
+"xAy" = (
+/obj/machinery/airalarm/directional/north,
+/obj/effect/landmark/start/assistant,
+/obj/machinery/light_switch/directional/north{
+ pixel_x = 13
+ },
+/obj/structure/window/spawner/directional/west,
+/obj/structure/chair/sofa/corp/left{
+ color = "#DE3A3A";
+ dir = 4
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/service/cafeteria)
"xAC" = (
/obj/structure/railing{
dir = 8
@@ -84809,6 +84720,13 @@
},
/turf/open/floor/wood/parquet,
/area/station/common/night_club)
+"xAE" = (
+/obj/effect/landmark/start/shaft_miner,
+/obj/effect/turf_decal/loading_area{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/miningdock)
"xAV" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -85003,12 +84921,6 @@
/obj/effect/spawner/random/trash/moisture_trap,
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/central)
-"xEU" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/light/cold/directional/west,
-/obj/machinery/computer/security/telescreen/tcomms/directional/west,
-/turf/open/floor/engine,
-/area/station/tcommsat/computer)
"xFd" = (
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen)
@@ -85140,6 +85052,27 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/carpet,
/area/station/security/detectives_office)
+"xGk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/simple/dark/hidden{
+ dir = 8
+ },
+/obj/machinery/button/door/directional/west{
+ id = "xenobio4";
+ name = "Xenobio Pen 4 Blast Door";
+ req_access = list("xenobiology")
+ },
+/turf/open/floor/iron/white/smooth_edge{
+ dir = 4
+ },
+/area/station/science/xenobiology)
"xGr" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/garbage,
@@ -85154,6 +85087,15 @@
dir = 4
},
/area/station/hallway/primary/fore)
+"xGx" = (
+/obj/effect/spawner/random/trash/grime,
+/obj/effect/turf_decal/trimline/brown/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_corner{
+ dir = 4
+ },
+/area/station/cargo/bitrunning/den)
"xGA" = (
/turf/closed/wall,
/area/station/maintenance/aft)
@@ -85188,10 +85130,6 @@
dir = 8
},
/area/station/hallway/secondary/command)
-"xHj" = (
-/obj/structure/sign/warning/biohazard/directional/south,
-/turf/open/space/basic,
-/area/space/nearstation)
"xHn" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/red/filled/warning{
@@ -85207,6 +85145,12 @@
dir = 8
},
/area/station/hallway/primary/fore)
+"xHx" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/weather/snow,
+/mob/living/basic/goat/pete,
+/turf/open/floor/iron/kitchen_coldroom/freezerfloor,
+/area/station/service/kitchen/coldroom)
"xHB" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -85476,28 +85420,6 @@
},
/turf/open/floor/plating,
/area/station/security/execution/transfer)
-"xMV" = (
-/obj/structure/table/wood,
-/obj/item/folder/blue{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/folder/yellow{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/folder/red{
- pixel_y = 1
- },
-/obj/item/stamp/law,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/clothing/glasses/sunglasses/big{
- pixel_y = 12
- },
-/turf/open/floor/iron/grimy,
-/area/station/service/lawoffice)
"xMY" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -85541,27 +85463,6 @@
/obj/structure/cable,
/turf/open/floor/plating/airless,
/area/station/command/heads_quarters/rd)
-"xNl" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/preopen{
- id = "engielock";
- name = "Engineering Lockdown Blast Door"
- },
-/obj/machinery/door/airlock/engineering/glass{
- name = "EngineRoom"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/turf/open/floor/iron/smooth_large,
-/area/station/engineering/main)
"xNE" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/effect/decal/cleanable/dirt,
@@ -85724,18 +85625,6 @@
dir = 1
},
/area/station/science/xenobiology)
-"xQM" = (
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/obj/effect/turf_decal/skyrat_decals/enclave/bottom/right{
- color = "#52B4E9"
- },
-/obj/effect/turf_decal/trimline/blue/corner{
- dir = 1
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/hallway/secondary/command)
"xQQ" = (
/obj/structure/sign/directions/medical/directional/west{
dir = 2;
@@ -86032,6 +85921,27 @@
},
/turf/open/floor/iron/large,
/area/station/service/hydroponics)
+"xTy" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "engielock";
+ name = "Engineering Lockdown Blast Door"
+ },
+/obj/machinery/door/airlock/engineering/glass{
+ name = "EngineRoom"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/turf/open/floor/iron/smooth_large,
+/area/station/engineering/main)
"xTF" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -86090,16 +86000,20 @@
},
/turf/open/floor/catwalk_floor/iron_smooth,
/area/station/maintenance/department/medical/morgue)
-"xUG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- dir = 8;
- id = "kitchen_counter";
- name = "Kitchen Counter Shutters"
+"xUK" = (
+/obj/structure/disposaloutlet{
+ dir = 1;
+ name = "Cargo Deliveries"
},
-/obj/structure/table,
-/turf/open/floor/iron/kitchen,
-/area/station/service/kitchen)
+/obj/structure/window/reinforced/spawner/directional/west,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/status_display/ai/directional/south,
+/obj/structure/plasticflaps,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/smooth_large,
+/area/station/cargo/storage)
"xUP" = (
/obj/item/reagent_containers/cup/bucket/wooden{
name = "waste bucket"
@@ -86345,6 +86259,16 @@
/obj/item/storage/box/lights/mixed,
/turf/open/floor/iron/smooth,
/area/station/maintenance/department/medical/central)
+"xYN" = (
+/obj/item/radio/intercom/directional/east,
+/obj/structure/table,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/turf/open/floor/iron/kitchen,
+/area/station/service/kitchen)
"xZa" = (
/obj/effect/turf_decal/trimline/green/filled/line,
/turf/open/floor/iron/edge{
@@ -86452,6 +86376,46 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/grimy,
/area/station/service/library)
+"ybu" = (
+/obj/structure/table/reinforced,
+/obj/item/flashlight/seclite,
+/obj/item/flashlight/seclite,
+/obj/item/flashlight/seclite,
+/obj/item/clothing/mask/gas/sechailer{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/mask/gas/sechailer{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/mask/gas/sechailer{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/storage/lockbox/loyalty{
+ pixel_y = -11
+ },
+/obj/structure/window/reinforced/spawner/directional/north{
+ pixel_y = 1
+ },
+/obj/structure/window/reinforced/spawner/directional/east{
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/obj/item/storage/box/flashbangs{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/storage/box/teargas{
+ pixel_x = 6;
+ pixel_y = -6
+ },
+/turf/open/floor/engine,
+/area/station/ai_monitored/security/armory)
"ybE" = (
/obj/effect/turf_decal/trimline/green/filled/warning{
dir = 1
@@ -86569,6 +86533,14 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/lab)
+"ycB" = (
+/obj/effect/turf_decal/stripes/box,
+/obj/machinery/rnd/production/techfab/department/service,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/large,
+/area/station/hallway/secondary/service)
"ycD" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/smooth_large,
@@ -86581,6 +86553,10 @@
dir = 8
},
/area/station/security/brig)
+"ycM" = (
+/obj/machinery/power/shuttle_engine/huge,
+/turf/open/space/basic,
+/area/space/nearstation)
"ycQ" = (
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 6
@@ -86918,6 +86894,10 @@
dir = 4
},
/area/station/hallway/secondary/command)
+"yib" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/station/cargo/miningdock)
"yis" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -86958,32 +86938,12 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron/dark,
/area/station/engineering/supermatter/room)
-"yjr" = (
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 1;
- height = 13;
- name = "arrivals";
- shuttle_id = "arrivals_stationary";
- width = 5
- },
-/turf/open/space/basic,
-/area/space)
"yjw" = (
/obj/machinery/door/firedoor,
/turf/open/floor/iron/stairs/left{
dir = 1
},
/area/station/engineering/atmos)
-"yjD" = (
-/obj/structure/window/reinforced/survival_pod/spawner/directional/north,
-/obj/machinery/door/window/survival_pod/left/directional/west{
- name = "Fitness Ring"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/commons/fitness/recreation/entertainment)
"yjP" = (
/obj/machinery/requests_console/directional/east{
department = "Chemistry";
@@ -87122,6 +87082,26 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/turf/open/space/basic,
/area/space/nearstation)
+"ylz" = (
+/obj/structure/table,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 1
+ },
+/obj/item/stock_parts/matter_bin{
+ pixel_x = -10;
+ pixel_y = 4
+ },
+/obj/item/stock_parts/matter_bin{
+ pixel_x = 2;
+ pixel_y = 7
+ },
+/obj/item/stock_parts/micro_laser{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/flatpack,
+/turf/open/floor/iron/white/smooth_edge,
+/area/station/science/lab)
"ylS" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -87133,6 +87113,28 @@
/obj/effect/turf_decal/box,
/turf/open/floor/wood/large,
/area/station/command/heads_quarters/rd)
+"ylT" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/obj/machinery/light_switch/directional/east{
+ pixel_y = 11
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/mid_joiner{
+ dir = 1
+ },
+/obj/machinery/button/door/directional/east{
+ id = "chemistry_shutters";
+ name = "Shutters Control";
+ req_access = list("pharmacy")
+ },
+/obj/effect/turf_decal/bot_red,
+/obj/machinery/chem_dispenser,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/medical/pharmacy)
(1,1,1) = {"
ttw
@@ -99516,7 +99518,7 @@ ttw
gPJ
kbK
ttw
-xmU
+iuX
xMq
xMq
xMq
@@ -99786,7 +99788,7 @@ xMq
xMq
ttw
odJ
-xmU
+iuX
gPJ
gPJ
gPJ
@@ -101056,7 +101058,7 @@ jkZ
jkZ
shM
vFF
-oGH
+qIL
uQV
uQV
uQV
@@ -101845,7 +101847,7 @@ dYb
uQi
bWK
lvx
-coc
+fJJ
rDp
rDp
xMq
@@ -103375,7 +103377,7 @@ nAH
nAH
wkT
eeN
-cBN
+dss
sZR
rDp
rDp
@@ -103410,7 +103412,7 @@ ttw
ttw
ttw
ttw
-wGd
+cvG
ttw
ttw
ttw
@@ -103475,7 +103477,7 @@ vnu
jgz
xMq
ttw
-wGd
+cvG
ttw
ttw
ttw
@@ -103898,7 +103900,7 @@ xMq
xMq
ttw
odJ
-jZE
+tlW
gPJ
gPJ
gPJ
@@ -103980,11 +103982,11 @@ vnu
mDd
pCd
vnu
-dnO
-gmB
+woA
+dBG
cmO
-bul
-dnO
+uTK
+woA
vnu
iHU
oUn
@@ -104142,7 +104144,7 @@ ttw
gPJ
kbK
ttw
-jZE
+tlW
xMq
xMq
xMq
@@ -104239,7 +104241,7 @@ bKT
lNn
fVz
ihB
-gvA
+doM
ihB
mKo
pQY
@@ -104249,7 +104251,7 @@ cIZ
oCP
kXw
aQo
-atW
+crQ
qbX
qbX
ttw
@@ -104704,7 +104706,7 @@ iGR
qNd
ttw
qNd
-wGd
+cvG
ttw
ttw
ttw
@@ -104948,10 +104950,10 @@ kVR
kVR
kVR
kVR
-fVm
+wbB
nRo
-jDb
-jsf
+mNb
+kgb
oMs
hKy
hKy
@@ -105019,9 +105021,9 @@ uhb
qRj
vnu
vMv
-sqo
+tXX
bGR
-sqo
+tXX
kzj
qbX
ttw
@@ -105192,20 +105194,20 @@ dWX
dWX
jMf
iDa
-dIL
+onC
dWX
woJ
djc
axD
kVR
uiw
-hNw
+usF
uiw
uiw
aIs
-mvu
+rfZ
wYK
-jQQ
+kZI
bxT
wFV
gtM
@@ -105272,7 +105274,7 @@ uNN
xBD
vnu
ltw
-kEM
+kaF
gAh
vnu
fZs
@@ -105456,11 +105458,11 @@ dfs
lSP
kVR
uiw
-plc
+nko
uiw
-hdS
+coA
vRS
-oOw
+wDj
sYn
vBO
ktF
@@ -105712,10 +105714,10 @@ djc
ajP
ajP
kVR
-jRP
-jwN
-nlj
-mIH
+tTO
+hHR
+kUc
+dEv
rCy
cfa
jRN
@@ -105972,9 +105974,9 @@ kVR
uiw
uiw
uiw
-wxE
+cgv
aIs
-eUs
+qEv
iMC
tDI
rjU
@@ -105993,7 +105995,7 @@ eWG
nZn
jKg
tdv
-ezm
+lPC
ttw
ttw
iLQ
@@ -106043,7 +106045,7 @@ cBU
xpf
cvH
pZE
-nPC
+hDN
mCN
pxe
hAp
@@ -106214,7 +106216,7 @@ ttw
ttw
ttw
ttw
-xHj
+fYK
dWX
dWX
mIm
@@ -106480,13 +106482,13 @@ kVR
uiw
sYU
uiw
-crN
+uKe
sYU
oGz
-crN
+uKe
sYU
uiw
-crN
+uKe
sYU
uiw
oMs
@@ -106737,13 +106739,13 @@ kVR
uiw
agX
uiw
-crN
+uKe
tAl
uiw
-crN
+uKe
tAl
uiw
-crN
+uKe
agX
uiw
oMs
@@ -106881,7 +106883,7 @@ uUU
oVO
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -106994,13 +106996,13 @@ kVR
raP
uiw
iVS
-biD
+wsk
uiw
iVS
-biD
+wsk
uiw
iVS
-biD
+wsk
uiw
iVS
oMs
@@ -107321,7 +107323,7 @@ cyO
qHI
xtk
dub
-sfx
+aaj
rwr
hsr
kcD
@@ -107505,16 +107507,16 @@ bMr
oRY
vEz
pdg
-hpd
+tvP
sig
xNR
-rfn
+wUW
ckQ
sLA
-pHx
+nRP
gbf
iIn
-oPu
+xGk
gbf
bLi
ykd
@@ -107531,7 +107533,7 @@ bSW
mkK
sYC
eHA
-fAN
+fDa
eyy
nFs
uvj
@@ -107910,7 +107912,7 @@ uUU
oVO
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -108019,16 +108021,16 @@ bMr
oRY
bie
efz
-jdJ
+uyE
xyc
bwJ
-hnT
+kHC
jcW
bwJ
-czH
+dbQ
jcW
bwJ
-wrN
+wKq
jcW
kJT
ldB
@@ -108278,16 +108280,16 @@ oRY
kVR
mom
mQW
-nVG
+eLd
biy
lEa
-fWQ
+duq
biy
mXv
-oXF
+jIT
biy
meR
-kjX
+pkr
xtW
oMs
gdS
@@ -108536,13 +108538,13 @@ kVR
lXQ
uiw
jSr
-qcQ
+dgw
uiw
jSr
-qcQ
+dgw
uiw
jSr
-qcQ
+dgw
uiw
jSr
oMs
@@ -108551,9 +108553,9 @@ qeQ
nQM
oMs
oew
-iXi
-idG
-xjf
+drZ
+nRb
+kXU
kxt
olt
otw
@@ -108793,13 +108795,13 @@ kVR
uiw
tAl
uiw
-crN
+uKe
agX
uiw
-crN
+uKe
xXU
uiw
-crN
+uKe
tAl
uiw
oMs
@@ -108807,9 +108809,9 @@ qtI
xAo
agi
fmb
-ncR
+iME
vHj
-dou
+neW
ciZ
hXI
iue
@@ -108828,7 +108830,7 @@ xqO
ttw
ttw
ttw
-yjr
+lLP
ttw
qjA
bgi
@@ -109050,13 +109052,13 @@ kVR
uiw
hsn
uiw
-crN
+uKe
hsn
uba
-crN
+uKe
hsn
uiw
-crN
+uKe
hsn
uiw
oMs
@@ -109064,7 +109066,7 @@ irF
qbI
dnE
oMs
-muZ
+vqX
bem
nIB
ciZ
@@ -109298,7 +109300,7 @@ gPJ
gPJ
ttw
ttw
-xHj
+fYK
dWX
dWX
mIm
@@ -110893,7 +110895,7 @@ qCd
eFq
cSD
lbX
-hbG
+mdF
gOn
gIW
iTA
@@ -110916,10 +110918,10 @@ sAM
ahd
rba
sAM
-lvU
+oLp
ady
gJm
-hWm
+eiV
sAM
sAM
sAM
@@ -111180,7 +111182,7 @@ kam
aQC
aZe
kyH
-wKH
+lMC
uyk
mCM
fsR
@@ -111513,7 +111515,7 @@ deE
wTj
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -112169,7 +112171,7 @@ yhC
mWZ
stJ
nQY
-fsk
+ntV
fAW
xsT
mhe
@@ -113008,7 +113010,7 @@ pkR
lGH
qoS
lMS
-vHh
+rvu
jAK
iwz
fTR
@@ -113022,7 +113024,7 @@ wyk
kVc
dYh
nyT
-rHt
+sEd
luV
nca
nEW
@@ -113197,7 +113199,7 @@ vRi
eFp
stJ
jCE
-cdr
+bBE
juC
ieX
mhe
@@ -113297,8 +113299,8 @@ kkr
ltK
pJO
pJO
-rOM
-vIt
+jOB
+weS
toq
jKu
nES
@@ -113544,7 +113546,7 @@ fDu
fKt
fTR
vGe
-daO
+dWY
nAn
dYh
nny
@@ -113554,8 +113556,8 @@ hwW
hzM
dYh
dYh
-jyF
-uvy
+uHi
+frF
toq
vsH
dSC
@@ -113812,7 +113814,7 @@ dYh
nmg
dYh
dYh
-xtF
+ohm
toq
nFg
hYA
@@ -114015,7 +114017,7 @@ aeg
ljI
ljI
rIN
-eSB
+eMf
nPN
pdU
xRR
@@ -114067,9 +114069,9 @@ pVr
nAn
dYh
dYh
-hXV
-wEJ
-pSj
+sXU
+pSF
+gFi
toq
lEm
wme
@@ -114226,7 +114228,7 @@ omp
stJ
iWk
nlu
-enC
+nTN
mWD
mhe
deV
@@ -114321,12 +114323,12 @@ dYh
vHY
hUp
wQU
-ciQ
-rwT
+nYZ
+wHA
kLU
-hXV
-wEJ
-owP
+sXU
+pSF
+ldX
toq
uat
wme
@@ -114578,12 +114580,12 @@ kMj
nbD
tDe
luV
-xgj
-xgj
-gSO
-cXk
-kIq
-afb
+sjg
+sjg
+leX
+gRW
+pet
+mWy
toq
dKF
flr
@@ -114794,7 +114796,7 @@ xtI
qDk
oBl
lMj
-oOG
+fBw
rXD
jOc
sHv
@@ -114848,7 +114850,7 @@ brI
gAd
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -115203,7 +115205,7 @@ ipH
cuA
prO
sOq
-qVb
+dWV
ria
iqc
sfj
@@ -115253,7 +115255,7 @@ eey
oEk
stJ
lbM
-nQh
+qEP
sDB
oVp
mhe
@@ -115541,7 +115543,7 @@ vQf
cnC
abF
lZg
-uHn
+wlF
fch
tKO
ivR
@@ -115564,9 +115566,9 @@ vFl
pPp
xPa
xnl
-xEU
+qxK
kKL
-jCB
+fdN
pzK
sHv
pIN
@@ -115987,7 +115989,7 @@ sLq
toU
nya
bFO
-hBZ
+aEG
lKw
ted
uHB
@@ -116249,8 +116251,8 @@ bcn
vWw
kFf
rMc
-rfc
-qUc
+mgl
+kde
glp
vkJ
cLi
@@ -116337,7 +116339,7 @@ gcy
lMj
lMj
lMj
-qsW
+oMQ
lMj
sHv
sEL
@@ -116476,7 +116478,7 @@ jrF
uHj
qSd
cgu
-mxN
+lZd
bYj
iqM
rjh
@@ -116862,7 +116864,7 @@ rzr
gXL
cxR
gXL
-vFC
+jMQ
fpH
fpH
fpH
@@ -116903,7 +116905,7 @@ gmz
gAd
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -117272,7 +117274,7 @@ imR
vwo
fUU
vBP
-dwE
+aFy
gIr
vmI
gWa
@@ -117307,7 +117309,7 @@ snO
eVs
jbu
sVX
-ubu
+oeu
pjd
emE
uzB
@@ -117595,8 +117597,8 @@ xFM
sHA
bVR
nCl
-ljG
-hjR
+nhi
+jpH
tWj
kqY
tQF
@@ -117674,7 +117676,7 @@ gmz
ngt
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -117887,8 +117889,8 @@ iGy
pEX
dYi
xnw
-oWu
-qoU
+kRJ
+lQl
jWq
joZ
hxy
@@ -118018,9 +118020,9 @@ oXW
tGR
jqn
jqn
-cut
-cut
-cut
+iqF
+iqF
+iqF
nAw
wLb
tuF
@@ -118043,15 +118045,15 @@ imR
wMT
eoq
vBP
-qAA
-hIy
+nyh
+vBI
hlx
ujy
uhX
lTE
-hxg
+ylz
abG
-wOJ
+viy
stA
gWZ
uEX
@@ -118109,8 +118111,8 @@ cdR
cdR
cdR
cdR
-gYT
-rhi
+cBc
+sur
hxh
wMl
lVF
@@ -118150,7 +118152,7 @@ iYZ
uAE
tlS
hxy
-ohN
+tQP
mAy
mAy
mcP
@@ -118274,10 +118276,10 @@ fWA
rpg
bcB
fWA
-hEG
-hEG
-uQm
-hEG
+rNj
+rNj
+jYa
+rNj
vcx
dDM
gTL
@@ -118289,7 +118291,7 @@ kAm
oHW
wSc
cmH
-gRR
+gnw
pBc
qLf
xLF
@@ -118363,9 +118365,9 @@ xna
xRC
hTP
qPN
-orN
-fiT
-hPC
+uAJ
+onu
+nfb
hKr
wLP
aFv
@@ -118531,9 +118533,9 @@ jqn
jqn
mXy
jqn
-cut
-cut
-cut
+iqF
+iqF
+iqF
lyY
doJ
doJ
@@ -118589,7 +118591,7 @@ oUR
lnS
cHc
waR
-uKZ
+hyw
nmm
sgE
pEL
@@ -118620,16 +118622,16 @@ gtE
pGB
jrm
kGL
-diL
+lRC
nzP
-sbH
+spL
sSx
htb
fDn
aAN
hns
qZl
-ebp
+uUf
fDn
fDn
dof
@@ -118698,7 +118700,7 @@ qbp
oWM
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -118784,7 +118786,7 @@ ttw
xMq
xMq
xMq
-got
+aoM
lbj
jSB
ska
@@ -118877,9 +118879,9 @@ uai
xRC
sSx
sSx
-iSl
-dTe
-wFR
+sCj
+vHW
+rzO
tsB
jLi
fDn
@@ -119045,9 +119047,9 @@ xxv
pcM
cIK
ska
-cut
-cut
-cut
+iqF
+iqF
+iqF
lyY
okp
kID
@@ -119055,7 +119057,7 @@ xmK
azd
oSL
cmH
-iYy
+bsU
sCm
pCy
cmH
@@ -119302,9 +119304,9 @@ xxv
wcM
xxv
xxv
-eNH
-eNH
-eNH
+qVs
+qVs
+qVs
lyY
rhY
vuW
@@ -119399,10 +119401,10 @@ tJU
ykT
vVO
twU
-wwr
+kKa
mJB
-eil
-uhH
+tYp
+pAK
mAC
nIJ
ifq
@@ -119438,7 +119440,7 @@ wBI
qZQ
eAg
dEO
-cZW
+hgL
uIw
taK
bom
@@ -119469,7 +119471,7 @@ qbp
nIl
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -119557,11 +119559,11 @@ ttw
ttw
xxv
ska
-got
-nxj
-cut
-cut
-eNH
+aoM
+lwq
+iqF
+iqF
+qVs
lyY
qzL
dPF
@@ -119569,9 +119571,9 @@ kYF
nag
wav
dTL
-chg
+oWo
yeg
-bee
+sNJ
fHb
tvm
tvm
@@ -119653,7 +119655,7 @@ gLN
gLN
ojZ
cwM
-sCO
+jsN
hGE
gQm
fft
@@ -119661,7 +119663,7 @@ sUt
daB
mYW
kyV
-rob
+xnP
ifq
fvW
yiT
@@ -119814,11 +119816,11 @@ ttw
ttw
xMq
oBb
-eNH
-cut
+qVs
+iqF
xMq
xMq
-eNH
+qVs
lyY
hfv
aiw
@@ -119911,19 +119913,19 @@ gLN
itW
jWg
rUf
-qaf
+ylT
wEK
pKg
nXW
kgk
fDn
-njQ
+aJD
dPv
eEq
xkq
xkq
fiN
-gBQ
+sNW
lLk
xgA
fiN
@@ -119943,7 +119945,7 @@ tRQ
gXL
erh
lPT
-amL
+rri
lqJ
fdG
lCP
@@ -120071,7 +120073,7 @@ ttw
ttw
xMq
oBb
-eNH
+qVs
xMq
xMq
xMq
@@ -120208,7 +120210,7 @@ qfk
wBI
wBI
uIw
-bbW
+hKj
uIw
wBI
jtJ
@@ -120328,10 +120330,10 @@ ttw
ttw
xMq
oBb
-eNH
+qVs
xMq
-cut
-cut
+iqF
+iqF
lyY
wsm
gIo
@@ -120348,9 +120350,9 @@ eSv
bbh
soM
srd
-gGF
-hZv
-jHs
+hMt
+nNe
+kjd
osT
wwH
cMY
@@ -120498,7 +120500,7 @@ qbp
oWM
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -120585,9 +120587,9 @@ ttw
ttw
xMq
oBb
-eNH
-cut
-cut
+qVs
+iqF
+iqF
xMq
lyY
wSg
@@ -120605,9 +120607,9 @@ ndC
cbA
fHb
vxI
-soZ
+icL
odp
-npo
+kNT
rCi
gQK
kek
@@ -120638,7 +120640,7 @@ kIt
fWc
amP
cyN
-sOh
+oJu
sOp
nPs
qSu
@@ -120713,13 +120715,13 @@ wEg
uit
qCR
dJj
-pBR
+tIf
puq
fol
oxL
enl
lOY
-xNl
+xTy
sJO
qQu
pkH
@@ -120842,14 +120844,14 @@ ttw
ttw
xMq
oBb
-eNH
+qVs
xMq
-cut
-cut
+iqF
+iqF
lyY
ckL
xgQ
-esP
+uFN
pMp
pWG
gDz
@@ -120862,9 +120864,9 @@ wLh
bIN
sFN
vGz
-oJI
-jqL
-xQM
+nMn
+oSF
+rDN
mab
mev
gaf
@@ -120985,7 +120987,7 @@ hiQ
akW
hPu
wik
-fiC
+lAG
hLh
sPF
tUK
@@ -121099,7 +121101,7 @@ ttw
ttw
xMq
oBb
-eNH
+qVs
xMq
xMq
xMq
@@ -121159,8 +121161,8 @@ qSu
qSu
rUj
bPZ
-sbx
-anI
+xAy
+aeH
lxC
cnA
rUb
@@ -121189,7 +121191,7 @@ iLL
jiu
vMa
atS
-nSB
+omB
tVg
fmp
aeN
@@ -121356,11 +121358,11 @@ ttw
ttw
xMq
oBb
-eNH
-cut
+qVs
+iqF
xMq
xMq
-eNH
+qVs
lyY
wsr
tCy
@@ -121416,8 +121418,8 @@ qSu
gYN
dqJ
bPZ
-jUL
-ekG
+pDj
+jVW
kLz
cnA
rUb
@@ -121525,7 +121527,7 @@ qbp
oWM
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -121614,16 +121616,16 @@ ttw
aei
bZk
aei
-nxj
-cut
-cut
-eNH
+lwq
+iqF
+iqF
+qVs
lyY
sXl
lSU
ekt
tuU
-ifj
+cQN
gSK
umJ
rju
@@ -121673,13 +121675,13 @@ wAA
mDP
cau
cau
-qwy
-qwy
-qwy
-pYe
-eYX
-lkz
-lej
+wrn
+wrn
+wrn
+tdG
+fNg
+jDI
+rKL
rUb
qQh
fVT
@@ -121872,15 +121874,15 @@ aei
cAd
aei
aei
-eNH
-eNH
-eNH
+qVs
+qVs
+qVs
lyY
xbj
ydE
qcR
oTz
-rcq
+wDN
xlE
xlE
xlE
@@ -121903,9 +121905,9 @@ gxZ
qMk
bYy
eFF
-jEy
-xMV
-oaL
+whX
+bCp
+pLS
gzU
hjW
gDp
@@ -121928,16 +121930,16 @@ vDG
qAl
jSC
jSC
-rJs
-koZ
+xcq
+isq
tdn
-xUG
-fxo
-olm
-gyK
-woE
+vGV
+hkU
+ige
+gKa
+nja
gOt
-vyb
+wBf
kPh
ooa
hZp
@@ -121975,7 +121977,7 @@ uDE
xcg
xyf
mEL
-yjD
+mjC
ieO
ieO
tcz
@@ -122000,7 +122002,7 @@ gwM
rKH
nwm
efQ
-vtw
+gJZ
nDn
hAj
enY
@@ -122129,9 +122131,9 @@ aei
cRr
rbc
bZk
-cut
-cut
-cut
+iqF
+iqF
+iqF
lyY
wot
mMZ
@@ -122152,15 +122154,15 @@ vJT
xjX
jOs
pWq
-owU
-qCq
-wpJ
+vps
+uyH
+jrq
kmg
-wpJ
-qXs
-veR
+jrq
+pZJ
+otC
eFF
-abN
+kfP
oCY
lbh
xFH
@@ -122177,23 +122179,23 @@ uND
vZb
gIK
fWD
-put
+kWE
vHZ
-aVq
+cLr
dcg
pzr
lcT
bnA
-bRS
-qor
-hTj
-pei
+ecl
+wMw
+xtx
+sdl
xFd
-tTC
-bOI
-bMB
-rSO
-xgl
+eCV
+mPf
+neg
+lsG
+ioX
fLp
oie
oRJ
@@ -122296,7 +122298,7 @@ qbp
nIl
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -122417,10 +122419,10 @@ sVP
nLB
oRj
wDO
-ryN
+mry
kNJ
uLI
-rAD
+cHu
hjW
pzG
qnC
@@ -122441,18 +122443,18 @@ gzn
tUt
lkG
wrT
-coJ
-tge
+jaG
+iRi
xRG
xRG
-fam
-fMm
+fUb
+pdo
jSC
-esZ
+hCJ
bPZ
bPZ
fLp
-cIT
+gsl
hhJ
pep
udR
@@ -122517,7 +122519,7 @@ aTR
mLJ
kSN
cEE
-vlP
+wCR
rAU
qvp
xCw
@@ -122643,9 +122645,9 @@ usB
usB
uHz
usB
-cut
-cut
-cut
+iqF
+iqF
+iqF
lyY
xlE
xlE
@@ -122698,18 +122700,18 @@ hvD
uKp
eGd
jSC
-jdH
+sSd
ibK
xFd
-ocK
-rGx
-hxA
+bYX
+acT
+aLz
bnA
-aXm
-rKK
-hBP
-vGE
-mkD
+iNb
+beU
+hJq
+vhh
+hwE
fuP
roz
wne
@@ -122749,7 +122751,7 @@ hsq
ptW
uDd
uDd
-dzq
+hqp
cFx
uAx
jfo
@@ -122900,10 +122902,10 @@ lOc
tIo
bKX
vfM
-cOf
-cOf
-cut
-cOf
+avJ
+avJ
+iqF
+avJ
sKT
elm
lje
@@ -122915,9 +122917,9 @@ jlB
xlE
lPh
kyd
-qlQ
+qSU
jDE
-wwv
+fho
ygP
uOg
pwX
@@ -122955,23 +122957,23 @@ hvD
hUS
eGd
bnA
-nzv
+aGg
puH
xFd
gZD
-hqe
-eGy
+gvO
+mNK
ogb
-dAy
-nTI
-olG
-tiJ
+aaY
+cyI
+lOC
+fYn
wQo
jGl
-jio
+akj
hzT
mqk
-jio
+akj
qaD
fLp
nhJ
@@ -123158,9 +123160,9 @@ usB
sPi
usB
usB
-cut
-cut
-cut
+iqF
+iqF
+iqF
sKT
xha
vGj
@@ -123212,23 +123214,23 @@ jrX
hUS
eGd
bnA
-nzv
-vZc
-nMk
+aGg
+tRE
+xou
gZD
-wQi
-gjG
+dfG
+eNr
cbf
-dAy
-eWX
+aaY
+cEq
vOZ
-ssw
+vga
bmN
jGl
-jio
+akj
hzT
mqk
-jio
+akj
rMh
fLp
tzs
@@ -123326,7 +123328,7 @@ qbp
oWM
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -123468,18 +123470,18 @@ wzH
hRr
fba
cUM
-xum
-whq
+lQG
+tDA
orv
xFd
-iog
-okY
-dGT
-tSE
+nRS
+fvY
+ePd
+sSm
ctf
-gKB
-ajR
-tdO
+bux
+jrb
+hGX
slL
qEr
bKI
@@ -123700,7 +123702,7 @@ sah
boH
dBW
ugu
-uuh
+wJx
nkn
uXb
tpZ
@@ -123726,18 +123728,18 @@ hvD
hUS
eGd
bnA
-fva
-sIs
+rSX
+lMt
pow
pow
tgy
jSC
-iUy
-uEb
-vrL
+qcK
+mKK
+ycB
fLp
fLp
-obz
+pNs
jru
qKf
nGh
@@ -123805,7 +123807,7 @@ mII
fAJ
fAJ
fAJ
-aFq
+aGq
iyw
duy
jnT
@@ -123983,15 +123985,15 @@ hvD
hUS
eGd
bnA
-iIG
-mFX
+xYN
+qSs
bLx
ehn
-iJt
+hIw
jSC
-nYG
-rvS
-vaJ
+ivQ
+qos
+pwP
fLp
hnJ
cCw
@@ -124025,9 +124027,9 @@ jki
rtS
ueT
aCq
-bzn
-bzn
-wfp
+luX
+luX
+sqg
bzY
xPw
kOY
@@ -124072,7 +124074,7 @@ eLf
dZy
rGo
eEu
-uSC
+xrO
iZl
hEF
hEF
@@ -124097,7 +124099,7 @@ qbp
nIl
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -124242,21 +124244,21 @@ slJ
hfU
hfU
hfU
-vZY
+kIg
hfU
hfU
jSC
-hFu
+eNJ
ctf
-uNs
+tNI
fLp
pKd
wxX
mqk
-jio
+akj
llF
mqk
-jio
+akj
jCH
fLp
uuO
@@ -124497,23 +124499,23 @@ hvD
dSe
hzx
hfU
-eGT
-tja
-nRy
-mVt
+upB
+gHS
+hNB
+ern
hfU
-gtJ
-fZg
+qge
+jvC
koq
-trR
+vPl
fLp
fNL
wxX
mqk
-jio
+akj
llF
mqk
-jio
+akj
grQ
fLp
rjf
@@ -124741,7 +124743,7 @@ xBE
bCE
ntX
owg
-geo
+jfR
bki
oEC
qXR
@@ -124754,15 +124756,15 @@ hvD
hUS
eGd
hfU
-sJb
-gFG
-gIO
-tUw
+din
+xHx
+cxP
+iEJ
hfU
-eEd
-bPG
-stM
-bdX
+pWe
+fLZ
+fLi
+kWA
fLp
qEC
iAM
@@ -124842,7 +124844,7 @@ cBe
aNf
vOp
vlh
-aTu
+glC
aNw
urg
fNT
@@ -125011,13 +125013,13 @@ nJH
hUS
fyP
hfU
-wQw
-qAn
-ely
-jDX
+bsF
+jEP
+gcp
+qDl
hfU
-itf
-bmk
+tZi
+gZV
dIM
rMB
fLp
@@ -125113,7 +125115,7 @@ wfL
mWh
oWn
dJr
-iwH
+iTv
dhx
rTf
sxN
@@ -125219,7 +125221,7 @@ sDX
fAL
kSP
mQl
-pBG
+kDn
udZ
dFA
hcD
@@ -125271,7 +125273,7 @@ iNV
iNV
qzy
iNV
-tlk
+lnT
iNV
iNV
mNF
@@ -125330,8 +125332,8 @@ xud
xud
qok
xud
-qWG
-hTQ
+lcr
+aRE
vwl
brl
wwf
@@ -125588,11 +125590,11 @@ cxF
qok
xud
kpq
-qrc
+pnL
txh
fTO
gjv
-vUt
+owG
ssQ
vIF
ekf
@@ -125733,7 +125735,7 @@ rib
sDX
eBf
lGY
-pLl
+mMO
uzl
pRD
oHt
@@ -125749,7 +125751,7 @@ vIv
vIv
gcg
umw
-oFQ
+mwN
vIv
vIv
xMq
@@ -125767,7 +125769,7 @@ mjP
fXZ
vnv
ojJ
-dXZ
+oix
eCc
iQl
pIY
@@ -126007,7 +126009,7 @@ jlD
fRq
pSw
brB
-hIp
+tST
vIv
ttw
ngD
@@ -126098,7 +126100,7 @@ vwJ
wKg
fdP
cJR
-xkt
+vha
vHg
hCV
ioP
@@ -126106,7 +126108,7 @@ pXL
uTI
djy
rop
-lkM
+wVD
wsP
szj
aqJ
@@ -126250,8 +126252,8 @@ lGY
kEv
cIS
iEv
-cHg
-cHg
+mxD
+mxD
xSq
tAU
aNG
@@ -126602,7 +126604,7 @@ cYz
onP
bnV
nTW
-vfg
+iWQ
gnh
koK
fyT
@@ -126619,7 +126621,7 @@ atg
jTg
uBW
jhD
-qGR
+mna
fwW
mnR
iQy
@@ -126765,7 +126767,7 @@ lGY
lgF
iyK
ntp
-xfA
+rVJ
qNc
tAU
hBH
@@ -126859,7 +126861,7 @@ cYz
onP
iUM
lZh
-vfg
+iWQ
hRM
yhD
cpg
@@ -126876,7 +126878,7 @@ vXh
jTg
nLC
qni
-lkM
+wVD
cfZ
tjR
eiX
@@ -126889,8 +126891,8 @@ ewh
kbD
uqw
fZM
-uCe
-sFq
+kTZ
+tQV
rSz
spv
nju
@@ -127042,17 +127044,17 @@ ngD
ngD
frc
vnb
-vwn
+lQM
ewC
-tms
-pzF
-iso
+ybu
+cDc
+qBO
pKY
nRV
iqx
oPQ
lvS
-mCK
+pjm
eCc
bSl
cXX
@@ -127070,7 +127072,7 @@ nyC
aMk
xla
uiz
-geA
+fEc
tNN
iNV
sJy
@@ -127135,9 +127137,9 @@ hne
mth
rop
rli
-fye
+dMh
vuu
-fye
+dMh
uzc
qid
rli
@@ -127299,7 +127301,7 @@ jbe
jYs
oTE
vnb
-kjG
+iXV
dfM
wrA
dSa
@@ -127383,14 +127385,14 @@ vFv
tqu
gmb
vFv
-jTk
+daH
pqh
rop
rop
gSW
xGe
sSn
-lkM
+wVD
jLQ
ukJ
nTB
@@ -127426,7 +127428,7 @@ ash
mRA
dtb
xsG
-lYC
+cYk
ile
sId
dJo
@@ -127445,7 +127447,7 @@ sJd
gUC
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -127525,7 +127527,7 @@ ttw
ttw
ttw
hBA
-cNU
+irB
ayO
vgz
taf
@@ -127556,7 +127558,7 @@ soS
xWZ
gRx
vnb
-gra
+kOL
dMg
iSJ
pVK
@@ -127647,14 +127649,14 @@ cRU
joy
bey
dGK
-lkM
+wVD
rRS
uLe
bmS
tkn
gjm
wJg
-fye
+dMh
pgc
gwM
mGO
@@ -127815,7 +127817,7 @@ hiN
vnb
gEO
aFp
-qKP
+vod
iWZ
nzM
vVt
@@ -127858,7 +127860,7 @@ tDO
wkm
gDf
djz
-vMc
+rTR
ykh
wtQ
yep
@@ -127890,7 +127892,7 @@ izK
mgS
onP
ofb
-iCW
+qXo
onP
pqh
vCX
@@ -127899,11 +127901,11 @@ vCX
nvF
pqh
pqh
-uTk
+rtG
rop
rop
pOV
-lkM
+wVD
rop
nUi
xaD
@@ -127911,7 +127913,7 @@ ltN
xHW
uLe
kMM
-fye
+dMh
pgc
lxc
gpK
@@ -128098,7 +128100,7 @@ nyC
aPj
kiL
qNW
-rrI
+scZ
iJo
wqd
uco
@@ -128113,7 +128115,7 @@ pzh
ykh
fop
qLu
-bvE
+bfi
pBo
aWR
ykh
@@ -128168,7 +128170,7 @@ dNV
uSX
wjH
wMS
-vsK
+qLC
umD
jgI
rKH
@@ -128425,7 +128427,7 @@ lCU
eSk
leb
eEz
-vsK
+qLC
mnf
tWE
rbW
@@ -128918,8 +128920,8 @@ xud
xud
xud
xdZ
-nyf
-nyf
+sgl
+sgl
yaj
wuW
sFi
@@ -128936,9 +128938,9 @@ sFi
sFi
sFi
oLo
-eDx
-eDx
-eDx
+shC
+shC
+shC
oLo
sUo
rzr
@@ -129167,16 +129169,16 @@ xMq
xMq
xMq
oXI
-fNX
-iNa
-bkF
+uLB
+dCJ
+sDP
hQq
qBe
odX
ipj
ekQ
bNu
-lBF
+vao
yaj
xMq
sFi
@@ -129192,7 +129194,7 @@ xTN
git
uho
cHk
-eDx
+shC
mqJ
kBs
nnr
@@ -129424,20 +129426,20 @@ odJ
xqO
xMq
oXI
-ihS
-cvp
-nqU
+tRX
+nnl
+uEh
bcW
njG
xCF
xCF
xXC
-ueJ
+vil
gjq
-nyf
+sgl
gZb
wuW
-wVQ
+pdM
udn
aRn
fun
@@ -129453,7 +129455,7 @@ oLo
nGM
lGO
pHC
-eDx
+shC
dsj
idx
fsd
@@ -129681,17 +129683,17 @@ ttw
odJ
xMq
oXI
-iFV
-lmY
-krz
+lUS
+fNM
+mTM
lon
-cbP
+yib
szk
-haV
+mDb
xXC
-jay
+byA
dMl
-nyf
+sgl
cKl
wuW
eGw
@@ -129710,7 +129712,7 @@ sSV
lKg
npI
oyG
-eDx
+shC
hDf
vNs
mvz
@@ -129938,10 +129940,10 @@ ttw
odJ
xMq
oXI
-oCm
-vWH
-krz
-pmM
+tYW
+bCc
+mTM
+ntl
oXI
pjT
pjT
@@ -129974,7 +129976,7 @@ pPy
vxH
hdZ
aic
-eHk
+mJw
xUk
tKV
tKV
@@ -130192,23 +130194,23 @@ ttw
ttw
ttw
ttw
-cbP
-cbP
-cbP
-qtr
-cXD
-qpX
-tuw
+yib
+yib
+yib
+ung
+qtm
+cvL
+lFU
oXI
jBq
-gsb
+mTV
efH
-ouL
-aUA
+jTE
+bLC
pjT
xMq
sFi
-tEH
+nJi
udn
cLG
sny
@@ -130264,7 +130266,7 @@ wIM
eWs
kLc
unI
-fJV
+poE
mRm
mRm
rgt
@@ -130458,7 +130460,7 @@ ucK
hkN
oXI
mXQ
-qTS
+pWp
nNB
ens
cRT
@@ -130529,7 +130531,7 @@ unI
otq
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -130681,9 +130683,9 @@ eON
aZX
kSB
tuq
-jpk
+vMj
pvA
-oym
+fCy
skC
hqK
udg
@@ -130706,16 +130708,16 @@ ttw
ttw
ttw
ttw
-cbP
-cbP
-cbP
-dpw
-pws
+yib
+yib
+yib
+sTD
+xAE
ucK
hwL
oXI
hwR
-kbi
+pwE
kVH
gJs
jXN
@@ -130727,13 +130729,13 @@ tKA
uHr
oQK
xJt
-hzl
+ibj
xJt
qAu
xbQ
qVt
xbQ
-iCV
+xUK
sFi
bwv
wbf
@@ -130966,13 +130968,13 @@ ttw
odJ
xMq
oXI
-kkC
-pws
-hSf
-llf
+oiY
+xAE
+hil
+eZV
oXI
-emO
-dTO
+kUB
+bIb
wyB
iVW
coN
@@ -131160,7 +131162,7 @@ bsr
iru
gpO
lcd
-waK
+bnh
rPq
rPq
xRQ
@@ -131223,10 +131225,10 @@ ttw
odJ
xMq
oXI
-xqM
-sqL
-nBO
-afo
+aKw
+iYk
+bdM
+baI
oXI
pjT
pjT
@@ -131482,11 +131484,11 @@ xMq
oXI
oXI
oXI
-vte
+kyy
oXI
oXI
qBt
-ldU
+xfg
qBt
cBk
ttw
@@ -131552,7 +131554,7 @@ lAi
jBK
pkp
xXo
-eFu
+ycM
ttw
ttw
ttw
@@ -131682,7 +131684,7 @@ qtc
wnu
vei
hsu
-fOh
+kbb
iVa
iVa
jFA
@@ -131737,12 +131739,12 @@ xMq
xMq
xMq
cBk
-pqk
-nGR
-goP
-kdS
-oUb
-dAV
+vri
+isV
+iOa
+iML
+raL
+lMT
ksB
oxn
wYd
@@ -131939,7 +131941,7 @@ mpF
nnj
tdY
mpu
-uOA
+xmN
iVa
iVa
mVl
@@ -131994,13 +131996,13 @@ ttw
ttw
xMq
cBk
-hjg
-hJg
-tOa
-qgY
+kvH
+kGG
+nVc
+fgj
fth
-iLb
-deu
+byo
+rOw
oky
wYd
ttw
@@ -132183,7 +132185,7 @@ aBX
qsw
tod
xTY
-rpN
+jeS
pcq
mbW
vWY
@@ -132251,14 +132253,14 @@ kUb
ttw
xMq
cBk
-hKK
-kFL
-vxf
-pFJ
+woN
+xGx
+gmG
+pwI
qhU
-mTY
-jvw
-rnb
+xkM
+rnz
+rlB
wYd
ttw
ttw
@@ -132509,12 +132511,12 @@ ttw
xMq
cBk
cBk
-oGX
-tEI
+jnm
+mYH
cBk
-uVw
-leF
-gWT
+mEa
+iyG
+wHF
cBk
cBk
xMq
@@ -139940,7 +139942,7 @@ npZ
uzo
erR
wab
-tZm
+wna
okt
npZ
npZ
@@ -139952,8 +139954,8 @@ qyC
qyC
qyC
qyC
-uHA
-rTT
+oIE
+uUB
xMq
ttw
ttw
@@ -140211,7 +140213,7 @@ xvm
qyC
tGk
tGk
-uBX
+ujK
xMq
ttw
ttw
@@ -140980,8 +140982,8 @@ cyA
gCp
jxh
afD
-nFL
-hGn
+vcv
+jWQ
cwn
xMq
ttw
@@ -142756,7 +142758,7 @@ woT
azl
rfw
jYD
-pqo
+sGR
sEf
rFe
fMc
@@ -142782,7 +142784,7 @@ dKO
sEf
qtL
qtL
-vKi
+qjH
puG
ttw
ttw
@@ -143296,8 +143298,8 @@ ntY
sEf
qtL
qtL
-tfX
-sxf
+kyk
+jEG
ttw
ttw
ttw
@@ -143809,7 +143811,7 @@ omg
omg
sEf
qtL
-vKi
+qjH
puG
ttw
ttw
@@ -144323,8 +144325,8 @@ cFz
cGp
sEf
qtL
-tfX
-sxf
+kyk
+jEG
ttw
ttw
ttw
@@ -145353,7 +145355,7 @@ sEf
qtL
qtL
dPU
-sxf
+jEG
ttw
ttw
ttw
diff --git a/_maps/map_files/debug/runtimestation.dmm b/_maps/map_files/debug/runtimestation.dmm
index 1b1fdf387396f1..23937b91f979e4 100644
--- a/_maps/map_files/debug/runtimestation.dmm
+++ b/_maps/map_files/debug/runtimestation.dmm
@@ -61,63 +61,32 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/engineering/main)
-"at" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
"av" = (
/turf/open/floor/iron/dark,
/area/station/engineering/gravity_generator)
"aw" = (
/turf/open/floor/plating,
/area/station/engineering/atmos)
-"aA" = (
-/turf/open/floor/iron,
-/area/station/engineering/main)
-"aB" = (
+"ax" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"aC" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/machinery/door/airlock/external/glass/ruin,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/main)
-"aD" = (
-/turf/open/floor/iron,
-/area/station/security/brig)
-"aE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 6
+"ay" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L7"
},
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/engineering/main)
-"aF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
+/area/station/commons/storage/primary)
+"aA" = (
/turf/open/floor/iron,
/area/station/engineering/main)
-"aG" = (
-/obj/machinery/light/directional/west,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/closet/radiation,
-/obj/structure/cable,
+"aD" = (
/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
+/area/station/security/brig)
"aH" = (
/obj/machinery/light/directional/east,
/obj/machinery/recharge_station,
@@ -150,12 +119,6 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
-"aP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
"aS" = (
/obj/structure/table,
/obj/item/flashlight{
@@ -165,36 +128,6 @@
/obj/item/stock_parts/power_store/cell/infinite,
/turf/open/floor/iron,
/area/station/engineering/main)
-"aT" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/main)
-"aU" = (
-/obj/machinery/door/airlock/engineering/glass{
- name = "Gravity Generator"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
-"aV" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
"aX" = (
/obj/machinery/door/airlock/engineering/glass{
name = "Gravity Generator"
@@ -208,10 +141,6 @@
/obj/machinery/light/directional/east,
/turf/open/floor/iron/dark,
/area/station/engineering/gravity_generator)
-"ba" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
"bb" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
@@ -235,11 +164,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/engineering/main)
-"be" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/main)
"bf" = (
/obj/machinery/suit_storage_unit/captain,
/turf/open/floor/iron,
@@ -258,19 +182,6 @@
},
/turf/open/floor/iron,
/area/station/engineering/gravity_generator)
-"bk" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/machinery/door/airlock,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
-"bl" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
"bm" = (
/obj/machinery/atmospherics/components/binary/valve/on{
dir = 4
@@ -305,11 +216,6 @@
/obj/machinery/announcement_system,
/turf/open/floor/iron,
/area/station/engineering/gravity_generator)
-"bt" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science)
"bu" = (
/turf/closed/wall/r_wall,
/area/station/command/bridge)
@@ -321,12 +227,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/security/brig)
-"bx" = (
-/obj/machinery/door/airlock,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/main)
"by" = (
/turf/closed/wall/r_wall,
/area/station/medical/medbay)
@@ -353,10 +253,6 @@
/obj/machinery/computer/rdconsole,
/turf/open/floor/iron,
/area/station/science)
-"bH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/iron,
-/area/station/security/brig)
"bI" = (
/obj/structure/table,
/obj/item/card/emag,
@@ -395,10 +291,6 @@
},
/turf/open/floor/iron,
/area/station/command/bridge)
-"bN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
"bO" = (
/obj/machinery/door/poddoor,
/turf/open/floor/engine,
@@ -425,35 +317,6 @@
},
/turf/open/floor/iron,
/area/station/security/brig)
-"bV" = (
-/obj/machinery/light/directional/north,
-/mob/living/carbon/human,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/medical/medbay)
-"bW" = (
-/obj/machinery/camera/directional/north,
-/mob/living/carbon/human,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/medical/medbay)
-"bX" = (
-/obj/machinery/sleeper/syndie/fullupgrade,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/medical/medbay)
"bY" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -489,18 +352,6 @@
},
/turf/open/floor/iron,
/area/station/command/bridge)
-"ch" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/medical/chemistry)
-"ci" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/security/brig)
"cj" = (
/obj/structure/cable,
/turf/open/floor/iron,
@@ -536,11 +387,6 @@
},
/turf/open/floor/iron,
/area/station/command/bridge)
-"cq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/effect/turf_decal/tile/blue/half/contrasted,
-/turf/open/floor/iron,
-/area/station/command/bridge)
"cr" = (
/obj/machinery/light/directional/south,
/obj/structure/closet/secure_closet/hos{
@@ -553,107 +399,6 @@
/obj/machinery/light/directional/west,
/turf/open/floor/iron,
/area/station/medical/chemistry)
-"cu" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/medical/medbay)
-"cw" = (
-/obj/machinery/door/airlock,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/open/floor/iron,
-/area/station/command/bridge)
-"cx" = (
-/obj/machinery/door/airlock/public/glass,
-/turf/open/floor/iron,
-/area/station/medical/medbay)
-"cy" = (
-/obj/effect/turf_decal/loading_area{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/medical/medbay)
-"cz" = (
-/obj/structure/fans/tiny,
-/turf/open/floor/plating,
-/area/station/medical/medbay)
-"cA" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
-"cB" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/directional/north,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
-"cC" = (
-/obj/machinery/camera/directional/north,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
-"cD" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
-"cE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/station/medical/chemistry)
-"cF" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/medical/chemistry)
-"cG" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/station/medical/medbay)
-"cH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/table,
-/obj/item/gun/magic/wand/resurrection/debug,
-/obj/item/gun/magic/wand/death/debug{
- pixel_y = 10
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/item/debug/human_spawner{
- pixel_x = 6;
- pixel_y = -4
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/medical/medbay)
"cI" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable,
@@ -668,62 +413,16 @@
},
/turf/open/floor/iron/cafeteria,
/area/station/medical/medbay)
-"cK" = (
-/obj/machinery/light/directional/south,
-/obj/structure/table/glass,
-/obj/item/disk/surgery/debug,
-/obj/item/storage/box/monkeycubes{
- pixel_x = 6;
- pixel_y = 1
- },
-/obj/item/storage/box/monkeycubes{
- pixel_x = -6;
- pixel_y = 2
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/item/disk/data/debug{
- pixel_y = 9;
- pixel_x = 7
- },
-/turf/open/floor/iron/white/corner,
-/area/station/medical/medbay)
-"cL" = (
-/obj/item/surgery_tray/full/advanced,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron/white/corner,
-/area/station/medical/medbay)
"cN" = (
/turf/closed/wall/r_wall,
/area/station/construction)
-"cP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/station/construction)
"cS" = (
/turf/closed/wall/r_wall,
/area/station/commons/storage/primary)
-"cT" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/open/floor/iron,
-/area/station/medical/chemistry)
"cV" = (
/obj/machinery/door/airlock/public/glass,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
-"cX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/construction)
"cY" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
@@ -734,10 +433,6 @@
},
/turf/open/floor/iron,
/area/station/construction)
-"da" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/station/commons/storage/primary)
"db" = (
/turf/closed/wall/mineral/plastitanium,
/area/station/hallway/secondary/entry)
@@ -766,14 +461,6 @@
/obj/machinery/light/small/directional/west,
/turf/open/floor/plating,
/area/station/hallway/secondary/entry)
-"dk" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 10
- },
-/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"dl" = (
/turf/open/floor/plating,
/area/station/commons/storage/primary)
@@ -856,13 +543,6 @@
},
/turf/open/floor/iron,
/area/station/construction)
-"dA" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"dB" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
@@ -884,20 +564,10 @@
},
/turf/open/floor/iron,
/area/station/commons/storage/primary)
-"dF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"dG" = (
/obj/machinery/door/airlock,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
-"dH" = (
-/obj/machinery/door/airlock,
-/turf/open/floor/plating,
-/area/station/maintenance/department/bridge)
"dI" = (
/obj/effect/landmark/start,
/turf/open/floor/iron,
@@ -923,18 +593,6 @@
},
/turf/open/floor/iron,
/area/station/construction)
-"dN" = (
-/obj/machinery/vending/subtype_vendor,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"dO" = (
-/obj/structure/table,
-/obj/machinery/light/directional/south,
-/obj/item/storage/medkit/regular,
-/obj/item/healthanalyzer/advanced,
-/obj/item/debug/omnitool/item_spawner,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"dP" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -960,16 +618,6 @@
/obj/machinery/camera/directional/north,
/turf/open/floor/iron/dark,
/area/station/engineering/gravity_generator)
-"dU" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera/directional/north,
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
"dV" = (
/turf/open/floor/plating,
/area/station/hallway/secondary/entry)
@@ -1022,30 +670,13 @@
/obj/machinery/door/airlock,
/turf/open/floor/iron,
/area/station/construction)
-"eg" = (
-/obj/machinery/door/airlock,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/security/brig)
"eh" = (
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"ei" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
"ej" = (
/obj/machinery/light/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"ek" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
"el" = (
/obj/structure/fans/tiny/invisible,
/turf/open/floor/engine,
@@ -1057,13 +688,18 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/hallway/secondary/entry)
-"ep" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 8
+"er" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
+/obj/structure/closet/secure_closet/medical3{
+ locked = 0
+ },
+/obj/item/healthanalyzer/advanced,
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/medical/medbay)
"es" = (
/obj/machinery/dna_scannernew,
/obj/effect/turf_decal/tile/blue/opposingcorners{
@@ -1081,11 +717,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"ew" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/sign/warning/vacuum,
-/turf/open/floor/plating,
-/area/station/cargo/storage)
"ex" = (
/obj/machinery/door/airlock/external/ruin{
name = "Escape Pod One"
@@ -1093,17 +724,6 @@
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/station/hallway/secondary/entry)
-"ez" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"eA" = (
/obj/machinery/conveyor{
dir = 1;
@@ -1111,6 +731,14 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
+"eB" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/stripes/full,
+/turf/open/floor/iron,
+/area/station/engineering/main)
"eC" = (
/obj/machinery/conveyor{
dir = 8;
@@ -1135,14 +763,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"eH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"eJ" = (
/obj/docking_port/stationary{
dir = 4;
@@ -1154,10 +774,6 @@
},
/turf/open/space/basic,
/area/space)
-"eL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
"eN" = (
/obj/machinery/conveyor{
dir = 9;
@@ -1177,36 +793,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
-"eR" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/machinery/door/airlock/external/ruin{
- name = "Supply Dock Airlock"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
-"eS" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/machinery/door/airlock/external/ruin{
- name = "Supply Dock Airlock"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"eT" = (
/obj/machinery/conveyor{
dir = 5;
@@ -1235,19 +821,6 @@
},
/turf/open/floor/plating,
/area/station/cargo/storage)
-"eZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
-"fa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"fb" = (
/obj/machinery/door/airlock/external/ruin{
name = "Departure Lounge Airlock"
@@ -1267,23 +840,6 @@
},
/turf/open/floor/plating,
/area/station/cargo/storage)
-"fe" = (
-/obj/machinery/computer/cargo{
- dir = 8
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/button/door/directional/east{
- id = "cargounload";
- name = "Loading Doors";
- pixel_y = 8
- },
-/obj/machinery/button/door/directional/east{
- id = "cargoload";
- name = "Loading Doors";
- pixel_y = -8
- },
-/turf/open/floor/iron,
-/area/station/cargo/storage)
"ff" = (
/obj/docking_port/stationary{
dir = 2;
@@ -1365,125 +921,21 @@
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/station/hallway/secondary/entry)
-"ft" = (
-/obj/machinery/door/airlock,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/hallway/primary/central)
-"fw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"fx" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L1"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"fy" = (
-/obj/machinery/light/directional/north,
-/obj/effect/turf_decal/plaque{
- icon_state = "L3"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"fz" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L5"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"fA" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L7"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"fB" = (
/obj/machinery/status_display/supply,
/turf/closed/wall/r_wall,
/area/station/cargo/storage)
-"fC" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L9"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"fD" = (
-/obj/machinery/light/directional/north,
-/obj/machinery/camera/directional/north,
-/obj/effect/turf_decal/plaque{
- icon_state = "L11"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"fE" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L13"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
-"fF" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/caution/stand_clear,
-/obj/structure/fans/tiny,
-/turf/open/floor/iron,
-/area/station/cargo/storage)
-"fH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"fI" = (
/obj/machinery/door/airlock,
/turf/open/floor/plating,
/area/station/maintenance/aft)
-"fK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 5
+"fL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
},
-/obj/structure/cable,
+/obj/item/storage/part_replacer/bluespace/tier4,
/turf/open/floor/iron,
-/area/station/commons/storage/primary)
+/area/station/cargo/bitrunning/den)
"fM" = (
/obj/structure/sign/directions/supply{
dir = 4;
@@ -1500,14 +952,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"fN" = (
-/obj/machinery/door/airlock,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/commons/storage/primary)
"fO" = (
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
@@ -1523,24 +967,11 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"fR" = (
-/obj/machinery/door/airlock,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/commons/storage/primary)
"fS" = (
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"fW" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 6
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/exit/departure_lounge)
"fX" = (
/obj/structure/sign/directions/supply{
dir = 4;
@@ -1562,21 +993,9 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"fZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
"ga" = (
/turf/closed/wall/r_wall,
/area/station/hallway/secondary/exit/departure_lounge)
-"gb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/exit/departure_lounge)
"gc" = (
/obj/machinery/door/airlock/external/ruin{
name = "Auxiliary Airlock"
@@ -1608,75 +1027,24 @@
},
/turf/open/floor/plating,
/area/station/commons/storage/primary)
-"gk" = (
+"gi" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/syndicate,
+/obj/item/debug/omnitool,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
+"gk" = (
/obj/structure/sign/departments/evac,
/turf/closed/wall/r_wall,
/area/station/hallway/secondary/exit/departure_lounge)
-"gl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
-"gm" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"gn" = (
/obj/machinery/camera/directional/north,
/turf/open/floor/iron,
/area/station/security/brig)
-"go" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
-"gp" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/station/cargo/miningoffice)
-"gq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"gr" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"gu" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
"gv" = (
/obj/machinery/light/directional/south,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"gw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"gx" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
"gy" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -1690,27 +1058,6 @@
/obj/machinery/keycard_auth/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"gB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/light/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"gC" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/directional/north,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"gD" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
"gE" = (
/obj/machinery/camera/directional/north,
/turf/open/floor/iron,
@@ -1726,6 +1073,10 @@
/obj/machinery/light/directional/west,
/turf/open/floor/iron,
/area/station/construction)
+"gH" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/catwalk_floor,
+/area/station/cargo/storage)
"gI" = (
/obj/machinery/light/directional/north,
/obj/machinery/camera/directional/north,
@@ -1742,25 +1093,23 @@
/obj/structure/sign/warning/radiation/rad_area/directional/north,
/turf/open/floor/plating,
/area/station/engineering/gravity_generator)
-"gY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science)
"hm" = (
/obj/machinery/airalarm/directional/west,
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/plating,
/area/station/engineering/atmos)
-"hv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
+"hp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 1
},
-/obj/item/storage/part_replacer/bluespace/tier4,
/turf/open/floor/iron,
-/area/station/cargo/bitrunning/den)
+/area/station/hallway/primary/central)
+"hr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"hD" = (
/obj/structure/closet/secure_closet/chemical/heisenberg{
locked = 0
@@ -1774,32 +1123,69 @@
/obj/machinery/light_switch/directional/west,
/turf/open/floor/iron,
/area/station/construction)
-"is" = (
-/obj/structure/sign/warning/vacuum/external/directional/east,
-/obj/machinery/vending/subtype_vendor,
-/turf/open/floor/iron,
-/area/station/medical/medbay)
-"jb" = (
+"io" = (
/obj/machinery/door/airlock,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/command/bridge)
+"jg" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L1"
+ },
/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/science)
-"jE" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+/area/station/commons/storage/primary)
+"jk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
+"jz" = (
+/obj/structure/table/glass,
+/obj/item/disk/surgery/debug,
+/obj/item/storage/box/monkeycubes{
+ pixel_x = 6;
+ pixel_y = 1
+ },
+/obj/item/storage/box/monkeycubes{
+ pixel_x = -6;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
+/obj/item/disk/data/debug{
+ pixel_y = 9;
+ pixel_x = 7
+ },
+/turf/open/floor/iron/white/corner,
+/area/station/medical/medbay)
+"jL" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
"jU" = (
/obj/structure/table,
/obj/item/melee/energy/axe,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
-"kj" = (
-/obj/machinery/door/airlock,
-/obj/structure/cable,
+"jZ" = (
+/obj/machinery/sleeper/syndie/fullupgrade,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/camera/directional/north,
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/medical/medbay)
+"kf" = (
+/obj/machinery/vending/subtype_vendor,
/turf/open/floor/iron,
-/area/station/cargo/miningoffice)
+/area/station/commons/storage/primary)
"kn" = (
/obj/machinery/light/directional/north,
/turf/open/floor/iron,
@@ -1808,129 +1194,191 @@
/obj/structure/server,
/turf/open/floor/iron/dark,
/area/station/science/explab)
-"kQ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
+"kS" = (
+/turf/closed/wall/r_wall,
+/area/station/medical/chemistry)
"lc" = (
/turf/open/floor/engine,
/area/station/hallway/secondary/entry)
-"lg" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/main)
-"lH" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/exit/departure_lounge)
-"lX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+"lu" = (
+/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 1
},
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"mi" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/machinery/light/directional/north,
+"mb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"mE" = (
+/area/station/medical/chemistry)
+"mk" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
-/obj/machinery/chem_mass_spec,
/turf/open/floor/iron,
-/area/station/medical/chemistry)
-"nn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/area/station/engineering/main)
+"mC" = (
+/turf/open/floor/iron/dark,
+/area/station/medical/medbay)
+"nb" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/iron/dark,
-/area/station/science/explab)
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
+"ng" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/cargo/storage)
"nq" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/turf/open/floor/iron,
/area/station/commons/storage/primary)
-"ny" = (
+"nT" = (
/obj/structure/table,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/debug/omnitool,
+/obj/machinery/light/directional/south,
+/obj/item/storage/medkit/regular,
+/obj/item/healthanalyzer/advanced,
+/obj/item/debug/omnitool/item_spawner,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
-"nI" = (
-/obj/machinery/door/airlock,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/open/floor/iron,
-/area/station/cargo/bitrunning/den)
"od" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/turf/open/floor/plating,
/area/station/hallway/secondary/entry)
-"oV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+"os" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock/research,
+/turf/open/floor/iron/dark,
+/area/station/science/explab)
+"ou" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
-/obj/effect/spawner/structure/window/reinforced,
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/medical/chemistry)
+/area/station/construction)
+"oK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/engineering/main)
+"pe" = (
+/obj/machinery/door/airlock,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/commons/storage/primary)
+"pr" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/exit/departure_lounge)
"pv" = (
/obj/machinery/light/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"pA" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/station/science)
-"pI" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+"pw" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L9"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
+"pL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/effect/turf_decal/caution/stand_clear{
dir = 8
},
-/obj/machinery/door/airlock/external/glass/ruin,
-/turf/open/floor/plating,
-/area/station/medical/medbay)
+/turf/open/floor/iron,
+/area/station/cargo/storage)
+"pZ" = (
+/obj/machinery/light/directional/north,
+/obj/machinery/camera/directional/north,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L11"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"qb" = (
/obj/machinery/door/airlock,
/turf/open/floor/plating,
/area/station/engineering/atmos)
+"qg" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/effect/turf_decal/stripes/full,
+/turf/open/floor/iron/dark,
+/area/station/cargo/storage)
+"qv" = (
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
+"qw" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"qx" = (
/obj/machinery/airalarm/directional/west,
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/iron,
/area/station/cargo/storage)
+"qH" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/iron,
+/area/station/medical/chemistry)
"qQ" = (
/turf/open/floor/engine,
/area/station/cargo/miningoffice)
-"rn" = (
+"rh" = (
+/obj/machinery/door/airlock,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/science)
+"ru" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
},
+/obj/machinery/light/directional/north,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"rC" = (
+/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L3"
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"rK" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"rL" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
"rT" = (
/turf/open/floor/circuit/green,
/area/station/cargo/bitrunning/den)
@@ -1938,6 +1386,29 @@
/obj/machinery/door/airlock/shell,
/turf/open/floor/iron/dark,
/area/station/construction)
+"sN" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
+"sT" = (
+/obj/machinery/door/airlock,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/engineering/main)
+"tn" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/medical/chemistry)
+"tz" = (
+/obj/machinery/status_display/supply,
+/turf/closed/wall/r_wall,
+/area/station/commons/storage/primary)
"tE" = (
/obj/machinery/door/airlock/research,
/turf/open/floor/iron/dark,
@@ -1949,6 +1420,13 @@
},
/turf/open/space/basic,
/area/space)
+"tQ" = (
+/obj/machinery/door/airlock/public/glass,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/medical/chemistry)
"tV" = (
/obj/structure/bot,
/turf/open/floor/iron/dark,
@@ -1974,6 +1452,11 @@
/obj/machinery/light/directional/north,
/turf/open/floor/plating,
/area/station/engineering/atmos)
+"uL" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/cargo/bitrunning/den)
"uO" = (
/obj/machinery/door/airlock/public/glass,
/obj/structure/cable,
@@ -1995,11 +1478,6 @@
},
/turf/open/floor/iron/dark,
/area/station/science/explab)
-"vb" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/open/floor/iron,
-/area/station/cargo/bitrunning/den)
"vm" = (
/mob/living/circuit_drone,
/turf/open/floor/iron/dark,
@@ -2014,43 +1492,127 @@
},
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"vP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+"vB" = (
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/machinery/door/airlock/public/glass,
-/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/corner,
+/area/station/medical/medbay)
+"vQ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
-/area/station/medical/chemistry)
-"wb" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+/area/station/cargo/storage)
+"vS" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/airlock_pump{
dir = 4
},
-/obj/machinery/light/directional/north,
-/obj/effect/turf_decal/tile/blue/half/contrasted{
+/turf/open/floor/iron,
+/area/station/engineering/main)
+"wa" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/corner{
dir = 1
},
+/area/station/medical/medbay)
+"wc" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
/turf/open/floor/iron,
-/area/station/hallway/primary/central)
+/area/station/science)
+"wk" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/cafeteria,
+/area/station/medical/medbay)
+"wl" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
+"wp" = (
+/obj/machinery/door/airlock,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/cargo/bitrunning/den)
"wB" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"wM" = (
+"wD" = (
+/obj/machinery/door/airlock,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
+/area/station/cargo/miningoffice)
"wU" = (
/turf/closed/wall/r_wall,
/area/station/science/explab)
+"xD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/effect/turf_decal/tile/blue/half/contrasted,
+/turf/open/floor/iron,
+/area/station/command/bridge)
+"xK" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
+"xY" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/engineering/atmos)
+"ya" = (
+/obj/machinery/atmospherics/components/unary/airlock_pump{
+ dir = 8
+ },
+/obj/machinery/light/small/red/dim/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/cargo/storage)
+"yi" = (
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
+"yl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"yA" = (
/obj/docking_port/stationary/laborcamp_home{
dir = 8
},
/turf/open/space/basic,
/area/space)
+"yH" = (
+/obj/effect/turf_decal/stripes/full,
+/obj/machinery/door/airlock/external/glass/ruin{
+ name = "Medbay Airlock"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/medical/medbay)
"yK" = (
/obj/structure/fans/tiny/invisible,
/obj/effect/turf_decal/stripes/line{
@@ -2063,6 +1625,12 @@
/obj/machinery/power/rtg/debug,
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"zg" = (
+/obj/machinery/door/airlock/public/glass,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"zo" = (
/obj/machinery/power/apc/auto_name/directional/south,
/obj/structure/cable,
@@ -2073,16 +1641,57 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
/area/station/science)
+"zY" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"Aj" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/cargo/bitrunning/den)
-"AP" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+"An" = (
+/turf/open/floor/iron/dark,
+/area/station/cargo/storage)
+"Ao" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/caution/stand_clear{
dir = 8
},
/turf/open/floor/iron,
-/area/station/science)
+/area/station/cargo/storage)
+"AD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/secondary/exit/departure_lounge)
+"Bp" = (
+/obj/machinery/light/directional/west,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
+"Bz" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
+"BB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/catwalk_floor,
+/area/station/medical/medbay)
"BD" = (
/obj/structure/closet/secure_closet/chief_medical{
locked = 0
@@ -2096,13 +1705,44 @@
/obj/item/gun/ballistic/automatic/pistol,
/turf/open/floor/iron,
/area/station/command/bridge)
+"BM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
"Ce" = (
/turf/open/floor/iron,
/area/station/medical/chemistry)
+"Cg" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"Ct" = (
/obj/structure/closet/syndicate/resources/everything,
/turf/open/floor/iron,
/area/station/science)
+"CF" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white/corner,
+/area/station/medical/medbay)
+"CG" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
+"CJ" = (
+/obj/machinery/door/airlock/external/glass/ruin{
+ name = "Medbay Airlock"
+ },
+/obj/effect/turf_decal/stripes/full,
+/turf/open/floor/iron/dark,
+/area/station/medical/medbay)
"CQ" = (
/obj/machinery/light/directional/south,
/obj/effect/turf_decal/stripes/line{
@@ -2114,11 +1754,6 @@
/obj/machinery/component_printer,
/turf/open/floor/iron/dark,
/area/station/science/explab)
-"CV" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/medical/chemistry)
"Df" = (
/obj/machinery/light/directional/east,
/obj/item/integrated_circuit/loaded/hello_world,
@@ -2126,6 +1761,35 @@
/obj/structure/rack,
/turf/open/floor/iron/dark,
/area/station/science/explab)
+"DC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/corner,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
+"DD" = (
+/mob/living/carbon/human,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/medical/medbay)
+"DO" = (
+/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
+"DT" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/effect/turf_decal/stripes/full,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"DW" = (
/obj/machinery/computer/scan_consolenew{
dir = 1
@@ -2135,15 +1799,19 @@
},
/turf/open/floor/iron/white/corner,
/area/station/medical/medbay)
-"EA" = (
+"Ef" = (
+/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
+"Es" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/construction)
-"EB" = (
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/iron,
-/area/station/medical/medbay)
"EG" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -2166,13 +1834,21 @@
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"ES" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+"EN" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/meter/layer4,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"ER" = (
+/mob/living/carbon/human,
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
+/obj/machinery/light/directional/north,
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/medical/medbay)
"EX" = (
/obj/structure/table,
/obj/item/screwdriver{
@@ -2196,6 +1872,70 @@
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/iron,
/area/station/command/bridge)
+"Fy" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/exit/departure_lounge)
+"FA" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
+"FC" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"FE" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"GC" = (
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"GN" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
+"GQ" = (
+/obj/machinery/door/airlock,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/security/brig)
+"GV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/cargo/storage)
+"GZ" = (
+/obj/machinery/chem_mass_spec,
+/turf/open/floor/iron,
+/area/station/medical/chemistry)
+"Hb" = (
+/obj/machinery/door/airlock,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/construction)
+"Hc" = (
+/obj/machinery/camera/directional/north,
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
+"Hg" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L5"
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"HW" = (
/obj/machinery/airalarm/directional/east,
/obj/effect/mapping_helpers/airalarm/unlocked,
@@ -2213,6 +1953,11 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/science/explab)
+"Is" = (
+/obj/machinery/door/airlock,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/commons/storage/primary)
"Iy" = (
/obj/structure/closet/secure_closet/research_director{
locked = 0
@@ -2220,24 +1965,6 @@
/obj/effect/turf_decal/tile/blue/half/contrasted,
/turf/open/floor/iron,
/area/station/command/bridge)
-"IB" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/table,
-/obj/item/debug/omnitool{
- pixel_x = -4;
- pixel_y = 6
- },
-/obj/item/debug/omnitool/item_spawner{
- pixel_x = 4;
- pixel_y = -6
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/station/medical/medbay)
"IF" = (
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
@@ -2259,25 +1986,52 @@
},
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
+"IV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/medical/chemistry)
+"IX" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "cargounload"
+ },
+/obj/structure/sign/warning/vacuum/directional/east,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
+"Jd" = (
+/obj/machinery/door/airlock,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/plating,
+/area/station/commons/storage/primary)
"Jp" = (
/obj/machinery/gravity_generator/main,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/engineering/gravity_generator)
-"JF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
+"JV" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/obj/structure/cable,
/turf/open/floor/iron,
-/area/station/medical/chemistry)
-"JS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/machinery/airalarm/directional/north,
-/obj/effect/mapping_helpers/airalarm/unlocked,
+/area/station/commons/storage/primary)
+"Kg" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/full,
/turf/open/floor/iron,
-/area/station/hallway/primary/central)
+/area/station/engineering/main)
+"Ks" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/airlock,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"Kx" = (
/obj/structure/table,
/obj/item/analyzer,
@@ -2285,45 +2039,87 @@
/obj/machinery/light/directional/south,
/turf/open/floor/plating,
/area/station/engineering/atmos)
+"Lb" = (
+/obj/machinery/door/airlock,
+/turf/open/floor/plating,
+/area/station/medical/medbay)
+"Lq" = (
+/obj/effect/turf_decal/stripes/full,
+/obj/machinery/door/airlock/external/glass/ruin{
+ name = "Medbay Airlock"
+ },
+/turf/open/floor/iron,
+/area/station/medical/medbay)
"Ly" = (
/obj/machinery/chem_dispenser/chem_synthesizer,
/turf/open/floor/iron/dark,
/area/station/medical/chemistry)
-"LH" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
+"LD" = (
+/obj/item/surgery_tray/full/advanced,
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/machinery/door/airlock/research,
-/turf/open/floor/iron/dark,
-/area/station/science/explab)
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron/white/corner,
+/area/station/medical/medbay)
"LS" = (
/obj/machinery/quantum_server,
/turf/open/floor/iron,
/area/station/cargo/bitrunning/den)
+"LU" = (
+/obj/machinery/vending/subtype_vendor,
+/turf/open/floor/iron,
+/area/station/medical/chemistry)
"LW" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
+"Ma" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/engineering/main)
+"Mg" = (
+/obj/machinery/door/airlock/public/glass,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/medical/medbay)
"Mh" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"Ml" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
+"My" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/science)
"ME" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
+"MM" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"MN" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/engineering/gravity_generator)
-"MY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/atmos)
"Nb" = (
/obj/machinery/bci_implanter,
/turf/open/floor/iron/dark,
@@ -2332,11 +2128,26 @@
/obj/machinery/chem_recipe_debug,
/turf/open/floor/iron,
/area/station/medical/chemistry)
+"Ni" = (
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/dark,
+/area/station/science/explab)
"Ns" = (
/obj/machinery/door/airlock/public/glass,
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/medical/medbay)
+"Nu" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"NG" = (
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"NZ" = (
/obj/machinery/rnd/production/protolathe/department,
/turf/open/floor/iron,
@@ -2362,15 +2173,58 @@
/obj/item/stock_parts/power_store/cell/bluespace,
/turf/open/floor/iron/dark,
/area/station/science/explab)
+"OF" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
+"OI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/light/directional/north,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
+"OO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/explab)
+"OS" = (
+/obj/machinery/airalarm/directional/north,
+/obj/effect/mapping_helpers/airalarm/unlocked,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
"OU" = (
/obj/item/disk/tech_disk/debug,
/turf/open/floor/iron,
/area/station/science)
+"Pc" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L13"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"Pk" = (
/obj/machinery/airalarm/directional/north,
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/iron/dark,
/area/station/science/explab)
+"Pr" = (
+/obj/machinery/atmospherics/components/unary/airlock_pump{
+ dir = 8
+ },
+/obj/machinery/light/small/red/dim/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/medical/medbay)
+"Pv" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/meter/layer2,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"Px" = (
/obj/structure/table,
/obj/machinery/reagentgrinder,
@@ -2383,19 +2237,11 @@
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/iron,
/area/station/security/brig)
-"Qi" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/hallway/secondary/entry)
-"Qt" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+"PK" = (
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/machinery/door/airlock/external/glass/ruin,
-/turf/open/floor/plating,
+/turf/open/floor/iron/white/corner,
/area/station/medical/medbay)
"Qu" = (
/obj/docking_port/stationary/mining_home{
@@ -2403,6 +2249,35 @@
},
/turf/open/floor/engine,
/area/station/cargo/miningoffice)
+"QM" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/science)
+"QP" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/button/door/directional/east{
+ id = "cargoload";
+ name = "Loading Doors";
+ pixel_y = -9
+ },
+/obj/machinery/button/door/directional/east{
+ id = "cargounload";
+ name = "Unloading Doors";
+ pixel_y = 8
+ },
+/obj/machinery/computer/cargo{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/cargo/storage)
+"QV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
"QY" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -2421,6 +2296,41 @@
/obj/machinery/byteforge,
/turf/open/floor/circuit/green,
/area/station/cargo/bitrunning/den)
+"Ru" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
+"Rx" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/closet/radiation,
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
+"RD" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/debug/omnitool{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/obj/item/debug/omnitool/item_spawner{
+ pixel_x = 4;
+ pixel_y = -6
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/medical/medbay)
+"RE" = (
+/obj/machinery/door/airlock/external/glass/ruin,
+/obj/effect/turf_decal/stripes/full,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
"RM" = (
/obj/structure/closet/secure_closet/hop{
locked = 0
@@ -2449,6 +2359,14 @@
/obj/item/bitrunning_debug,
/turf/open/floor/iron,
/area/station/cargo/bitrunning/den)
+"SU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron,
+/area/station/security/brig)
+"SX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron,
+/area/station/hallway/secondary/entry)
"Td" = (
/obj/machinery/light/directional/east,
/obj/effect/turf_decal/stripes/line{
@@ -2460,28 +2378,50 @@
/obj/machinery/door/poddoor,
/turf/open/floor/engine,
/area/station/hallway/secondary/entry)
+"Ts" = (
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Gravity Generator"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/engineering/gravity_generator)
"Tt" = (
/turf/open/floor/plating,
/area/station/maintenance/aft)
+"TJ" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"TR" = (
-/obj/machinery/netpod,
-/turf/open/floor/iron,
-/area/station/cargo/bitrunning/den)
-"TV" = (
-/obj/machinery/door/airlock,
-/obj/structure/cable,
+/obj/machinery/netpod,
/turf/open/floor/iron,
-/area/station/construction)
+/area/station/cargo/bitrunning/den)
+"TT" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/components/unary/passive_vent/layer2{
+ dir = 8
+ },
+/turf/open/space,
+/area/space/nearstation)
"Ue" = (
/turf/closed/wall/r_wall,
/area/station/cargo/bitrunning/den)
-"Ut" = (
-/obj/structure/closet/secure_closet/medical3{
- locked = 0
- },
-/obj/item/healthanalyzer/advanced,
+"Un" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron,
/area/station/medical/medbay)
+"Uy" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/cargo/miningoffice)
"Va" = (
/obj/machinery/power/smes/full,
/obj/effect/turf_decal/stripes/line{
@@ -2497,23 +2437,10 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"Vr" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/science/explab)
"Vy" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/engineering/main)
-"VA" = (
-/obj/structure/fans/tiny,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/main)
"We" = (
/obj/machinery/newscaster/directional/west,
/turf/open/floor/iron,
@@ -2522,32 +2449,20 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/station/engineering/atmos)
-"Wq" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/hallway/primary/central)
-"Wx" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/engineering/gravity_generator)
"WK" = (
/obj/structure/money_bot,
/turf/open/floor/iron/dark,
/area/station/science/explab)
-"WT" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/machinery/door/airlock/external/glass/ruin,
+"WL" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/medical/medbay)
+"WR" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/station/engineering/main)
+/turf/open/floor/iron,
+/area/station/security/brig)
"Xg" = (
/obj/machinery/light/directional/east,
/obj/machinery/vending/syndichem{
@@ -2563,10 +2478,44 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
+"Xy" = (
+/obj/machinery/door/airlock,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/hallway/primary/central)
+"XA" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/sign/warning/vacuum/external/directional/east,
+/turf/open/floor/iron/white/corner,
+/area/station/medical/medbay)
"XC" = (
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/science)
+"XF" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "cargoload"
+ },
+/obj/structure/sign/warning/vacuum/directional/east,
+/turf/open/floor/iron,
+/area/station/cargo/storage)
+"XG" = (
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
+"XK" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
"XN" = (
/obj/structure/table,
/obj/item/organ/internal/cyberimp/bci{
@@ -2580,12 +2529,6 @@
},
/turf/open/floor/iron/dark,
/area/station/science/explab)
-"XR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/engineering/atmos)
"XU" = (
/obj/machinery/atmospherics/components/tank/air,
/obj/machinery/light/directional/north,
@@ -2609,6 +2552,11 @@
},
/turf/open/floor/iron/dark,
/area/station/science/explab)
+"Yt" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/station/engineering/atmos)
"Yy" = (
/obj/machinery/light/directional/north,
/obj/machinery/rnd/production/circuit_imprinter/department,
@@ -2616,6 +2564,11 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/science)
+"Yz" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/catwalk_floor,
+/area/station/medical/medbay)
"YL" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -2628,6 +2581,28 @@
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
+"Zl" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
+/turf/open/floor/iron,
+/area/station/engineering/main)
+"Zo" = (
+/obj/structure/table,
+/obj/item/gun/magic/wand/resurrection/debug,
+/obj/item/gun/magic/wand/death/debug{
+ pixel_y = 10
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/item/debug/human_spawner{
+ pixel_x = 6;
+ pixel_y = -4
+ },
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/station/medical/medbay)
"Zz" = (
/obj/machinery/power/apc/auto_name/directional/west,
/obj/effect/turf_decal/stripes/line,
@@ -2636,6 +2611,12 @@
/obj/effect/mapping_helpers/airalarm/unlocked,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
+"ZB" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron,
+/area/station/hallway/primary/central)
"ZD" = (
/obj/machinery/suit_storage_unit/ce,
/turf/open/floor/iron,
@@ -3410,7 +3391,7 @@ aa
Ue
LS
Yd
-hv
+fL
TR
Ue
aa
@@ -3502,7 +3483,7 @@ aa
Ue
IF
Aj
-vb
+uL
SC
Ue
aa
@@ -3594,7 +3575,7 @@ em
Ue
Ue
Ue
-nI
+wp
QY
Ue
Tj
@@ -3686,7 +3667,7 @@ rK
rK
vy
em
-aB
+jL
eh
LW
lc
@@ -3778,7 +3759,7 @@ qQ
qQ
ME
em
-aB
+jL
eh
LW
lc
@@ -3870,7 +3851,7 @@ qQ
qQ
ME
em
-aB
+jL
eh
LW
lc
@@ -3962,7 +3943,7 @@ qQ
qQ
CQ
em
-mi
+OF
eh
LW
lc
@@ -4054,7 +4035,7 @@ qQ
qQ
ME
em
-aB
+jL
eh
LW
lc
@@ -4146,7 +4127,7 @@ qQ
qQ
YL
em
-aB
+jL
eh
LW
lc
@@ -4235,11 +4216,11 @@ II
Td
II
II
-gl
-gD
-kj
-aB
-wM
+Uy
+Cg
+wD
+jL
+jL
LW
lc
lc
@@ -4327,11 +4308,11 @@ em
em
em
EM
-gm
-go
-gp
-eL
-gr
+yi
+yi
+em
+eh
+ax
LW
lc
lc
@@ -4423,7 +4404,7 @@ dY
dY
dY
eh
-gu
+ax
LW
lc
lc
@@ -4515,7 +4496,7 @@ od
dj
ed
eh
-gu
+ax
LW
lc
lc
@@ -4607,7 +4588,7 @@ fi
dP
ex
eh
-gu
+ax
LW
lc
lc
@@ -4699,7 +4680,7 @@ Re
dV
dY
ej
-gu
+ax
LW
lc
lc
@@ -4791,7 +4772,7 @@ dY
dY
dY
eh
-gu
+ax
LW
lc
lc
@@ -4883,7 +4864,7 @@ aa
aa
dY
gE
-gu
+ax
LW
lc
lc
@@ -4974,8 +4955,8 @@ aa
aa
aa
dY
-gq
-ei
+SX
+ax
LW
lc
lc
@@ -4986,7 +4967,7 @@ lc
lc
wB
eh
-gw
+GN
dY
aa
aa
@@ -4994,7 +4975,7 @@ aa
aa
aa
dY
-gB
+ru
eh
en
aa
@@ -5067,7 +5048,7 @@ aa
aa
dY
eh
-gu
+ax
LW
lc
lc
@@ -5078,7 +5059,7 @@ lc
lc
wB
eh
-ek
+BM
en
aa
aa
@@ -5086,7 +5067,7 @@ aa
aa
aa
en
-ek
+BM
eh
dY
aa
@@ -5159,7 +5140,7 @@ aa
aa
dY
eh
-gu
+ax
LW
lc
lc
@@ -5170,7 +5151,7 @@ lc
lc
wB
eh
-ek
+BM
en
aa
aa
@@ -5178,7 +5159,7 @@ aa
aa
aa
en
-ek
+BM
eh
en
aa
@@ -5251,7 +5232,7 @@ aa
aa
dY
ej
-gu
+ax
LW
lc
lc
@@ -5262,7 +5243,7 @@ lc
lc
wB
eh
-ek
+BM
en
aa
aa
@@ -5270,7 +5251,7 @@ aa
aa
aa
en
-ek
+BM
eh
dY
aa
@@ -5343,7 +5324,7 @@ aa
aa
dY
eh
-gu
+ax
LW
lc
lc
@@ -5354,7 +5335,7 @@ lc
lc
wB
eh
-gx
+Ml
dY
aa
aa
@@ -5362,7 +5343,7 @@ aa
aa
aa
dY
-gC
+OI
eh
dY
aa
@@ -5435,7 +5416,7 @@ aa
aa
dY
eh
-gu
+ax
LW
lc
lc
@@ -5446,7 +5427,7 @@ lc
lc
wB
eh
-ek
+BM
en
aa
aa
@@ -5454,7 +5435,7 @@ eE
aa
aa
en
-ek
+BM
eh
dY
aa
@@ -5527,7 +5508,7 @@ bw
ag
ag
eh
-gu
+ax
LW
dh
en
@@ -5538,7 +5519,7 @@ en
dY
wB
eh
-ek
+BM
dY
dY
fn
@@ -5546,7 +5527,7 @@ fs
en
dY
dY
-ek
+BM
eh
dY
aa
@@ -5619,7 +5600,7 @@ aD
dR
ag
eh
-gu
+ax
eh
eV
eh
@@ -5630,7 +5611,7 @@ eh
eV
eh
eh
-ek
+BM
eh
eV
eh
@@ -5638,7 +5619,7 @@ eh
eh
eV
eh
-ek
+BM
eh
dY
aa
@@ -5703,34 +5684,34 @@ ag
gn
aD
aD
-bH
-ci
-ci
-ci
-ci
-ci
-eg
-ei
-gu
-ei
-ep
-ei
-ei
-ei
-ei
-ei
-ei
-ei
-ei
-gu
-ei
-ei
-ei
-ei
-ei
-ei
-Qi
-fZ
+SU
+WR
+WR
+WR
+WR
+WR
+GQ
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+ax
+jL
+BM
eh
dY
aa
@@ -5805,7 +5786,7 @@ ag
eh
eh
eh
-gu
+ax
eh
eh
eh
@@ -5821,7 +5802,7 @@ eh
eh
eh
eh
-rn
+jL
eh
eh
dY
@@ -5897,7 +5878,7 @@ bA
gd
bA
bZ
-ft
+Xy
bZ
cN
cN
@@ -5913,7 +5894,7 @@ cN
cN
cN
cN
-LH
+os
en
dY
dY
@@ -5980,7 +5961,7 @@ ut
aw
hm
aw
-aw
+hr
Kx
ah
zS
@@ -5989,7 +5970,7 @@ ca
If
bA
kn
-ES
+xK
bE
cN
Sg
@@ -6005,7 +5986,7 @@ dy
dm
dM
cN
-Vr
+Ni
vm
uQ
Ov
@@ -6069,22 +6050,22 @@ aa
aa
ah
am
-aw
-aw
-ba
-jE
-MY
-bk
-bt
-bt
-bt
-AP
-pA
-kQ
-ES
-rL
-cP
-cX
+EN
+FC
+FC
+Nu
+xY
+Ks
+My
+My
+My
+bD
+bA
+XK
+xK
+Mh
+cN
+ou
dn
dn
dn
@@ -6097,7 +6078,7 @@ dn
dn
dL
sr
-nn
+OO
ZP
ZP
WK
@@ -6161,22 +6142,22 @@ aa
aa
ah
dS
-aw
+GC
aN
bb
-bl
+Ru
zo
ah
Yy
bD
-XC
-gY
-jb
-ES
-bE
-Mh
-TV
-EA
+QM
+QM
+rh
+ZB
+QV
+FA
+Hb
+Es
dn
dn
dn
@@ -6253,19 +6234,19 @@ aa
aa
ah
am
-aw
+bm
aO
bc
-bm
+Ru
ZD
ah
bF
OU
-XC
+wc
Ct
gd
-cA
bE
+QV
bE
ef
cY
@@ -6345,10 +6326,10 @@ aa
aa
ah
XU
-bl
-aP
-aP
-XR
+Yt
+FE
+FE
+Pv
Xp
ah
NZ
@@ -6356,8 +6337,8 @@ bD
XC
co
bA
-JS
-bE
+OS
+QV
bE
cN
dW
@@ -6436,11 +6417,11 @@ aa
aa
aa
ah
-Wh
-ah
ah
Wh
-ah
+Wh
+Wh
+TJ
ah
ah
bu
@@ -6448,8 +6429,8 @@ bu
cd
bu
bu
-cB
-bE
+Ef
+QV
bE
cN
cY
@@ -6532,7 +6513,7 @@ ab
ab
ab
ab
-ab
+TT
ab
ab
bu
@@ -6540,9 +6521,9 @@ Fd
ce
cp
bu
-cC
-lX
-bE
+Hc
+QV
+hp
cN
cY
dn
@@ -6632,8 +6613,8 @@ bI
cf
EI
bv
-dU
-bE
+Hc
+QV
bE
cN
cY
@@ -6724,8 +6705,8 @@ BG
cf
BD
bu
-dU
-bE
+Hc
+QV
bE
cN
cY
@@ -6814,10 +6795,10 @@ ab
bv
bJ
cf
-cq
-cw
-Wq
-bE
+xD
+io
+lu
+QV
bE
ef
cY
@@ -6908,8 +6889,8 @@ bK
cf
Iy
bu
-cD
-bE
+XG
+QV
bE
ef
cY
@@ -6991,7 +6972,7 @@ ae
ac
ac
aj
-aC
+Kg
aj
ac
ac
@@ -7000,8 +6981,8 @@ aK
cf
RM
bv
-cD
-bE
+XG
+QV
bE
cN
dK
@@ -7083,7 +7064,7 @@ aj
aj
aj
aj
-VA
+vS
aj
ac
ac
@@ -7092,8 +7073,8 @@ bM
cg
cr
bu
-wb
-bE
+DO
+QV
bE
cS
cS
@@ -7175,7 +7156,7 @@ aj
al
aA
aj
-WT
+eB
aj
aj
aj
@@ -7184,8 +7165,8 @@ bu
cd
bu
bu
-cE
-bE
+kS
+QV
bE
cS
Zz
@@ -7267,7 +7248,7 @@ aj
ap
aA
We
-Vy
+Ma
aS
bd
bo
@@ -7276,8 +7257,8 @@ hD
cj
ct
Nc
-cF
-bE
+qH
+QV
bE
cS
dc
@@ -7358,21 +7339,21 @@ aa
aj
aq
Vy
-Vy
-aE
-aT
-be
-be
-bx
-CV
-CV
-ch
-CV
-cT
-bN
-bN
-da
-fK
+Zl
+Ma
+oK
+oK
+oK
+sT
+IV
+IV
+Ce
+Ce
+qH
+QV
+bE
+cS
+qv
dJ
dJ
dJ
@@ -7451,20 +7432,20 @@ aj
IH
aA
aH
-aF
-lg
+aA
+mk
bf
bp
aj
Px
+tn
Ce
-JF
-mE
-oV
-bE
+GZ
+qH
+QV
bE
cS
-fx
+jg
dq
dJ
dJ
@@ -7475,7 +7456,7 @@ dJ
dJ
dJ
dJ
-ny
+gi
cS
fI
ga
@@ -7544,19 +7525,19 @@ ad
ak
ak
ak
-aU
+Ts
ak
ak
ak
bQ
-Ce
-Ce
-cj
-vP
-Mh
+tn
+tn
+tn
+tQ
+sN
Vg
cS
-fy
+rC
dr
dJ
dJ
@@ -7567,7 +7548,7 @@ dJ
dJ
dJ
dJ
-dO
+nT
cS
fO
fO
@@ -7635,20 +7616,20 @@ ad
af
ak
Va
-aG
-aV
+Bp
+nb
bg
bq
ak
bR
cj
+mb
cj
-cj
-oV
-bE
+qH
+QV
Mh
uO
-fz
+Hg
ds
dJ
dJ
@@ -7726,21 +7707,21 @@ aa
bY
af
ak
-at
-Wx
+Rx
+bh
bh
bh
br
ak
bS
Ce
-Ce
+LU
cj
-oV
-bE
-bE
-cV
-fA
+qH
+QV
+QV
+zg
+ay
dt
dJ
dD
@@ -7828,11 +7809,11 @@ Ly
EX
Xg
cj
-oV
-bE
+qH
+QV
bE
cV
-fC
+pw
du
dJ
dJ
@@ -7920,11 +7901,11 @@ by
ck
by
Ns
-cG
-cx
+by
+Mg
by
by
-fD
+pZ
dv
dJ
dJ
@@ -8010,13 +7991,13 @@ av
by
Ot
cl
-IB
+RD
cl
-cH
-cu
+Zo
+wa
cJ
by
-fE
+Pc
dw
dJ
dJ
@@ -8027,7 +8008,7 @@ dJ
dJ
dJ
dJ
-dN
+kf
cS
fQ
fO
@@ -8100,20 +8081,20 @@ av
Jp
av
by
-bV
-cm
+DD
cm
cm
cm
cm
+WL
Sj
by
-dA
+jk
dJ
dJ
dJ
dJ
-dF
+yl
dJ
dJ
dJ
@@ -8122,8 +8103,8 @@ dJ
dJ
cS
fS
-lH
-gb
+fO
+AD
fO
gk
aa
@@ -8192,30 +8173,30 @@ MN
MN
av
by
-bW
-cm
-cm
+ER
cm
cm
cm
-cL
+Un
+WL
+LD
by
-dk
-eH
-eH
-eH
-eH
-fH
-fw
-eH
-eH
-eH
-eH
-fH
-fR
-fW
-lH
-fO
+DC
+Bz
+Bz
+Bz
+Bz
+wl
+DC
+MM
+MM
+MM
+MM
+qw
+pe
+pr
+Fy
+Fy
fO
ga
aa
@@ -8284,21 +8265,21 @@ aY
av
av
by
-bX
+jZ
+cm
cm
-is
-cy
-Ut
cm
-cK
+cm
+WL
+jz
by
dB
dx
dl
dl
gg
-ez
-dB
+JV
+zY
dl
dl
dl
@@ -8376,12 +8357,12 @@ ak
ak
ak
by
-by
-dH
-by
-Qt
-by
-EB
+er
+cm
+cm
+cm
+cm
+WL
DW
by
cS
@@ -8389,9 +8370,9 @@ cS
cS
cS
cS
-fN
-vv
-cS
+Is
+Jd
+tz
cS
cS
cS
@@ -8467,13 +8448,13 @@ af
af
af
af
-af
-af
-af
-by
-cz
-by
-cm
+Lb
+wk
+PK
+PK
+CF
+XA
+vB
es
by
eu
@@ -8481,8 +8462,8 @@ eu
qx
eP
fY
-eZ
-eu
+NG
+vQ
fq
fr
eu
@@ -8559,13 +8540,13 @@ ad
ad
ad
ad
-ad
-ad
-ad
by
-pI
by
by
+Lq
+yH
+by
+ck
by
by
eu
@@ -8573,8 +8554,8 @@ eu
eu
eQ
eu
-fa
-eu
+CG
+vQ
eu
eu
fo
@@ -8651,25 +8632,25 @@ fg
fg
fg
fg
-fg
-fg
-fg
-fg
-fg
-fg
-fg
-fg
-et
+aa
+aa
+ck
+mC
+BB
+Yz
+mC
+mC
+by
ev
eA
eA
-eA
+IX
eN
-ev
-fe
-ev
+Ao
+QP
+pL
eT
-fm
+XF
fm
ev
et
@@ -8745,23 +8726,23 @@ aa
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
+ck
+mC
+mC
+Pr
+mC
+mC
+by
et
-fB
-fh
fh
fh
+et
eY
-eR
-fh
-eR
+DT
+et
+RE
fc
-fh
+et
fh
fh
et
@@ -8837,23 +8818,23 @@ aa
aa
aa
aa
+by
+ck
+ck
+by
+CJ
+CJ
+by
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ew
+fh
eC
-fF
-fB
-fF
+gH
+ng
+GV
fl
-ew
+fh
aa
aa
aa
@@ -8940,11 +8921,11 @@ aa
aa
aa
fh
-eY
-eS
-fh
-eS
-fc
+eC
+An
+ya
+An
+fl
fh
aa
aa
@@ -9031,13 +9012,13 @@ aa
aa
aa
aa
-aa
-aa
-eJ
-aa
-aa
-aa
-aa
+et
+eY
+qg
+fB
+qg
+fc
+et
aa
aa
aa
@@ -9125,7 +9106,7 @@ aa
aa
aa
aa
-aa
+eJ
aa
aa
aa
diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm
index 8039f5c170be95..c9756094124d69 100644
--- a/_maps/map_files/generic/CentCom.dmm
+++ b/_maps/map_files/generic/CentCom.dmm
@@ -6936,9 +6936,8 @@
/area/centcom/tdome/observation)
"Ga" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law,
-/obj/item/taperecorder,
/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/fax,
/turf/open/floor/iron/dark,
/area/centcom/central_command_areas/ferry)
"Gb" = (
diff --git a/_maps/map_files/generic/CentCom_skyrat_z2.dmm b/_maps/map_files/generic/CentCom_skyrat_z2.dmm
index de18983531fd80..80300a0c849e48 100644
--- a/_maps/map_files/generic/CentCom_skyrat_z2.dmm
+++ b/_maps/map_files/generic/CentCom_skyrat_z2.dmm
@@ -5396,7 +5396,7 @@
/obj/effect/turf_decal/weather/snow/corner{
dir = 10
},
-/obj/machinery/smartfridge/drying_rack,
+/obj/machinery/smartfridge/drying/rack,
/turf/open/misc/dirt/planet,
/area/centcom/holding/cafe/park)
"cEy" = (
@@ -9314,11 +9314,6 @@
pixel_x = 7;
pixel_y = 5
},
-/obj/item/paper/fluff/junkmail_redpill/true,
-/obj/item/paper/fluff/junkmail_redpill{
- pixel_x = 1;
- pixel_y = 8
- },
/obj/item/paper/fluff/jobs/prisoner/letter,
/obj/item/paper/fluff/jobs/security/court_judgement{
pixel_x = -5;
diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm
index cd8e371bd36a53..6b6f28e4f45ed1 100644
--- a/_maps/map_files/tramstation/tramstation.dmm
+++ b/_maps/map_files/tramstation/tramstation.dmm
@@ -664,8 +664,9 @@
/turf/open/floor/iron/stairs/medium,
/area/station/escapepodbay)
"act" = (
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 4
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
},
/turf/open/floor/iron,
/area/station/commons/storage/primary)
@@ -740,21 +741,13 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"acF" = (
-/obj/effect/turf_decal/trimline/neutral/filled/line,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 1
- },
/obj/machinery/door/airlock/public/glass{
name = "Primary Tool Storage"
},
-/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"acG" = (
-/obj/effect/turf_decal/trimline/neutral/filled/corner{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/filled/corner{
+/obj/effect/turf_decal/trimline/yellow/line{
dir = 8
},
/turf/open/floor/iron,
@@ -1163,9 +1156,18 @@
/turf/open/floor/iron,
/area/station/maintenance/tram/right)
"adE" = (
-/obj/effect/turf_decal/trimline/neutral/filled/corner,
-/obj/structure/cable,
-/turf/open/floor/iron,
+/obj/structure/table,
+/obj/item/assembly/igniter{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/obj/item/assembly/igniter{
+ pixel_y = 4
+ },
+/obj/item/clothing/gloves/color/fyellow{
+ pixel_x = 5
+ },
+/turf/open/floor/iron/smooth,
/area/station/commons/storage/primary)
"adF" = (
/obj/effect/turf_decal/siding/thinplating/dark{
@@ -1248,11 +1250,13 @@
/turf/open/floor/iron/dark,
/area/station/escapepodbay)
"adU" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 6
},
-/obj/structure/cable,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"adV" = (
@@ -3747,6 +3751,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/commons/vacant_room/commissary)
+"axz" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 8
+ },
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/iron,
+/area/station/cargo/drone_bay)
"axC" = (
/obj/structure/table,
/obj/item/airlock_painter,
@@ -5042,6 +5053,12 @@
},
/turf/open/openspace,
/area/station/hallway/primary/tram/center)
+"aKG" = (
+/obj/structure/railing,
+/turf/open/floor/iron/stairs{
+ dir = 8
+ },
+/area/station/commons/storage/primary)
"aKL" = (
/obj/effect/spawner/random/engineering/tracking_beacon,
/obj/machinery/door/firedoor/border_only,
@@ -5299,7 +5316,7 @@
},
/obj/machinery/light/warm/directional/north,
/turf/open/misc/dirt/jungle{
- baseturfs = /turf/open/misc/dirt
+ baseturfs = /turf/open/misc/dirt/station
},
/area/station/science/explab)
"aMM" = (
@@ -5725,6 +5742,11 @@
/obj/item/radio/intercom/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/virology)
+"aQL" = (
+/obj/machinery/airalarm/directional/south,
+/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
+/turf/open/floor/iron/grimy,
+/area/station/service/chapel/office)
"aQM" = (
/obj/structure/table,
/obj/effect/turf_decal/trimline/yellow/filled/line{
@@ -6040,18 +6062,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
-"aWq" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate/preopen,
-/obj/item/stock_parts/power_store/cell/empty,
-/obj/effect/spawner/random/engineering/flashlight,
-/obj/structure/sign/departments/exodrone/directional/east,
-/turf/open/floor/iron,
-/area/station/cargo/warehouse)
"aWs" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 1
@@ -6060,18 +6070,16 @@
/turf/open/floor/iron/white,
/area/station/science/lower)
"aWJ" = (
-/obj/effect/turf_decal/trimline/neutral/filled/line,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 1
- },
/obj/machinery/door/airlock/public/glass{
name = "Primary Tool Storage"
},
-/obj/machinery/door/firedoor,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/landmark/navigate_destination/tools,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"aWL" = (
@@ -6781,7 +6789,7 @@
/area/station/command/bridge)
"bpn" = (
/mob/living/carbon/human/species/monkey,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"bpu" = (
/obj/structure/cable,
@@ -7169,7 +7177,7 @@
"bwU" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/flora/bush/fullgrass/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"bxd" = (
/obj/structure/table,
@@ -7500,17 +7508,6 @@
/obj/effect/turf_decal/tile/dark_green/fourcorners,
/turf/open/floor/iron/white,
/area/station/science/genetics)
-"bDH" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"bEo" = (
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
dir = 9
@@ -8150,6 +8147,14 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security/checkpoint/escape)
+"bNm" = (
+/obj/structure/railing/corner/end{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"bNp" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 1
@@ -8209,14 +8214,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/wood,
/area/station/command/meeting_room)
-"bNG" = (
-/obj/effect/turf_decal/delivery,
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"bNI" = (
/obj/machinery/airalarm/directional/north,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -8289,6 +8286,15 @@
/obj/structure/flora/bush/lavendergrass/style_random,
/turf/open/floor/grass,
/area/station/science/lower)
+"bOo" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 4
+ },
+/obj/structure/sign/clock/directional/east,
+/obj/effect/landmark/event_spawn,
+/obj/machinery/light/directional/east,
+/turf/open/floor/iron/smooth,
+/area/station/commons/storage/primary)
"bOv" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 1
@@ -8552,6 +8558,18 @@
},
/turf/open/floor/iron/dark,
/area/station/medical/storage)
+"bUY" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/screwdriver{
+ pixel_x = 2;
+ pixel_y = 11
+ },
+/obj/item/stock_parts/power_store/cell/high,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"bVs" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp/green,
@@ -8602,11 +8620,6 @@
"bVW" = (
/turf/open/floor/iron/dark,
/area/station/engineering/gravity_generator)
-"bWb" = (
-/obj/machinery/suit_storage_unit/hos,
-/obj/machinery/keycard_auth/directional/east,
-/turf/open/floor/carpet,
-/area/station/command/heads_quarters/hos)
"bWi" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable,
@@ -8739,20 +8752,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/tram/mid)
-"bXv" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 4
- },
-/obj/machinery/keycard_auth/directional/east,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/button/door/directional/east{
- name = "Privacy Shutters Toggle";
- pixel_y = -11;
- id = "greedygrinnersden"
- },
-/turf/open/floor/iron,
-/area/station/command/heads_quarters/qm)
"bXG" = (
/obj/effect/turf_decal/sand/plating,
/obj/machinery/door/airlock/external{
@@ -8778,6 +8777,17 @@
},
/turf/open/floor/iron/white,
/area/station/science/lower)
+"bXY" = (
+/obj/machinery/computer/communications{
+ dir = 8
+ },
+/obj/machinery/keycard_auth/directional/north{
+ pixel_x = 26
+ },
+/obj/machinery/status_display/ai/directional/north,
+/obj/item/radio/intercom/command/directional/east,
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/captain)
"bYa" = (
/obj/structure/chair{
dir = 1
@@ -9734,13 +9744,6 @@
},
/turf/open/floor/wood,
/area/station/service/library)
-"coV" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/power_store/cell/high,
-/obj/effect/turf_decal/trimline/neutral/filled/line,
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"cpl" = (
/obj/effect/turf_decal/trimline/blue/filled/line,
/turf/open/floor/iron/white,
@@ -10183,7 +10186,7 @@
name = "The Monkey Pit";
req_access = list("science")
},
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"cxc" = (
/obj/structure/chair,
@@ -11253,12 +11256,6 @@
},
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"cON" = (
-/obj/machinery/deepfryer,
-/turf/open/floor/iron/white/side{
- dir = 8
- },
-/area/station/service/kitchen)
"cPg" = (
/obj/machinery/power/smes/engineering,
/obj/structure/sign/warning/electric_shock/directional/west,
@@ -11557,10 +11554,10 @@
/turf/closed/wall,
/area/station/hallway/primary/tram/center)
"cTl" = (
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 9
},
+/obj/machinery/vending/assist,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"cTw" = (
@@ -12930,20 +12927,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/security/armory)
-"dsw" = (
-/obj/machinery/modular_computer/preset/id{
- dir = 8
- },
-/obj/machinery/keycard_auth/directional/north,
-/obj/machinery/button/door/directional/north{
- name = "CMO Privacy Shutters";
- pixel_y = 38;
- id = "cmoshutter";
- req_access = list("cmo")
- },
-/obj/effect/turf_decal/tile/blue/fourcorners,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/cmo)
"dsF" = (
/turf/open/floor/iron/smooth,
/area/station/command/gateway)
@@ -13187,6 +13170,20 @@
/obj/structure/flora/bush/leavy/style_random,
/turf/open/floor/grass,
/area/station/medical/virology)
+"dyp" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"dys" = (
/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 6
@@ -14494,6 +14491,9 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"dUK" = (
@@ -14793,17 +14793,19 @@
/turf/open/floor/iron/dark,
/area/station/command/teleporter)
"eaZ" = (
-/obj/structure/rack,
-/obj/item/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/obj/structure/table,
+/obj/item/stack/package_wrap,
+/obj/item/stack/package_wrap,
+/obj/item/stack/package_wrap,
+/obj/item/wrench{
+ pixel_x = 3;
+ pixel_y = 4
},
-/obj/item/t_scanner,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 5
+/obj/item/assembly/prox_sensor{
+ pixel_x = 10;
+ pixel_y = 11
},
-/obj/structure/sign/clock/directional/east,
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth,
/area/station/commons/storage/primary)
"ebq" = (
/obj/effect/turf_decal/trimline/neutral/filled/corner{
@@ -16391,17 +16393,6 @@
},
/turf/open/openspace,
/area/station/asteroid)
-"eHj" = (
-/obj/machinery/vending/tool,
-/obj/machinery/airalarm/directional/east,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Civilian - Primary Tool Storage"
- },
-/turf/open/floor/iron,
-/area/station/commons/storage/primary)
"eHr" = (
/obj/effect/turf_decal/trimline/blue/filled/corner,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -18828,7 +18819,7 @@
/area/station/engineering/storage/tech)
"fEM" = (
/obj/machinery/light/warm/directional/south,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"fEQ" = (
/obj/structure/cable,
@@ -18960,7 +18951,7 @@
"fGK" = (
/mob/living/carbon/human/species/monkey,
/obj/structure/window/reinforced/spawner/directional/west,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"fHg" = (
/obj/structure/chair{
@@ -19651,28 +19642,11 @@
/turf/closed/wall/r_wall,
/area/station/science/xenobiology)
"fUP" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/obj/item/screwdriver{
- pixel_y = 16
- },
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
},
/obj/machinery/firealarm/directional/west{
- pixel_y = -3
- },
-/obj/item/storage/belt/utility,
-/obj/machinery/light_switch/directional/west{
- pixel_x = -23;
- pixel_y = 8
+ pixel_y = -5
},
/turf/open/floor/iron,
/area/station/commons/storage/primary)
@@ -20207,6 +20181,15 @@
"geG" = (
/turf/open/floor/iron,
/area/station/hallway/secondary/exit)
+"geJ" = (
+/obj/structure/railing/corner/end/flip{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth,
+/area/station/commons/storage/primary)
"geX" = (
/obj/effect/turf_decal/trimline/neutral/filled/corner{
dir = 8
@@ -20338,6 +20321,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"ghs" = (
@@ -20501,6 +20485,15 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/dark,
/area/station/commons/lounge)
+"gkh" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/vending/modularpc,
+/obj/structure/table,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"gki" = (
/turf/closed/wall,
/area/station/security/brig)
@@ -20526,7 +20519,7 @@
name = "The Monkey Pit";
req_access = list("science")
},
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"gkQ" = (
/obj/machinery/computer/atmos_control/mix_tank{
@@ -20660,16 +20653,19 @@
/turf/open/floor/iron/dark,
/area/station/security/courtroom/holding)
"gms" = (
-/obj/structure/rack,
-/obj/item/weldingtool,
-/obj/item/crowbar,
-/obj/item/stack/package_wrap,
-/obj/item/stack/package_wrap,
-/obj/item/stack/package_wrap,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 6
+/obj/structure/table,
+/obj/item/wirecutters{
+ pixel_y = 7;
+ pixel_x = -4
},
-/turf/open/floor/iron,
+/obj/item/stack/cable_coil{
+ pixel_x = -2;
+ pixel_y = 1
+ },
+/obj/item/stack/cable_coil{
+ pixel_y = 4
+ },
+/turf/open/floor/iron/smooth,
/area/station/commons/storage/primary)
"gmu" = (
/obj/effect/decal/cleanable/dirt,
@@ -21390,6 +21386,12 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/carpet,
/area/station/commons/dorms)
+"gBr" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"gBt" = (
/obj/machinery/cryo_cell{
dir = 4
@@ -21482,6 +21484,11 @@
/obj/effect/turf_decal/trimline/white/warning,
/turf/open/floor/iron,
/area/station/maintenance/tram/left)
+"gCx" = (
+/obj/machinery/suit_storage_unit/hos,
+/obj/machinery/keycard_auth/directional/east,
+/turf/open/floor/carpet,
+/area/station/command/heads_quarters/hos)
"gCC" = (
/obj/item/target,
/obj/structure/window/reinforced/spawner/directional/north,
@@ -22262,6 +22269,9 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"gRQ" = (
@@ -22542,7 +22552,7 @@
/area/station/security/checkpoint/supply)
"gXo" = (
/obj/structure/flora/bush/fullgrass/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"gXA" = (
/obj/effect/turf_decal/trimline/blue/filled/corner,
@@ -22715,6 +22725,19 @@
},
/turf/open/floor/iron,
/area/station/commons/storage/art)
+"hbk" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"hbQ" = (
/obj/machinery/camera/directional/north{
c_tag = "Civilian - Holodeck Controls"
@@ -23802,6 +23825,18 @@
},
/turf/open/floor/iron/dark/smooth_corner,
/area/station/commons/fitness)
+"hze" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 9
+ },
+/obj/machinery/light_switch/directional/west{
+ pixel_x = -22;
+ pixel_y = -8
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable,
+/turf/open/floor/iron,
+/area/station/cargo/drone_bay)
"hzk" = (
/obj/effect/turf_decal/trimline/red/filled/corner{
dir = 4
@@ -24818,6 +24853,18 @@
},
/turf/open/floor/iron/white,
/area/station/science/explab)
+"hTi" = (
+/obj/structure/table/reinforced,
+/obj/machinery/keycard_auth/directional/south,
+/obj/item/rcl/pre_loaded,
+/obj/machinery/computer/security/telescreen/ce/directional/west,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/item/clipboard,
+/obj/item/paper/monitorkey,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/ce)
"hTk" = (
/obj/machinery/shower/directional/south,
/turf/open/floor/iron/freezer,
@@ -25123,6 +25170,25 @@
/obj/machinery/light/directional/north,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
+"hZq" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/machinery/door/airlock/security/glass{
+ name = "Brig";
+ id_tag = "outerbrigleft"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brig_left"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron,
+/area/station/security/brig)
"hZr" = (
/turf/closed/wall/r_wall,
/area/station/engineering/atmos)
@@ -27224,7 +27290,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/incident_display/dual/directional/south,
+/obj/machinery/incident_display/tram/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/tram/center)
"iOC" = (
@@ -28012,6 +28078,20 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/checker,
/area/station/commons/lounge)
+"jbC" = (
+/obj/machinery/modular_computer/preset/id{
+ dir = 8
+ },
+/obj/machinery/keycard_auth/directional/north,
+/obj/machinery/button/door/directional/north{
+ name = "CMO Privacy Shutters";
+ pixel_y = 38;
+ id = "cmoshutter";
+ req_access = list("cmo")
+ },
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/cmo)
"jcm" = (
/obj/structure/disposaloutlet{
dir = 8
@@ -28179,12 +28259,6 @@
/obj/machinery/photocopier,
/turf/open/floor/wood,
/area/station/service/lawoffice)
-"jeF" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"jeO" = (
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/freezer,
@@ -28274,6 +28348,53 @@
/obj/effect/turf_decal/sand/plating,
/turf/open/floor/catwalk_floor,
/area/station/solars/starboard/fore)
+"jgl" = (
+/obj/structure/chair/office,
+/obj/machinery/button/door/directional/south{
+ name = "Privacy Shutters Control";
+ pixel_x = 24;
+ pixel_y = -1;
+ id = "hop";
+ req_access = list("kitchen")
+ },
+/obj/machinery/button/door/directional/south{
+ name = "Arrival Checkpoint Enforcement Procedure";
+ pixel_x = 35;
+ pixel_y = -10;
+ id = "papersplease";
+ req_access = list("kitchen")
+ },
+/obj/machinery/button/ticket_machine{
+ pixel_x = 24;
+ pixel_y = -10
+ },
+/obj/machinery/button/door/directional/south{
+ name = "Queue Shutters Entry Control";
+ pixel_x = 24;
+ pixel_y = 8;
+ id = "hopqueuestart";
+ req_access = list("kitchen")
+ },
+/obj/machinery/keycard_auth/directional/south{
+ pixel_x = 26
+ },
+/obj/machinery/button/door/directional/south{
+ name = "Queue Shutters Upper Exit Control";
+ pixel_x = 35;
+ pixel_y = 8;
+ id = "hopqueueend";
+ req_access = list("kitchen")
+ },
+/obj/machinery/button/door/directional/south{
+ name = "Queue Shutters Lower Exit Control";
+ pixel_x = 35;
+ pixel_y = -1;
+ id = "hopqueueendbottom";
+ req_access = list("kitchen")
+ },
+/obj/effect/landmark/start/head_of_personnel,
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/hop)
"jgn" = (
/obj/structure/table/reinforced,
/obj/structure/displaycase/forsale/kitchen{
@@ -28487,6 +28608,15 @@
},
/turf/open/space/basic,
/area/space/nearstation)
+"jjM" = (
+/obj/structure/railing/corner/end/flip{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/turf/open/floor/iron/smooth,
+/area/station/commons/storage/primary)
"jjP" = (
/obj/effect/spawner/random/structure/billboard/nanotrasen,
/obj/effect/turf_decal/sand/plating,
@@ -28831,13 +28961,6 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/dark,
/area/station/medical/morgue)
-"jpt" = (
-/obj/machinery/duct,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
-/area/station/hallway/secondary/service)
"jpB" = (
/obj/structure/sign/clock/directional/north,
/obj/structure/cable,
@@ -29016,7 +29139,7 @@
/obj/machinery/camera/directional/north{
c_tag = "Command - Bridge North"
},
-/obj/machinery/incident_display/dual/directional/north,
+/obj/machinery/incident_display/bridge/directional/north,
/turf/open/floor/iron,
/area/station/command/bridge)
"jsW" = (
@@ -30826,12 +30949,18 @@
/turf/open/floor/wood,
/area/station/commons/dorms)
"jYJ" = (
-/obj/effect/turf_decal/delivery,
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 1
},
-/obj/machinery/light/directional/north,
+/obj/structure/table,
+/obj/item/analyzer{
+ pixel_y = 4;
+ pixel_x = 2
+ },
+/obj/item/t_scanner{
+ pixel_x = -6;
+ pixel_y = 6
+ },
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"jYO" = (
@@ -31614,6 +31743,7 @@
/obj/effect/spawner/random/vending/snackvend{
pixel_x = -5
},
+/obj/machinery/incident_display/delam/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/tram/center)
"kkg" = (
@@ -32204,24 +32334,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/commons/fitness/recreation)
-"ktX" = (
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 4
- },
-/obj/machinery/door/airlock/security/glass{
- name = "Brig";
- id_tag = "outerbrigleft"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brig_left"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/turf/open/floor/iron,
-/area/station/security/brig)
"kul" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced/spawner/directional/south,
@@ -32469,6 +32581,13 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
"kzx" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"kzC" = (
@@ -33506,7 +33625,7 @@
pixel_x = 5;
pixel_y = 16
},
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"kQX" = (
/obj/machinery/computer/security{
@@ -33555,7 +33674,7 @@
/turf/open/floor/wood,
/area/station/service/bar/backroom)
"kRR" = (
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"kRW" = (
/obj/effect/decal/cleanable/dirt,
@@ -35556,6 +35675,25 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/medical/virology)
+"lAx" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Brig";
+ id_tag = "outerbrigright"
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brig_right"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron,
+/area/station/security/brig)
"lAA" = (
/obj/structure/chair/stool/bar/directional/west,
/turf/open/floor/iron,
@@ -37817,7 +37955,7 @@
/area/station/command/meeting_room)
"mmy" = (
/obj/structure/flora/bush/jungle/c/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"mmH" = (
/obj/effect/turf_decal/delivery,
@@ -38514,6 +38652,20 @@
"mBq" = (
/turf/closed/wall/r_wall,
/area/station/maintenance/department/crew_quarters/dorms)
+"mBG" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 4
+ },
+/obj/machinery/keycard_auth/directional/east,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/button/door/directional/east{
+ name = "Privacy Shutters Toggle";
+ pixel_y = -11;
+ id = "greedygrinnersden"
+ },
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/qm)
"mBT" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable,
@@ -39238,10 +39390,7 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"mOB" = (
-/obj/structure/table,
-/obj/item/analyzer,
-/obj/item/wrench,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/effect/turf_decal/trimline/yellow/filled/shrink_ccw{
dir = 8
},
/turf/open/floor/iron,
@@ -41267,7 +41416,7 @@
"nzO" = (
/mob/living/carbon/human/species/monkey,
/turf/open/misc/dirt/jungle{
- baseturfs = /turf/open/misc/dirt
+ baseturfs = /turf/open/misc/dirt/station
},
/area/station/science/explab)
"nzR" = (
@@ -41932,7 +42081,7 @@
/area/station/engineering/supermatter/room)
"nNh" = (
/obj/structure/flora/bush/sunny/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"nNi" = (
/obj/structure/table/wood,
@@ -42162,7 +42311,7 @@
"nRd" = (
/obj/structure/window/reinforced/spawner/directional/north,
/obj/structure/flora/bush/fullgrass/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"nRw" = (
/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
@@ -42941,53 +43090,6 @@
/obj/effect/landmark/start/hangover,
/turf/open/floor/iron/dark,
/area/station/maintenance/radshelter/civil)
-"ofA" = (
-/obj/structure/chair/office,
-/obj/machinery/button/door/directional/south{
- name = "Privacy Shutters Control";
- pixel_x = 24;
- pixel_y = -1;
- id = "hop";
- req_access = list("kitchen")
- },
-/obj/machinery/button/door/directional/south{
- name = "Arrival Checkpoint Enforcement Procedure";
- pixel_x = 35;
- pixel_y = -10;
- id = "papersplease";
- req_access = list("kitchen")
- },
-/obj/machinery/button/ticket_machine{
- pixel_x = 24;
- pixel_y = -10
- },
-/obj/machinery/button/door/directional/south{
- name = "Queue Shutters Entry Control";
- pixel_x = 24;
- pixel_y = 8;
- id = "hopqueuestart";
- req_access = list("kitchen")
- },
-/obj/machinery/keycard_auth/directional/south{
- pixel_x = 26
- },
-/obj/machinery/button/door/directional/south{
- name = "Queue Shutters Upper Exit Control";
- pixel_x = 35;
- pixel_y = 8;
- id = "hopqueueend";
- req_access = list("kitchen")
- },
-/obj/machinery/button/door/directional/south{
- name = "Queue Shutters Lower Exit Control";
- pixel_x = 35;
- pixel_y = -1;
- id = "hopqueueendbottom";
- req_access = list("kitchen")
- },
-/obj/effect/landmark/start/head_of_personnel,
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/hop)
"ofT" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
@@ -43785,8 +43887,8 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/structure/disposalpipe/junction{
+ dir = 2
},
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
@@ -44506,11 +44608,10 @@
/turf/open/floor/plating/elevatorshaft,
/area/station/maintenance/tram/mid)
"oOb" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/holopad,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron,
+/obj/structure/railing,
+/obj/effect/turf_decal/delivery,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/iron/smooth,
/area/station/commons/storage/primary)
"oOd" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -44641,7 +44742,7 @@
/area/station/ai_monitored/command/nuke_storage)
"oQU" = (
/obj/structure/window/reinforced/spawner/directional/north,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"oQW" = (
/obj/effect/turf_decal/siding/thinplating{
@@ -44729,9 +44830,18 @@
/turf/open/floor/iron/dark,
/area/station/engineering/engine_smes)
"oSl" = (
+/obj/structure/railing/corner/end/flip{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"oSu" = (
@@ -46086,8 +46196,9 @@
/turf/open/floor/iron/white,
/area/station/science/explab)
"prW" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron,
+/turf/open/floor/iron/stairs{
+ dir = 8
+ },
/area/station/commons/storage/primary)
"psa" = (
/obj/structure/tank_holder/anesthetic,
@@ -46335,6 +46446,11 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/primary/tram/right)
+"pvL" = (
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"pvU" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -46803,13 +46919,15 @@
/turf/open/floor/plating,
/area/station/cargo/miningdock)
"pCM" = (
-/obj/structure/table,
-/obj/item/crowbar,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
},
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"pCU" = (
@@ -46933,12 +47051,19 @@
/turf/open/floor/circuit,
/area/station/ai_monitored/turret_protected/ai_upload)
"pFw" = (
-/obj/machinery/vending/modularpc,
-/obj/item/radio/intercom/directional/east,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 4
+/obj/machinery/airalarm/directional/east,
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 3;
+ pixel_y = 17
},
-/turf/open/floor/iron,
+/obj/item/storage/toolbox/electrical{
+ pixel_y = 10;
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 5
+ },
+/turf/open/floor/iron/smooth,
/area/station/commons/storage/primary)
"pFE" = (
/obj/structure/table,
@@ -47279,28 +47404,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
/area/station/service/chapel)
-"pLg" = (
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 8
- },
-/obj/machinery/door/airlock/security/glass{
- name = "Brig";
- id_tag = "outerbrigright"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brig_right"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/landmark/navigate_destination/sec,
-/turf/open/floor/iron,
-/area/station/security/brig)
"pLs" = (
/obj/structure/transport/linear/tram,
/obj/structure/tram/split,
@@ -47516,10 +47619,15 @@
/turf/open/floor/plating,
/area/station/maintenance/tram/mid)
"pOQ" = (
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 4
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/obj/structure/cable,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"pOZ" = (
@@ -47708,7 +47816,7 @@
"pTj" = (
/obj/structure/flora/bush/fullgrass/style_random,
/turf/open/misc/dirt/jungle{
- baseturfs = /turf/open/misc/dirt
+ baseturfs = /turf/open/misc/dirt/station
},
/area/station/science/explab)
"pTl" = (
@@ -48365,7 +48473,7 @@
/turf/open/floor/iron/dark,
/area/station/commons/lounge)
"qeD" = (
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/effect/turf_decal/trimline/yellow/filled/shrink_cw{
dir = 8
},
/turf/open/floor/iron,
@@ -49398,15 +49506,10 @@
/turf/open/floor/iron,
/area/station/security/office)
"qxU" = (
-/obj/structure/table,
-/obj/item/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/wirecutters,
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 10
},
+/obj/machinery/vending/tool,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"qxZ" = (
@@ -49571,6 +49674,12 @@
/obj/machinery/door/window/right/directional/east,
/turf/open/floor/iron,
/area/station/security/brig)
+"qAC" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 10
+ },
+/turf/open/floor/iron/smooth,
+/area/station/commons/storage/primary)
"qBg" = (
/turf/open/floor/engine/plasma,
/area/station/engineering/atmos)
@@ -50165,18 +50274,6 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/science/server)
-"qKW" = (
-/obj/structure/table/reinforced,
-/obj/machinery/keycard_auth/directional/south,
-/obj/item/rcl/pre_loaded,
-/obj/machinery/computer/security/telescreen/ce/directional/west,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 1
- },
-/obj/item/clipboard,
-/obj/item/paper/monitorkey,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/ce)
"qLD" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -51637,10 +51734,13 @@
/turf/open/floor/iron/dark,
/area/station/command/gateway)
"rkq" = (
-/obj/effect/turf_decal/trimline/neutral/filled/corner{
- dir = 4
+/obj/structure/table,
+/obj/item/flashlight{
+ pixel_x = 9;
+ pixel_y = 13
},
-/turf/open/floor/iron,
+/obj/item/storage/belt/utility,
+/turf/open/floor/iron/smooth,
/area/station/commons/storage/primary)
"rks" = (
/obj/effect/spawner/structure/window,
@@ -52122,6 +52222,14 @@
"run" = (
/turf/closed/wall/r_wall,
/area/station/security/medical)
+"ruo" = (
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"rup" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
@@ -53484,24 +53592,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/white,
/area/station/science/xenobiology)
-"rUd" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Brig";
- id_tag = "outerbrigright"
- },
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brig_right"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/turf/open/floor/iron,
-/area/station/security/brig)
"rUe" = (
/obj/machinery/holopad,
/obj/structure/cable,
@@ -55563,7 +55653,7 @@
/area/station/cargo/miningdock)
"sGF" = (
/turf/open/misc/dirt/jungle{
- baseturfs = /turf/open/misc/dirt
+ baseturfs = /turf/open/misc/dirt/station
},
/area/station/science/explab)
"sGG" = (
@@ -55792,6 +55882,12 @@
/obj/effect/turf_decal/tile/red,
/turf/open/floor/iron,
/area/station/command/bridge)
+"sKD" = (
+/obj/machinery/smartfridge/drying,
+/turf/open/floor/iron/white/side{
+ dir = 8
+ },
+/area/station/service/kitchen)
"sKN" = (
/obj/effect/turf_decal/trimline/neutral/filled/corner{
dir = 4
@@ -55832,6 +55928,16 @@
/obj/structure/railing/corner,
/turf/open/space/openspace,
/area/station/solars/starboard/fore)
+"sLp" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/obj/item/kirbyplants/random,
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/iron,
+/area/station/commons/storage/primary)
"sLz" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -56464,29 +56570,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/command/bridge)
-"sWR" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 9
- },
-/obj/machinery/light_switch/directional/west{
- pixel_x = -22;
- pixel_y = -8
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/cargo/drone_bay)
-"sWY" = (
-/obj/machinery/computer/communications{
- dir = 8
- },
-/obj/machinery/keycard_auth/directional/north{
- pixel_x = 26
- },
-/obj/machinery/status_display/ai/directional/north,
-/obj/item/radio/intercom/command/directional/east,
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/captain)
"sXa" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -56528,17 +56611,15 @@
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/aisat_interior)
"sXV" = (
-/obj/structure/table,
-/obj/item/assembly/igniter,
-/obj/item/assembly/igniter{
- pixel_x = -8;
- pixel_y = -4
- },
-/obj/item/screwdriver{
- pixel_y = 16
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/obj/structure/rack,
+/obj/machinery/light_switch/directional/south{
+ pixel_x = 13
},
-/obj/effect/turf_decal/trimline/neutral/filled/line,
-/obj/machinery/light/directional/south,
+/obj/item/crowbar,
+/obj/item/weldingtool,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"sXW" = (
@@ -56693,6 +56774,29 @@
/obj/effect/turf_decal/tile/bar/opposingcorners,
/turf/open/floor/iron,
/area/station/cargo/miningdock/cafeteria)
+"taL" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/machinery/door/airlock/security/glass{
+ name = "Brig";
+ id_tag = "outerbrigright"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brig_right"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/landmark/navigate_destination/sec,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron,
+/area/station/security/brig)
"taP" = (
/obj/structure/lattice,
/turf/open/openspace,
@@ -56853,7 +56957,7 @@
"tdY" = (
/obj/structure/flora/bush/jungle/c/style_random,
/turf/open/misc/dirt/jungle{
- baseturfs = /turf/open/misc/dirt
+ baseturfs = /turf/open/misc/dirt/station
},
/area/station/science/explab)
"tdZ" = (
@@ -57753,6 +57857,18 @@
},
/turf/open/floor/iron,
/area/station/cargo/miningdock)
+"ttS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/crate/preopen,
+/obj/item/stock_parts/power_store/cell/empty,
+/obj/effect/spawner/random/engineering/flashlight,
+/obj/structure/sign/departments/exodrone/directional/east,
+/turf/open/floor/iron,
+/area/station/cargo/warehouse)
"tuf" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/structure/table,
@@ -58450,11 +58566,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/smooth,
/area/station/maintenance/port/central)
-"tFX" = (
-/obj/machinery/airalarm/directional/south,
-/obj/effect/spawner/random/structure/twelve_percent_spirit_board,
-/turf/open/floor/iron/grimy,
-/area/station/service/chapel/office)
"tGc" = (
/obj/structure/closet/secure_closet/brig/genpop,
/obj/effect/turf_decal/bot,
@@ -59022,7 +59133,7 @@
c_tag = "Civilian - Recreational Area North-West"
},
/obj/item/toy/plush/lizard_plushie/space/green,
-/obj/machinery/incident_display/dual/directional/north,
+/obj/machinery/incident_display/tram/directional/north,
/turf/open/floor/iron,
/area/station/commons/fitness/recreation)
"tRo" = (
@@ -61142,15 +61253,15 @@
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
"uAC" = (
-/obj/effect/turf_decal/trimline/neutral/filled/corner{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/neutral/filled/corner{
+/obj/effect/turf_decal/trimline/yellow/line{
dir = 8
},
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
/turf/open/floor/iron,
/area/station/commons/storage/primary)
"uAF" = (
@@ -61426,6 +61537,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"uEw" = (
@@ -62426,7 +62538,7 @@
"uVa" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/flora/bush/jungle/c/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"uVb" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -64380,7 +64492,7 @@
/area/station/engineering/atmos)
"vCY" = (
/obj/structure/flora/tree/palm/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"vCZ" = (
/turf/closed/wall,
@@ -64420,7 +64532,7 @@
/obj/structure/flora/bush/fullgrass/style_random,
/obj/effect/landmark/event_spawn,
/turf/open/misc/dirt/jungle{
- baseturfs = /turf/open/misc/dirt
+ baseturfs = /turf/open/misc/dirt/station
},
/area/station/science/explab)
"vDu" = (
@@ -64470,7 +64582,7 @@
/area/station/maintenance/central/greater)
"vEl" = (
/obj/structure/window/reinforced/spawner/directional/west,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"vEq" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
@@ -64531,7 +64643,9 @@
/turf/open/floor/iron/dark,
/area/station/commons/fitness/recreation/entertainment)
"vFp" = (
-/obj/effect/turf_decal/trimline/neutral/filled/line{
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 5
},
/turf/open/floor/iron,
@@ -64699,6 +64813,26 @@
},
/turf/open/floor/iron,
/area/station/commons/dorms)
+"vHT" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Brig";
+ id_tag = "outerbrigleft"
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
+ cycle_id = "brig_left"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/scanner_gate/preset_guns,
+/turf/open/floor/iron,
+/area/station/security/brig)
"vIa" = (
/obj/machinery/vending/cigarette,
/obj/effect/turf_decal/trimline/yellow/filled/line{
@@ -66030,25 +66164,6 @@
/obj/effect/turf_decal/trimline/white/warning,
/turf/open/floor/iron,
/area/station/maintenance/tram/right)
-"wiI" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Brig";
- id_tag = "outerbrigleft"
- },
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/red/filled/line{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "brig_left"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/station/security/brig)
"wiU" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -66579,7 +66694,7 @@
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/flora/tree/palm/style_random,
/obj/structure/flora/coconuts,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"wtS" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -67155,6 +67270,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"wEu" = (
@@ -67883,7 +67999,7 @@
/area/station/commons/dorms)
"wSp" = (
/obj/structure/flora/bush/jungle/b/style_random,
-/turf/open/misc/grass/jungle,
+/turf/open/misc/grass/jungle/station,
/area/station/science/explab)
"wSx" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
@@ -68049,15 +68165,11 @@
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
"wXB" = (
-/obj/machinery/vending/assist,
-/obj/machinery/requests_console/directional/east{
- name = "Tool Department Requests Console";
- department = "Tool Storage"
- },
-/obj/effect/turf_decal/trimline/neutral/filled/line{
- dir = 4
+/obj/item/radio/intercom/directional/east,
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 6
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth,
/area/station/commons/storage/primary)
"wXC" = (
/obj/effect/turf_decal/trimline/neutral/filled/line{
@@ -68453,13 +68565,6 @@
/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/aisat/maint)
-"xfc" = (
-/obj/effect/turf_decal/trimline/brown/filled/line{
- dir = 8
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/iron,
-/area/station/cargo/drone_bay)
"xfd" = (
/obj/effect/turf_decal/trimline/red/filled/corner,
/obj/effect/turf_decal/trimline/red/filled/corner{
@@ -103010,7 +103115,7 @@ kHR
tga
rnf
xBD
-qKW
+hTi
sHH
sHH
sHH
@@ -105007,13 +105112,13 @@ pGy
dUH
uDT
wEl
-jpt
-jpt
-jpt
-jpt
-jpt
+aHR
+aHR
+aHR
+aHR
+aHR
ghp
-jpt
+aHR
ovY
aHR
sJQ
@@ -105770,9 +105875,9 @@ aaa
aaa
sNs
cTl
-qeD
+mOB
acG
-bDH
+qeD
fUP
mOB
uAC
@@ -106026,15 +106131,15 @@ aaa
aaa
aaa
sNs
-bNG
-kzx
-kzx
-kzx
+gkh
+eJZ
+bNm
+ruo
pCM
kzx
oSl
-kzx
-coV
+ive
+bUY
alg
aes
khE
@@ -106284,13 +106389,13 @@ aaa
aaa
sNs
jYJ
-eJZ
-prW
-prW
+pvL
+sLp
+aKG
oOb
prW
-oSl
-ive
+dyp
+hbk
sXV
alg
bug
@@ -106543,9 +106648,9 @@ sNs
vFp
act
rkq
-kzx
-kzx
-kzx
+jjM
+geJ
+qAC
adE
pOQ
adU
@@ -106801,7 +106906,7 @@ sNs
sNs
eaZ
pFw
-eHj
+bOo
wXB
gms
sNs
@@ -122289,7 +122394,7 @@ qOo
qOo
lZJ
yei
-jeF
+gBr
hee
aaa
aaa
@@ -152833,7 +152938,7 @@ vBn
tRV
sik
iOm
-ofA
+jgl
lcS
vhG
jSd
@@ -152872,7 +152977,7 @@ rAS
xmZ
qXS
epP
-tFX
+aQL
jFJ
jFJ
jFJ
@@ -153325,7 +153430,7 @@ jGL
jed
oIz
gnW
-wiI
+vHT
mcD
pDy
tWn
@@ -153839,7 +153944,7 @@ iUE
rxE
jyR
lMR
-ktX
+hZq
pqd
kdV
acr
@@ -156923,7 +157028,7 @@ fph
sHw
kil
axp
-rUd
+lAx
njR
joB
lTV
@@ -157437,7 +157542,7 @@ aBN
sDO
jFh
msW
-pLg
+taL
nSV
aPk
sGG
@@ -157926,7 +158031,7 @@ aaa
aaa
rmB
pxf
-bWb
+gCx
toY
wpM
auP
@@ -159245,7 +159350,7 @@ ltw
tKH
tgh
ltw
-sWY
+bXY
hhJ
wKk
phl
@@ -166744,7 +166849,7 @@ lBQ
apC
kZC
mBq
-dsw
+jbC
aOJ
aPm
wWa
@@ -170288,7 +170393,7 @@ eSx
llj
whs
fEG
-cON
+sKD
mkl
fxS
eSx
@@ -181348,7 +181453,7 @@ ufh
tEF
qza
aIU
-bXv
+mBG
kOl
jAU
psU
@@ -185196,7 +185301,7 @@ udQ
udQ
aWL
tft
-aWq
+ttS
qyg
utY
fHV
@@ -185708,9 +185813,9 @@ aac
aac
aaa
xxZ
-sWR
+hze
bYD
-xfc
+axz
uwE
ejU
qMb
diff --git a/_maps/map_files/wawastation/wawastation.dmm b/_maps/map_files/wawastation/wawastation.dmm
index bc36de156c999c..054016e3dd1ec8 100644
--- a/_maps/map_files/wawastation/wawastation.dmm
+++ b/_maps/map_files/wawastation/wawastation.dmm
@@ -458,7 +458,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/firealarm/directional/north,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"agO" = (
/obj/effect/decal/cleanable/dirt,
@@ -1040,11 +1040,22 @@
/obj/item/lighter,
/turf/open/floor/carpet/red,
/area/station/command/heads_quarters/qm)
+"aqz" = (
+/obj/effect/turf_decal/caution/stand_clear/red,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/poddoor/shutters/window/preopen{
+ id = "ordstorage"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"aqG" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/purple/corner,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"aqM" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
@@ -1214,16 +1225,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/textured_large,
/area/station/service/hydroponics/garden)
-"auA" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
- dir = 5
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"auB" = (
/turf/open/floor/engine,
/area/station/medical/chemistry)
@@ -1671,6 +1672,20 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"aAH" = (
+/obj/item/stack/sheet/glass,
+/obj/item/clothing/glasses/welding,
+/obj/item/disk/tech_disk{
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/dropper,
+/obj/structure/table,
+/obj/machinery/requests_console/auto_name/directional/north,
+/obj/effect/mapping_helpers/requests_console/supplies,
+/obj/effect/mapping_helpers/requests_console/ore_update,
+/obj/effect/mapping_helpers/requests_console/assistance,
+/turf/open/floor/iron/white,
+/area/station/science/lab)
"aBb" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
@@ -2366,11 +2381,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/station/commons/lounge)
-"aMS" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"aMU" = (
/obj/structure/window/reinforced/spawner/directional/west,
/obj/structure/flora/bush/fullgrass/style_random,
@@ -2405,7 +2415,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/lab)
"aNH" = (
/obj/machinery/door/airlock/security/glass{
@@ -2423,6 +2433,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
"aNR" = (
@@ -2860,7 +2871,7 @@
/obj/effect/mapping_helpers/apc/full_charge,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"aXg" = (
/obj/structure/railing{
@@ -3310,6 +3321,17 @@
},
/turf/open/misc/asteroid,
/area/station/maintenance/department/science)
+"bfq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/box/red,
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"bfD" = (
/obj/effect/landmark/event_spawn,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -3761,6 +3783,10 @@
},
/turf/open/floor/iron,
/area/station/security/interrogation)
+"bqs" = (
+/obj/structure/lattice/catwalk,
+/turf/open/openspace/xenobio,
+/area/station/science/xenobiology)
"bqz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2,
@@ -4454,16 +4480,6 @@
/obj/structure/girder/displaced,
/turf/open/misc/asteroid,
/area/station/maintenance/central/greater)
-"bCr" = (
-/obj/machinery/computer/security/mining{
- dir = 8
- },
-/obj/machinery/keycard_auth/directional/east,
-/obj/effect/turf_decal/tile/dark_blue/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/command/bridge)
"bCv" = (
/obj/effect/decal/cleanable/blood/old,
/obj/item/restraints/handcuffs,
@@ -4617,13 +4633,6 @@
/obj/machinery/light/small/directional/east,
/turf/open/floor/iron/freezer,
/area/station/commons/toilet/restrooms)
-"bFe" = (
-/obj/machinery/suit_storage_unit/hos,
-/obj/machinery/keycard_auth/directional/east{
- pixel_y = -12
- },
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/hos)
"bFw" = (
/obj/machinery/door/window/right/directional/east{
name = "Delivery Door";
@@ -4861,6 +4870,15 @@
/obj/machinery/door/window/right/directional/west,
/turf/open/floor/grass,
/area/station/service/hydroponics/garden)
+"bIP" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/purple{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"bJc" = (
/obj/structure/railing/corner,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -5549,6 +5567,10 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
+"bXM" = (
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/ordnance/testlab)
"bYa" = (
/obj/structure/filingcabinet/employment,
/turf/open/floor/carpet,
@@ -5679,6 +5701,10 @@
},
/turf/open/floor/iron/white,
/area/station/science/lobby)
+"caH" = (
+/obj/structure/sign/warning/directional/west,
+/turf/closed/wall/rust,
+/area/station/medical/chemistry/minisat)
"caP" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
@@ -6406,17 +6432,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/turret_protected/aisat/foyer)
-"cqt" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/button/door/directional/east{
- name = "shutter control";
- id = "ordauxgarage"
- },
-/turf/open/floor/plating,
-/area/station/science/ordnance)
"cqH" = (
/obj/structure/transit_tube,
/obj/structure/lattice,
@@ -6444,6 +6459,12 @@
},
/turf/open/floor/plating,
/area/station/maintenance/disposal)
+"cra" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/testlab)
"crb" = (
/obj/machinery/door/poddoor/shutters/window{
id = "armory";
@@ -6585,6 +6606,25 @@
"csW" = (
/turf/open/floor/carpet/executive,
/area/station/command/heads_quarters/captain/private)
+"ctf" = (
+/obj/effect/mapping_helpers/broken_floor,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/table,
+/obj/item/reagent_containers/cup/beaker{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/syringe{
+ pixel_x = 16;
+ pixel_y = 1
+ },
+/obj/item/reagent_containers/syringe{
+ pixel_x = 8;
+ pixel_y = 10
+ },
+/obj/structure/sign/poster/contraband/random/directional/north,
+/turf/open/floor/iron/white,
+/area/station/maintenance/department/medical)
"cti" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -6664,10 +6704,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden,
/turf/open/floor/iron,
/area/station/maintenance/disposal/incinerator)
-"cuA" = (
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/science/ordnance/storage)
"cuE" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/chair/plastic{
@@ -6692,10 +6728,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"cvQ" = (
-/obj/structure/sign/warning/directional/west,
-/turf/closed/wall/rust,
-/area/station/medical/chemistry/minisat)
"cvT" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -6981,16 +7013,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"cBB" = (
-/obj/machinery/airalarm/directional/east,
-/obj/structure/table/reinforced,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/clothing/head/utility/welding,
-/obj/effect/turf_decal/siding/purple{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/station/science/robotics/mechbay)
"cBD" = (
/obj/machinery/door/airlock/grunge{
name = "Prison Forestry"
@@ -7306,6 +7328,12 @@
/obj/effect/spawner/random/maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical)
+"cIk" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"cIx" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/mix_input{
dir = 4
@@ -7674,6 +7702,15 @@
"cPt" = (
/turf/closed/wall/r_wall,
/area/station/science/lab)
+"cPu" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"cPx" = (
/obj/structure/table,
/obj/item/hfr_box/corner,
@@ -7752,6 +7789,16 @@
},
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/burnchamber)
+"cQx" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/item/pipe_dispenser{
+ pixel_x = 3;
+ pixel_y = 7
+ },
+/obj/item/pipe_dispenser,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"cQK" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
@@ -7782,13 +7829,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
-"cQX" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"cRa" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/structure/chair/office{
@@ -7885,13 +7925,6 @@
},
/turf/open/floor/iron,
/area/station/command/heads_quarters/ce)
-"cSI" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/ordnance)
"cSJ" = (
/obj/structure/table,
/obj/effect/spawner/random/food_or_drink/snack,
@@ -7990,6 +8023,21 @@
},
/turf/open/floor/iron,
/area/station/security)
+"cUU" = (
+/obj/machinery/modular_computer/preset/id{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/dark_blue/filled/line{
+ dir = 6
+ },
+/obj/machinery/keycard_auth/directional/east,
+/obj/machinery/button/door/directional/east{
+ pixel_y = 12;
+ name = "privacy shutter control";
+ id = "cmoprivacy"
+ },
+/turf/open/floor/holofloor/dark,
+/area/station/command/heads_quarters/cmo)
"cVb" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
color = "#000000"
@@ -8304,6 +8352,12 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/robotics/lab)
+"daT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small/broken/directional/north,
+/obj/machinery/atmospherics/components/tank/oxygen,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science)
"dba" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/red{
@@ -8401,7 +8455,7 @@
/area/station/cargo/miningoffice)
"dci" = (
/obj/effect/turf_decal/tile/blue/fourcorners,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"dcl" = (
/obj/effect/turf_decal/sand/plating,
@@ -8505,14 +8559,6 @@
},
/turf/open/floor/plating,
/area/station/commons/vacant_room/commissary)
-"ddx" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/item/pickaxe,
-/turf/open/floor/plating,
-/area/station/asteroid)
"ddF" = (
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
@@ -8639,7 +8685,7 @@
},
/obj/machinery/duct,
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"dgS" = (
/obj/structure/cable,
@@ -8784,6 +8830,23 @@
/obj/machinery/light/small/dim/directional/west,
/turf/open/misc/asteroid,
/area/station/hallway/secondary/entry)
+"dir" = (
+/obj/machinery/door/airlock/research/glass{
+ name = "Chemistry Minisat"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry/minisat)
"diz" = (
/obj/structure/cable,
/turf/open/floor/plating,
@@ -9332,7 +9395,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"drz" = (
/obj/effect/decal/cleanable/dirt/dust,
@@ -9645,6 +9708,17 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"dxZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
+ dir = 6
+ },
+/obj/item/flashlight/glowstick/blue{
+ start_on = 1;
+ light_range = 2
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/department/science)
"dyb" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -10225,6 +10299,23 @@
/obj/structure/cable,
/turf/open/floor/carpet/executive,
/area/station/command/heads_quarters/captain/private)
+"dGi" = (
+/obj/machinery/door/poddoor/shutters/window/preopen{
+ id = "ordstorage"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/button/door/directional/east{
+ req_access = list("ordnance");
+ name = "Ordnance Storage Shutter Control";
+ id = "ordstorage"
+ },
+/obj/effect/turf_decal/caution/stand_clear/red,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"dGq" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
@@ -10284,13 +10375,6 @@
/obj/machinery/light/small/dim/directional/north,
/turf/open/misc/asteroid,
/area/station/maintenance/department/cargo)
-"dGX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/science)
"dHa" = (
/obj/effect/turf_decal/tile/purple/opposingcorners,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
@@ -10454,6 +10538,14 @@
},
/turf/open/floor/iron,
/area/station/commons/locker)
+"dJr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/white/smooth_half{
+ dir = 8
+ },
+/area/station/science/xenobiology)
"dJJ" = (
/obj/structure/plasticflaps,
/obj/machinery/navbeacon{
@@ -10706,6 +10798,17 @@
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/floor/iron/dark,
/area/station/security/checkpoint/medical)
+"dPh" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/box/red,
+/obj/machinery/light/directional/south,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"dPk" = (
/obj/machinery/button/elevator/directional/east{
id = "cargo"
@@ -10788,10 +10891,6 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/cargo)
-"dQA" = (
-/obj/structure/cable,
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"dQQ" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -10974,14 +11073,6 @@
/obj/item/reagent_containers/cup/beaker/large,
/turf/open/floor/iron/grimy,
/area/station/maintenance/central/greater)
-"dTz" = (
-/obj/structure/window/reinforced/spawner/directional/east,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/iron/large,
-/area/station/engineering/atmos/upper)
"dTA" = (
/obj/item/wrench,
/obj/effect/turf_decal/tile/purple/full,
@@ -11271,6 +11362,11 @@
/obj/structure/reagent_dispensers/wall/peppertank/directional/south,
/turf/open/floor/iron/dark,
/area/station/security/checkpoint/science)
+"dYY" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/structure/sign/poster/official/wtf_is_co2/directional/north,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/science/ordnance/storage)
"dYZ" = (
/obj/effect/spawner/random/maintenance/two,
/obj/effect/spawner/random/clothing/twentyfive_percent_cyborg_mask,
@@ -11324,6 +11420,15 @@
dir = 1
},
/area/station/command/meeting_room)
+"dZQ" = (
+/obj/structure/window/spawner/directional/east,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"eam" = (
/obj/structure/chair{
dir = 8
@@ -11353,7 +11458,7 @@
/area/station/command/heads_quarters/qm)
"eaL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"eaS" = (
/obj/effect/turf_decal/siding/wood{
@@ -11533,20 +11638,6 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
-"ecM" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/item/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = 8
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"edv" = (
/obj/machinery/computer/order_console/cook,
/turf/open/floor/iron,
@@ -11965,11 +12056,6 @@
/obj/structure/door_assembly,
/turf/open/misc/asteroid,
/area/station/asteroid)
-"elG" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"elT" = (
/obj/effect/turf_decal/tile/neutral/opposingcorners{
dir = 1
@@ -12039,18 +12125,6 @@
/obj/structure/stairs/north,
/turf/open/floor/iron,
/area/station/command/corporate_showroom)
-"enX" = (
-/obj/effect/turf_decal/caution/stand_clear/red,
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/door/poddoor/shutters/window/preopen{
- id = "ordstorage"
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"eon" = (
/obj/effect/spawner/random/structure/chair_comfy{
dir = 4
@@ -12162,6 +12236,11 @@
},
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
+"epB" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/structure/cable,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/science/ordnance/storage)
"epE" = (
/obj/structure/closet/toolcloset,
/obj/effect/turf_decal/trimline/yellow/filled/line{
@@ -12469,21 +12548,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"evg" = (
-/obj/machinery/modular_computer/preset/id{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/dark_blue/filled/line{
- dir = 6
- },
-/obj/machinery/keycard_auth/directional/east,
-/obj/machinery/button/door/directional/east{
- pixel_y = 12;
- name = "privacy shutter control";
- id = "cmoprivacy"
- },
-/turf/open/floor/holofloor/dark,
-/area/station/command/heads_quarters/cmo)
"evr" = (
/obj/machinery/door/airlock/external,
/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
@@ -12612,6 +12676,14 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
/area/station/service/library)
+"exS" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/sand/plating,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance_hatch,
+/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
+/turf/open/floor/plating,
+/area/station/asteroid)
"exT" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12648,16 +12720,11 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/security/prison/work)
-"eyJ" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_y = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
+"eyx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/tank/oxygen,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science)
"eyN" = (
/obj/structure/table,
/obj/item/grenade/chem_grenade/smart_metal_foam{
@@ -12934,6 +13001,15 @@
/obj/structure/marker_beacon/yellow,
/turf/open/space/openspace,
/area/space/nearstation)
+"eCJ" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"eCO" = (
/obj/machinery/shower/directional/west,
/obj/effect/turf_decal/stripes/line,
@@ -13207,14 +13283,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"eHw" = (
-/obj/machinery/processor/slime,
-/obj/effect/turf_decal/bot_red,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"eHA" = (
/obj/structure/railing/corner{
dir = 1
@@ -13347,20 +13415,14 @@
"eKR" = (
/turf/closed/wall/r_wall,
/area/station/command/bridge)
-"eKT" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/item/pipe_dispenser{
- pixel_x = 3;
- pixel_y = 7
- },
-/obj/item/pipe_dispenser,
-/obj/machinery/power/apc/auto_name/directional/south{
- areastring = "/area/station/science/ordnance/burnchamber"
+"eLb" = (
+/obj/machinery/door/airlock/command{
+ name = "Research Director's Observatory"
},
-/obj/structure/cable,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
+/obj/effect/mapping_helpers/airlock/access/all/science/rd,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/station/science/ordnance/testlab)
"eLe" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/effect/turf_decal/tile/red/half/contrasted{
@@ -13459,6 +13521,15 @@
},
/turf/open/floor/iron/grimy,
/area/station/security/detectives_office)
+"eNt" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/turf_decal/box,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8;
+ name = "Oxygen Chamber Injection Port"
+ },
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"eNS" = (
/obj/effect/turf_decal/tile/red/half/contrasted,
/obj/structure/disposalpipe/segment{
@@ -13717,6 +13788,12 @@
/obj/item/trash/waffles,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"eTG" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/station/science/ordnance/storage)
"eTZ" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{
dir = 8
@@ -13730,7 +13807,7 @@
/turf/open/floor/plating,
/area/station/maintenance/department/science)
"eUB" = (
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"eUD" = (
/obj/effect/turf_decal/plaque{
@@ -14261,19 +14338,6 @@
},
/turf/closed/wall/r_wall,
/area/station/engineering/atmos/pumproom)
-"ffK" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"ffT" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance/no_decals/two,
@@ -15106,15 +15170,6 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"fuF" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/door/poddoor/shutters/window/preopen{
- id = "ordstorage"
- },
-/obj/effect/turf_decal/caution/stand_clear/red,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"fuZ" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 4
@@ -15731,6 +15786,11 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
/area/station/command/corporate_showroom)
+"fEW" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/station/command/heads_quarters/rd)
"fFb" = (
/obj/structure/railing{
dir = 1
@@ -16184,6 +16244,13 @@
/obj/machinery/light/dim/directional/east,
/turf/open/floor/iron,
/area/station/commons/storage/tools)
+"fNi" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/machinery/portable_atmospherics/scrubber/huge/movable,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"fNk" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/dark,
@@ -16239,9 +16306,6 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
-"fNF" = (
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"fNW" = (
/obj/effect/landmark/carpspawn,
/turf/open/space/openspace,
@@ -16514,19 +16578,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/command/storage/eva)
-"fSi" = (
-/obj/machinery/light/directional/north,
-/obj/structure/table,
-/obj/item/pen{
- pixel_x = 9;
- pixel_y = 4
- },
-/obj/item/hand_labeler{
- pixel_y = 10;
- pixel_x = -13
- },
-/turf/open/floor/glass/reinforced,
-/area/station/science/xenobiology)
"fSk" = (
/obj/structure/chair/office{
dir = 1
@@ -16569,14 +16620,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/security/checkpoint/supply)
-"fSD" = (
-/obj/machinery/atmospherics/components/binary/valve/digital{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"fSK" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 6
@@ -16645,6 +16688,14 @@
},
/turf/open/floor/iron/white,
/area/station/science/research)
+"fTO" = (
+/obj/machinery/processor/slime,
+/obj/effect/turf_decal/bot_red,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron/white/textured_large,
+/area/station/science/xenobiology)
"fTX" = (
/turf/closed/wall/r_wall,
/area/station/engineering/atmos)
@@ -16867,6 +16918,16 @@
/obj/machinery/camera/autoname/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/starboard)
+"fYW" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"fYX" = (
/obj/machinery/power/solar{
id = "foreport";
@@ -17142,7 +17203,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"gdP" = (
/obj/structure/lattice,
@@ -17435,7 +17496,7 @@
/obj/structure/window/reinforced/spawner/directional/south,
/obj/item/kirbyplants/random,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"gjt" = (
/obj/machinery/pdapainter/medbay,
@@ -17611,7 +17672,7 @@
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"gmd" = (
/obj/effect/spawner/structure/window/reinforced,
@@ -17938,16 +17999,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/cargo/miningoffice)
-"gsw" = (
-/obj/machinery/door/poddoor/shutters/window/preopen{
- id = "ordstorage"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/caution/stand_clear/red,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"gsM" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -18050,6 +18101,10 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
/area/station/cargo/storage)
+"guJ" = (
+/obj/item/radio/intercom/chapel/directional/west,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/ordnance/testlab)
"guN" = (
/obj/structure/table/glass,
/obj/item/folder/white,
@@ -19024,10 +19079,6 @@
dir = 1
},
/area/station/engineering/atmos/storage/gas)
-"gLS" = (
-/obj/structure/lattice/catwalk,
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"gLZ" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -19584,6 +19635,9 @@
/obj/machinery/door/firedoor/border_only,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
+"gWu" = (
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/ordnance)
"gWG" = (
/obj/structure/cable,
/obj/machinery/door/airlock/security/glass{
@@ -20397,20 +20451,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
/area/station/service/library)
-"hkG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/tank/oxygen{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/science)
"hld" = (
/obj/structure/cable,
/obj/machinery/firealarm/directional/east,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/lab)
"hle" = (
/obj/machinery/light/directional/south,
@@ -20455,6 +20502,16 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"hmd" = (
+/obj/effect/turf_decal/tile/neutral/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/purple{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"hmg" = (
/obj/machinery/requests_console/directional/north{
name = "Bar Requests Console";
@@ -20967,15 +21024,6 @@
},
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/virology)
-"hsJ" = (
-/obj/structure/closet/crate/freezer,
-/obj/item/food/icecreamsandwich,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 9
- },
-/obj/structure/sign/departments/chemistry/directional/west,
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry)
"hsW" = (
/turf/open/floor/iron/dark,
/area/station/cargo/drone_bay)
@@ -20997,6 +21045,16 @@
},
/turf/open/floor/iron,
/area/station/security)
+"htn" = (
+/obj/machinery/door/airlock/research{
+ glass = 1;
+ name = "Slime Euthanization Chamber";
+ opacity = 0
+ },
+/obj/effect/turf_decal/tile/blue/fourcorners,
+/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
+/turf/open/floor/glass/reinforced,
+/area/station/science/xenobiology)
"htw" = (
/obj/effect/spawner/random/structure/closet_empty/crate,
/obj/effect/spawner/random/maintenance,
@@ -21434,6 +21492,16 @@
/obj/structure/cable,
/turf/open/floor/circuit,
/area/station/hallway/primary/central)
+"hCB" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/machinery/door/airlock/research{
+ name = "Ordnance Auxiliary Storage"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"hCJ" = (
/obj/structure/railing{
dir = 8
@@ -21553,7 +21621,7 @@
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/lab)
"hED" = (
/turf/closed/wall/r_wall,
@@ -21933,6 +22001,13 @@
},
/turf/open/floor/iron,
/area/station/commons/storage/art)
+"hNI" = (
+/obj/machinery/light/directional/north,
+/obj/machinery/atmospherics/components/trinary/mixer{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"hNN" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
@@ -22027,6 +22102,15 @@
/obj/machinery/light_switch/directional/north,
/turf/open/floor/iron,
/area/station/service/hydroponics)
+"hPn" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light/small/directional/south,
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"hPp" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -22348,6 +22432,10 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/iron/white,
/area/station/medical/paramedic)
+"hTv" = (
+/obj/structure/railing/corner,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"hTQ" = (
/obj/machinery/atmospherics/components/unary/passive_vent{
dir = 1;
@@ -22454,14 +22542,6 @@
/obj/machinery/airalarm/directional/west,
/turf/open/floor/iron,
/area/station/engineering/storage)
-"hVm" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
- dir = 6
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"hVs" = (
/obj/structure/cable,
/turf/open/floor/plating,
@@ -22491,6 +22571,11 @@
/obj/machinery/telecomms/hub/preset,
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/station/tcommsat/server)
+"hWl" = (
+/obj/effect/turf_decal/sand/plating,
+/obj/structure/broken_flooring/pile,
+/turf/open/floor/plating,
+/area/station/science/ordnance)
"hWt" = (
/obj/effect/turf_decal/box/corners{
dir = 8
@@ -22567,13 +22652,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
-"hXz" = (
-/obj/machinery/atmospherics/components/tank/air/layer4,
-/obj/effect/turf_decal/tile/green/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron/white,
-/area/station/medical/virology)
"hXK" = (
/obj/structure/closet/cardboard,
/obj/effect/turf_decal/stripes/line,
@@ -22683,6 +22761,17 @@
/obj/structure/sign/poster/contraband/random/directional/south,
/turf/open/floor/iron,
/area/station/maintenance/department/medical/central)
+"iaA" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/iron,
+/area/station/engineering/storage)
"iaI" = (
/obj/structure/railing{
dir = 10
@@ -22941,7 +23030,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"ifc" = (
/obj/effect/turf_decal/trimline/yellow/filled/line,
@@ -23185,14 +23274,11 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating/reinforced,
/area/station/maintenance/port/greater)
-"ikQ" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/sand/plating,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance_hatch,
-/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
-/turf/open/floor/plating,
-/area/station/asteroid)
+"ikJ" = (
+/obj/effect/turf_decal/stripes/corner,
+/obj/structure/closet/firecloset,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"ilb" = (
/obj/effect/turf_decal/tile/red/diagonal_edge,
/turf/open/floor/iron/dark,
@@ -23368,7 +23454,7 @@
/obj/machinery/duct,
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
/obj/effect/turf_decal/tile/blue/fourcorners,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"iol" = (
/turf/closed/wall/r_wall,
@@ -23676,16 +23762,6 @@
"isT" = (
/turf/open/openspace,
/area/station/engineering/break_room)
-"isX" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 1
- },
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry)
"ita" = (
/obj/effect/turf_decal/tile/dark_blue/anticorner/contrasted,
/obj/machinery/light_switch/directional/east,
@@ -23785,6 +23861,14 @@
"ivx" = (
/turf/open/floor/glass/reinforced/airless,
/area/station/asteroid)
+"ivy" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/box/red,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"ivC" = (
/obj/machinery/camera/autoname/directional/north{
network = list("ss13","engine")
@@ -23922,12 +24006,6 @@
/obj/effect/turf_decal/stripes/asteroid/line,
/turf/open/floor/plating/airless,
/area/space/nearstation)
-"iya" = (
-/obj/structure/sign/warning/chem_diamond/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/spawner/random/structure/girder,
-/turf/open/floor/plating,
-/area/station/maintenance/department/medical)
"iyb" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
@@ -24041,14 +24119,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white,
/area/station/science/lobby)
-"iAx" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/effect/turf_decal/box/red,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"iAE" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -24439,6 +24509,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/asteroid)
+"iHV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable,
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"iHY" = (
/obj/structure/sign/warning/explosives/directional/east,
/obj/effect/turf_decal/siding/purple/corner{
@@ -24674,16 +24749,6 @@
/obj/machinery/recharger,
/turf/open/floor/carpet/green,
/area/station/command/heads_quarters/hop)
-"iLP" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/filled/corner,
-/turf/open/floor/iron/white,
-/area/station/maintenance/department/medical)
"iLZ" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -24800,7 +24865,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"iOE" = (
/obj/item/pickaxe/mini,
@@ -24830,12 +24895,6 @@
/obj/effect/turf_decal/trimline/yellow/filled/corner,
/turf/open/floor/iron,
/area/station/engineering/lobby)
-"iPb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"iPd" = (
/obj/machinery/firealarm/directional/north,
/turf/open/floor/carpet/executive,
@@ -24900,13 +24959,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/command/corporate_showroom)
-"iPW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/tank/oxygen{
- dir = 8
+"iQo" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder{
+ pixel_y = 8
},
-/turf/open/floor/plating,
-/area/station/maintenance/department/science)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron/white/textured_large,
+/area/station/science/xenobiology)
"iQt" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/spawner/random/trash/food_packaging,
@@ -25204,7 +25266,7 @@
/obj/structure/cable,
/obj/effect/turf_decal/siding/purple,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"iXR" = (
/obj/structure/cable,
@@ -25525,7 +25587,7 @@
/obj/effect/turf_decal/siding/purple{
dir = 1
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"jer" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
@@ -25551,6 +25613,15 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/command/storage/eva)
+"jeV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry)
"jeY" = (
/obj/structure/railing/corner{
dir = 1
@@ -25627,12 +25698,6 @@
/obj/item/clothing/glasses/meson,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"jgl" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/item/holosign_creator/atmos,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"jgs" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
@@ -25785,6 +25850,14 @@
/obj/docking_port/stationary/syndicate,
/turf/open/space/openspace,
/area/space)
+"jiP" = (
+/obj/effect/turf_decal/sand/plating,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/item/pickaxe,
+/turf/open/floor/plating,
+/area/station/asteroid)
"jjp" = (
/obj/item/reagent_containers/cup/bottle/fake_gbs,
/turf/closed/mineral/random/stationside/asteroid/porus{
@@ -26119,15 +26192,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"joD" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/camera/autoname/directional/north{
- network = list("ss13","rd")
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"joH" = (
/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
@@ -26386,6 +26450,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/station/maintenance/disposal)
+"jtp" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"jtv" = (
/obj/structure/chair/plastic,
/obj/effect/decal/cleanable/dirt/dust,
@@ -26479,6 +26551,15 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron,
/area/station/engineering/atmos/upper)
+"jvp" = (
+/obj/structure/window/spawner/directional/east,
+/obj/machinery/power/apc/auto_name/directional/south{
+ areastring = "/area/station/science/ordnance/burnchamber"
+ },
+/obj/structure/cable,
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"jvt" = (
/obj/structure/closet/secure_closet/chemical,
/obj/effect/turf_decal/stripes/line{
@@ -26898,16 +26979,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"jCl" = (
-/obj/structure/table,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 5
- },
-/obj/machinery/camera/autoname/directional/north{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry)
"jCm" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{
dir = 8
@@ -27924,14 +27995,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical)
-"jSR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"jSV" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -28358,6 +28421,9 @@
},
/turf/open/floor/iron,
/area/station/security/breakroom)
+"kbc" = (
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/rd)
"kbg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
@@ -28616,7 +28682,7 @@
id = "Xenolab";
name = "Test Chamber Blast Door"
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"ked" = (
/obj/structure/cable,
@@ -28839,15 +28905,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
-"kiS" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/medical)
"kiT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
/obj/effect/turf_decal/stripes,
@@ -28939,13 +28996,6 @@
/obj/machinery/duct,
/turf/open/floor/iron/white,
/area/station/medical/treatment_center)
-"kke" = (
-/obj/structure/tank_dispenser,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/item/radio/intercom/directional/north,
-/obj/machinery/light_switch/directional/east,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"kkf" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
/turf/open/floor/plating,
@@ -29505,7 +29555,7 @@
/area/station/engineering/atmos)
"krO" = (
/obj/structure/cable,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"krP" = (
/turf/closed/wall/r_wall,
@@ -30033,18 +30083,6 @@
/obj/structure/cable,
/turf/open/floor/iron/large,
/area/station/service/hydroponics/garden)
-"kBr" = (
-/obj/structure/barricade/wooden,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 4
- },
-/obj/item/flashlight/glowstick/blue{
- start_on = 1;
- light_range = 2
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/science)
"kBt" = (
/obj/machinery/modular_computer/preset/civilian,
/obj/machinery/button/door/directional/north{
@@ -30122,6 +30160,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/service/chapel/funeral)
+"kCh" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"kCn" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 1
@@ -30570,15 +30618,6 @@
/obj/machinery/light/small/dim/directional/west,
/turf/open/floor/iron/textured_large,
/area/station/hallway/primary/central)
-"kKC" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"kKJ" = (
/obj/machinery/rnd/destructive_analyzer,
/obj/machinery/light/directional/north,
@@ -30602,17 +30641,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/aft/upper)
-"kKV" = (
-/obj/machinery/door/airlock/research/glass{
- name = "Chemistry Minisat"
- },
-/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 8
- },
-/obj/effect/landmark/navigate_destination/chemfactory,
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry/minisat)
"kLi" = (
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/station/maintenance/department/medical/central)
@@ -30847,12 +30875,6 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
/area/station/engineering/lobby)
-"kQB" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/structure/sign/poster/official/wtf_is_co2/directional/north,
-/obj/machinery/light_switch/directional/east,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/science/ordnance/storage)
"kQF" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/engine,
@@ -30970,6 +30992,16 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
/area/station/construction/mining/aux_base)
+"kSc" = (
+/obj/structure/table,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/obj/machinery/camera/autoname/directional/north{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry)
"kSm" = (
/obj/machinery/computer/libraryconsole/bookmanagement,
/obj/structure/table,
@@ -31183,6 +31215,15 @@
"kUX" = (
/turf/closed/wall/r_wall,
/area/station/engineering/atmospherics_engine)
+"kVh" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/food/icecreamsandwich,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 9
+ },
+/obj/structure/sign/departments/chemistry/directional/west,
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry)
"kVF" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -31220,6 +31261,19 @@
/obj/effect/spawner/random/structure/closet_maintenance,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"kWj" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 15
+ },
+/obj/item/assembly/prox_sensor{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/structure/fireaxecabinet/mechremoval/directional/east,
+/obj/item/stack/sheet/glass/fifty,
+/turf/open/floor/iron/dark/textured,
+/area/station/science/robotics/lab)
"kWk" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/cable,
@@ -31362,19 +31416,6 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"kZf" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/sheet/plasteel{
- amount = 15
- },
-/obj/item/assembly/prox_sensor{
- pixel_x = 5;
- pixel_y = 7
- },
-/obj/structure/fireaxecabinet/mechremoval/directional/east,
-/obj/item/stack/sheet/glass/fifty,
-/turf/open/floor/iron/dark/textured,
-/area/station/science/robotics/lab)
"kZg" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -31555,20 +31596,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
-"lcj" = (
-/obj/item/stack/sheet/glass,
-/obj/item/clothing/glasses/welding,
-/obj/item/disk/tech_disk{
- pixel_y = 6
- },
-/obj/item/reagent_containers/dropper,
-/obj/structure/table,
-/obj/machinery/requests_console/auto_name/directional/north,
-/obj/effect/mapping_helpers/requests_console/supplies,
-/obj/effect/mapping_helpers/requests_console/ore_update,
-/obj/effect/mapping_helpers/requests_console/assistance,
-/turf/open/floor/iron/white,
-/area/station/science/lab)
"lcv" = (
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/glass/reinforced,
@@ -31630,7 +31657,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"lfd" = (
/obj/machinery/door/airlock/external/glass,
@@ -31827,42 +31854,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/open/misc/asteroid,
/area/station/maintenance/central/greater)
-"lhY" = (
-/obj/structure/table,
-/obj/item/stack/sheet/iron/fifty{
- pixel_x = 3;
- pixel_y = 6
- },
-/obj/item/construction/plumbing{
- pixel_x = 34;
- pixel_y = 6
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 26;
- pixel_y = 2
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 25;
- pixel_y = 1
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 24;
- pixel_y = -1
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 23;
- pixel_y = -3
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 23;
- pixel_y = -5
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 1
- },
-/obj/machinery/light/small/dim/directional/north,
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry)
"lib" = (
/obj/machinery/light/directional/west,
/turf/open/floor/circuit/green,
@@ -31901,16 +31892,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/cafeteria,
/area/station/commons/locker)
-"liI" = (
-/obj/machinery/computer/camera_advanced/xenobio{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/item/storage/box/monkeycubes,
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"liQ" = (
/obj/structure/table,
/obj/item/reagent_containers/cup/glass/coffee,
@@ -32115,6 +32096,13 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/ai_monitored/command/storage/eva)
+"lnv" = (
+/obj/structure/table/wood,
+/obj/item/flashlight/lamp,
+/obj/machinery/camera/autoname/directional/north,
+/obj/machinery/keycard_auth/directional/north,
+/turf/open/floor/carpet/green,
+/area/station/command/heads_quarters/hop)
"lny" = (
/obj/structure/window/reinforced/spawner/directional/east,
/obj/machinery/light/directional/south,
@@ -32404,6 +32392,10 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"luh" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/engine/o2,
+/area/station/science/ordnance)
"luq" = (
/obj/effect/turf_decal/stripes{
dir = 4
@@ -32771,15 +32763,6 @@
"lAj" = (
/turf/closed/wall,
/area/station/construction/mining/aux_base)
-"lAl" = (
-/obj/structure/window/spawner/directional/east,
-/obj/machinery/portable_atmospherics/pipe_scrubber,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/ordnance)
"lAm" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 1
@@ -32825,15 +32808,6 @@
dir = 4
},
/area/station/command/meeting_room)
-"lBm" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
- dir = 9
- },
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/testlab)
"lBu" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 1
@@ -32868,7 +32842,7 @@
"lBZ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"lCk" = (
/obj/effect/turf_decal/siding/dark_blue{
@@ -32929,6 +32903,18 @@
/obj/effect/spawner/random/maintenance/two,
/turf/open/floor/iron,
/area/station/maintenance/central/greater)
+"lCS" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -5;
+ pixel_y = 6
+ },
+/obj/item/pen{
+ pixel_x = 9;
+ pixel_y = 4
+ },
+/turf/open/floor/glass/reinforced,
+/area/station/science/xenobiology)
"lCY" = (
/obj/effect/spawner/random/maintenance/two,
/obj/effect/spawner/random/structure/closet_empty/crate,
@@ -33078,6 +33064,14 @@
"lFG" = (
/turf/open/floor/glass,
/area/station/command/meeting_room)
+"lFI" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/item/radio/intercom/directional/north,
+/obj/machinery/light_switch/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"lFJ" = (
/obj/effect/decal/cleanable/blood/old,
/obj/item/flashlight/flare/candle,
@@ -33844,7 +33838,7 @@
/obj/effect/landmark/navigate_destination/dockarrival,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"lUF" = (
/obj/structure/transport/linear/public,
@@ -33899,14 +33893,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"lVy" = (
-/obj/machinery/door/airlock/command{
- name = "Research Director's Observatory"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/rd,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating,
-/area/station/command/heads_quarters/rd)
"lVB" = (
/turf/closed/mineral/random/stationside/asteroid/porus,
/area/station/maintenance/department/science)
@@ -34399,17 +34385,6 @@
/obj/effect/baseturf_helper/reinforced_plating/ceiling,
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
-"mgi" = (
-/obj/machinery/door/poddoor/shutters{
- id = "ordauxgarage";
- dir = 1
- },
-/obj/effect/turf_decal/sand/plating,
-/obj/effect/turf_decal/stripes/asteroid/end{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/station/science/ordnance)
"mgn" = (
/obj/docking_port/stationary{
dir = 8;
@@ -34592,6 +34567,15 @@
},
/turf/open/floor/engine/vacuum,
/area/station/science/ordnance/burnchamber)
+"miR" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/department/medical)
"miV" = (
/obj/effect/spawner/random/trash/mess,
/turf/open/floor/plating,
@@ -34910,14 +34894,6 @@
"mnP" = (
/turf/open/floor/iron,
/area/station/service/hydroponics)
-"mnS" = (
-/obj/machinery/portable_atmospherics/pump,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/ordnance)
"mnU" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 1
@@ -35025,6 +35001,13 @@
},
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
+"mqn" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"mqz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/apc/auto_name/directional/east,
@@ -35844,17 +35827,6 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
/area/station/maintenance/port/greater)
-"mFa" = (
-/obj/machinery/door/firedoor/heavy,
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/machinery/door/airlock/research{
- name = "Ordnance Auxiliary Storage"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"mFb" = (
/obj/structure/fans/tiny,
/obj/machinery/door/poddoor/massdriver_chapel,
@@ -35955,11 +35927,6 @@
},
/turf/open/floor/engine,
/area/station/command/heads_quarters/captain/private)
-"mHc" = (
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/iron/white/smooth_large,
-/area/station/science/ordnance/storage)
"mHf" = (
/obj/structure/table,
/obj/item/controller,
@@ -36512,7 +36479,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"mRI" = (
/obj/effect/mob_spawn/corpse/human/clown,
@@ -36834,7 +36801,7 @@
/obj/machinery/firealarm/directional/south,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"mYs" = (
/obj/machinery/door/airlock/public/glass{
@@ -37346,18 +37313,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/central/greater)
-"nfk" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/item/pen{
- pixel_x = -2;
- pixel_y = 5
- },
-/turf/open/floor/glass/reinforced,
-/area/station/science/xenobiology)
"nfn" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -37454,6 +37409,26 @@
/obj/structure/holosign/barrier/atmos,
/turf/open/misc/asteroid,
/area/station/hallway/primary/central)
+"ngH" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/machinery/button/door/directional/south{
+ id = "capshut";
+ pixel_x = -8;
+ name = "shutter control"
+ },
+/obj/machinery/fax{
+ fax_name = "Captain's Office";
+ name = "Captain's Fax Machine"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/keycard_auth/directional/south{
+ pixel_y = -24;
+ pixel_x = 8
+ },
+/turf/open/floor/carpet/royalblue,
+/area/station/command/heads_quarters/captain/private)
"ngK" = (
/obj/structure/chair{
dir = 1
@@ -37664,6 +37639,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"nlx" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plating,
+/area/station/maintenance/department/medical)
"nlI" = (
/obj/effect/landmark/start/depsec/engineering,
/obj/effect/turf_decal/trimline/red/filled/line{
@@ -37742,21 +37723,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
-"nnt" = (
-/obj/machinery/computer/security/qm,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/machinery/computer/security/telescreen/vault/directional/north,
-/obj/machinery/button/door/directional/west{
- id = "qmprivacy";
- name = "Privacy Shutters Control"
- },
-/obj/machinery/keycard_auth/directional/west{
- pixel_y = 12
- },
-/turf/open/floor/wood,
-/area/station/command/heads_quarters/qm)
"nnv" = (
/obj/structure/table/reinforced/rglass,
/obj/effect/turf_decal/tile/blue/fourcorners,
@@ -37907,18 +37873,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"npI" = (
-/obj/machinery/light/small/dim/directional/west,
-/obj/effect/mapping_helpers/broken_floor,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 8
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/iron/white,
-/area/station/maintenance/department/medical)
"npL" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -38690,6 +38644,13 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/security/detectives_office)
+"nGb" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/structure/table,
+/obj/item/holosign_creator/atmos,
+/obj/machinery/light/directional/east,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"nGd" = (
/obj/effect/turf_decal/tile/red/half/contrasted{
dir = 4
@@ -38771,7 +38732,7 @@
},
/obj/machinery/duct,
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"nIb" = (
/obj/effect/decal/cleanable/dirt/dust,
@@ -38808,16 +38769,19 @@
/obj/effect/spawner/random/maintenance,
/turf/open/misc/asteroid,
/area/station/maintenance/department/cargo)
-"nIQ" = (
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/catwalk_floor/iron_white,
-/area/station/science/ordnance/testlab)
"nIS" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/turf/open/floor/engine,
/area/station/command/corporate_dock)
+"nJc" = (
+/obj/machinery/suit_storage_unit/hos,
+/obj/machinery/keycard_auth/directional/east{
+ pixel_y = -12
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/heads_quarters/hos)
"nJs" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
@@ -38985,6 +38949,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/engineering/gravity_generator)
+"nLv" = (
+/obj/machinery/computer/security/mining{
+ dir = 8
+ },
+/obj/machinery/keycard_auth/directional/east,
+/obj/effect/turf_decal/tile/dark_blue/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/command/bridge)
"nLz" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -39085,12 +39059,6 @@
/obj/machinery/camera/autoname/directional/south,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"nNl" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"nNo" = (
/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 1
@@ -39111,6 +39079,13 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/engine,
/area/station/engineering/atmospherics_engine)
+"nNF" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/testlab)
"nNK" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -39185,17 +39160,6 @@
"nPW" = (
/turf/open/floor/engine,
/area/station/engineering/supermatter/room)
-"nQl" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/north{
- network = list("ss13","rd")
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"nQm" = (
/obj/machinery/camera/motion/directional/west{
network = list("aicore");
@@ -39348,6 +39312,17 @@
/obj/item/emergency_bed,
/turf/open/floor/iron/white,
/area/station/maintenance/aft/upper)
+"nUN" = (
+/obj/machinery/camera/autoname/directional/north{
+ network = list("ss13","rd")
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/components/trinary/mixer{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"nUS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
@@ -39587,6 +39562,16 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos/upper)
+"oaz" = (
+/obj/machinery/light/directional/north,
+/obj/structure/table,
+/obj/item/hand_labeler{
+ pixel_y = 10;
+ pixel_x = -13
+ },
+/obj/item/folder,
+/turf/open/floor/glass/reinforced,
+/area/station/science/xenobiology)
"oaF" = (
/obj/effect/spawner/structure/window/hollow/reinforced/middle{
dir = 4
@@ -39754,6 +39739,7 @@
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/all/security/entrance,
/obj/structure/disposalpipe/segment,
+/obj/machinery/scanner_gate/preset_guns,
/turf/open/floor/iron,
/area/station/security/brig/entrance)
"odG" = (
@@ -39967,12 +39953,6 @@
},
/turf/open/floor/iron/textured,
/area/station/cargo/drone_bay)
-"ojR" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/testlab)
"oka" = (
/obj/effect/turf_decal/siding/purple{
dir = 1
@@ -40092,6 +40072,16 @@
},
/turf/open/floor/iron,
/area/station/engineering/atmos)
+"olY" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/airalarm/directional/north,
+/obj/effect/turf_decal/box,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8;
+ name = "Oxygen Chamber Injection Port"
+ },
+/turf/open/floor/iron/white/smooth_large,
+/area/station/science/ordnance/storage)
"omv" = (
/obj/structure/rack,
/obj/effect/spawner/random/clothing/backpack,
@@ -40387,6 +40377,9 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/department/cargo)
+"orY" = (
+/turf/open/openspace/xenobio,
+/area/station/science/xenobiology)
"osd" = (
/obj/structure/cable,
/obj/effect/turf_decal/trimline/blue/filled/line{
@@ -40454,7 +40447,7 @@
"osT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
/obj/effect/turf_decal/tile/blue/fourcorners,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"osX" = (
/obj/effect/decal/cleanable/dirt,
@@ -40701,6 +40694,26 @@
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/wood/tile,
/area/station/service/bar)
+"oxW" = (
+/obj/machinery/door/airlock/research{
+ name = "Ordnance Lab"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
+/obj/structure/cable,
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/catwalk_floor/iron_white,
+/area/station/science/ordnance)
+"oyd" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/button/door/directional/east{
+ name = "shutter control";
+ id = "ordauxgarage"
+ },
+/obj/structure/tank_dispenser,
+/turf/open/floor/plating,
+/area/station/science/ordnance)
"oyq" = (
/obj/machinery/light/cold/directional/west,
/obj/effect/turf_decal/tile/neutral/fourcorners,
@@ -41092,17 +41105,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"oFp" = (
-/obj/effect/turf_decal/tile/neutral/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/siding/purple{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/dark,
-/area/station/command/heads_quarters/rd)
"oFu" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -41584,8 +41586,8 @@
/area/station/command/bridge)
"oOP" = (
/obj/structure/cable,
-/obj/structure/fireaxecabinet/directional/south,
/obj/effect/turf_decal/tile/dark_blue/half/contrasted,
+/obj/machinery/incident_display/bridge/directional/south,
/turf/open/floor/iron,
/area/station/command/bridge)
"oOR" = (
@@ -41771,6 +41773,21 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/turf/open/floor/iron/dark/textured,
/area/station/cargo/bitrunning/den)
+"oRJ" = (
+/obj/structure/table/reinforced,
+/obj/item/stamp/head/ce,
+/obj/item/folder/yellow,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/machinery/keycard_auth/directional/west{
+ pixel_y = -10
+ },
+/obj/item/pen/screwdriver,
+/obj/item/stamp/head/ce,
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/ce)
"oRK" = (
/obj/structure/table/wood,
/obj/item/storage/fancy/coffee_condi_display,
@@ -41867,6 +41884,14 @@
/obj/structure/chair/sofa/bench/right,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"oTP" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"oTW" = (
/obj/structure/closet/secure_closet/quartermaster,
/obj/machinery/light/small/directional/east,
@@ -42361,10 +42386,6 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron/white,
/area/station/hallway/secondary/entry)
-"pbq" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/white,
-/area/station/maintenance/department/medical)
"pbA" = (
/obj/machinery/air_sensor/incinerator_tank,
/turf/open/floor/engine/airless,
@@ -42479,23 +42500,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/security)
-"pdL" = (
-/obj/machinery/door/airlock/research/glass{
- name = "Chemistry Minisat"
- },
-/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry/minisat)
"pdR" = (
/obj/effect/turf_decal/stripes{
dir = 8
@@ -42614,6 +42618,11 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
/area/station/security/detectives_office)
+"pgI" = (
+/obj/structure/barricade/wooden,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science)
"pgJ" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/red/fourcorners,
@@ -42765,7 +42774,7 @@
/obj/machinery/duct,
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden,
/obj/effect/turf_decal/tile/blue/fourcorners,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"piS" = (
/obj/structure/girder/displaced,
@@ -42825,14 +42834,13 @@
dir = 8
},
/area/station/service/theater)
-"pjL" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -5;
- pixel_y = 6
- },
-/turf/open/floor/glass/reinforced,
-/area/station/science/xenobiology)
+"pjK" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/light_switch/directional/east,
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/white/smooth_large,
+/area/station/science/ordnance/storage)
"pjN" = (
/obj/structure/transit_tube/horizontal{
dir = 2
@@ -43392,25 +43400,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/dark,
/area/station/service/chapel/funeral)
-"puf" = (
-/obj/effect/mapping_helpers/broken_floor,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/table,
-/obj/item/reagent_containers/cup/beaker{
- pixel_x = -6;
- pixel_y = 4
- },
-/obj/item/reagent_containers/syringe{
- pixel_x = 16;
- pixel_y = 1
- },
-/obj/item/reagent_containers/syringe{
- pixel_x = 8;
- pixel_y = 10
- },
-/obj/structure/sign/poster/contraband/random/directional/north,
-/turf/open/floor/iron/white,
-/area/station/maintenance/department/medical)
"pui" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/effect/turf_decal/bot_white,
@@ -43629,6 +43618,16 @@
/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plating/airless,
/area/station/maintenance/department/medical/central)
+"pxU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/turf/open/floor/iron/white,
+/area/station/maintenance/department/medical)
"pxY" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/decal/cleanable/dirt,
@@ -43968,6 +43967,10 @@
},
/turf/open/floor/iron/white/smooth_large,
/area/station/medical/chemistry)
+"pDr" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/iron/white,
+/area/station/maintenance/department/medical)
"pDs" = (
/obj/structure/chair,
/obj/machinery/light/small/directional/north,
@@ -44040,6 +44043,16 @@
},
/turf/open/floor/iron/textured,
/area/station/engineering/storage/tech)
+"pEq" = (
+/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk/multiz{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"pEH" = (
/turf/closed/wall/rock/porous,
/area/station/cargo/miningoffice)
@@ -44571,20 +44584,6 @@
},
/turf/open/floor/plating,
/area/station/maintenance/department/cargo)
-"pPe" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry,
-/obj/effect/turf_decal/trimline/yellow/filled/line,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 1
- },
-/obj/machinery/door/airlock/research/glass{
- name = "Chemistry Minisat"
- },
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry)
"pPv" = (
/obj/effect/turf_decal/box/corners{
dir = 1
@@ -44672,13 +44671,6 @@
/obj/machinery/airalarm/directional/east,
/turf/open/floor/carpet,
/area/station/commons/dorms)
-"pQG" = (
-/obj/machinery/atmospherics/components/trinary/mixer{
- dir = 4
- },
-/obj/machinery/light/directional/north,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"pQM" = (
/obj/machinery/door/poddoor/shutters/preopen{
dir = 1;
@@ -45536,15 +45528,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/department/engine)
-"qeY" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"qfu" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white/textured_large,
@@ -45552,6 +45535,12 @@
"qfB" = (
/turf/closed/wall,
/area/station/medical/pharmacy)
+"qfE" = (
+/obj/machinery/air_sensor/oxygen_tank{
+ chamber_id = "o2ordance"
+ },
+/turf/open/floor/engine/o2,
+/area/station/science/ordnance)
"qfJ" = (
/obj/structure/sign/poster/random/directional/north,
/obj/structure/table/wood/fancy/orange,
@@ -45949,11 +45938,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/commons/storage/primary)
-"qmI" = (
-/obj/effect/turf_decal/tile/purple/fourcorners,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
"qmU" = (
/obj/item/radio/intercom/command/directional/west,
/turf/open/floor/glass,
@@ -46000,14 +45984,6 @@
},
/turf/open/floor/iron/white/smooth_half,
/area/station/science/robotics/lab)
-"qnV" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small/broken/directional/north,
-/obj/machinery/atmospherics/components/tank/oxygen{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/science)
"qob" = (
/obj/structure/table,
/obj/item/stock_parts/micro_laser{
@@ -47045,7 +47021,7 @@
/obj/structure/disposalpipe/segment{
dir = 5
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/lab)
"qIS" = (
/obj/machinery/cryo_cell,
@@ -47282,14 +47258,6 @@
/obj/effect/spawner/random/structure/table_or_rack,
/turf/open/floor/plating,
/area/station/maintenance/port/lesser)
-"qOt" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/effect/turf_decal/box/red,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"qOz" = (
/obj/structure/girder,
/turf/open/floor/plating,
@@ -47604,6 +47572,10 @@
/obj/structure/closet/crate/secure/loot,
/turf/open/floor/plating,
/area/station/maintenance/central/greater)
+"qUv" = (
+/obj/machinery/keycard_auth/directional/south,
+/turf/open/floor/glass/reinforced/plasma,
+/area/station/command/heads_quarters/rd)
"qUx" = (
/obj/machinery/camera/autoname/directional/south{
network = list("ss13","rd","xeno")
@@ -47773,6 +47745,14 @@
},
/turf/open/floor/iron,
/area/station/hallway/primary/central)
+"qXg" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/components/binary/valve/digital{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"qXm" = (
/turf/open/floor/iron/showroomfloor,
/area/station/engineering/main)
@@ -47789,6 +47769,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/white,
/area/station/science/lobby)
+"qXA" = (
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/computer/atmos_control/oxygen_tank{
+ atmos_chambers = list(o2ordance="Oxygen Supply")
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"qXB" = (
/obj/structure/rack,
/obj/effect/spawner/random/techstorage/security_all,
@@ -48046,13 +48038,6 @@
dir = 8
},
/area/station/hallway/secondary/exit/departure_lounge)
-"rbS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/science)
"rce" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp/green{
@@ -48178,6 +48163,11 @@
/obj/machinery/telecomms/processor/preset_one,
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/station/tcommsat/server)
+"rdM" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
+/turf/open/floor/plating,
+/area/station/science/ordnance)
"rdP" = (
/obj/machinery/chem_dispenser,
/obj/machinery/newscaster/directional/east,
@@ -48309,6 +48299,14 @@
/obj/effect/spawner/random/vending/snackvend,
/turf/open/floor/iron/dark/smooth_large,
/area/station/hallway/primary/central)
+"rfA" = (
+/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"rfQ" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 1
@@ -48651,15 +48649,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
/area/station/science/xenobiology)
-"rkd" = (
-/obj/structure/closet/crate/science,
-/obj/item/wrench,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/firealarm/directional/west,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/ordnance)
"rkm" = (
/obj/machinery/washing_machine,
/turf/open/floor/iron/freezer,
@@ -48734,6 +48723,18 @@
},
/turf/open/floor/iron/dark,
/area/station/science/ordnance)
+"rkK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/box/red,
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"rkL" = (
/obj/structure/table,
/obj/structure/window/spawner/directional/east,
@@ -48918,20 +48919,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/security)
-"roK" = (
-/obj/machinery/door/airlock/research{
- name = "Ordnance Lab"
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
-/obj/structure/cable,
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
- dir = 4
- },
-/turf/open/floor/catwalk_floor/flat_white,
-/area/station/science/ordnance)
"roO" = (
/obj/machinery/door/airlock/security/glass{
name = "Prison Wing"
@@ -48954,10 +48941,6 @@
},
/turf/open/floor/iron,
/area/station/cargo/sorting)
-"rpC" = (
-/obj/effect/decal/remains/human,
-/turf/open/floor/plating,
-/area/station/science/ordnance/storage)
"rpD" = (
/obj/structure/closet/secure_closet/brig/genpop,
/obj/machinery/light/dim/directional/east,
@@ -49202,6 +49185,14 @@
/obj/effect/turf_decal/tile/blue/half/contrasted,
/turf/open/floor/iron/white,
/area/station/medical/medbay/lobby)
+"rtq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/iron/dark/smooth_large,
+/area/station/science/ordnance)
"rts" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 1
@@ -49349,6 +49340,15 @@
/obj/item/piggy_bank/vault,
/turf/open/floor/iron/dark,
/area/station/ai_monitored/command/nuke_storage)
+"rwA" = (
+/obj/machinery/door/poddoor/shutters/window/preopen{
+ id = "ordstorage"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/caution/stand_clear/red,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"rwD" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/wood/corner{
@@ -49684,7 +49684,7 @@
"rBq" = (
/obj/structure/cable,
/obj/effect/turf_decal/siding/purple,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"rBt" = (
/obj/effect/turf_decal/stripes/line{
@@ -49942,6 +49942,16 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/open/floor/plating,
/area/station/cargo/storage)
+"rEV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry)
"rFb" = (
/obj/effect/turf_decal/trimline/green/filled/line{
dir = 9
@@ -49965,15 +49975,6 @@
/obj/effect/landmark/start/prisoner,
/turf/open/floor/iron/freezer,
/area/station/security/prison/shower)
-"rFA" = (
-/obj/structure/window/spawner/directional/east,
-/obj/machinery/portable_atmospherics/pump,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/ordnance)
"rFK" = (
/obj/effect/turf_decal/sand/plating,
/obj/effect/decal/cleanable/rubble,
@@ -50185,6 +50186,12 @@
},
/turf/open/floor/iron,
/area/station/engineering/main)
+"rJv" = (
+/obj/structure/sign/warning/chem_diamond/directional/south,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/spawner/random/structure/girder,
+/turf/open/floor/plating,
+/area/station/maintenance/department/medical)
"rJy" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/effect/turf_decal/bot,
@@ -50892,17 +50899,6 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron,
/area/station/cargo/storage)
-"rWI" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron,
-/area/station/engineering/storage)
"rWL" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -51204,12 +51200,6 @@
},
/turf/open/floor/carpet/black,
/area/station/command/heads_quarters/hos)
-"sar" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd")
- },
-/turf/open/floor/catwalk_floor/iron_white,
-/area/station/science/ordnance/testlab)
"sas" = (
/obj/machinery/door/airlock/command/glass{
name = "Emergency Spatial Evacuation"
@@ -51378,10 +51368,6 @@
"sdc" = (
/turf/closed/wall,
/area/station/cargo/storage)
-"sdn" = (
-/obj/machinery/keycard_auth/directional/south,
-/turf/open/floor/glass/reinforced/plasma,
-/area/station/command/heads_quarters/rd)
"sdA" = (
/obj/effect/turf_decal/tile/red/half/contrasted{
dir = 8
@@ -51663,6 +51649,14 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/iron/dark,
/area/station/security/lockers)
+"siU" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light/small/dim/directional/north,
+/turf/open/floor/iron/white,
+/area/station/maintenance/department/medical)
"siX" = (
/obj/machinery/atmospherics/pipe/smart/manifold/scrubbers/visible,
/obj/machinery/meter/monitored/waste_loop,
@@ -52084,6 +52078,20 @@
/obj/effect/spawner/random/trash/bucket,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"spU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry,
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/door/airlock/research/glass{
+ name = "Chemistry Minisat"
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry)
"sqb" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
@@ -52281,6 +52289,18 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/white,
/area/station/ai_monitored/turret_protected/ai_upload_foyer)
+"stk" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance_hatch,
+/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/station/maintenance/department/medical)
"stp" = (
/obj/structure/railing{
dir = 1
@@ -52433,6 +52453,17 @@
/obj/effect/turf_decal/trimline/blue/filled/line,
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
+"svE" = (
+/obj/structure/table,
+/obj/item/storage/box/syringes{
+ pixel_x = -8;
+ pixel_y = 11
+ },
+/obj/item/storage/box/beakers{
+ pixel_x = 4
+ },
+/turf/open/floor/glass/reinforced,
+/area/station/science/xenobiology)
"svK" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -53995,6 +54026,12 @@
},
/turf/open/floor/iron/white,
/area/station/medical/paramedic)
+"sZr" = (
+/obj/machinery/atmospherics/pipe/smart/simple/purple/visible{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/station/science/ordnance/storage)
"sZs" = (
/obj/effect/landmark/event_spawn,
/obj/effect/turf_decal/siding/wood,
@@ -54553,6 +54590,19 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
+"tky" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/neutral/fourcorners,
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = 8
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/turf/open/floor/iron/dark,
+/area/station/science/ordnance)
"tkD" = (
/obj/effect/turf_decal/trimline/yellow/filled/warning,
/obj/structure/railing,
@@ -54861,6 +54911,13 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/wood,
/area/station/maintenance/central/lesser)
+"tqf" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/oxygen_input{
+ dir = 4;
+ chamber_id = "o2ordance"
+ },
+/turf/open/floor/engine/o2,
+/area/station/science/ordnance)
"tqk" = (
/obj/machinery/conveyor{
id = "garbage";
@@ -55124,17 +55181,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"tuC" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/box/red,
-/obj/machinery/light/directional/south,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"tuE" = (
/obj/effect/spawner/structure/window/hollow/middle{
dir = 4
@@ -55167,14 +55213,6 @@
/obj/machinery/computer/security/telescreen/ordnance/directional/south,
/turf/open/floor/iron/white,
/area/station/science/ordnance/testlab)
-"tuV" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/obj/effect/turf_decal/trimline/yellow/filled/corner,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light/small/dim/directional/north,
-/turf/open/floor/iron/white,
-/area/station/maintenance/department/medical)
"tuY" = (
/obj/effect/turf_decal/trimline/blue/arrow_ccw{
dir = 1
@@ -55212,7 +55250,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"tvB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
@@ -55223,6 +55261,7 @@
"tvQ" = (
/obj/structure/chair/sofa/bench,
/obj/effect/landmark/start/prisoner,
+/obj/structure/cable,
/turf/open/floor/iron,
/area/station/security/prison)
"twf" = (
@@ -55434,16 +55473,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/engine/cult,
/area/station/service/library)
-"tAG" = (
-/obj/machinery/door/airlock/research{
- glass = 1;
- name = "Slime Euthanization Chamber";
- opacity = 0
- },
-/obj/effect/turf_decal/tile/blue/fourcorners,
-/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"tAL" = (
/obj/item/exodrone,
/obj/machinery/exodrone_launcher,
@@ -55577,7 +55606,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/lab)
"tCE" = (
/obj/effect/turf_decal/tile/neutral,
@@ -55682,6 +55711,11 @@
},
/turf/open/floor/iron/dark/airless,
/area/station/science/ordnance)
+"tEm" = (
+/obj/effect/turf_decal/tile/purple/fourcorners,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/iron,
+/area/station/command/heads_quarters/rd)
"tEn" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/blue{
@@ -55761,12 +55795,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/plating,
/area/station/maintenance/central/greater)
-"tFk" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/station/maintenance/department/medical)
"tFD" = (
/obj/structure/sink/directional/west,
/obj/structure/mirror/directional/east,
@@ -55921,6 +55949,12 @@
dir = 8
},
/area/station/command/meeting_room)
+"tId" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/monitored/oxygen_output{
+ chamber_id = "o2ordance"
+ },
+/turf/open/floor/engine/o2,
+/area/station/science/ordnance)
"tIr" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -55931,7 +55965,7 @@
/obj/structure/disposalpipe/segment{
dir = 5
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"tIE" = (
/obj/effect/landmark/secequipment,
@@ -56043,6 +56077,10 @@
},
/turf/open/floor/iron,
/area/station/maintenance/solars/starboard/fore)
+"tKD" = (
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/turf/open/floor/plating,
+/area/station/science/ordnance)
"tKX" = (
/obj/structure/table/reinforced,
/obj/item/storage/toolbox/mechanical{
@@ -56400,7 +56438,7 @@
"tPE" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"tPJ" = (
/obj/machinery/light_switch/directional/west,
@@ -56647,19 +56685,24 @@
},
/turf/open/floor/iron/dark,
/area/station/security/warden)
+"tUr" = (
+/obj/machinery/light/small/dim/directional/west,
+/obj/effect/mapping_helpers/broken_floor,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/iron/white,
+/area/station/maintenance/department/medical)
"tUD" = (
/obj/structure/cable,
/turf/open/floor/iron/dark/side{
dir = 4
},
/area/station/command/meeting_room)
-"tUF" = (
-/obj/structure/table/wood,
-/obj/item/flashlight/lamp,
-/obj/machinery/camera/autoname/directional/north,
-/obj/machinery/keycard_auth/directional/north,
-/turf/open/floor/carpet/green,
-/area/station/command/heads_quarters/hop)
"tUG" = (
/obj/structure/chair/stool/bar/directional/west,
/obj/effect/turf_decal/siding/wood{
@@ -56763,6 +56806,16 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/plating,
/area/station/maintenance/central/lesser)
+"tWF" = (
+/obj/machinery/airalarm/directional/east,
+/obj/structure/table/reinforced,
+/obj/item/storage/toolbox/mechanical,
+/obj/item/clothing/head/utility/welding,
+/obj/effect/turf_decal/siding/purple{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/station/science/robotics/mechbay)
"tWV" = (
/obj/structure/table/reinforced/rglass,
/obj/item/storage/box/deputy,
@@ -56943,7 +56996,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"tZW" = (
/obj/machinery/camera/autoname/directional/south,
@@ -57552,6 +57605,16 @@
},
/turf/open/floor/plating,
/area/station/medical/pharmacy)
+"uke" = (
+/obj/machinery/computer/camera_advanced/xenobio{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/item/storage/box/monkeycubes,
+/turf/open/floor/iron/white/textured_large,
+/area/station/science/xenobiology)
"ukl" = (
/obj/machinery/door/airlock/external{
name = "Solar Maintenance"
@@ -57801,7 +57864,7 @@
"uoP" = (
/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/co2,
/obj/effect/turf_decal/tile/blue/fourcorners,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/medical/treatment_center)
"uoY" = (
/obj/structure/cable,
@@ -57915,21 +57978,6 @@
/obj/effect/spawner/random/trash/food_packaging,
/turf/open/floor/plating,
/area/station/maintenance/department/medical/central)
-"uqM" = (
-/obj/structure/table/reinforced,
-/obj/item/stamp/head/ce,
-/obj/item/folder/yellow,
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 10
- },
-/obj/structure/cable,
-/obj/machinery/keycard_auth/directional/west{
- pixel_y = -10
- },
-/obj/item/pen/screwdriver,
-/obj/item/stamp/head/ce,
-/turf/open/floor/iron,
-/area/station/command/heads_quarters/ce)
"ura" = (
/obj/structure/closet/crate/science{
opened = 1;
@@ -58252,22 +58300,6 @@
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/engineering/storage)
-"uwV" = (
-/obj/machinery/door/poddoor/shutters/window/preopen{
- id = "ordstorage"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/button/door/directional/east{
- req_access = list("ordnance");
- name = "Ordnance Storage Shutter Control";
- id = "ordstorage"
- },
-/obj/effect/turf_decal/caution/stand_clear/red,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"uwW" = (
/obj/structure/cable/layer1,
/turf/open/floor/iron,
@@ -58784,6 +58816,15 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/security/prison)
+"uGx" = (
+/obj/item/toy/plush/lizard_plushie/green{
+ name = "Hauls-The-Crates"
+ },
+/obj/effect/spawner/random/structure/table_or_rack,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/sign/departments/exodrone/directional/east,
+/turf/open/floor/plating,
+/area/station/maintenance/department/cargo)
"uGS" = (
/obj/structure/chair/office/tactical{
dir = 8
@@ -58801,12 +58842,6 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/white,
/area/station/hallway/secondary/entry)
-"uHz" = (
-/obj/structure/lattice/catwalk,
-/turf/open/openspace{
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/station/science/xenobiology)
"uHA" = (
/obj/effect/turf_decal/tile/red/half/contrasted{
dir = 8
@@ -59581,18 +59616,6 @@
},
/turf/open/floor/iron,
/area/station/security)
-"uVy" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance_hatch,
-/obj/effect/mapping_helpers/airlock/access/any/medical/maintenance,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/medical)
"uVI" = (
/obj/structure/grille,
/turf/open/misc/asteroid/airless,
@@ -59664,6 +59687,17 @@
dir = 1
},
/area/station/command/heads_quarters/qm)
+"uWI" = (
+/obj/machinery/door/airlock/research/glass{
+ name = "Chemistry Minisat"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/medical/chemistry,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 8
+ },
+/obj/effect/landmark/navigate_destination/chemfactory,
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry/minisat)
"uWX" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -59676,19 +59710,6 @@
},
/turf/open/floor/iron/dark/corner,
/area/station/engineering/atmos/upper)
-"uXb" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
- dir = 5
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"uXe" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
@@ -60752,18 +60773,6 @@
dir = 8
},
/area/station/service/theater)
-"vrG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister,
-/obj/effect/turf_decal/box/red,
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron/dark/smooth_large,
-/area/station/science/ordnance)
"vrR" = (
/obj/effect/spawner/random/engineering/tracking_beacon,
/turf/open/floor/wood,
@@ -61020,6 +61029,14 @@
},
/turf/open/floor/iron/white/herringbone,
/area/station/science/breakroom)
+"vyG" = (
+/obj/structure/window/reinforced/spawner/directional/east,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/iron/large,
+/area/station/engineering/atmos/upper)
"vyL" = (
/obj/structure/mop_bucket/janitorialcart,
/obj/item/reagent_containers/cup/bucket,
@@ -61557,15 +61574,6 @@
},
/turf/open/floor/wood/tile,
/area/station/security/courtroom)
-"vHs" = (
-/obj/item/toy/plush/lizard_plushie/green{
- name = "Hauls-The-Crates"
- },
-/obj/effect/spawner/random/structure/table_or_rack,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/structure/sign/departments/exodrone/directional/east,
-/turf/open/floor/plating,
-/area/station/maintenance/department/cargo)
"vHA" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -61850,15 +61858,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
/area/station/engineering/main)
-"vNl" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 10
- },
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"vNB" = (
/obj/machinery/vending/tool,
/obj/effect/decal/cleanable/dirt,
@@ -62073,6 +62072,7 @@
/obj/effect/turf_decal/tile/dark_blue/half/contrasted{
dir = 4
},
+/obj/structure/fireaxecabinet/directional/east,
/turf/open/floor/iron,
/area/station/command/bridge)
"vQT" = (
@@ -62518,6 +62518,13 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/open/floor/iron/dark,
/area/station/commons/locker)
+"vZu" = (
+/obj/machinery/atmospherics/components/tank/air/layer4,
+/obj/effect/turf_decal/tile/green/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/station/medical/virology)
"vZF" = (
/obj/structure/dresser,
/obj/effect/decal/cleanable/dirt,
@@ -62787,7 +62794,7 @@
/obj/structure/cable,
/obj/machinery/airalarm/directional/north,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"weg" = (
/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
@@ -62879,13 +62886,6 @@
},
/turf/open/floor/iron/textured,
/area/station/engineering/atmos)
-"wfU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/smart/simple/green/visible{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/station/maintenance/department/science)
"wfW" = (
/obj/structure/lattice/catwalk,
/obj/item/food/pie/cream,
@@ -63210,17 +63210,6 @@
/obj/effect/turf_decal/stripes,
/turf/open/floor/iron/dark,
/area/station/engineering/atmospherics_engine)
-"wmM" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners,
-/obj/structure/cable,
-/obj/machinery/light/directional/east,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/simple/green/hidden{
- dir = 10
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"wmO" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/glass/reinforced,
@@ -63256,12 +63245,6 @@
dir = 8
},
/area/station/science/xenobiology)
-"wnH" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance/storage)
"wnL" = (
/turf/open/floor/plating,
/area/station/medical/medbay/central)
@@ -63331,6 +63314,21 @@
"woL" = (
/turf/closed/wall/rock,
/area/station/maintenance/port/greater)
+"woY" = (
+/obj/machinery/computer/security/qm,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/machinery/computer/security/telescreen/vault/directional/north,
+/obj/machinery/button/door/directional/west{
+ id = "qmprivacy";
+ name = "Privacy Shutters Control"
+ },
+/obj/machinery/keycard_auth/directional/west{
+ pixel_y = 12
+ },
+/turf/open/floor/wood,
+/area/station/command/heads_quarters/qm)
"wpc" = (
/obj/structure/table/wood,
/obj/effect/turf_decal/tile/green/half/contrasted,
@@ -63778,7 +63776,7 @@
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/lab)
"wxQ" = (
/obj/machinery/computer/operating{
@@ -64780,6 +64778,42 @@
/obj/machinery/gravity_generator/main,
/turf/open/floor/iron/dark,
/area/station/engineering/gravity_generator)
+"wOJ" = (
+/obj/structure/table,
+/obj/item/stack/sheet/iron/fifty{
+ pixel_x = 3;
+ pixel_y = 6
+ },
+/obj/item/construction/plumbing{
+ pixel_x = 34;
+ pixel_y = 6
+ },
+/obj/item/stack/ducts/fifty{
+ pixel_x = 26;
+ pixel_y = 2
+ },
+/obj/item/stack/ducts/fifty{
+ pixel_x = 25;
+ pixel_y = 1
+ },
+/obj/item/stack/ducts/fifty{
+ pixel_x = 24;
+ pixel_y = -1
+ },
+/obj/item/stack/ducts/fifty{
+ pixel_x = 23;
+ pixel_y = -3
+ },
+/obj/item/stack/ducts/fifty{
+ pixel_x = 23;
+ pixel_y = -5
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/light/small/dim/directional/north,
+/turf/open/floor/iron/white,
+/area/station/medical/chemistry)
"wOK" = (
/obj/structure/chair/comfy/brown{
dir = 8;
@@ -64812,7 +64846,7 @@
/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"wPU" = (
/obj/machinery/light/small/directional/west,
@@ -65226,15 +65260,6 @@
},
/turf/open/floor/iron,
/area/station/security/office)
-"wYS" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/station/medical/chemistry)
"wYW" = (
/obj/machinery/door/airlock/research{
autoclose = 0;
@@ -65372,15 +65397,6 @@
/obj/machinery/vending/wallmed/directional/south,
/turf/open/floor/iron/white,
/area/station/command/heads_quarters/cmo)
-"xaw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/purple/visible{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk/multiz{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
"xay" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -65673,7 +65689,7 @@
/obj/structure/window/reinforced/spawner/directional/north,
/obj/item/kirbyplants/random,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/xenobiology)
"xeW" = (
/obj/effect/turf_decal/tile/brown{
@@ -65747,7 +65763,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/science/lab)
"xgn" = (
/obj/structure/mannequin/skeleton{
@@ -66071,14 +66087,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/engineering/lobby)
-"xms" = (
-/obj/structure/table,
-/obj/effect/spawner/random/trash/crushed_can{
- pixel_x = 7;
- pixel_y = 15
- },
-/turf/open/floor/iron/white,
-/area/station/maintenance/department/medical)
"xmy" = (
/obj/effect/turf_decal/trimline/yellow/filled/corner{
dir = 4
@@ -66220,6 +66228,16 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/station/maintenance/department/cargo)
+"xpb" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/poddoor/shutters/window/preopen{
+ id = "ordstorage"
+ },
+/obj/effect/turf_decal/caution/stand_clear/red,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/iron/white,
+/area/station/science/ordnance/storage)
"xpn" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/white/line{
@@ -66292,7 +66310,7 @@
/obj/effect/landmark/event_spawn,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"xqO" = (
/obj/docking_port/stationary/escape_pod{
@@ -66382,6 +66400,14 @@
},
/turf/open/floor/wood,
/area/station/commons/lounge)
+"xrY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/box/red,
+/turf/open/floor/plating,
+/area/station/maintenance/department/science)
"xsj" = (
/obj/machinery/netpod,
/obj/structure/cable,
@@ -66718,10 +66744,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
/area/station/service/library)
-"xyl" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/openspace/xenobio,
-/area/station/science/xenobiology)
"xyG" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/power/apc/auto_name/directional/south,
@@ -67301,16 +67323,6 @@
/obj/item/radio/intercom/directional/west,
/turf/open/floor/iron,
/area/station/hallway/primary/central)
-"xJt" = (
-/obj/effect/turf_decal/sand/plating,
-/obj/machinery/light/small/directional/south,
-/obj/structure/broken_flooring/pile,
-/obj/machinery/atmospherics/components/binary/pump/off/green/hidden{
- dir = 4;
- name = "Aux Oxygen To Port"
- },
-/turf/open/floor/plating,
-/area/station/science/ordnance)
"xJA" = (
/obj/structure/table/wood/fancy/blue,
/obj/effect/spawner/random/aimodule/neutral,
@@ -67448,26 +67460,6 @@
},
/turf/open/floor/iron/dark/textured,
/area/station/medical/morgue)
-"xNb" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/machinery/button/door/directional/south{
- id = "capshut";
- pixel_x = -8;
- name = "shutter control"
- },
-/obj/machinery/fax{
- fax_name = "Captain's Office";
- name = "Captain's Fax Machine"
- },
-/obj/structure/table/reinforced,
-/obj/machinery/keycard_auth/directional/south{
- pixel_y = -24;
- pixel_x = 8
- },
-/turf/open/floor/carpet/royalblue,
-/area/station/command/heads_quarters/captain/private)
"xNh" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -68374,6 +68366,14 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"yew" = (
+/obj/structure/table,
+/obj/effect/spawner/random/trash/crushed_can{
+ pixel_x = 7;
+ pixel_y = 15
+ },
+/turf/open/floor/iron/white,
+/area/station/maintenance/department/medical)
"yeO" = (
/obj/machinery/door/firedoor/border_only{
dir = 8
@@ -81771,7 +81771,7 @@ jtd
bPP
gUa
mxq
-vHs
+uGx
bVs
ycz
bVs
@@ -82301,7 +82301,7 @@ ghU
icM
hoX
wOU
-nnt
+woY
dNW
hdK
xiV
@@ -94343,11 +94343,11 @@ jpd
jRc
ruc
jcW
-xNb
+ngH
axD
eKR
sgz
-tUF
+lnv
sPv
eoo
iLG
@@ -97165,7 +97165,7 @@ cLf
bqX
bqX
tsJ
-bCr
+nLv
kYU
jTd
rkz
@@ -103874,7 +103874,7 @@ tdk
hkc
swi
dHy
-cBB
+tWF
trL
nMP
xOU
@@ -104378,7 +104378,7 @@ vfJ
xbu
gMK
cPt
-lcj
+aAH
tCz
dfr
mKF
@@ -104399,7 +104399,7 @@ qnQ
xcb
wCO
tld
-kZf
+kWj
azv
azv
azv
@@ -108493,9 +108493,9 @@ foX
aku
ouA
jJe
-ilp
-ixU
-ixU
+gOY
+gOY
+gOY
gOY
gOY
gOY
@@ -108750,15 +108750,15 @@ foX
aku
aku
ilp
-ilp
-jTB
-rpC
gOY
-iAx
+luh
+tId
+rdM
+qXA
boy
gql
abh
-xaw
+pEq
uPL
sSN
nal
@@ -108818,7 +108818,7 @@ hbG
cpG
fGo
nHD
-rWI
+iaA
hVe
cpG
cpG
@@ -109007,11 +109007,11 @@ rji
foX
ilp
ilp
-jTB
-jTB
-jTB
gOY
-pQG
+tqf
+qfE
+tKD
+hNI
atb
qVB
iOH
@@ -109263,13 +109263,13 @@ uOo
aku
aku
ilp
+ilp
jTB
-jTB
-mHc
-wnH
+eTG
+sZr
gOY
-nQl
-jSR
+nUN
+rkK
nTZ
urY
czh
@@ -109521,15 +109521,15 @@ aku
ilp
ilp
jTB
-jGd
-eBH
-cQX
-enX
+jTB
+olY
+eNt
+gOY
rSB
bwj
mSG
rSh
-qOt
+ivy
gOY
wOn
gOY
@@ -109778,18 +109778,18 @@ aku
ilp
ilp
jTB
-dkr
-hbH
-naU
-gsw
-fSD
+jGd
+eBH
+cIk
+aqz
+qXg
lCw
vlz
fDz
fDz
bPc
efJ
-tuC
+dPh
gOY
cxg
cxg
@@ -110035,11 +110035,11 @@ uro
rji
ilp
jTB
-sqJ
-wiT
-rBt
-aPG
-qeY
+dkr
+hbH
+naU
+rwA
+eCJ
aMG
vlz
xTs
@@ -110292,11 +110292,11 @@ aku
ilp
ilp
jTB
-dEn
-lIn
-tra
-qGr
-kKC
+sqJ
+wiT
+rBt
+aPG
+cPu
mqb
vlz
fDz
@@ -110549,10 +110549,10 @@ aku
ilp
ilp
jTB
-gbV
-jqY
-rus
-fuF
+dEn
+lIn
+tra
+qGr
gzF
kEM
fDz
@@ -110561,7 +110561,7 @@ fDz
oWy
fDz
dyd
-vrG
+bfq
gOY
cxg
vxX
@@ -110806,11 +110806,11 @@ aku
ilp
ilp
jTB
-cuA
-cuA
-nNl
-uwV
-vNl
+gbV
+jqY
+rus
+xpb
+rfA
nCo
tGW
tGW
@@ -111063,14 +111063,14 @@ aku
ieo
ilp
jTB
-jTB
-kQB
-ioL
-gOY
-aks
+dYY
+epB
+mqn
+dGi
+hTv
tTK
tvB
-cSI
+fNi
nkM
vxZ
dyS
@@ -111319,15 +111319,15 @@ uOo
aku
vfR
ilp
-ilp
-jTB
jTB
jTB
+pjK
+ioL
gOY
-gOY
+aks
tTK
-rFA
-lAl
+rtq
+oTP
xfQ
cAG
xXF
@@ -111576,15 +111576,15 @@ uOo
aku
aku
fbN
-gsW
-gsW
-mnS
-mnS
+rji
+jTB
+jTB
+jTB
gOY
-iJZ
-lcd
-ecM
-eKT
+gOY
+tTK
+dZQ
+jvp
nkM
vxZ
pZK
@@ -111833,15 +111833,15 @@ uOo
aku
aku
pkw
-mgi
-rkd
-aMS
-hVm
-mFa
-elG
-uXb
-cmn
-jgl
+gsW
+ikJ
+jtp
+hPn
+gOY
+iJZ
+lcd
+tky
+cQx
efL
cQu
wgI
@@ -112093,10 +112093,10 @@ aku
ajs
gop
cqf
-xJt
-gOY
-joD
-ffK
+hWl
+hCB
+cmn
+fYW
cut
rcR
efL
@@ -112350,11 +112350,11 @@ aku
vjB
jEw
cmn
-cqt
+oyd
gOY
-kke
-wmM
-auA
+lFI
+kCh
+nGb
icz
efL
nbS
@@ -112610,8 +112610,8 @@ grm
gsW
gOY
gOY
-gOY
-roK
+oxW
+gWu
gOY
nkM
nkM
@@ -112864,11 +112864,11 @@ aku
aku
aku
xAd
-wfU
-rbS
+upd
+upd
kAI
-ojR
-lBm
+cra
+nNF
uvx
mna
gXw
@@ -113121,8 +113121,8 @@ aku
aku
vfR
vfJ
-dGX
-upd
+pgI
+vfJ
moe
jxe
aaR
@@ -113378,8 +113378,8 @@ tsz
lJq
obA
vfJ
-kBr
-vfJ
+dxZ
+xrY
moe
tLh
dlE
@@ -113891,9 +113891,9 @@ lJq
jBM
lJq
obA
-qnV
-iPW
-hkG
+daT
+eyx
+eyx
moe
mJU
bpW
@@ -144509,7 +144509,7 @@ vxX
mUQ
kLL
cts
-cvQ
+caH
lCA
pux
eYP
@@ -146052,8 +146052,8 @@ vxX
iJm
uKm
eYP
-kKV
-pdL
+uWI
+dir
eYP
fnh
qoN
@@ -146308,7 +146308,7 @@ vxX
vxX
vxX
uKm
-npI
+tUr
iLo
lYg
oHC
@@ -146565,10 +146565,10 @@ unk
vxX
vxX
oTe
-puf
-pbq
+ctf
+pDr
cMK
-iya
+rJv
fnh
kGS
fnh
@@ -146820,13 +146820,13 @@ ibx
ibx
unk
hvw
-ddx
+jiP
uKm
-xms
+yew
jSE
hgS
jHQ
-uVy
+stk
jHQ
bhV
jHQ
@@ -147078,9 +147078,9 @@ ibx
fvF
duU
hmA
-ikQ
-tFk
-kiS
+exS
+nlx
+miR
kYT
kYT
kYT
@@ -147336,8 +147336,8 @@ unk
ibx
vxX
unk
-tuV
-iLP
+siU
+pxU
kYT
bUZ
vzG
@@ -147594,7 +147594,7 @@ ibx
vxX
bGk
bGk
-pPe
+spU
bGk
rRy
cOb
@@ -147850,8 +147850,8 @@ vxX
taj
vxX
bGk
-hsJ
-isX
+kVh
+rEV
bGk
bGk
ncR
@@ -148107,8 +148107,8 @@ ibx
ibx
vxX
bGk
-lhY
-wYS
+wOJ
+jeV
tGR
hNN
pLA
@@ -148364,7 +148364,7 @@ ibx
vxX
vxX
bGk
-jCl
+kSc
dhj
dhj
xmy
@@ -148575,7 +148575,7 @@ mIW
xZO
mIW
dOG
-bFe
+nJc
fir
icp
mlq
@@ -152492,7 +152492,7 @@ wYY
tSn
xas
xhJ
-hXz
+vZu
xOF
dgS
kzI
@@ -153261,7 +153261,7 @@ gjt
jEf
kQV
uKv
-evg
+cUU
gvw
vxX
vxX
@@ -174858,7 +174858,7 @@ anX
mGP
jjI
mee
-uqM
+oRJ
wje
sCp
sCp
@@ -175615,7 +175615,7 @@ nmr
nZw
rsd
rlU
-dTz
+vyG
iZa
pFZ
nKO
@@ -176604,7 +176604,7 @@ raz
raz
nzk
fpY
-clQ
+fEW
ssg
vtN
ylR
@@ -176860,8 +176860,8 @@ iSz
uba
vfJ
nzk
-qmI
-wYI
+fpY
+clQ
elT
elT
elT
@@ -177117,14 +177117,14 @@ vmk
uba
pBN
nzk
-hEi
-hEi
-wFI
-mmU
-ibE
-wts
-oFp
-oFp
+tEm
+wYI
+kbc
+kbc
+kbc
+kbc
+iHV
+iHV
tcx
qJN
uHQ
@@ -177375,13 +177375,13 @@ wtI
vfJ
vfJ
hEi
-myW
-myW
-fsZ
-jfB
-sab
-sab
-jzM
+hEi
+wFI
+mmU
+ibE
+wts
+hmd
+bIP
iFN
kHf
xkL
@@ -177632,13 +177632,13 @@ bfp
vfJ
mNZ
hEi
-mlm
-rsI
-gmH
-iVp
+myW
+myW
+fsZ
+jfB
sab
sab
-sdn
+jzM
iFN
aXl
fyJ
@@ -177889,13 +177889,13 @@ lVB
vfJ
mNZ
hEi
-hUH
-dfk
+mlm
+rsI
gmH
-rXS
-tOL
-fPv
-iAM
+iVp
+sab
+sab
+qUv
iFN
mZn
oND
@@ -178146,13 +178146,13 @@ mNZ
mNZ
mNZ
hEi
-hEi
-hEi
-hEi
-hEi
-hEi
-hEi
-lVy
+hUH
+dfk
+gmH
+rXS
+tOL
+fPv
+iAM
iFN
rEv
vjQ
@@ -178402,14 +178402,14 @@ mNZ
mNZ
mNZ
mNZ
-mNZ
-mNZ
-ivx
-ivx
-ivx
-ivx
-wkG
-nIQ
+kxB
+kxB
+kxB
+kxB
+kxB
+kxB
+moe
+eLb
iFN
iFN
iFN
@@ -178662,11 +178662,11 @@ mNZ
mNZ
mNZ
ivx
-moe
-wkG
-wkG
wkG
-sar
+jYT
+guJ
+bXM
+rIJ
moe
vxX
vxX
@@ -178921,9 +178921,9 @@ mNZ
gEA
wkG
jYT
-jYT
-jYT
-rIJ
+wkG
+wkG
+wkG
moe
vxX
vxX
@@ -179179,9 +179179,9 @@ ivx
wkG
jYT
wkG
-wkG
-wkG
-moe
+ivx
+ivx
+ivx
vxX
vxX
vxX
@@ -186129,11 +186129,11 @@ wPP
tIs
tPE
lKY
-eHw
-xyl
-gLS
-gLS
-uHz
+fTO
+wmO
+ybO
+ybO
+ybO
wmO
rmi
lKY
@@ -186386,11 +186386,11 @@ jQS
uVe
tPE
avA
-liI
-xyl
-gLS
-gLS
-uHz
+uke
+wmO
+ybO
+ybO
+ybO
wmO
xGG
uBm
@@ -186643,11 +186643,11 @@ jQS
qZX
tPE
lKY
-eyJ
-xyl
-gLS
-gLS
-uHz
+iQo
+wmO
+ybO
+ybO
+ybO
wmO
bLI
lKY
@@ -186900,10 +186900,10 @@ jQS
iXn
ieU
cWL
-xyl
-fNF
-xyl
-tAG
+tMz
+jQS
+wmO
+htn
jgA
jQS
tMz
@@ -187153,21 +187153,21 @@ hhX
hhX
fZF
jQS
-pjL
+lCS
jEt
gdM
rdn
-iPb
-fNF
-fNF
-fNF
+dJr
+wnA
+wnA
+wnA
wnA
viT
bUl
cNh
iXB
jEt
-nfk
+svE
jQS
fZF
hhX
@@ -187410,14 +187410,14 @@ hhX
hhX
fZF
jQS
-fSi
+oaz
fXW
jej
krO
-dQA
-dQA
-dQA
-dQA
+krO
+krO
+krO
+krO
krO
krO
krO
@@ -188442,13 +188442,13 @@ hhX
hhX
fZF
jQS
-fNF
-fNF
-fNF
-gLS
-fNF
-fNF
-fNF
+orY
+orY
+orY
+bqs
+orY
+orY
+orY
jQS
fZF
hhX
@@ -188699,13 +188699,13 @@ hhX
hhX
fZF
jQS
-fNF
-fNF
-fNF
-gLS
-fNF
-fNF
-fNF
+orY
+orY
+orY
+bqs
+orY
+orY
+orY
jQS
fZF
hhX
@@ -188956,13 +188956,13 @@ hhX
hhX
fZF
jQS
-fNF
-fNF
-fNF
-fNF
-fNF
-fNF
-fNF
+orY
+orY
+orY
+orY
+orY
+orY
+orY
jQS
fZF
hhX
@@ -189213,13 +189213,13 @@ hhX
hhX
fZF
jQS
-fNF
-fNF
-fNF
-fNF
-fNF
-fNF
-fNF
+orY
+orY
+orY
+orY
+orY
+orY
+orY
jQS
fZF
hhX
@@ -189471,11 +189471,11 @@ hhX
fZF
jQS
jQS
-fNF
-fNF
-fNF
-fNF
-fNF
+orY
+orY
+orY
+orY
+orY
jQS
jQS
fZF
diff --git a/_maps/safehouses/ice.dmm b/_maps/safehouses/ice.dmm
index f7faa997396529..96d689339ab870 100644
--- a/_maps/safehouses/ice.dmm
+++ b/_maps/safehouses/ice.dmm
@@ -148,7 +148,7 @@
},
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/light/small/directional/west,
-/obj/machinery/smartfridge/drying_rack,
+/obj/machinery/smartfridge/drying/rack,
/turf/open/floor/iron,
/area/virtual_domain/safehouse)
"O" = (
diff --git a/_maps/shuttles/emergency_northstar.dmm b/_maps/shuttles/emergency_northstar.dmm
index e934a65b722fa0..798a4d9671a4ef 100644
--- a/_maps/shuttles/emergency_northstar.dmm
+++ b/_maps/shuttles/emergency_northstar.dmm
@@ -183,10 +183,10 @@
pixel_x = -3;
pixel_y = 2
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/shuttle/escape)
"qf" = (
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/shuttle/escape)
"qK" = (
/obj/machinery/stasis,
@@ -347,7 +347,7 @@
/obj/machinery/door/airlock/survival_pod/glass{
name = "Emergency Shuttle Treatment"
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/shuttle/escape)
"Eh" = (
/obj/machinery/power/shuttle_engine/propulsion/left,
diff --git a/_maps/skyrat/automapper/automapper_config.toml b/_maps/skyrat/automapper/automapper_config.toml
index 2f7d94597f0756..73a842dc4863ca 100644
--- a/_maps/skyrat/automapper/automapper_config.toml
+++ b/_maps/skyrat/automapper/automapper_config.toml
@@ -533,10 +533,10 @@ trait_name = "Station"
map_files = ["warpstone_lab.dmm"]
directory = "_maps/tannhauser/automapper/manaforge/"
required_map = "IceBoxStation.dmm"
-coordinates = [184, 99, 2]
+coordinates = [113, 91, 2]
trait_name = "Station"
-# Manaforge Warpstone Laboratry
+# Manaforge Arcade Laboratry
[templates.mana_arcade]
map_files = ["arcade.dmm"]
directory = "_maps/tannhauser/automapper/manaforge/"
diff --git a/_maps/skyrat/automapper/templates/mining/lavaland_ashwalker_nenest.dmm b/_maps/skyrat/automapper/templates/mining/lavaland_ashwalker_nenest.dmm
index e488cbeb68477f..4b3b6c09e27157 100644
--- a/_maps/skyrat/automapper/templates/mining/lavaland_ashwalker_nenest.dmm
+++ b/_maps/skyrat/automapper/templates/mining/lavaland_ashwalker_nenest.dmm
@@ -1193,7 +1193,7 @@
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/unpowered/ash_walkers)
"RV" = (
-/obj/machinery/smartfridge/drying_rack,
+/obj/machinery/smartfridge/drying/rack,
/obj/structure/stone_tile/slab,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/unpowered/ash_walkers)
diff --git a/_maps/skyrat/automapper/templates/wawastation/wawastation_arrivals.dmm b/_maps/skyrat/automapper/templates/wawastation/wawastation_arrivals.dmm
index 4982edc783f330..5684534a1c08ce 100644
--- a/_maps/skyrat/automapper/templates/wawastation/wawastation_arrivals.dmm
+++ b/_maps/skyrat/automapper/templates/wawastation/wawastation_arrivals.dmm
@@ -172,7 +172,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/firealarm/directional/south,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"lj" = (
/obj/effect/turf_decal/siding{
@@ -221,7 +221,7 @@
/obj/effect/landmark/navigate_destination{
location = "Arrival Shuttle"
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"nL" = (
/obj/effect/spawner/structure/window/reinforced,
@@ -233,7 +233,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/directional/north,
/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"pk" = (
/obj/machinery/computer/shuttle/arrivals/recall,
@@ -247,7 +247,7 @@
dir = 1
},
/obj/structure/closet/emcloset,
-/obj/machinery/incident_display/dual/directional/north,
+/obj/machinery/incident_display/delam/directional/north,
/turf/open/floor/iron/white,
/area/station/hallway/secondary/entry)
"qi" = (
@@ -294,7 +294,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/directional/south,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"qP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -382,7 +382,7 @@
shuttle_id = "arrivals_shuttle";
name = "Interlink shuttle display"
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"yD" = (
/obj/effect/turf_decal/stripes/line{
@@ -402,14 +402,14 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/item/radio/intercom/directional/north,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"Au" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"AJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
@@ -532,7 +532,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"Hf" = (
/obj/effect/turf_decal/trimline/green/filled/line{
@@ -561,7 +561,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/directional/west,
/obj/machinery/door/firedoor,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"HJ" = (
/obj/effect/turf_decal/siding/corner{
@@ -614,7 +614,7 @@
name = "Interlink shuttle display";
shuttle_id = "arrivals_shuttle"
},
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"IQ" = (
/obj/structure/cable,
@@ -642,7 +642,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/item/radio/intercom/directional/south,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"JJ" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
@@ -803,7 +803,7 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"Vc" = (
/obj/effect/turf_decal/trimline/green/filled/line{
@@ -838,7 +838,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/directional/west,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"Xj" = (
/turf/open/floor/iron/dark/textured_large,
@@ -856,7 +856,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/light/directional/north,
/obj/machinery/firealarm/directional/north,
-/turf/open/floor/catwalk_floor/flat_white,
+/turf/open/floor/catwalk_floor/iron_white,
/area/station/hallway/secondary/entry)
"YC" = (
/obj/effect/turf_decal/sand/plating,
diff --git a/_maps/skyrat/automapper/templates/wawastation/wawastation_commons.dmm b/_maps/skyrat/automapper/templates/wawastation/wawastation_commons.dmm
index 195352ff360f1d..68e53ffc22084c 100644
--- a/_maps/skyrat/automapper/templates/wawastation/wawastation_commons.dmm
+++ b/_maps/skyrat/automapper/templates/wawastation/wawastation_commons.dmm
@@ -162,7 +162,7 @@
/area/station/service/library)
"fK" = (
/obj/effect/turf_decal/trimline/green/filled/line,
-/obj/machinery/incident_display/dual{
+/obj/machinery/incident_display/delam{
pixel_x = 16
},
/turf/closed/wall,
diff --git a/_maps/tannhauser/automapper/manaforge/warpstone_lab.dmm b/_maps/tannhauser/automapper/manaforge/warpstone_lab.dmm
index 89b1c43f63e39f..c29ae8d0eed2a0 100644
--- a/_maps/tannhauser/automapper/manaforge/warpstone_lab.dmm
+++ b/_maps/tannhauser/automapper/manaforge/warpstone_lab.dmm
@@ -1,225 +1,83 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ak" = (
-/obj/machinery/power/emitter/welded{
- dir = 1
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/stripes/end,
-/turf/open/floor/plating,
-/area/station/science/research/abandoned)
-"bf" = (
-/turf/open/misc/asteroid/snow/icemoon,
-/area/icemoon/underground/explored)
-"bz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/science/research/abandoned)
-"bD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"aR" = (
/obj/effect/spawner/structure/window/reinforced/plasma,
/turf/open/floor/plating,
/area/station/science/research/abandoned)
-"bG" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/science/research/abandoned)
-"bK" = (
-/obj/structure/frame/computer{
- anchored = 1;
- broken = 1;
- can_be_unanchored = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"cc" = (
-/obj/machinery/door/airlock/science{
- name = "Abandoned Warp Stone Lab"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "Warp_Lab"
- },
-/obj/effect/turf_decal/trimline/purple/filled/end,
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"cv" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+"bz" = (
+/obj/structure/disposaloutlet{
dir = 4
},
-/obj/machinery/door/airlock/plasma{
- name = "Outer Warpstone Lock"
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/effect/turf_decal/trimline/purple/filled/end{
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"cU" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible,
-/turf/closed/wall/r_wall,
-/area/station/science/ordnance/burnchamber)
-"cZ" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock/science{
- name = "Abandoned Warp Stone Lab"
- },
-/obj/structure/cable,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "Warp_Lab"
- },
-/turf/open/floor/iron/white,
+/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"ef" = (
-/obj/machinery/atmospherics/pipe/smart/manifold/yellow/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"em" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"eE" = (
-/obj/machinery/power/smes,
+"dn" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 4
- },
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"gp" = (
-/obj/machinery/atmospherics/components/binary/pump/off,
-/obj/machinery/airlock_sensor/incinerator_ordmix{
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/layer_manifold/scrubbers/hidden{
+"dy" = (
+/obj/structure/railing/corner/end/flip{
dir = 8
},
-/turf/open/floor/engine,
-/area/station/science/ordnance/burnchamber)
-"gA" = (
-/obj/machinery/portable_atmospherics/canister/plasma,
/turf/open/misc/asteroid/snow/icemoon,
/area/icemoon/underground/explored)
-"he" = (
-/turf/closed/wall,
-/area/station/maintenance/starboard/aft)
-"ia" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"id" = (
-/obj/structure/table_frame,
-/obj/machinery/light/cold/directional/west,
+"dL" = (
+/obj/machinery/shower/directional/west{
+ name = "emergency shower"
+ },
/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
+ dir = 4
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"in" = (
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
+"eJ" = (
+/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"iq" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+"fp" = (
+/obj/structure/cable,
+/obj/machinery/power/terminal{
dir = 4
},
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"iF" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"jE" = (
-/obj/structure/railing{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
-"jG" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"jV" = (
-/turf/open/floor/engine/vacuum,
-/area/station/science/ordnance/burnchamber)
-"kd" = (
-/obj/machinery/power/supermatter_crystal/hugbox{
- color = "green";
- name = "Synthetic Warp Stone Crystal"
- },
-/turf/open/floor/engine/airless,
-/area/station/science/research/abandoned)
-"ku" = (
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"kJ" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/door/airlock/plasma{
- name = "Inner Warpstone Lock"
- },
-/obj/structure/fans/tiny/invisible,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/mapping_helpers/airlock/locked,
+/obj/structure/cable/layer1,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"kN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/layer4,
-/turf/open/floor/engine/airless,
+"fC" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/item/paper/crumpled,
+/obj/structure/cable/layer1,
+/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"kZ" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/effect/turf_decal/box/red,
-/obj/machinery/firealarm/directional/east,
+"hp" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"la" = (
-/obj/structure/fence,
-/turf/open/misc/asteroid/snow/icemoon,
-/area/icemoon/underground/explored)
-"lj" = (
+/area/station/science/research/abandoned)
+"hO" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/showcase/horrific_experiment,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 1
+/obj/effect/turf_decal/caution{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/purple/filled/warning{
+ dir = 4
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"mc" = (
+"jn" = (
/obj/structure/table/reinforced/rglass,
/obj/item/scalpel/supermatter{
name = "Warpstone Chisel"
@@ -232,174 +90,142 @@
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"my" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_ordmix{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/station/science/ordnance/burnchamber)
-"nH" = (
-/obj/structure/closet/firecloset/wall{
- pixel_x = -28
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"nI" = (
-/obj/effect/spawner/structure/window/reinforced/plasma,
-/turf/open/floor/plating,
-/area/station/science/research/abandoned)
-"pa" = (
-/obj/machinery/power/energy_accumulator/grounding_rod/anchored,
+"jv" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/engine/airless,
+/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"ps" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/tank,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"pE" = (
-/obj/machinery/atmospherics/components/binary/valve/digital{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"pK" = (
-/obj/structure/cable,
+"jF" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"qj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"qq" = (
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"qx" = (
+"ko" = (
+/obj/structure/table/reinforced/rglass,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+/obj/item/paper,
+/obj/item/disk{
+ name = "Research Data";
+ pixel_x = 7
+ },
+/obj/item/pen/fourcolor,
+/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 4
},
+/obj/structure/cable/multilayer/connected,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"qz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/turf/open/floor/engine/airless,
-/area/station/science/research/abandoned)
-"qP" = (
-/obj/structure/cable,
+"kI" = (
+/obj/structure/table_frame,
+/obj/machinery/light/cold/directional/west,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/paper/crumpled,
-/turf/open/floor/catwalk_floor/iron_dark,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"rr" = (
-/obj/machinery/light/cold/directional/south,
-/obj/machinery/firealarm/directional/south,
+"lb" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/trimline/purple/filled/line,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"rC" = (
-/obj/structure/closet/firecloset,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
-"sj" = (
-/obj/machinery/atmospherics/components/tank,
+"mN" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/trimline/purple/filled/corner,
/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"sx" = (
+/area/station/science/research/abandoned)
+"ne" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/layer4,
/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"sy" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
+"nt" = (
+/obj/machinery/power/energy_accumulator/tesla_coil/anchored,
+/turf/open/floor/engine/airless,
+/area/station/science/research/abandoned)
+"nJ" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
},
-/obj/effect/turf_decal/box/red,
-/obj/machinery/airalarm/directional/east,
-/obj/effect/mapping_helpers/airalarm/mixingchamber_access,
/turf/open/floor/iron/dark,
-/area/station/science/ordnance/burnchamber)
-"sN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"sR" = (
+"nM" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/railing,
+/turf/open/openspace/icemoon/keep_below,
+/area/icemoon/underground/explored)
+"os" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
+/mob/living/basic/mouse/rat,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"sZ" = (
-/obj/machinery/light/red/directional/south,
-/turf/open/floor/engine/airless,
+"ph" = (
+/obj/machinery/airalarm/directional/north,
+/obj/effect/mapping_helpers/airalarm/all_access,
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/item/storage/bag/trash/filled,
+/obj/structure/cable/layer1,
+/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"tw" = (
-/obj/structure/table/reinforced/rglass,
+"pj" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/paper,
-/obj/item/disk{
- name = "Research Data";
- pixel_x = 7
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/purple/filled/corner,
+/obj/effect/turf_decal/trimline/purple/filled/corner{
+ dir = 8
},
-/obj/item/pen/fourcolor,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 4
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/science/research/abandoned)
+"pK" = (
+/obj/structure/chair/office{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/requests_console/auto_name/directional/south,
+/obj/effect/turf_decal/trimline/purple/filled/line,
+/obj/item/shard{
+ pixel_x = -8;
+ pixel_y = 8
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"tz" = (
-/obj/structure/disposaloutlet{
+"rd" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/science/research/abandoned)
+"rt" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
},
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/door/airlock/plasma{
+ name = "Outer Warpstone Lock"
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/effect/turf_decal/trimline/purple/filled/end{
dir = 8
},
-/turf/open/floor/engine/airless,
+/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"tR" = (
-/obj/machinery/atmospherics/components/tank,
-/obj/effect/turf_decal/stripes/line{
+"sV" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/door/firedoor/heavy,
+/obj/effect/turf_decal/trimline/purple/filled/end{
dir = 4
},
-/obj/machinery/light/directional/north,
+/obj/machinery/light/small/broken/directional/north,
/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"uj" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/effect/turf_decal/box,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"ur" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"uW" = (
-/obj/structure/stairs/west,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"vf" = (
+/area/station/science/research/abandoned)
+"sY" = (
/obj/structure/table/reinforced/rglass,
/obj/item/modular_computer/laptop/preset/civilian,
/obj/effect/decal/cleanable/dirt/dust,
@@ -411,18 +237,7 @@
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"vs" = (
-/obj/machinery/light/cold/directional/south,
-/obj/machinery/light_switch/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/trimline/purple/filled/line,
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"wd" = (
-/obj/effect/spawner/random/trash,
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
-"wl" = (
+"tK" = (
/obj/structure/table_frame,
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/sign/poster/official/random/directional/west,
@@ -431,835 +246,489 @@
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"wJ" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"wS" = (
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"xX" = (
-/obj/machinery/air_sensor/ordnance_burn_chamber,
-/turf/open/floor/engine/vacuum,
-/area/station/science/ordnance/burnchamber)
-"xZ" = (
+"uq" = (
+/obj/machinery/power/emitter/welded{
+ dir = 1;
+ cable_layer = 1
+ },
/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/radio/intercom/directional/south,
-/obj/effect/turf_decal/trimline/purple/filled/line,
-/turf/open/floor/iron/dark,
+/obj/effect/turf_decal/stripes/end,
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
/area/station/science/research/abandoned)
-"yc" = (
-/obj/machinery/door/airlock/research/glass/incinerator/ordmix_exterior{
- name = "Burn Chamber Exterior Airlock"
- },
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
-/turf/open/floor/engine/vacuum,
-/area/station/science/ordnance/burnchamber)
-"yi" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"yo" = (
-/obj/effect/landmark/blobstart,
+"uX" = (
+/obj/machinery/power/energy_accumulator/grounding_rod/anchored,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"Ak" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"AF" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+"vj" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/station/science/research/abandoned)
+"vx" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/railing{
+ dir = 10
},
-/obj/machinery/atmospherics/components/tank,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"AJ" = (
+/turf/open/openspace/icemoon/keep_below,
+/area/icemoon/underground/explored)
+"vO" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/portable_atmospherics/canister/freon,
+/obj/machinery/portable_atmospherics/canister/halon,
/obj/effect/turf_decal/box,
/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 10
- },
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"AN" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/layer_manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/station/science/ordnance/burnchamber)
-"Bq" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/science/research/abandoned)
-"Cm" = (
-/obj/machinery/door/poddoor/incinerator_ordmix,
-/turf/open/openspace,
-/area/station/science/ordnance/burnchamber)
-"Dl" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/science/research/abandoned)
-"Dz" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
dir = 8
},
/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"DD" = (
+/area/station/science/research/abandoned)
+"xm" = (
+/obj/structure/frame/machine,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/closet/radiation,
-/obj/effect/turf_decal/trimline/purple/filled/corner{
- dir = 4
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 1
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"DZ" = (
-/turf/closed/wall/r_wall,
-/area/station/science/research/abandoned)
-"Eu" = (
-/obj/machinery/light/red/directional/north,
+"xx" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"EG" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"Fb" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
+"ya" = (
+/obj/structure/table/reinforced/rglass,
/obj/effect/decal/cleanable/dirt/dust,
+/obj/item/storage/box/gorillacubes,
+/obj/item/analyzer/ranged,
/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 6
- },
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"Fe" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/trimline/purple/filled/corner,
-/turf/open/floor/iron/dark,
-/area/station/science/research/abandoned)
-"Fl" = (
-/obj/structure/stairs/east,
-/obj/structure/railing,
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"FK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/turf/closed/wall/r_wall,
-/area/station/science/ordnance/burnchamber)
-"FL" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"FY" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/machinery/light/floor,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"Gc" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/science/research/abandoned)
-"GC" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+ dir = 5
},
-/obj/machinery/door/firedoor/heavy,
/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"GS" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron/white,
/area/station/science/research/abandoned)
-"Hb" = (
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Ordnance Lab Maintenance"
+"yO" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
+ dir = 4
},
-/obj/machinery/door/firedoor/heavy,
-/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
-/turf/open/floor/plating,
-/area/station/science/ordnance)
-"Ig" = (
+/turf/open/floor/iron/dark,
+/area/station/science/research/abandoned)
+"za" = (
+/obj/machinery/light/cold/directional/south,
+/obj/machinery/firealarm/directional/south,
/obj/effect/decal/cleanable/dirt/dust,
-/mob/living/basic/mouse/rat,
+/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Ii" = (
-/obj/structure/fence/door/opened{
- dir = 4
- },
+"zn" = (
+/obj/machinery/light/red/directional/south,
+/turf/open/floor/engine/airless,
+/area/station/science/research/abandoned)
+"zz" = (
/turf/open/misc/asteroid/snow/icemoon,
/area/icemoon/underground/explored)
-"Im" = (
-/obj/machinery/igniter/incinerator_ordmix,
-/turf/open/floor/engine/vacuum,
-/area/station/science/ordnance/burnchamber)
-"Iz" = (
+"zD" = (
+/obj/structure/marker_beacon/burgundy{
+ name = "landing marker"
+ },
+/obj/effect/mapping_helpers/no_atoms_ontop,
+/turf/open/floor/plating/snowed/smoothed/icemoon,
+/area/icemoon/underground/explored)
+"Ap" = (
+/obj/machinery/light/cold/directional/south,
+/obj/machinery/light_switch/directional/south,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/effect/gibspawner/robot,
+/obj/effect/turf_decal/trimline/purple/filled/line,
+/turf/open/floor/iron/dark,
+/area/station/science/research/abandoned)
+"Bv" = (
+/turf/closed/wall/r_wall,
+/area/station/science/research/abandoned)
+"BE" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/structure/cable/layer1,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"IK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"BS" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/caution{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
},
-/obj/effect/turf_decal/trimline/purple/filled/warning{
- dir = 4
- },
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"JR" = (
+"Cq" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/obj/effect/turf_decal/trimline/purple/filled/corner,
-/obj/effect/turf_decal/trimline/purple/filled/corner{
- dir = 8
+/obj/structure/showcase/horrific_experiment,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 1
},
-/turf/open/floor/catwalk_floor/iron_dark,
+/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"JU" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+"Eb" = (
+/obj/machinery/power/supermatter_crystal/hugbox{
+ color = "green";
+ name = "Synthetic Warp Stone Crystal"
+ },
+/turf/open/floor/engine/airless,
+/area/station/science/research/abandoned)
+"Ex" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"KG" = (
-/obj/machinery/airalarm/directional/north,
-/obj/effect/mapping_helpers/airalarm/all_access,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/storage/bag/trash/filled,
-/turf/open/floor/catwalk_floor/iron_dark,
+/obj/item/clothing/glasses/welding,
+/obj/effect/mob_spawn/corpse/human/charredskeleton,
+/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"Lk" = (
-/obj/machinery/power/energy_accumulator/tesla_coil/anchored,
+"Gq" = (
+/obj/machinery/light/red/directional/north,
/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"LB" = (
-/obj/structure/cable,
-/obj/machinery/power/terminal{
- dir = 4
- },
+"Hb" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/station/science/research/abandoned)
-"LI" = (
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"MI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"Nb" = (
-/obj/machinery/door/airlock/research/glass/incinerator/ordmix_interior{
- name = "Burn Chamber Interior Airlock"
- },
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/machinery/airlock_controller/incinerator_ordmix{
- pixel_x = 24
- },
-/obj/effect/mapping_helpers/airlock/access/all/science/ordnance,
-/turf/open/floor/engine,
-/area/station/science/ordnance/burnchamber)
-"Nd" = (
-/obj/machinery/requests_console/directional/north,
-/obj/machinery/firealarm/directional/north{
- pixel_x = 21
- },
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"NZ" = (
-/obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{
- dir = 6
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"Og" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/turf/closed/wall/r_wall,
-/area/station/maintenance/starboard/aft)
-"Ok" = (
-/turf/open/genturf/blue,
-/area/icemoon/underground/unexplored/rivers/deep/shoreline)
-"Ox" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 9
- },
-/obj/machinery/meter,
-/obj/machinery/button/ignition/incinerator/ordmix{
- pixel_x = 8;
- pixel_y = 32
- },
-/obj/machinery/button/door/incinerator_vent_ordmix{
- pixel_x = -8;
- pixel_y = 32
+/obj/machinery/portable_atmospherics/canister/freon,
+/obj/effect/turf_decal/box,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 10
},
/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"Oz" = (
-/obj/structure/stairs/west,
-/obj/structure/railing,
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"Qv" = (
+/area/station/science/research/abandoned)
+"In" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"QE" = (
+"JD" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/destructive_scanner,
-/obj/effect/turf_decal/stripes/end,
/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 1
+ dir = 6
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Rb" = (
-/obj/structure/frame/machine,
+"KA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/engine/airless,
+/area/station/science/research/abandoned)
+"KX" = (
/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/destructive_scanner,
+/obj/effect/turf_decal/stripes/end,
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 1
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Rc" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"Rr" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/monitored/ordnance_burn_chamber_input,
-/turf/open/floor/engine/vacuum,
-/area/station/science/ordnance/burnchamber)
-"RG" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 4
+"LX" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
},
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/machinery/door/airlock/plasma{
+ name = "Inner Warpstone Lock"
},
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"RJ" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/mob/living/basic/mouse/rat,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/fans/tiny/invisible,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/mapping_helpers/airlock/locked,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"RM" = (
+"Nx" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/newscaster/directional/south,
-/obj/item/trash/energybar,
-/obj/effect/turf_decal/trimline/purple/filled/line,
-/turf/open/floor/iron/dark,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/effect/gibspawner/robot,
+/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"Sd" = (
-/obj/machinery/atmospherics/pipe/smart/simple/dark/visible{
- dir = 4
+"Nz" = (
+/obj/structure/closet/firecloset/wall{
+ pixel_x = -28
},
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 8
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/light/directional/north,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron/dark,
-/area/station/science/ordnance)
-"Sv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
-/turf/open/floor/engine/vacuum,
-/area/station/science/ordnance/burnchamber)
-"SG" = (
-/turf/closed/wall/r_wall,
-/area/station/science/ordnance)
-"Ul" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/item/clothing/glasses/welding,
-/obj/effect/mob_spawn/corpse/human/charredskeleton,
-/turf/open/floor/engine/airless,
/area/station/science/research/abandoned)
-"Un" = (
-/obj/machinery/shower/directional/west{
- name = "emergency shower"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 4
+"Ou" = (
+/obj/machinery/door/airlock/science{
+ name = "Abandoned Warp Stone Lab"
},
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/purple/filled/end,
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/effect/mapping_helpers/airlock/access/any/science/maintenance,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Ut" = (
-/obj/machinery/light/cold/directional/south,
+"QK" = (
/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/newscaster/directional/south,
+/obj/item/trash/energybar,
/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"UL" = (
+"RG" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/mob/living/basic/mouse/rat,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/structure/cable,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/station/science/research/abandoned)
+"RR" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/portable_atmospherics/canister/halon,
-/obj/effect/turf_decal/box,
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 8
},
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Vd" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Xenobiology External Airlock";
- opacity = 0
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
- cycle_id = "Warp_Lab"
+"TZ" = (
+/obj/machinery/power/apc/auto_name/directional/north{
+ cable_layer = 1
},
-/obj/effect/mapping_helpers/airlock/access/any/science/maintenance,
-/turf/open/floor/plating,
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/obj/structure/cable/layer1,
+/turf/open/floor/catwalk_floor/iron_dark,
/area/station/science/research/abandoned)
-"Vl" = (
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"Vp" = (
+"Wa" = (
+/obj/machinery/light/cold/directional/south,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/trash_pile,
+/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Vw" = (
-/obj/structure/stairs/east,
-/turf/open/floor/iron/white,
-/area/station/science/ordnance)
-"VE" = (
-/obj/structure/sign/warning/fire/directional/east,
-/turf/open/misc/asteroid/snow/icemoon,
-/area/icemoon/underground/explored)
-"VK" = (
-/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible,
-/turf/closed/wall/r_wall,
-/area/station/science/ordnance/burnchamber)
-"VL" = (
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 9
+"We" = (
+/obj/structure/frame/computer{
+ anchored = 1;
+ broken = 1;
+ can_be_unanchored = 1
},
+/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"VZ" = (
-/turf/closed/wall/r_wall,
-/area/station/science/ordnance/burnchamber)
-"Wj" = (
-/obj/structure/table/reinforced/rglass,
+"WL" = (
+/obj/machinery/power/smes/full,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/storage/box/gorillacubes,
-/obj/item/analyzer/ranged,
/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 5
+ dir = 4
},
+/obj/structure/cable,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Wt" = (
-/turf/closed/wall/r_wall,
-/area/station/maintenance/starboard/aft)
-"WK" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
-/obj/machinery/door/firedoor/heavy,
-/obj/effect/turf_decal/trimline/purple/filled/end{
- dir = 4
- },
+"WW" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/trash_pile,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Xi" = (
+"Xj" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
+/obj/effect/landmark/atmospheric_sanity/ignore_area,
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"YW" = (
-/obj/machinery/atmospherics/components/trinary/mixer{
+"Xo" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/station/science/ordnance)
-"Zo" = (
-/obj/structure/chair/office{
- dir = 1
- },
+/obj/effect/spawner/structure/window/reinforced/plasma,
+/turf/open/floor/plating,
+/area/station/science/research/abandoned)
+"XD" = (
+/obj/effect/landmark/blobstart,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
+/turf/open/floor/engine/airless,
+/area/station/science/research/abandoned)
+"XG" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/requests_console/directional/south,
-/obj/effect/turf_decal/trimline/purple/filled/line,
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/trimline/purple/filled/corner{
+ dir = 4
+ },
/turf/open/floor/iron/dark,
/area/station/science/research/abandoned)
-"Zq" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/station/science/ordnance)
-"ZJ" = (
-/turf/open/floor/plating,
-/area/station/maintenance/starboard/aft)
(1,1,1) = {"
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-Gc
-Gc
-DZ
-bf
-bf
-VE
-bf
-bf
-bf
-bf
-Zq
-sj
-ps
-YW
-uj
+zz
+zz
+zz
+zz
+zz
+zz
+zz
+zz
+zz
+zz
+zz
"}
(2,1,1) = {"
-DZ
-VL
-iF
-nH
-id
-mc
-wl
-UL
-AJ
-DZ
-bf
-bf
-SG
-SG
-SG
-SG
-SG
-SG
-tR
-AF
-YW
-uj
+Bv
+Bv
+Bv
+Bv
+Bv
+Bv
+Bv
+vj
+vj
+Bv
+zz
"}
(3,1,1) = {"
-DZ
-Rb
-Vp
-wJ
-wJ
-Ig
-wJ
-wJ
-Qv
-DZ
-bf
-bf
-SG
-uW
-uW
-uW
-uW
-Oz
-NZ
-yi
-ef
-JU
+Bv
+nJ
+RR
+Nz
+kI
+jn
+tK
+vO
+Hb
+Bv
+zz
"}
(4,1,1) = {"
-DZ
-Rb
-Ig
-Xi
-bz
-Bq
-Iz
-wJ
-Qv
-DZ
-in
-in
-DZ
-ku
-Vl
-Vl
-Vl
-qq
-pE
-LI
-LI
-Rc
+Bv
+xm
+WW
+In
+In
+os
+In
+In
+hp
+Bv
+zz
"}
(5,1,1) = {"
-DZ
-QE
-Fe
-Un
-IK
-DD
-Dl
-RJ
-JR
-cc
-GS
-GS
-cZ
-ia
-ia
-FY
-ia
-em
-FL
-Rc
-MI
-ur
+Bv
+xm
+os
+lb
+rd
+jF
+Nx
+Xj
+hp
+Bv
+zz
"}
(6,1,1) = {"
-DZ
-lj
-Ut
-DZ
-cv
-DZ
-Dl
-qx
-rr
-DZ
-Vd
-in
-DZ
-Nd
-Vl
-Vl
-Vl
-qq
+Bv
+KX
+mN
+dL
+hO
+XG
+jv
RG
-jG
-LI
-jG
+pj
+Ou
+vx
"}
(7,1,1) = {"
-DZ
-Wj
-Fb
-DZ
-WK
-DZ
-bG
-Bq
-Qv
-DZ
-bf
-bf
-SG
-Vw
-Vw
-Vw
-Vw
-Fl
-RG
-jG
-jG
-jG
+Bv
+Cq
+Wa
+Bv
+rt
+Bv
+jv
+yO
+za
+Bv
+nM
"}
(8,1,1) = {"
-DZ
-nI
-bD
-DZ
-kJ
-DZ
-KG
-sR
-vs
-DZ
-Ii
-la
-VZ
-VZ
-VZ
-VZ
-FK
-FK
-Sd
-Ak
-GC
-GC
+Bv
+ya
+JD
+Bv
+sV
+Bv
+TZ
+jF
+hp
+Bv
+nM
"}
(9,1,1) = {"
-DZ
-Lk
-tz
-sx
-sN
-DZ
-pK
-wJ
-xZ
-DZ
-bf
-bf
-Cm
-jV
-Rr
-cU
-AN
-cU
-Ox
-EG
-qj
-wS
+Bv
+aR
+Xo
+Bv
+LX
+Bv
+ph
+BS
+Ap
+Bv
+dy
"}
(10,1,1) = {"
-DZ
-Eu
-kN
-yo
-pa
-nI
-qP
-bK
-RM
-DZ
-bf
-bf
-Cm
-Im
-xX
-yc
-my
-Nb
-wS
-wS
-iq
-wS
+Bv
+nt
+bz
+eJ
+KA
+Bv
+BE
+In
+dn
+Bv
+zz
"}
(11,1,1) = {"
-DZ
-sx
-kd
-qz
-Ul
-nI
-LB
-ak
-Zo
-DZ
-bf
-bf
-Cm
-jV
-Sv
-VK
-gp
-VK
-sy
-wS
-Dz
-kZ
+Bv
+Gq
+ne
+XD
+uX
+aR
+fC
+We
+QK
+Bv
+zz
"}
(12,1,1) = {"
-DZ
-sx
-sx
-sx
-sZ
-DZ
-eE
-tw
-vf
-DZ
-gA
-bf
-Wt
-Wt
-Wt
-Wt
-Og
-Wt
-Wt
-Hb
-Wt
-SG
+Bv
+eJ
+Eb
+xx
+Ex
+aR
+fp
+uq
+pK
+Bv
+zz
"}
(13,1,1) = {"
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-DZ
-he
-he
-he
-rC
-ZJ
-ZJ
-ZJ
-ZJ
-wd
-jE
-he
-Ok
+Bv
+eJ
+eJ
+eJ
+zn
+Bv
+WL
+ko
+sY
+Bv
+zz
+"}
+(14,1,1) = {"
+Bv
+Bv
+Bv
+Bv
+Bv
+Bv
+Bv
+Bv
+Bv
+Bv
+zD
"}
diff --git a/_maps/templates/lazy_templates/voidwalker_void.dmm b/_maps/templates/lazy_templates/voidwalker_void.dmm
new file mode 100644
index 00000000000000..2f4dadf760098d
--- /dev/null
+++ b/_maps/templates/lazy_templates/voidwalker_void.dmm
@@ -0,0 +1,1101 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/floor/black,
+/area/centcom/voidwalker_void)
+"z" = (
+/obj/effect/wisp_food,
+/turf/open/floor/black,
+/area/centcom/voidwalker_void)
+"W" = (
+/obj/effect/landmark/voidwalker_void,
+/turf/open/floor/black,
+/area/centcom/voidwalker_void)
+
+(1,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+W
+a
+z
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+z
+a
+W
+a
+a
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(6,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(7,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(8,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+z
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(9,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(10,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(20,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+z
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(21,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+W
+a
+"}
+(22,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(23,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(24,1,1) = {"
+a
+a
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(25,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(26,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(27,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(28,1,1) = {"
+a
+a
+a
+W
+a
+a
+a
+z
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(29,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(30,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+W
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(31,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(32,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
diff --git a/_maps/virtual_domains/abductor_ship.dmm b/_maps/virtual_domains/abductor_ship.dmm
index 35bf563eb45c4e..b182c50ed66836 100644
--- a/_maps/virtual_domains/abductor_ship.dmm
+++ b/_maps/virtual_domains/abductor_ship.dmm
@@ -1,7 +1,7 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"bK" = (
/turf/closed/wall/mineral/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"cp" = (
/obj/structure/table/abductor,
/obj/item/food/soylentgreen{
@@ -9,7 +9,7 @@
pixel_y = 5
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"cr" = (
/obj/item/flashlight/lantern{
pixel_x = 4;
@@ -31,7 +31,7 @@
"fk" = (
/obj/effect/mob_spawn/corpse/human/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ge" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
@@ -40,7 +40,7 @@
desc = "A funky looking disc, built into the floor."
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"gO" = (
/obj/structure/table/abductor,
/obj/item/poster/random_abductor{
@@ -48,7 +48,7 @@
pixel_y = 3
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ih" = (
/obj/structure/table/abductor,
/obj/item/storage/belt/military/abductor{
@@ -60,7 +60,7 @@
pixel_y = -1
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"kl" = (
/obj/structure/table_frame/abductor,
/obj/item/organ/internal/lungs{
@@ -72,7 +72,7 @@
pixel_y = 1
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"kt" = (
/obj/structure/table/abductor,
/obj/item/multitool/abductor{
@@ -84,11 +84,11 @@
pixel_x = -1
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"kN" = (
/obj/machinery/fat_sucker,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lC" = (
/obj/structure/table/abductor,
/obj/item/clothing/head/helmet/abductor{
@@ -100,10 +100,10 @@
pixel_y = -4
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lN" = (
-/turf/open/floor/holofloor/hyperspace,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
"lR" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
@@ -111,11 +111,11 @@
"lW" = (
/obj/machinery/iv_drip,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"mR" = (
/obj/machinery/abductor/pad,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"nT" = (
/obj/structure/table/abductor,
/obj/item/food/soylentgreen{
@@ -123,19 +123,18 @@
pixel_y = -1
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"oL" = (
/obj/effect/landmark/bitrunning/mob_segment,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"pL" = (
-/obj/effect/spawner/structure/window/reinforced/plasma/plastitanium,
-/turf/open/space/basic,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/turf/closed/indestructible/alien/nodiagonal,
+/area/virtual_domain)
"pT" = (
/obj/effect/decal/cleanable/blood/footprints,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"rw" = (
/obj/structure/table/abductor,
/obj/item/toy/plush/abductor/agent{
@@ -143,7 +142,7 @@
pixel_y = 8
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"rY" = (
/obj/modular_map_root/safehouse{
key = "abductor"
@@ -158,14 +157,14 @@
pixel_y = -3
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"to" = (
/obj/effect/decal/cleanable/molten_object{
pixel_x = 9;
pixel_y = 7
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"uk" = (
/obj/structure/table/abductor,
/obj/item/wrench/abductor{
@@ -177,35 +176,35 @@
pixel_y = 4
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"uw" = (
/obj/structure/bed/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ux" = (
/obj/machinery/door/airlock/abductor{
name = "Command Center";
locked = 1
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"uD" = (
/obj/machinery/computer/camera_advanced/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vY" = (
/obj/machinery/door/airlock/abductor{
name = "Repair Bay"
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vZ" = (
/obj/machinery/abductor/gland_dispenser,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xB" = (
/turf/closed/indestructible/opsglass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xM" = (
/obj/effect/decal/cleanable/molten_object{
pixel_x = -6;
@@ -213,58 +212,62 @@
},
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"yt" = (
/obj/effect/decal/cleanable/blood/xtracks,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"zX" = (
/obj/machinery/abductor/experiment,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"AG" = (
/obj/item/shell/server,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"Bj" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/indestructible/alien/nodiagonal,
+/area/virtual_domain)
"Fy" = (
/obj/effect/decal/cleanable/molten_object/large{
pixel_x = -5;
pixel_y = 14
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"GX" = (
/obj/structure/chair/office{
dir = 4
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"IC" = (
/obj/structure/table/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"JC" = (
/obj/item/organ/external/tail/cat,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"JR" = (
/obj/machinery/door/airlock/abductor{
name = "Experimentation Lab"
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"JU" = (
/obj/structure/closet/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"KK" = (
/obj/structure/bed/abductor,
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"KX" = (
-/turf/closed/indestructible/binary,
-/area/space)
+/turf/open/floor/holofloor/hyperspace,
+/area/space/virtual_domain)
"Lz" = (
/obj/structure/table/abductor,
/obj/item/melee/baton/abductor{
@@ -277,40 +280,40 @@
pixel_y = 7
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Mr" = (
/obj/machinery/chem_dispenser/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"MC" = (
/obj/item/kirbyplants/photosynthetic,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ne" = (
/obj/machinery/abductor/console,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"NW" = (
/obj/structure/server,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"PB" = (
/obj/item/organ/external/antennae,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Qp" = (
/turf/template_noop,
-/area/space)
+/area/template_noop)
"QC" = (
/obj/structure/chair/comfy/teal{
dir = 8
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Rd" = (
/obj/effect/spawner/structure/window/reinforced/plasma/plastitanium,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Rg" = (
/obj/structure/table/abductor,
/obj/item/ammo_box/magazine/smgm45,
@@ -327,17 +330,17 @@
"RI" = (
/obj/machinery/door/airlock/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Sd" = (
/obj/machinery/recharge_station,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ub" = (
/obj/structure/chair/comfy/shuttle{
dir = 8
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Uf" = (
/obj/item/flashlight/seclite{
pixel_x = 9;
@@ -364,20 +367,20 @@
pixel_x = 3
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"UX" = (
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Vl" = (
/obj/machinery/harvester,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"VE" = (
/obj/structure/table/abductor,
/obj/item/storage/box/alienhandcuffs,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"VY" = (
/obj/effect/mob_spawn/corpse/human/abductor{
pixel_x = 9;
@@ -385,7 +388,7 @@
},
/obj/effect/decal/cleanable/xenoblood,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"We" = (
/obj/structure/table/abductor,
/obj/item/dualsaber/green{
@@ -402,27 +405,27 @@
/obj/structure/table/abductor,
/obj/item/weldingtool/abductor,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"WS" = (
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"XU" = (
/obj/effect/decal/cleanable/xenoblood/xgibs/body,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Yq" = (
/obj/effect/decal/cleanable/xenoblood/xsplatter,
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"YV" = (
/turf/closed/indestructible/alien,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ZM" = (
/obj/structure/chair/comfy/shuttle{
dir = 4
},
/turf/open/floor/plating/abductor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
(1,1,1) = {"
Qp
@@ -440,18 +443,14 @@ Qp
Qp
Qp
Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
+pL
+pL
+pL
+pL
+pL
+pL
+pL
+pL
Qp
Qp
Qp
@@ -480,20 +479,16 @@ Qp
Qp
Qp
Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
+pL
+YV
+YV
+YV
+YV
+YV
+YV
+YV
+YV
+pL
Qp
Qp
Qp
@@ -520,22 +515,18 @@ Qp
Qp
Qp
Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
+pL
+YV
+kN
+lW
+uw
+IC
+IC
+uw
+lW
+kN
+YV
+pL
Qp
Qp
Qp
@@ -560,24 +551,20 @@ Qp
Qp
Qp
Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
+pL
+YV
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+YV
+pL
Qp
Qp
Qp
@@ -600,26 +587,22 @@ Qp
Qp
Qp
Qp
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-Qp
-Qp
-Qp
-Qp
+pL
+YV
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+oL
+WS
+WS
+YV
+pL
Qp
Qp
Qp
@@ -640,28 +623,24 @@ Qp
Qp
Qp
Qp
-KX
-KX
-YV
-YV
-YV
-YV
-YV
-YV
-YV
-YV
-YV
-YV
-YV
-YV
+pL
YV
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
+WS
YV
-KX
-KX
-Qp
-Qp
-Qp
-Qp
+pL
Qp
Qp
Qp
@@ -672,38 +651,34 @@ Qp
"}
(7,1,1) = {"
Qp
+lN
+lN
+lN
+lN
Qp
Qp
Qp
Qp
-Qp
-Qp
-Qp
-Qp
-KX
-KX
+pL
YV
+WS
+WS
+WS
+MC
YV
YV
YV
-kN
-lW
-uw
-IC
-IC
-uw
-lW
-kN
+WS
+WS
YV
YV
YV
+MC
+WS
+WS
+WS
YV
-KX
-KX
-Qp
-Qp
-Qp
-Qp
+pL
Qp
Qp
Qp
@@ -712,40 +687,36 @@ Qp
Qp
"}
(8,1,1) = {"
+lN
+lN
+KX
+KX
+lN
Qp
Qp
Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-KX
-KX
+pL
YV
+lW
+WS
+WS
YV
YV
YV
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
+bK
+YV
WS
WS
YV
YV
YV
YV
-KX
-KX
-Qp
-Qp
-Qp
-Qp
+YV
+WS
+WS
+lW
+YV
+pL
Qp
Qp
Qp
@@ -753,178 +724,14 @@ Qp
Qp
"}
(9,1,1) = {"
-Qp
-Qp
-Qp
-KX
-KX
-KX
-KX
-KX
-KX
-YV
-YV
-YV
-YV
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-oL
-WS
-WS
-YV
-YV
-YV
-YV
-KX
-KX
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(10,1,1) = {"
-Qp
-Qp
-KX
-KX
-lN
-lN
-lN
-lN
-YV
-YV
-YV
-YV
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-WS
-YV
-YV
-YV
-YV
-KX
-KX
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(11,1,1) = {"
-Qp
-KX
-KX
-lN
-lN
-lN
lN
-YV
-YV
-YV
-YV
-WS
-WS
-WS
-MC
-YV
-YV
-YV
-WS
-WS
-YV
-YV
-YV
-MC
-WS
-WS
-WS
-YV
-YV
-YV
-YV
KX
KX
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(12,1,1) = {"
KX
-KX
-lN
-lN
-lN
lN
-YV
-YV
-YV
-YV
-lW
-WS
-WS
-YV
-YV
-YV
-bK
-YV
-WS
-WS
-YV
-YV
-YV
-YV
-YV
-WS
-WS
-lW
-YV
-YV
-YV
-YV
-KX
-KX
Qp
Qp
-Qp
-Qp
-Qp
-"}
-(13,1,1) = {"
-KX
-lN
-lN
-lN
-lN
-YV
-YV
-YV
+pL
YV
WS
WS
@@ -947,24 +754,20 @@ WS
WS
WS
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
Qp
"}
-(14,1,1) = {"
-KX
-lN
+(10,1,1) = {"
lN
+KX
+KX
+KX
lN
-YV
-YV
-YV
+Qp
+pL
YV
WS
WS
@@ -989,22 +792,18 @@ UX
WS
WS
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
"}
-(15,1,1) = {"
-KX
-lN
+(11,1,1) = {"
lN
+KX
+KX
+KX
lN
-YV
-bK
+pL
YV
UX
WS
@@ -1031,20 +830,16 @@ Vl
WS
MC
YV
-bK
-YV
-YV
-KX
-KX
+pL
Qp
Qp
"}
-(16,1,1) = {"
-KX
-lN
-lN
+(12,1,1) = {"
lN
-YV
+KX
+KX
+KX
+pL
bK
YV
WS
@@ -1073,18 +868,14 @@ YV
YV
YV
YV
-bK
-YV
-YV
-KX
-Qp
+Bj
Qp
"}
-(17,1,1) = {"
-KX
-lN
-lN
+(13,1,1) = {"
lN
+KX
+KX
+KX
YV
bK
YV
@@ -1115,18 +906,14 @@ YV
AG
YV
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(18,1,1) = {"
-KX
-lN
-lN
+(14,1,1) = {"
lN
-YV
+KX
+KX
+KX
+pL
YV
YV
MC
@@ -1156,17 +943,14 @@ NW
WS
NW
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(19,1,1) = {"
-KX
-lN
-lN
+(15,1,1) = {"
lN
+KX
+KX
+KX
+xB
pL
YV
YV
@@ -1175,7 +959,6 @@ YV
YV
YV
YV
-YV
MC
WS
WS
@@ -1197,18 +980,14 @@ NW
WS
NW
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(20,1,1) = {"
-KX
-lN
+(16,1,1) = {"
lN
-pL
-pL
+KX
+KX
+xB
+xB
uD
ZM
ZM
@@ -1238,17 +1017,13 @@ xB
xB
xB
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(21,1,1) = {"
-KX
-lN
+(17,1,1) = {"
lN
-pL
+KX
+KX
+xB
Ne
WS
WS
@@ -1279,17 +1054,13 @@ WS
WS
WS
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(22,1,1) = {"
-KX
-lN
+(18,1,1) = {"
lN
-pL
+KX
+KX
+xB
Lz
WS
WS
@@ -1320,17 +1091,13 @@ WS
oL
WS
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(23,1,1) = {"
-KX
-lN
+(19,1,1) = {"
lN
-pL
+KX
+KX
+xB
Ne
WS
WS
@@ -1361,18 +1128,14 @@ WS
WS
WS
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(24,1,1) = {"
-KX
-lN
+(20,1,1) = {"
lN
-pL
-pL
+KX
+KX
+xB
+xB
uD
Ub
Ub
@@ -1402,17 +1165,14 @@ xB
xB
xB
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(25,1,1) = {"
-KX
-lN
-lN
+(21,1,1) = {"
lN
+KX
+KX
+KX
+xB
pL
YV
YV
@@ -1421,7 +1181,6 @@ YV
YV
YV
YV
-YV
MC
WS
WS
@@ -1443,18 +1202,14 @@ NW
WS
NW
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(26,1,1) = {"
-KX
-lN
-lN
+(22,1,1) = {"
lN
-YV
+KX
+KX
+KX
+pL
YV
YV
MC
@@ -1484,17 +1239,13 @@ NW
WS
NW
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(27,1,1) = {"
-KX
-lN
-lN
+(23,1,1) = {"
lN
+KX
+KX
+KX
YV
bK
YV
@@ -1525,18 +1276,14 @@ bK
AG
YV
YV
-bK
-YV
-KX
-Qp
-Qp
+pL
"}
-(28,1,1) = {"
-KX
-lN
-lN
+(24,1,1) = {"
lN
-YV
+KX
+KX
+KX
+pL
bK
YV
WS
@@ -1565,20 +1312,16 @@ YV
YV
YV
YV
-bK
-YV
-YV
-KX
-Qp
+pL
Qp
"}
-(29,1,1) = {"
-KX
-lN
+(25,1,1) = {"
lN
+KX
+KX
+KX
lN
-YV
-bK
+pL
YV
WS
WS
@@ -1605,22 +1348,18 @@ UX
WS
MC
YV
-bK
-YV
-YV
-KX
-KX
+pL
Qp
Qp
"}
-(30,1,1) = {"
-KX
-lN
+(26,1,1) = {"
lN
+KX
+KX
+KX
lN
-YV
-YV
-YV
+Qp
+pL
YV
WS
WS
@@ -1645,24 +1384,20 @@ WS
WS
WS
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
"}
-(31,1,1) = {"
-KX
-lN
-lN
+(27,1,1) = {"
lN
+KX
+KX
+KX
lN
-YV
-YV
-YV
+Qp
+Qp
+pL
YV
gF
WS
@@ -1685,26 +1420,22 @@ WS
WS
gF
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
Qp
"}
-(32,1,1) = {"
-KX
-KX
-lN
+(28,1,1) = {"
lN
lN
+KX
+KX
lN
-YV
-YV
-YV
+Qp
+Qp
+Qp
+pL
YV
lW
oL
@@ -1725,28 +1456,24 @@ WS
WS
lW
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
Qp
Qp
"}
-(33,1,1) = {"
+(29,1,1) = {"
Qp
-KX
-KX
lN
lN
lN
lN
-YV
-YV
-YV
+Qp
+Qp
+Qp
+Qp
+pL
YV
WS
WS
@@ -1765,11 +1492,7 @@ WS
WS
oL
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
@@ -1777,18 +1500,18 @@ Qp
Qp
Qp
"}
-(34,1,1) = {"
+(30,1,1) = {"
Qp
Qp
-KX
-KX
-lN
-lN
-lN
-lN
-YV
-YV
-YV
+Qp
+Qp
+Qp
+Qp
+Qp
+Qp
+Qp
+Qp
+pL
YV
WS
WS
@@ -1805,11 +1528,7 @@ WS
WS
WS
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
@@ -1818,19 +1537,19 @@ Qp
Qp
Qp
"}
-(35,1,1) = {"
+(31,1,1) = {"
Qp
Qp
Qp
-KX
-KX
-KX
-KX
-KX
-KX
-YV
-YV
-YV
+Qp
+Qp
+Qp
+Qp
+Qp
+Qp
+Qp
+Qp
+pL
YV
WS
WS
@@ -1845,11 +1564,7 @@ WS
WS
WS
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
@@ -1859,7 +1574,7 @@ Qp
Qp
Qp
"}
-(36,1,1) = {"
+(32,1,1) = {"
Qp
Qp
Qp
@@ -1868,11 +1583,11 @@ Qp
Qp
Qp
Qp
-KX
-KX
-YV
-YV
-YV
+Qp
+Qp
+Qp
+Qp
+pL
YV
zX
WS
@@ -1885,11 +1600,7 @@ GX
WS
zX
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
@@ -1900,7 +1611,7 @@ Qp
Qp
Qp
"}
-(37,1,1) = {"
+(33,1,1) = {"
Qp
Qp
Qp
@@ -1910,11 +1621,11 @@ Qp
Qp
Qp
Qp
-KX
-KX
-YV
-YV
-YV
+Qp
+Qp
+Qp
+Qp
+pL
YV
Sd
sv
@@ -1925,11 +1636,7 @@ Sd
kt
Sd
YV
-YV
-YV
-YV
-KX
-KX
+pL
Qp
Qp
Qp
@@ -1941,7 +1648,7 @@ Qp
Qp
Qp
"}
-(38,1,1) = {"
+(34,1,1) = {"
Qp
Qp
Qp
@@ -1952,14 +1659,11 @@ Qp
Qp
Qp
Qp
-KX
-KX
-YV
-YV
-YV
-YV
-YV
-YV
+Qp
+Qp
+Qp
+Qp
+pL
YV
YV
YV
@@ -1968,213 +1672,7 @@ YV
YV
YV
YV
-KX
-KX
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(39,1,1) = {"
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-KX
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(40,1,1) = {"
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(41,1,1) = {"
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(42,1,1) = {"
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-"}
-(43,1,1) = {"
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
+pL
Qp
Qp
Qp
@@ -2187,19 +1685,7 @@ Qp
Qp
Qp
"}
-(44,1,1) = {"
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
-Qp
+(35,1,1) = {"
Qp
Qp
Qp
@@ -2215,6 +1701,14 @@ Qp
Qp
Qp
Qp
+pL
+pL
+pL
+pL
+pL
+pL
+pL
+pL
Qp
Qp
Qp
diff --git a/_maps/virtual_domains/ash_drake.dmm b/_maps/virtual_domains/ash_drake.dmm
index f789e44fbc69fb..e4189071fbba0a 100644
--- a/_maps/virtual_domains/ash_drake.dmm
+++ b/_maps/virtual_domains/ash_drake.dmm
@@ -34,6 +34,10 @@
/obj/structure/marker_beacon/bronze,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
+"p" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors/virtual_domain)
"q" = (
/mob/living/simple_animal/hostile/megafauna/dragon,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
@@ -42,12 +46,8 @@
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors/virtual_domain)
"u" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
-"v" = (
/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
+/area/virtual_domain/fullbright)
"G" = (
/obj/structure/marker_beacon/purple,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
@@ -71,56 +71,55 @@
/area/lavaland/surface/outdoors/virtual_domain)
(1,1,1) = {"
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
u
"}
(2,1,1) = {"
-v
-s
+u
s
s
s
@@ -164,10 +163,11 @@ s
s
s
s
-v
+p
+u
"}
(3,1,1) = {"
-v
+u
s
s
s
@@ -212,10 +212,10 @@ s
J
J
s
-v
+u
"}
(4,1,1) = {"
-v
+u
s
s
J
@@ -260,10 +260,10 @@ J
J
J
s
-v
+u
"}
(5,1,1) = {"
-v
+u
s
s
J
@@ -308,10 +308,10 @@ J
J
s
s
-v
+u
"}
(6,1,1) = {"
-v
+u
s
s
J
@@ -356,10 +356,10 @@ J
J
s
s
-v
+u
"}
(7,1,1) = {"
-v
+u
s
s
J
@@ -404,10 +404,10 @@ J
J
J
s
-v
+u
"}
(8,1,1) = {"
-v
+u
s
s
J
@@ -452,10 +452,10 @@ J
J
s
s
-v
+u
"}
(9,1,1) = {"
-v
+u
s
J
J
@@ -500,10 +500,10 @@ a
J
J
s
-v
+u
"}
(10,1,1) = {"
-v
+u
s
J
J
@@ -548,10 +548,10 @@ a
J
J
s
-v
+u
"}
(11,1,1) = {"
-v
+u
s
s
J
@@ -596,10 +596,10 @@ a
J
J
s
-v
+u
"}
(12,1,1) = {"
-v
+u
s
s
J
@@ -644,10 +644,10 @@ J
J
J
s
-v
+u
"}
(13,1,1) = {"
-v
+u
s
s
J
@@ -692,10 +692,10 @@ a
J
J
s
-v
+u
"}
(14,1,1) = {"
-v
+u
s
s
J
@@ -740,10 +740,10 @@ a
J
J
s
-v
+u
"}
(15,1,1) = {"
-v
+u
s
J
J
@@ -788,10 +788,10 @@ a
J
J
s
-v
+u
"}
(16,1,1) = {"
-v
+u
s
J
J
@@ -836,10 +836,10 @@ a
J
J
s
-v
+u
"}
(17,1,1) = {"
-v
+u
s
s
J
@@ -884,10 +884,10 @@ a
J
J
s
-v
+u
"}
(18,1,1) = {"
-v
+u
s
s
J
@@ -932,10 +932,10 @@ J
J
s
s
-v
+u
"}
(19,1,1) = {"
-v
+u
s
J
J
@@ -980,10 +980,10 @@ a
J
J
s
-v
+u
"}
(20,1,1) = {"
-v
+u
s
J
J
@@ -1028,10 +1028,10 @@ a
J
J
s
-v
+u
"}
(21,1,1) = {"
-v
+u
s
s
J
@@ -1076,10 +1076,10 @@ a
J
s
s
-v
+u
"}
(22,1,1) = {"
-v
+u
s
s
J
@@ -1124,10 +1124,10 @@ a
J
s
s
-v
+u
"}
(23,1,1) = {"
-v
+u
s
J
J
@@ -1172,10 +1172,10 @@ a
J
s
s
-v
+u
"}
(24,1,1) = {"
-v
+u
s
J
J
@@ -1220,10 +1220,10 @@ a
J
J
s
-v
+u
"}
(25,1,1) = {"
-v
+u
s
s
J
@@ -1268,10 +1268,10 @@ J
J
J
s
-v
+u
"}
(26,1,1) = {"
-v
+u
s
s
J
@@ -1316,10 +1316,10 @@ a
J
J
s
-v
+u
"}
(27,1,1) = {"
-v
+u
s
s
J
@@ -1364,10 +1364,10 @@ a
J
J
s
-v
+u
"}
(28,1,1) = {"
-v
+u
s
J
J
@@ -1412,10 +1412,10 @@ J
J
J
s
-v
+u
"}
(29,1,1) = {"
-v
+u
s
J
J
@@ -1460,10 +1460,10 @@ J
J
s
s
-v
+u
"}
(30,1,1) = {"
-v
+u
s
s
J
@@ -1508,10 +1508,10 @@ J
J
s
s
-v
+u
"}
(31,1,1) = {"
-v
+u
s
s
a
@@ -1556,10 +1556,10 @@ J
J
J
s
-v
+u
"}
(32,1,1) = {"
-v
+u
s
s
a
@@ -1604,10 +1604,10 @@ J
J
J
s
-v
+u
"}
(33,1,1) = {"
-v
+u
s
s
s
@@ -1652,10 +1652,10 @@ J
J
J
s
-v
+u
"}
(34,1,1) = {"
-v
+u
s
s
s
@@ -1700,53 +1700,53 @@ s
s
s
s
-v
+u
"}
(35,1,1) = {"
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
+u
"}
diff --git a/_maps/virtual_domains/beach_bar.dmm b/_maps/virtual_domains/beach_bar.dmm
index 5e1c6f753b8ac1..0b3a037c463f1a 100644
--- a/_maps/virtual_domains/beach_bar.dmm
+++ b/_maps/virtual_domains/beach_bar.dmm
@@ -169,9 +169,6 @@
},
/turf/open/floor/wood,
/area/virtual_domain/fullbright)
-"iz" = (
-/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
"iR" = (
/obj/structure/table,
/obj/item/book/manual/wiki/barman_recipes,
@@ -213,9 +210,8 @@
/turf/open/floor/sepia,
/area/virtual_domain/fullbright)
"kv" = (
-/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
+/area/virtual_domain/fullbright)
"kG" = (
/obj/structure/table,
/obj/machinery/reagentgrinder,
@@ -498,9 +494,6 @@
/obj/item/clothing/glasses/sunglasses,
/turf/open/floor/wood,
/area/virtual_domain/fullbright)
-"xW" = (
-/turf/open/space/basic,
-/area/space)
"ya" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/pill/zoom,
@@ -1015,6 +1008,10 @@
/obj/machinery/computer/slot_machine,
/turf/open/floor/wood,
/area/virtual_domain/fullbright)
+"VE" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/mineral/random/volcanic,
+/area/lavaland/surface/outdoors/virtual_domain)
"VH" = (
/obj/machinery/light/directional/west,
/turf/open/floor/wood,
@@ -1129,42 +1126,42 @@ pr
pr
pr
pr
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
kv
"}
(2,1,1) = {"
@@ -1172,8 +1169,7 @@ pr
pr
pr
pr
-iz
-Al
+kv
Al
Al
Al
@@ -1208,14 +1204,15 @@ Al
Al
Al
Al
-iz
+VE
+kv
"}
(3,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
gl
gl
@@ -1251,14 +1248,14 @@ gl
gl
gl
Al
-iz
+kv
"}
(4,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
gl
gl
@@ -1294,14 +1291,14 @@ gl
gl
gl
Al
-iz
+kv
"}
(5,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
gl
gl
@@ -1337,14 +1334,14 @@ gl
gl
gl
Al
-iz
+kv
"}
(6,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
gl
gl
@@ -1380,14 +1377,14 @@ gl
gl
gl
Al
-iz
+kv
"}
(7,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
gl
gl
@@ -1423,14 +1420,14 @@ ml
FM
gl
Al
-iz
+kv
"}
(8,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
gl
gl
@@ -1466,14 +1463,14 @@ ml
ml
gl
Al
-iz
+kv
"}
(9,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
gl
gl
@@ -1509,14 +1506,14 @@ ml
ml
gl
Al
-iz
+kv
"}
(10,1,1) = {"
pr
pr
pr
pr
-iz
+kv
Al
Al
Al
@@ -1552,14 +1549,14 @@ ml
ml
gl
Al
-iz
+kv
"}
(11,1,1) = {"
-iz
-iz
-iz
-iz
-iz
+kv
+kv
+kv
+kv
+kv
Al
Al
Al
@@ -1595,10 +1592,10 @@ ml
ml
gl
Al
-iz
+kv
"}
(12,1,1) = {"
-iz
+kv
Al
Al
Al
@@ -1638,10 +1635,10 @@ ml
ml
gl
Al
-iz
+kv
"}
(13,1,1) = {"
-iz
+kv
Al
Fn
Fn
@@ -1681,10 +1678,10 @@ ml
sT
gl
Al
-iz
+kv
"}
(14,1,1) = {"
-iz
+kv
Al
Fn
VA
@@ -1724,10 +1721,10 @@ gl
gl
gl
Al
-iz
+kv
"}
(15,1,1) = {"
-iz
+kv
Al
Fn
VA
@@ -1767,10 +1764,10 @@ gl
gl
gl
Al
-iz
+kv
"}
(16,1,1) = {"
-iz
+kv
Al
Fn
pC
@@ -1810,10 +1807,10 @@ gl
gl
gl
Al
-iz
+kv
"}
(17,1,1) = {"
-iz
+kv
Al
Fn
Mw
@@ -1853,10 +1850,10 @@ gl
gl
gl
Al
-iz
+kv
"}
(18,1,1) = {"
-iz
+kv
Al
Fn
Mz
@@ -1896,10 +1893,10 @@ gl
gl
gl
Al
-iz
+kv
"}
(19,1,1) = {"
-iz
+kv
Al
Fn
Fn
@@ -1939,10 +1936,10 @@ gl
gl
gl
Al
-iz
+kv
"}
(20,1,1) = {"
-iz
+kv
Al
Fn
zU
@@ -1982,10 +1979,10 @@ gl
Al
gl
Al
-iz
+kv
"}
(21,1,1) = {"
-iz
+kv
Al
Fn
wD
@@ -2025,10 +2022,10 @@ Al
Al
Al
Al
-iz
+kv
"}
(22,1,1) = {"
-iz
+kv
Al
Fn
Fn
@@ -2060,18 +2057,18 @@ Ww
dj
Fn
Al
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
"}
(23,1,1) = {"
-iz
+kv
Al
xb
Fn
@@ -2103,7 +2100,8 @@ Ww
dj
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2111,10 +2109,9 @@ pr
pr
pr
pr
-xW
"}
(24,1,1) = {"
-iz
+kv
Al
xb
Fn
@@ -2146,7 +2143,8 @@ Ww
pZ
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2154,10 +2152,9 @@ pr
pr
pr
pr
-xW
"}
(25,1,1) = {"
-iz
+kv
Al
xb
Fn
@@ -2189,7 +2186,8 @@ Ww
dj
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2197,10 +2195,9 @@ pr
pr
pr
pr
-xW
"}
(26,1,1) = {"
-iz
+kv
Al
xb
Fn
@@ -2232,7 +2229,8 @@ Ww
dj
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2240,10 +2238,9 @@ pr
pr
pr
pr
-xW
"}
(27,1,1) = {"
-iz
+kv
Al
Fn
Fn
@@ -2275,7 +2272,8 @@ KZ
dj
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2283,10 +2281,9 @@ pr
pr
pr
pr
-xW
"}
(28,1,1) = {"
-iz
+kv
Al
Fn
Nr
@@ -2318,7 +2315,8 @@ Ww
pZ
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2326,10 +2324,9 @@ pr
pr
pr
pr
-xW
"}
(29,1,1) = {"
-iz
+kv
Al
Fn
wD
@@ -2361,7 +2358,8 @@ Bu
Xt
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2369,10 +2367,9 @@ pr
pr
pr
pr
-xW
"}
(30,1,1) = {"
-iz
+kv
Al
Fn
Ds
@@ -2404,7 +2401,8 @@ Fn
Fn
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2412,10 +2410,9 @@ pr
pr
pr
pr
-xW
"}
(31,1,1) = {"
-iz
+kv
Al
Fn
TG
@@ -2447,7 +2444,8 @@ Fn
Al
Al
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2455,10 +2453,9 @@ pr
pr
pr
pr
-xW
"}
(32,1,1) = {"
-iz
+kv
Al
Fn
TG
@@ -2490,7 +2487,8 @@ Fn
Fn
Al
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2498,10 +2496,9 @@ pr
pr
pr
pr
-xW
"}
(33,1,1) = {"
-iz
+kv
Al
Fn
EP
@@ -2533,7 +2530,8 @@ OW
Fn
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2541,10 +2539,9 @@ pr
pr
pr
pr
-xW
"}
(34,1,1) = {"
-iz
+kv
Al
Fn
Xv
@@ -2576,7 +2573,8 @@ aE
jg
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2584,10 +2582,9 @@ pr
pr
pr
pr
-xW
"}
(35,1,1) = {"
-iz
+kv
Al
Fn
Fn
@@ -2619,7 +2616,8 @@ aE
NM
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2627,10 +2625,9 @@ pr
pr
pr
pr
-xW
"}
(36,1,1) = {"
-iz
+kv
Al
Fn
kK
@@ -2662,7 +2659,8 @@ aE
uk
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2670,10 +2668,9 @@ pr
pr
pr
pr
-xW
"}
(37,1,1) = {"
-iz
+kv
Al
Fn
Ia
@@ -2705,7 +2702,8 @@ Cv
Fn
Fn
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2713,10 +2711,9 @@ pr
pr
pr
pr
-xW
"}
(38,1,1) = {"
-iz
+kv
Al
Fn
tZ
@@ -2748,7 +2745,8 @@ Fn
Fn
Al
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2756,10 +2754,9 @@ pr
pr
pr
pr
-xW
"}
(39,1,1) = {"
-iz
+kv
Al
Fn
Fn
@@ -2791,7 +2788,8 @@ Al
Al
Al
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2799,10 +2797,9 @@ pr
pr
pr
pr
-xW
"}
(40,1,1) = {"
-iz
+kv
Al
Al
Al
@@ -2834,7 +2831,8 @@ Al
Al
Al
Al
-iz
+kv
+pr
pr
pr
pr
@@ -2842,48 +2840,47 @@ pr
pr
pr
pr
-xW
"}
(41,1,1) = {"
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-iz
-pr
-pr
-pr
-pr
-pr
-pr
-pr
-xW
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+kv
+pr
+pr
+pr
+pr
+pr
+pr
+pr
+pr
"}
diff --git a/_maps/virtual_domains/blood_drunk_miner.dmm b/_maps/virtual_domains/blood_drunk_miner.dmm
index 7fffbabfc0b628..e8f55523670fa1 100644
--- a/_maps/virtual_domains/blood_drunk_miner.dmm
+++ b/_maps/virtual_domains/blood_drunk_miner.dmm
@@ -13,9 +13,8 @@
/turf/template_noop,
/area/virtual_domain/safehouse)
"d" = (
-/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
+/area/virtual_domain/fullbright)
"f" = (
/obj/structure/stone_tile{
dir = 1
@@ -85,9 +84,6 @@
/obj/structure/stone_tile/cracked,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
-"v" = (
-/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
"w" = (
/obj/structure/stone_tile/block/cracked{
dir = 4
@@ -117,6 +113,10 @@
/obj/effect/mob_spawn/corpse/human/miner,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
+"D" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors/virtual_domain)
"G" = (
/obj/structure/stone_tile{
dir = 4
@@ -208,56 +208,55 @@
/area/lavaland/surface/outdoors/virtual_domain)
(1,1,1) = {"
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
d
"}
(2,1,1) = {"
-v
-s
+d
s
s
s
@@ -301,10 +300,11 @@ s
s
s
s
-v
+D
+d
"}
(3,1,1) = {"
-v
+d
s
s
s
@@ -349,10 +349,10 @@ s
J
J
s
-v
+d
"}
(4,1,1) = {"
-v
+d
s
s
J
@@ -397,10 +397,10 @@ J
J
J
s
-v
+d
"}
(5,1,1) = {"
-v
+d
s
s
J
@@ -445,10 +445,10 @@ J
J
s
s
-v
+d
"}
(6,1,1) = {"
-v
+d
s
s
J
@@ -493,10 +493,10 @@ J
J
s
s
-v
+d
"}
(7,1,1) = {"
-v
+d
s
s
J
@@ -541,10 +541,10 @@ J
J
J
s
-v
+d
"}
(8,1,1) = {"
-v
+d
s
s
J
@@ -589,10 +589,10 @@ J
J
s
s
-v
+d
"}
(9,1,1) = {"
-v
+d
s
J
J
@@ -637,10 +637,10 @@ a
J
J
s
-v
+d
"}
(10,1,1) = {"
-v
+d
s
J
J
@@ -685,10 +685,10 @@ a
J
J
s
-v
+d
"}
(11,1,1) = {"
-v
+d
s
s
J
@@ -733,10 +733,10 @@ a
J
J
s
-v
+d
"}
(12,1,1) = {"
-v
+d
s
s
J
@@ -781,10 +781,10 @@ J
J
J
s
-v
+d
"}
(13,1,1) = {"
-v
+d
s
s
J
@@ -829,10 +829,10 @@ a
J
J
s
-v
+d
"}
(14,1,1) = {"
-v
+d
s
s
J
@@ -877,10 +877,10 @@ a
J
J
s
-v
+d
"}
(15,1,1) = {"
-v
+d
s
J
J
@@ -925,10 +925,10 @@ a
J
J
s
-v
+d
"}
(16,1,1) = {"
-v
+d
s
J
J
@@ -973,10 +973,10 @@ a
J
J
s
-v
+d
"}
(17,1,1) = {"
-v
+d
s
s
J
@@ -1021,10 +1021,10 @@ a
J
J
s
-v
+d
"}
(18,1,1) = {"
-v
+d
s
s
J
@@ -1069,10 +1069,10 @@ J
J
s
s
-v
+d
"}
(19,1,1) = {"
-v
+d
s
J
J
@@ -1117,10 +1117,10 @@ a
J
J
s
-v
+d
"}
(20,1,1) = {"
-v
+d
s
J
J
@@ -1165,10 +1165,10 @@ a
J
J
s
-v
+d
"}
(21,1,1) = {"
-v
+d
s
s
J
@@ -1213,10 +1213,10 @@ a
J
s
s
-v
+d
"}
(22,1,1) = {"
-v
+d
s
s
J
@@ -1261,10 +1261,10 @@ a
J
s
s
-v
+d
"}
(23,1,1) = {"
-v
+d
s
J
J
@@ -1309,10 +1309,10 @@ a
J
s
s
-v
+d
"}
(24,1,1) = {"
-v
+d
s
J
J
@@ -1357,10 +1357,10 @@ a
J
J
s
-v
+d
"}
(25,1,1) = {"
-v
+d
s
s
J
@@ -1405,10 +1405,10 @@ J
J
J
s
-v
+d
"}
(26,1,1) = {"
-v
+d
s
s
J
@@ -1453,10 +1453,10 @@ a
J
J
s
-v
+d
"}
(27,1,1) = {"
-v
+d
s
s
J
@@ -1501,10 +1501,10 @@ a
J
J
s
-v
+d
"}
(28,1,1) = {"
-v
+d
s
J
J
@@ -1549,10 +1549,10 @@ J
J
J
s
-v
+d
"}
(29,1,1) = {"
-v
+d
s
J
J
@@ -1597,10 +1597,10 @@ J
J
s
s
-v
+d
"}
(30,1,1) = {"
-v
+d
s
s
J
@@ -1645,10 +1645,10 @@ J
J
s
s
-v
+d
"}
(31,1,1) = {"
-v
+d
s
s
a
@@ -1693,10 +1693,10 @@ J
J
J
s
-v
+d
"}
(32,1,1) = {"
-v
+d
s
s
a
@@ -1741,10 +1741,10 @@ J
J
J
s
-v
+d
"}
(33,1,1) = {"
-v
+d
s
s
s
@@ -1789,10 +1789,10 @@ J
J
J
s
-v
+d
"}
(34,1,1) = {"
-v
+d
s
s
s
@@ -1837,53 +1837,53 @@ s
s
s
s
-v
+d
"}
(35,1,1) = {"
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
"}
diff --git a/_maps/virtual_domains/breeze_bay.dmm b/_maps/virtual_domains/breeze_bay.dmm
index b1d9b904d83b00..6035cfd2000ea9 100644
--- a/_maps/virtual_domains/breeze_bay.dmm
+++ b/_maps/virtual_domains/breeze_bay.dmm
@@ -28,13 +28,6 @@
/obj/effect/landmark/bitrunning/loot_signal,
/turf/open/misc/beach/sand,
/area/virtual_domain/fullbright)
-"l" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/obj/modular_map_root/safehouse{
- key = "wood"
- },
-/turf/template_noop,
-/area/virtual_domain/safehouse)
"m" = (
/obj/item/fishing_rod{
pixel_x = 5;
@@ -48,6 +41,10 @@
/obj/structure/table/wood,
/turf/open/misc/beach/sand,
/area/virtual_domain/fullbright)
+"n" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/water/beach,
+/area/virtual_domain/fullbright)
"o" = (
/obj/structure/flora/tree/jungle/style_5,
/turf/open/misc/beach/sand,
@@ -63,6 +60,13 @@
/obj/structure/fluff/beach_umbrella/syndi,
/turf/open/misc/beach/sand,
/area/virtual_domain/fullbright)
+"v" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/obj/modular_map_root/safehouse{
+ key = "wood"
+ },
+/turf/template_noop,
+/area/virtual_domain/safehouse)
"y" = (
/obj/structure/flora/bush/sparsegrass/style_random,
/turf/open/misc/beach/sand,
@@ -174,10 +178,6 @@
/obj/machinery/light/small/directional/west,
/turf/open/misc/beach/sand,
/area/virtual_domain/fullbright)
-"Z" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/closed/indestructible/binary,
-/area/virtual_domain/fullbright)
(1,1,1) = {"
a
@@ -204,7 +204,7 @@ a
a
a
a
-Z
+a
"}
(2,1,1) = {"
a
@@ -230,7 +230,7 @@ i
Q
i
i
-i
+n
a
"}
(3,1,1) = {"
@@ -244,7 +244,7 @@ I
I
I
I
-l
+v
N
P
Q
diff --git a/_maps/virtual_domains/bubblegum.dmm b/_maps/virtual_domains/bubblegum.dmm
index ef6957448925ad..5343fe7d17b77a 100644
--- a/_maps/virtual_domains/bubblegum.dmm
+++ b/_maps/virtual_domains/bubblegum.dmm
@@ -46,9 +46,6 @@
/mob/living/simple_animal/hostile/megafauna/bubblegum,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
-"F" = (
-/turf/open/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
"G" = (
/obj/structure/marker_beacon/violet,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
@@ -61,10 +58,13 @@
/obj/structure/marker_beacon/indigo,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
-"R" = (
+"N" = (
/obj/effect/baseturf_helper/virtual_domain,
-/turf/open/indestructible/binary,
+/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors/virtual_domain)
+"R" = (
+/turf/open/indestructible/binary,
+/area/virtual_domain)
"S" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
@@ -91,66 +91,65 @@
/area/lavaland/surface/outdoors/virtual_domain)
(1,1,1) = {"
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
R
"}
(2,1,1) = {"
-F
-Z
+R
Z
Z
Z
@@ -204,10 +203,11 @@ Z
Z
Z
Z
-F
+N
+R
"}
(3,1,1) = {"
-F
+R
Z
Z
Z
@@ -262,10 +262,10 @@ Z
Z
Z
Z
-F
+R
"}
(4,1,1) = {"
-F
+R
Z
Z
Z
@@ -287,7 +287,7 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
@@ -303,7 +303,7 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
@@ -320,10 +320,10 @@ Z
Z
Z
Z
-F
+R
"}
(5,1,1) = {"
-F
+R
Z
Z
Z
@@ -378,10 +378,10 @@ Z
Z
Z
Z
-F
+R
"}
(6,1,1) = {"
-F
+R
Z
Z
Z
@@ -436,13 +436,13 @@ Z
Z
Z
Z
-F
+R
"}
(7,1,1) = {"
-F
+R
Z
Z
-F
+R
Z
Z
Z
@@ -494,13 +494,13 @@ Z
Z
Z
Z
-F
+R
"}
(8,1,1) = {"
-F
+R
Z
Z
-F
+R
Z
Z
Z
@@ -552,13 +552,13 @@ Z
Z
Z
Z
-F
+R
"}
(9,1,1) = {"
-F
+R
Z
Z
-F
+R
Z
Z
Z
@@ -610,10 +610,10 @@ Z
Z
Z
Z
-F
+R
"}
(10,1,1) = {"
-F
+R
Z
Z
Z
@@ -666,12 +666,12 @@ Z
Z
Z
Z
-F
+R
Z
-F
+R
"}
(11,1,1) = {"
-F
+R
Z
Z
Z
@@ -724,12 +724,12 @@ Z
Z
Z
Z
-F
+R
Z
-F
+R
"}
(12,1,1) = {"
-F
+R
Z
Z
Z
@@ -784,10 +784,10 @@ Z
Z
Z
Z
-F
+R
"}
(13,1,1) = {"
-F
+R
Z
Z
Z
@@ -842,10 +842,10 @@ Z
Z
Z
Z
-F
+R
"}
(14,1,1) = {"
-F
+R
Z
Z
Z
@@ -900,10 +900,10 @@ Z
Z
Z
Z
-F
+R
"}
(15,1,1) = {"
-F
+R
Z
Z
Z
@@ -958,10 +958,10 @@ Z
Z
Z
Z
-F
+R
"}
(16,1,1) = {"
-F
+R
Z
Z
Z
@@ -1016,10 +1016,10 @@ Z
Z
Z
Z
-F
+R
"}
(17,1,1) = {"
-F
+R
Z
Z
Z
@@ -1074,10 +1074,10 @@ Z
Z
Z
Z
-F
+R
"}
(18,1,1) = {"
-F
+R
Z
Z
Z
@@ -1132,10 +1132,10 @@ Z
Z
Z
Z
-F
+R
"}
(19,1,1) = {"
-F
+R
Z
Z
Z
@@ -1190,10 +1190,10 @@ Z
Z
Z
Z
-F
+R
"}
(20,1,1) = {"
-F
+R
Z
Z
Z
@@ -1248,10 +1248,10 @@ Z
Z
Z
Z
-F
+R
"}
(21,1,1) = {"
-F
+R
Z
Z
Z
@@ -1306,10 +1306,10 @@ Z
Z
Z
Z
-F
+R
"}
(22,1,1) = {"
-F
+R
Z
Z
Z
@@ -1364,10 +1364,10 @@ Z
Z
Z
Z
-F
+R
"}
(23,1,1) = {"
-F
+R
Z
Z
Z
@@ -1422,10 +1422,10 @@ Z
Z
Z
Z
-F
+R
"}
(24,1,1) = {"
-F
+R
Z
Z
Z
@@ -1480,13 +1480,13 @@ Z
Z
Z
Z
-F
+R
"}
(25,1,1) = {"
-F
+R
Z
Z
-F
+R
Z
Z
Z
@@ -1538,10 +1538,10 @@ Z
Z
Z
Z
-F
+R
"}
(26,1,1) = {"
-F
+R
Z
Z
Z
@@ -1595,11 +1595,11 @@ Z
Z
Z
Z
-F
-F
+R
+R
"}
(27,1,1) = {"
-F
+R
Z
Z
Z
@@ -1654,10 +1654,10 @@ Z
Z
Z
Z
-F
+R
"}
(28,1,1) = {"
-F
+R
Z
Z
Z
@@ -1712,10 +1712,10 @@ Z
Z
Z
Z
-F
+R
"}
(29,1,1) = {"
-F
+R
Z
Z
Z
@@ -1770,10 +1770,10 @@ Z
Z
Z
Z
-F
+R
"}
(30,1,1) = {"
-F
+R
Z
Z
Z
@@ -1828,10 +1828,10 @@ Z
Z
Z
Z
-F
+R
"}
(31,1,1) = {"
-F
+R
Z
Z
Z
@@ -1886,10 +1886,10 @@ Z
Z
Z
Z
-F
+R
"}
(32,1,1) = {"
-F
+R
Z
Z
Z
@@ -1944,10 +1944,10 @@ Z
Z
Z
Z
-F
+R
"}
(33,1,1) = {"
-F
+R
Z
Z
Z
@@ -2002,10 +2002,10 @@ Z
Z
Z
Z
-F
+R
"}
(34,1,1) = {"
-F
+R
Z
Z
Z
@@ -2060,10 +2060,10 @@ Z
Z
Z
Z
-F
+R
"}
(35,1,1) = {"
-F
+R
Z
Z
Z
@@ -2118,10 +2118,10 @@ Z
Z
Z
Z
-F
+R
"}
(36,1,1) = {"
-F
+R
Z
Z
Z
@@ -2176,10 +2176,10 @@ Z
Z
Z
Z
-F
+R
"}
(37,1,1) = {"
-F
+R
Z
Z
Z
@@ -2234,10 +2234,10 @@ Z
Z
Z
Z
-F
+R
"}
(38,1,1) = {"
-F
+R
Z
Z
Z
@@ -2292,10 +2292,10 @@ Z
Z
Z
Z
-F
+R
"}
(39,1,1) = {"
-F
+R
Z
Z
Z
@@ -2350,10 +2350,10 @@ Z
Z
Z
Z
-F
+R
"}
(40,1,1) = {"
-F
+R
Z
Z
Z
@@ -2408,10 +2408,10 @@ Z
Z
Z
Z
-F
+R
"}
(41,1,1) = {"
-F
+R
Z
Z
Z
@@ -2466,13 +2466,13 @@ Z
Z
Z
Z
-F
+R
"}
(42,1,1) = {"
-F
+R
Z
Z
-F
+R
Z
Z
Z
@@ -2524,10 +2524,10 @@ Z
Z
Z
Z
-F
+R
"}
(43,1,1) = {"
-F
+R
Z
Z
Z
@@ -2582,10 +2582,10 @@ Z
Z
Z
Z
-F
+R
"}
(44,1,1) = {"
-F
+R
Z
Z
Z
@@ -2640,10 +2640,10 @@ Z
Z
Z
Z
-F
+R
"}
(45,1,1) = {"
-F
+R
Z
Z
Z
@@ -2698,10 +2698,10 @@ Z
Z
Z
Z
-F
+R
"}
(46,1,1) = {"
-F
+R
Z
Z
Z
@@ -2756,10 +2756,10 @@ Z
Z
Z
Z
-F
+R
"}
(47,1,1) = {"
-F
+R
Z
Z
Z
@@ -2814,10 +2814,10 @@ Z
Z
Z
Z
-F
+R
"}
(48,1,1) = {"
-F
+R
Z
Z
Z
@@ -2872,10 +2872,10 @@ Z
Z
Z
Z
-F
+R
"}
(49,1,1) = {"
-F
+R
Z
Z
Z
@@ -2925,15 +2925,15 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
Z
-F
+R
"}
(50,1,1) = {"
-F
+R
Z
Z
Z
@@ -2988,10 +2988,10 @@ Z
Z
Z
Z
-F
+R
"}
(51,1,1) = {"
-F
+R
Z
Z
Z
@@ -3046,18 +3046,18 @@ Z
Z
Z
Z
-F
+R
"}
(52,1,1) = {"
-F
+R
Z
Z
Z
Z
Z
Z
-F
-F
+R
+R
Z
Z
Z
@@ -3070,7 +3070,7 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
@@ -3093,7 +3093,7 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
@@ -3104,10 +3104,10 @@ Z
Z
Z
Z
-F
+R
"}
(53,1,1) = {"
-F
+R
Z
Z
Z
@@ -3143,7 +3143,7 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
@@ -3162,10 +3162,10 @@ Z
Z
Z
Z
-F
+R
"}
(54,1,1) = {"
-F
+R
Z
Z
Z
@@ -3203,7 +3203,7 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
@@ -3215,68 +3215,68 @@ Z
Z
Z
Z
-F
+R
Z
Z
Z
Z
-F
+R
"}
(55,1,1) = {"
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
-F
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
+R
"}
diff --git a/_maps/virtual_domains/clown_planet.dmm b/_maps/virtual_domains/clown_planet.dmm
index 72cc1280b63ccd..1973dacfb889b2 100644
--- a/_maps/virtual_domains/clown_planet.dmm
+++ b/_maps/virtual_domains/clown_planet.dmm
@@ -7,15 +7,15 @@
/obj/machinery/light/small/directional/west,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"aI" = (
/obj/item/bikehorn/airhorn,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"aM" = (
/obj/item/bikehorn,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"aP" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -23,7 +23,7 @@
/obj/effect/decal/cleanable/food/pie_smudge,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"ba" = (
/obj/structure/mecha_wreckage/honker,
/obj/structure/disposalpipe/segment{
@@ -31,7 +31,7 @@
invisibility = 101
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"bi" = (
/obj/item/bikehorn,
/obj/structure/disposalpipe/segment{
@@ -39,19 +39,20 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"bp" = (
/turf/open/indestructible/light,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"bq" = (
/obj/structure/disposalpipe/segment{
dir = 10
},
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"by" = (
+/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"bQ" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -59,26 +60,26 @@
},
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"bR" = (
/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet/hope,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/mapping_helpers/no_lava,
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"bU" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"cw" = (
/obj/structure/disposalpipe/segment{
dir = 6
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"cM" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -87,7 +88,7 @@
dir = 1
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"cW" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
@@ -95,21 +96,21 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"ed" = (
/obj/structure/disposalpipe/segment{
invisibility = 101
},
/obj/machinery/light/small/directional/west,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"eE" = (
/obj/structure/window/reinforced/spawner/directional/south,
/obj/structure/disposalpipe/segment{
invisibility = 101
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"fh" = (
/obj/effect/mob_spawn/corpse/human/damaged,
/obj/effect/decal/cleanable/blood/old,
@@ -118,7 +119,13 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
+"gd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
"gr" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
@@ -127,25 +134,24 @@
/obj/structure/disposalpipe/segment{
dir = 5
},
-/obj/effect/baseturf_helper/virtual_domain,
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"gH" = (
/obj/item/bikehorn,
/obj/effect/decal/cleanable/dirt,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"gK" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"hK" = (
/obj/item/clothing/head/cone,
/obj/effect/mapping_helpers/no_lava,
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"hY" = (
/turf/template_noop,
/area/template_noop)
@@ -157,24 +163,24 @@
dir = 4
},
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"ik" = (
/turf/open/lava/smooth,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"iR" = (
/obj/structure/disposalpipe/segment{
dir = 4;
invisibility = 101
},
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"ki" = (
/obj/structure/disposalpipe/segment{
dir = 4;
invisibility = 101
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"kn" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -182,7 +188,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"lj" = (
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -191,14 +197,14 @@
dir = 8
},
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"lm" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/obj/machinery/light/small/directional/east,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"lr" = (
/obj/item/bikehorn,
/obj/effect/decal/cleanable/dirt,
@@ -207,60 +213,63 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"lx" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"ly" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/virtual_domain/fullbright)
"lP" = (
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"mD" = (
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"mE" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"mF" = (
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"nE" = (
/obj/effect/mapping_helpers/no_lava,
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"oA" = (
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"oI" = (
/obj/structure/table/glass,
/obj/item/grown/bananapeel/bluespace,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"pl" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"ps" = (
/obj/structure/disposalpipe/segment{
dir = 6
},
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
+"qg" = (
+/turf/closed/wall/r_wall,
+/area/lavaland/surface/outdoors/virtual_domain)
"qM" = (
/obj/structure/disposalpipe/segment{
invisibility = 101
@@ -268,7 +277,7 @@
/obj/machinery/light/small/directional/north,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"rg" = (
/obj/item/coin/bananium,
/obj/item/coin/bananium,
@@ -276,19 +285,13 @@
/obj/item/coin/bananium,
/obj/machinery/light/small/directional/west,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"rh" = (
/obj/structure/disposalpipe/segment{
dir = 6
},
/turf/open/indestructible/white,
-/area/virtual_domain)
-"rr" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"rH" = (
/obj/structure/disposalpipe/junction/yjunction{
dir = 1;
@@ -297,46 +300,39 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
-"rT" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"sq" = (
/obj/machinery/light/directional/north,
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"sT" = (
/obj/structure/disposalpipe/sorting/mail/flip{
dir = 1
},
/obj/effect/mapping_helpers/mail_sorting/supply/qm_office,
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"tq" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"tt" = (
/obj/structure/disposalpipe/segment{
dir = 4;
invisibility = 101
},
/turf/open/indestructible/light,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"tv" = (
/obj/effect/mob_spawn/corpse/human/damaged,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"tF" = (
-/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/virtual_domain/fullbright)
"tI" = (
/obj/item/coin/bananium,
/obj/item/coin/bananium,
@@ -344,15 +340,15 @@
/obj/item/coin/bananium,
/obj/machinery/light/small/directional/east,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"uX" = (
/obj/effect/mapping_helpers/no_lava,
/mob/living/basic/clown,
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"uY" = (
/turf/closed/mineral/bananium,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"uZ" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -362,13 +358,13 @@
/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet/escape,
/obj/item/pen/fourcolor,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"wz" = (
/obj/machinery/light/small/directional/south,
/obj/effect/mapping_helpers/no_lava,
/mob/living/basic/clown,
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"xt" = (
/obj/modular_map_root/safehouse{
key = "mine"
@@ -379,17 +375,17 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"yz" = (
/obj/structure/disposalpipe/segment{
dir = 10
},
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"yS" = (
/obj/structure/marker_beacon/yellow,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"yZ" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -397,16 +393,16 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"zm" = (
/obj/effect/decal/cleanable/cobweb,
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"zA" = (
/obj/structure/statue/bananium/clown,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"zF" = (
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -415,14 +411,14 @@
dir = 8
},
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Aa" = (
/obj/structure/disposalpipe/segment{
dir = 9
},
/obj/effect/turf_decal/tile/red/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Bi" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -431,7 +427,7 @@
/obj/effect/decal/cleanable/cobweb,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Cp" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -439,7 +435,7 @@
},
/obj/machinery/light/small/directional/west,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Cs" = (
/obj/item/bikehorn,
/obj/structure/disposalpipe/segment{
@@ -448,7 +444,7 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Do" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -456,7 +452,7 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"DL" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -464,35 +460,42 @@
/obj/item/bikehorn,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Ex" = (
/obj/structure/disposalpipe/segment{
dir = 10
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
+"Fb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
"FI" = (
/obj/item/reagent_containers/cup/glass/trophy/gold_cup,
/obj/structure/table/glass,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Gg" = (
/obj/structure/table/glass,
/obj/item/gun/magic/staff/honk,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Hq" = (
/obj/structure/disposalpipe/segment{
dir = 6
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Hr" = (
/obj/structure/table/glass,
/obj/item/clothing/shoes/clown_shoes/banana_shoes,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"HQ" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -500,10 +503,13 @@
/obj/machinery/light/small/directional/east,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Ie" = (
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/virtual_domain/fullbright)
"Iz" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -511,20 +517,20 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"IN" = (
/obj/structure/disposalpipe/segment{
dir = 6
},
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"IY" = (
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Jv" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"JB" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -533,28 +539,28 @@
/obj/machinery/light/small/directional/north,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Ka" = (
/obj/effect/decal/cleanable/food/pie_smudge,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Kh" = (
/obj/effect/mob_spawn/corpse/human/damaged,
/obj/effect/decal/cleanable/blood/old,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"KG" = (
/obj/item/pickaxe,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"KI" = (
/obj/structure/disposalpipe/segment{
dir = 4;
invisibility = 101
},
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Lv" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -562,18 +568,18 @@
},
/obj/machinery/light/small/directional/east,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Nv" = (
/obj/effect/decal/cleanable/cobweb,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"NB" = (
/obj/machinery/disposal/delivery_chute,
/obj/structure/disposalpipe/trunk{
dir = 1
},
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"NL" = (
/obj/machinery/disposal/delivery_chute{
desc = "The following is engraved upon the chute: A FATE WORSE THAN DEATH LIES WITHIN";
@@ -583,12 +589,12 @@
/obj/structure/disposalpipe/trunk,
/obj/effect/mapping_helpers/no_lava,
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"NW" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/spray/waterflower/superlube,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Ok" = (
/obj/item/bikehorn,
/obj/structure/disposalpipe/segment{
@@ -596,7 +602,7 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Ov" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -604,7 +610,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"PJ" = (
/obj/structure/disposalpipe/trunk,
/obj/structure/disposaloutlet{
@@ -612,10 +618,10 @@
},
/obj/effect/mapping_helpers/no_lava,
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"PM" = (
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"PQ" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -623,20 +629,20 @@
},
/obj/item/pickaxe,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"QP" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
"QX" = (
/obj/structure/closet/crate/secure/bitrunning/encrypted,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Rh" = (
/obj/structure/disposalpipe/segment{
dir = 5
},
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Rx" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -645,13 +651,7 @@
/obj/structure/table,
/obj/item/flashlight/lamp/bananalamp,
/turf/open/indestructible/white,
-/area/virtual_domain)
-"RU" = (
-/obj/structure/disposalpipe/segment{
- invisibility = 101
- },
-/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Sg" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -660,13 +660,13 @@
/obj/effect/decal/cleanable/food/pie_smudge,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Sm" = (
/obj/structure/disposalpipe/segment{
dir = 5
},
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Tm" = (
/obj/effect/decal/cleanable/food/pie_smudge,
/obj/structure/disposalpipe/segment{
@@ -674,13 +674,13 @@
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Tx" = (
/obj/structure/disposalpipe/segment{
invisibility = 101
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"TH" = (
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -689,60 +689,59 @@
dir = 8
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"TK" = (
/obj/structure/disposalpipe/segment{
invisibility = 101
},
/turf/closed/wall/r_wall,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Ug" = (
/obj/machinery/light/small/directional/north,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"UL" = (
/obj/effect/decal/cleanable/oil,
/obj/structure/disposalpipe/segment{
dir = 10
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"UN" = (
/obj/structure/disposalpipe/segment{
dir = 10
},
/turf/open/floor/plating,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"UQ" = (
/obj/structure/disposalpipe/segment{
invisibility = 101
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"UY" = (
/obj/structure/disposalpipe/segment{
dir = 5
},
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Vx" = (
/obj/structure/disposalpipe/segment{
- dir = 4;
- invisibility = 101
+ dir = 5
},
/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/virtual_domain/fullbright)
"VI" = (
/obj/structure/disposalpipe/segment{
dir = 10
},
/turf/closed/indestructible/binary,
-/area/virtual_domain)
+/area/virtual_domain/fullbright)
"VQ" = (
/turf/open/floor/noslip,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Ww" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -751,40 +750,40 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow/fourcorners,
/turf/open/indestructible/permalube,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"WB" = (
/obj/machinery/disposal/delivery_chute{
dir = 1
},
/obj/structure/disposalpipe/trunk,
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"WT" = (
/obj/machinery/door/airlock/bananium,
/turf/open/floor/carpet,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"WX" = (
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Xp" = (
/obj/machinery/light/directional/south,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"XB" = (
/obj/machinery/light/directional/north,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"Yb" = (
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/indestructible/honk,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"YP" = (
/obj/structure/disposalpipe/segment{
dir = 4;
invisibility = 101
},
/turf/open/indestructible/white,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
"ZR" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -793,44 +792,44 @@
dir = 4
},
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
-/area/virtual_domain)
+/area/lavaland/surface/outdoors/virtual_domain)
(1,1,1) = {"
-Ie
-Ie
-rT
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-rr
hY
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
hY
hY
hY
@@ -842,9 +841,9 @@ hY
hY
"}
(2,1,1) = {"
-Ie
-Ie
-Vx
+hY
+tF
+gd
Ie
Ie
Ie
@@ -876,7 +875,7 @@ Ie
Ie
Ie
Vx
-hY
+tF
hY
hY
hY
@@ -888,41 +887,41 @@ hY
hY
"}
(3,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-Ie
-Ie
-Ie
-Ie
-by
-by
-by
-by
-by
-by
-by
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-by
-by
-by
-by
-by
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Vx
hY
+tF
+Fb
+tF
+tF
+tF
+tF
+tF
+qg
+qg
+qg
+qg
+qg
+qg
+qg
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+qg
+qg
+qg
+qg
+qg
+tF
+tF
+tF
+tF
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -934,41 +933,41 @@ hY
hY
"}
(4,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-Ie
-Ie
-by
-by
-by
+hY
+tF
+Fb
+tF
+tF
+tF
+qg
+qg
+qg
ik
ik
ik
ik
ik
-by
-by
-Ie
-Ie
-Ie
-Ie
-Ie
-by
-by
+qg
+qg
+tF
+tF
+hY
+tF
+tF
+qg
+qg
ik
ik
ik
-by
-by
-by
-Ie
-Ie
-Ie
-Ie
-Vx
+qg
+qg
+qg
+tF
+tF
hY
+tF
+Fb
+tF
hY
hY
hY
@@ -980,13 +979,13 @@ hY
hY
"}
(5,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-Ie
-by
-by
+hY
+tF
+Fb
+tF
+tF
+qg
+qg
ik
ik
ik
@@ -995,26 +994,26 @@ Sm
Hq
Sm
ik
-by
-by
-Ie
-Ie
-Ie
-by
-by
+qg
+qg
+tF
+tF
+tF
+qg
+qg
ik
ik
tq
mD
ik
ik
-by
-by
-Ie
-Ie
-Ie
-Vx
-hY
+qg
+qg
+tF
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -1026,12 +1025,12 @@ hY
hY
"}
(6,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-by
-by
+hY
+tF
+Fb
+tF
+qg
+qg
ik
ik
IN
@@ -1042,11 +1041,11 @@ yZ
aP
Sm
ik
-by
-by
-by
-by
-by
+qg
+qg
+qg
+qg
+qg
Nv
IY
tq
@@ -1055,12 +1054,12 @@ ik
ik
ik
ik
-by
-by
-Ie
-Ie
-Vx
-hY
+qg
+qg
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -1072,14 +1071,14 @@ hY
hY
"}
(7,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-by
+hY
+tF
+Fb
+tF
+qg
ik
ik
-by
+qg
Bi
cw
UQ
@@ -1088,11 +1087,11 @@ UQ
UY
KI
ik
-by
+qg
IY
Jv
IY
-by
+qg
IY
Jv
Kh
@@ -1102,11 +1101,11 @@ ik
tq
ik
ik
-by
-Ie
-Ie
-Vx
-hY
+qg
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -1118,11 +1117,11 @@ hY
hY
"}
(8,1,1) = {"
-Ie
-Ie
-Vx
-by
-by
+hY
+tF
+Fb
+qg
+qg
ik
IN
Tm
@@ -1133,7 +1132,7 @@ UQ
Sm
KI
KI
-by
+qg
zm
oA
IY
@@ -1144,15 +1143,15 @@ Jv
IY
IY
IY
-by
+qg
ik
mD
ik
-by
-by
-Ie
-Vx
-hY
+qg
+qg
+tF
+Fb
+tF
hY
hY
hY
@@ -1164,10 +1163,10 @@ hY
hY
"}
(9,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
ik
UN
@@ -1180,14 +1179,14 @@ KI
YP
Cp
uY
-by
+qg
sq
oA
IY
-by
-by
+qg
+qg
Jv
-by
+qg
IY
IY
IY
@@ -1195,25 +1194,25 @@ tq
ik
ik
ik
-by
-Ie
-Vx
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
+qg
+tF
+Fb
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
tF
"}
(10,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
IN
UQ
@@ -1227,8 +1226,8 @@ YP
YP
KG
uY
-by
-by
+qg
+qg
oA
IY
IY
@@ -1238,28 +1237,28 @@ IY
gH
Jv
Xp
-by
+qg
ik
ik
-by
-by
+qg
+qg
KI
+qg
+qg
+qg
+qg
+qg
+qg
+qg
+qg
by
-by
-by
-by
-by
-by
-by
-by
-by
-Ie
+tF
"}
(11,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
yz
fh
@@ -1277,7 +1276,7 @@ oA
oA
oA
IY
-by
+qg
IY
IY
Jv
@@ -1287,8 +1286,8 @@ IY
ik
tq
ik
-by
-by
+qg
+qg
iR
PM
PM
@@ -1298,14 +1297,14 @@ PM
PM
PM
PM
-by
-Ie
+qg
+tF
"}
(12,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
Hq
TK
@@ -1319,12 +1318,12 @@ PQ
tt
bp
uY
-by
+qg
oA
oA
IY
IY
-by
+qg
IY
IY
IY
@@ -1334,7 +1333,7 @@ ik
tq
ik
ik
-by
+qg
iR
yS
PM
@@ -1344,14 +1343,14 @@ PM
PM
yS
PM
-by
-Ie
+qg
+tF
"}
(13,1,1) = {"
-Ie
-Ie
-Vx
-by
+tF
+tF
+Fb
+qg
ik
UN
UQ
@@ -1364,23 +1363,23 @@ KI
YP
Lv
WX
-by
-by
+qg
+qg
oA
IY
IY
-by
-by
+qg
+qg
IY
IY
-by
+qg
IY
Jv
ik
mD
tq
ik
-by
+qg
iR
PM
PM
@@ -1390,12 +1389,12 @@ PM
PM
PM
PM
-by
-Ie
+qg
+tF
"}
(14,1,1) = {"
-Ie
-by
+tF
+qg
KI
nE
nE
@@ -1412,12 +1411,12 @@ KI
ps
TK
Sm
-by
-by
-by
+qg
+qg
+qg
zA
rg
-by
+qg
XB
IY
Jv
@@ -1426,7 +1425,7 @@ IY
ik
tq
ik
-by
+qg
iR
PM
QP
@@ -1436,16 +1435,16 @@ QP
QP
xt
PM
-by
-Ie
+qg
+tF
"}
(15,1,1) = {"
-Ie
-by
+tF
+qg
ij
hK
nE
-by
+qg
yz
UQ
UQ
@@ -1458,13 +1457,13 @@ Do
Iz
kn
Ww
-by
-by
+qg
+qg
FI
mF
mF
mF
-by
+qg
IY
Jv
Jv
@@ -1472,7 +1471,7 @@ IY
ik
tq
ik
-by
+qg
ZR
PM
QP
@@ -1482,12 +1481,12 @@ QP
QP
QP
PM
-by
-Ie
+qg
+tF
"}
(16,1,1) = {"
-Ie
-by
+tF
+qg
VQ
uX
NL
@@ -1505,20 +1504,20 @@ pl
Do
Ex
UY
-by
+qg
Ug
oI
NW
mF
-by
-by
+qg
+qg
Jv
IY
IY
ik
tq
ik
-by
+qg
PM
PM
QP
@@ -1528,16 +1527,16 @@ QP
QP
QP
PM
-by
-Ie
+qg
+tF
"}
(17,1,1) = {"
-Ie
-by
+tF
+qg
VQ
bR
wz
-by
+qg
Hq
UQ
Sm
@@ -1560,11 +1559,11 @@ WT
IY
Jv
IY
-by
+qg
ik
tq
ik
-by
+qg
PM
PM
QP
@@ -1574,12 +1573,12 @@ QP
QP
QP
PM
-by
-Ie
+qg
+tF
"}
(18,1,1) = {"
-Ie
-by
+tF
+qg
VQ
uX
PJ
@@ -1597,12 +1596,12 @@ Ok
mE
rH
pl
-by
+qg
mF
Hr
Gg
mF
-by
+qg
IY
IY
IY
@@ -1610,7 +1609,7 @@ IY
ik
tq
ik
-by
+qg
PM
PM
QP
@@ -1620,17 +1619,17 @@ QP
QP
QP
PM
-by
-Ie
+qg
+tF
"}
(19,1,1) = {"
-Ie
-by
+tF
+qg
zF
uX
nE
-by
-by
+qg
+qg
Ww
Ww
Ww
@@ -1643,12 +1642,12 @@ UY
Ka
KI
tv
-by
+qg
FI
mF
mF
QX
-by
+qg
IY
IY
IY
@@ -1656,7 +1655,7 @@ IY
ik
tq
ik
-by
+qg
lj
PM
QP
@@ -1666,34 +1665,34 @@ QP
QP
QP
PM
-by
-Ie
+qg
+tF
"}
(20,1,1) = {"
-Ie
-by
+tF
+qg
KI
nE
nE
ik
-by
+qg
Ww
Ww
Cs
Do
Do
KI
-by
-by
+qg
+qg
bQ
-by
+qg
ba
-by
+qg
IY
-by
+qg
zA
tI
-by
+qg
XB
IY
Jv
@@ -1702,7 +1701,7 @@ IY
ik
tq
ik
-by
+qg
iR
PM
QP
@@ -1712,17 +1711,17 @@ QP
QP
gr
PM
-by
-Ie
+qg
+tF
"}
(21,1,1) = {"
-Ie
-Ie
-Vx
-by
+tF
+tF
+Fb
+qg
ik
-by
-by
+qg
+qg
Do
Do
Do
@@ -1732,13 +1731,13 @@ KI
rh
ed
gK
-by
+qg
UL
Sm
IY
IY
-by
-by
+qg
+qg
Kh
IY
IY
@@ -1748,7 +1747,7 @@ ik
tq
mD
ik
-by
+qg
iR
PM
PM
@@ -1758,17 +1757,17 @@ PM
PM
PM
PM
-by
-Ie
+qg
+tF
"}
(22,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
-by
-by
+qg
+qg
JB
Sg
KI
@@ -1779,12 +1778,12 @@ YP
bp
bp
uY
-by
+qg
bQ
oA
IY
IY
-by
+qg
IY
Jv
IY
@@ -1794,7 +1793,7 @@ ik
tq
ik
ik
-by
+qg
iR
PM
PM
@@ -1804,14 +1803,14 @@ PM
PM
PM
PM
-by
-Ie
+qg
+tF
"}
(23,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
cM
eE
@@ -1827,7 +1826,7 @@ bp
WB
TK
Aa
-by
+qg
IY
IY
Jv
@@ -1836,11 +1835,11 @@ Jv
IY
aM
Xp
-by
+qg
tq
ik
-by
-by
+qg
+qg
iR
PM
PM
@@ -1850,17 +1849,17 @@ PM
PM
PM
PM
-by
-Ie
+qg
+tF
"}
(24,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
-by
-by
+qg
+qg
lP
Do
Do
@@ -1871,7 +1870,7 @@ bq
Rh
WX
uY
-by
+qg
oA
oA
IY
@@ -1880,33 +1879,33 @@ Jv
Jv
IY
IY
-by
-by
+qg
+qg
ik
mD
ik
-by
-by
+qg
+qg
KI
-by
-by
-by
-by
-by
-by
-by
-by
-by
-Ie
+qg
+qg
+qg
+qg
+qg
+qg
+qg
+qg
+qg
+tF
"}
(25,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
-by
-by
+qg
+qg
pl
Do
KI
@@ -1916,7 +1915,7 @@ KI
rh
lm
uY
-by
+qg
sq
oA
IY
@@ -1924,35 +1923,35 @@ IY
IY
IY
IY
-by
+qg
IY
IY
ik
mD
ik
ik
-by
-Ie
-Vx
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
+qg
+tF
+Fb
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
"}
(26,1,1) = {"
-Ie
-Ie
-Vx
-by
+hY
+tF
+Fb
+qg
ik
ik
-by
+qg
yd
Do
Do
@@ -1960,8 +1959,8 @@ Do
Ex
lx
KI
-by
-by
+qg
+qg
oA
oA
IY
@@ -1972,15 +1971,15 @@ aM
IY
IY
IY
-by
+qg
ik
tq
ik
-by
-by
-Ie
-Vx
-hY
+qg
+qg
+tF
+Fb
+tF
hY
hY
hY
@@ -1992,41 +1991,41 @@ hY
hY
"}
(27,1,1) = {"
-Ie
-Ie
-Vx
-by
-by
+hY
+tF
+Fb
+qg
+qg
ik
-by
-by
+qg
+qg
Ex
lx
HQ
UQ
UQ
bU
-by
+qg
ik
-by
+qg
Yb
IY
IY
-by
+qg
IY
IY
-by
+qg
IY
IY
ik
mD
ik
ik
-by
-Ie
-Ie
-Vx
-hY
+qg
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -2038,27 +2037,27 @@ hY
hY
"}
(28,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-by
-by
+hY
+tF
+Fb
+tF
+qg
+qg
ik
ik
-by
+qg
mD
-by
+qg
Ka
lP
mD
-by
+qg
ik
-by
-by
-by
-by
-by
+qg
+qg
+qg
+qg
+qg
IY
IY
IY
@@ -2067,12 +2066,12 @@ ik
ik
ik
ik
-by
-by
-Ie
-Ie
-Vx
-hY
+qg
+qg
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -2084,41 +2083,41 @@ hY
hY
"}
(29,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-Ie
-by
-by
+hY
+tF
+Fb
+tF
+tF
+qg
+qg
ik
ik
ik
tq
tq
tq
-by
+qg
ik
-by
-by
-Ie
-Ie
-Ie
-by
-by
+qg
+qg
+tF
+tF
+tF
+qg
+qg
ik
ik
mD
tq
ik
ik
-by
-by
-Ie
-Ie
-Ie
-Vx
-hY
+qg
+qg
+tF
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -2130,41 +2129,41 @@ hY
hY
"}
(30,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-Ie
-Ie
-by
-by
-by
+hY
+tF
+Fb
+tF
+tF
+tF
+qg
+qg
+qg
ik
ik
ik
ik
ik
-by
-by
-Ie
-Ie
-Ie
-Ie
-Ie
-by
-by
+qg
+qg
+tF
+tF
+hY
+tF
+tF
+qg
+qg
ik
ik
ik
-by
-by
-by
-Ie
-Ie
-Ie
-Ie
-Vx
+qg
+qg
+qg
+tF
+tF
hY
+tF
+Fb
+tF
hY
hY
hY
@@ -2176,41 +2175,41 @@ hY
hY
"}
(31,1,1) = {"
-Ie
-Ie
-Vx
-Ie
-Ie
-Ie
-Ie
-Ie
-by
-by
-by
-by
-by
-by
-by
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-by
-by
-by
-by
-by
-Ie
-Ie
-Ie
-Ie
-Ie
-Ie
-Vx
hY
+tF
+Fb
+tF
+tF
+tF
+tF
+tF
+qg
+qg
+qg
+qg
+qg
+qg
+qg
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+qg
+qg
+qg
+qg
+qg
+tF
+tF
+tF
+tF
+tF
+tF
+Fb
+tF
hY
hY
hY
@@ -2222,56 +2221,9 @@ hY
hY
"}
(32,1,1) = {"
-Ie
-Ie
-VI
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-RU
-ly
-hY
-hY
-hY
-hY
-hY
hY
-hY
-hY
-hY
-hY
-"}
-(33,1,1) = {"
-Ie
-Ie
-Ie
-Ie
+tF
+VI
Ie
Ie
Ie
@@ -2302,7 +2254,54 @@ Ie
Ie
Ie
Ie
+ly
+tF
+hY
+hY
+hY
+hY
+hY
+hY
+hY
+hY
+hY
+"}
+(33,1,1) = {"
hY
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
+tF
hY
hY
hY
diff --git a/_maps/virtual_domains/colossus.dmm b/_maps/virtual_domains/colossus.dmm
index 19570e13daf81d..d246ad52fa1e71 100644
--- a/_maps/virtual_domains/colossus.dmm
+++ b/_maps/virtual_domains/colossus.dmm
@@ -34,9 +34,8 @@
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
"q" = (
-/obj/effect/baseturf_helper/virtual_domain,
/turf/open/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
+/area/virtual_domain/fullbright)
"r" = (
/obj/machinery/light/small/blacklight/directional/south,
/obj/effect/baseturf_helper/virtual_domain,
@@ -45,13 +44,14 @@
"s" = (
/turf/open/lava/smooth/lava_land_surface,
/area/lavaland/surface/outdoors/virtual_domain)
+"t" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors/virtual_domain)
"u" = (
/obj/structure/marker_beacon/indigo,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
-"v" = (
-/turf/open/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
"x" = (
/obj/structure/marker_beacon/purple,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
@@ -91,56 +91,55 @@
/area/lavaland/surface/outdoors/virtual_domain)
(1,1,1) = {"
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
q
"}
(2,1,1) = {"
-v
-k
+q
k
k
k
@@ -184,10 +183,11 @@ k
k
k
k
-v
+t
+q
"}
(3,1,1) = {"
-v
+q
k
a
a
@@ -232,10 +232,10 @@ a
k
k
k
-v
+q
"}
(4,1,1) = {"
-v
+q
k
a
a
@@ -280,10 +280,10 @@ a
a
a
k
-v
+q
"}
(5,1,1) = {"
-v
+q
k
a
a
@@ -328,10 +328,10 @@ a
a
s
k
-v
+q
"}
(6,1,1) = {"
-v
+q
k
a
a
@@ -376,10 +376,10 @@ a
s
s
k
-v
+q
"}
(7,1,1) = {"
-v
+q
k
a
a
@@ -424,10 +424,10 @@ a
a
s
k
-v
+q
"}
(8,1,1) = {"
-v
+q
k
a
a
@@ -472,10 +472,10 @@ a
a
k
k
-v
+q
"}
(9,1,1) = {"
-v
+q
k
a
a
@@ -520,10 +520,10 @@ a
a
k
k
-v
+q
"}
(10,1,1) = {"
-v
+q
k
k
a
@@ -568,10 +568,10 @@ a
a
k
k
-v
+q
"}
(11,1,1) = {"
-v
+q
k
k
a
@@ -616,10 +616,10 @@ a
a
a
k
-v
+q
"}
(12,1,1) = {"
-v
+q
k
k
a
@@ -664,10 +664,10 @@ a
a
a
k
-v
+q
"}
(13,1,1) = {"
-v
+q
k
k
a
@@ -712,10 +712,10 @@ a
a
a
k
-v
+q
"}
(14,1,1) = {"
-v
+q
k
a
a
@@ -760,10 +760,10 @@ a
a
a
k
-v
+q
"}
(15,1,1) = {"
-v
+q
k
a
a
@@ -808,10 +808,10 @@ a
a
a
k
-v
+q
"}
(16,1,1) = {"
-v
+q
k
a
a
@@ -856,10 +856,10 @@ a
a
a
k
-v
+q
"}
(17,1,1) = {"
-v
+q
k
a
a
@@ -904,10 +904,10 @@ a
a
a
k
-v
+q
"}
(18,1,1) = {"
-v
+q
k
a
a
@@ -952,10 +952,10 @@ a
a
a
k
-v
+q
"}
(19,1,1) = {"
-v
+q
k
a
a
@@ -1000,10 +1000,10 @@ a
a
a
k
-v
+q
"}
(20,1,1) = {"
-v
+q
k
a
a
@@ -1048,10 +1048,10 @@ a
a
a
k
-v
+q
"}
(21,1,1) = {"
-v
+q
k
a
a
@@ -1096,10 +1096,10 @@ U
N
a
k
-v
+q
"}
(22,1,1) = {"
-v
+q
k
a
a
@@ -1144,10 +1144,10 @@ U
U
a
k
-v
+q
"}
(23,1,1) = {"
-v
+q
k
a
a
@@ -1192,10 +1192,10 @@ U
U
a
k
-v
+q
"}
(24,1,1) = {"
-v
+q
k
a
a
@@ -1240,10 +1240,10 @@ U
U
a
k
-v
+q
"}
(25,1,1) = {"
-v
+q
k
a
a
@@ -1288,10 +1288,10 @@ U
U
a
k
-v
+q
"}
(26,1,1) = {"
-v
+q
k
a
a
@@ -1336,10 +1336,10 @@ U
U
a
k
-v
+q
"}
(27,1,1) = {"
-v
+q
k
a
a
@@ -1384,10 +1384,10 @@ U
D
a
k
-v
+q
"}
(28,1,1) = {"
-v
+q
k
a
a
@@ -1432,10 +1432,10 @@ a
a
a
k
-v
+q
"}
(29,1,1) = {"
-v
+q
k
a
a
@@ -1480,10 +1480,10 @@ a
a
a
k
-v
+q
"}
(30,1,1) = {"
-v
+q
k
a
a
@@ -1528,10 +1528,10 @@ a
a
a
k
-v
+q
"}
(31,1,1) = {"
-v
+q
k
a
a
@@ -1576,10 +1576,10 @@ a
a
a
k
-v
+q
"}
(32,1,1) = {"
-v
+q
k
a
a
@@ -1624,10 +1624,10 @@ a
a
a
k
-v
+q
"}
(33,1,1) = {"
-v
+q
k
a
a
@@ -1672,10 +1672,10 @@ a
a
a
k
-v
+q
"}
(34,1,1) = {"
-v
+q
k
k
a
@@ -1720,10 +1720,10 @@ a
a
a
k
-v
+q
"}
(35,1,1) = {"
-v
+q
k
k
a
@@ -1768,10 +1768,10 @@ a
a
a
k
-v
+q
"}
(36,1,1) = {"
-v
+q
k
k
a
@@ -1816,10 +1816,10 @@ a
a
a
k
-v
+q
"}
(37,1,1) = {"
-v
+q
k
k
a
@@ -1864,10 +1864,10 @@ a
a
k
k
-v
+q
"}
(38,1,1) = {"
-v
+q
k
a
a
@@ -1912,10 +1912,10 @@ a
a
k
k
-v
+q
"}
(39,1,1) = {"
-v
+q
k
a
a
@@ -1960,10 +1960,10 @@ a
a
a
k
-v
+q
"}
(40,1,1) = {"
-v
+q
k
a
a
@@ -2008,10 +2008,10 @@ a
a
a
k
-v
+q
"}
(41,1,1) = {"
-v
+q
k
a
a
@@ -2056,10 +2056,10 @@ a
a
a
k
-v
+q
"}
(42,1,1) = {"
-v
+q
k
a
a
@@ -2104,10 +2104,10 @@ a
a
a
k
-v
+q
"}
(43,1,1) = {"
-v
+q
k
a
k
@@ -2152,10 +2152,10 @@ k
a
a
k
-v
+q
"}
(44,1,1) = {"
-v
+q
k
k
k
@@ -2200,53 +2200,53 @@ k
k
k
k
-v
+q
"}
(45,1,1) = {"
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
-v
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
+q
"}
diff --git a/_maps/virtual_domains/fredingtonfastingbear.dmm b/_maps/virtual_domains/fredingtonfastingbear.dmm
index 4da8210c90e1ab..422395c72bc970 100644
--- a/_maps/virtual_domains/fredingtonfastingbear.dmm
+++ b/_maps/virtual_domains/fredingtonfastingbear.dmm
@@ -1,11 +1,11 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aV" = (
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"bu" = (
/obj/machinery/oven/range,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"bL" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
@@ -14,7 +14,7 @@
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/decal/cleanable/greenglow,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"bP" = (
/obj/structure/sign/poster/official/report_crimes,
/turf/closed/indestructible/reinforced,
@@ -23,7 +23,7 @@
/obj/machinery/chem_dispenser/drinks/beer,
/obj/structure/table/wood,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"bW" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -32,7 +32,7 @@
pixel_y = 6
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"cn" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -41,40 +41,41 @@
pixel_y = 2
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"cp" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/mob/living/basic/bear/snow,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"cY" = (
/obj/structure/sign/poster/official/no_erp/directional/north,
/obj/structure/sign/poster/official/no_erp/directional/north,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"dl" = (
/obj/structure/sign/poster/contraband/blood_geometer/directional/south,
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"dz" = (
/obj/structure/table/wood,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"dN" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/decal/cleanable/blood/xtracks,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"dV" = (
/obj/structure/table/glass,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ex" = (
-/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/obj/structure/sign/poster/contraband/bountyhunters/directional/south,
+/turf/template_noop,
+/area/virtual_domain)
"eE" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
@@ -83,28 +84,28 @@
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"eW" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"fd" = (
/obj/structure/table/wood/poker,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"fo" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/cup/glass/shaker{
pixel_x = 5
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"fy" = (
/obj/machinery/stove,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"fz" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -114,15 +115,15 @@
pixel_y = 6
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"fU" = (
/obj/effect/decal/cleanable/blood/footprints,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"gl" = (
/obj/structure/sign/poster/contraband/blasto_detergent,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"gL" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -132,7 +133,7 @@
},
/obj/machinery/light/built/directional/east,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"hq" = (
/obj/structure/table/reinforced,
/obj/item/flashlight/seclite{
@@ -147,11 +148,11 @@
"hI" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"hK" = (
/obj/item/trash/popcorn,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"hR" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -160,7 +161,7 @@
/obj/effect/decal/cleanable/confetti,
/obj/effect/decal/cleanable/insectguts,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"jE" = (
/obj/structure/sign/poster/abductor/ayy_over_tizira,
/obj/structure/sign/poster/official/the_owl,
@@ -174,71 +175,71 @@
dir = 4
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"kf" = (
/obj/structure/chair/stool/bar/directional/east,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"km" = (
/obj/structure/chair/sofa/corp/left{
dir = 1
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"kL" = (
/obj/machinery/light/built/directional/west,
/obj/item/light/tube/broken,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lc" = (
/obj/machinery/vending/boozeomat,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lL" = (
/obj/structure/table,
/obj/item/kitchen/rollingpin/illegal,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lP" = (
/obj/machinery/vending/sovietsoda,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lS" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ma" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/table,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ms" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"mC" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/table,
/obj/item/food/pizza,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"mX" = (
/obj/machinery/computer/arcade/amputation{
dir = 1
},
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ng" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"nF" = (
/obj/effect/spawner/structure/window/reinforced/indestructible,
/turf/open/floor/iron,
@@ -251,11 +252,11 @@
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/item/clothing/mask/animal/small/bear/cursed,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"nX" = (
/obj/structure/chair/sofa/corp/left,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ob" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
@@ -263,12 +264,12 @@
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/decal/cleanable/greenglow,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"of" = (
/obj/structure/railing,
/obj/effect/decal/cleanable/fuel_pool/hivis,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"oO" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -276,23 +277,23 @@
dir = 4
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"pr" = (
/obj/machinery/light/built/directional/east,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"pK" = (
/obj/effect/decal/cleanable/blood/tracks{
dir = 4
},
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"pX" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/item/restraints/legcuffs/beartrap/prearmed,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ql" = (
/obj/structure/table/reinforced,
/obj/item/toy/plush/nukeplushie{
@@ -307,20 +308,20 @@
/area/virtual_domain/protected_space/fullbright)
"qK" = (
/turf/closed/indestructible/fakedoor,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"rc" = (
/obj/structure/chair/comfy/black{
dir = 8
},
/obj/effect/decal/cleanable/blood/splatter,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"re" = (
/obj/structure/chair/comfy/black{
dir = 8
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ri" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -329,14 +330,14 @@
},
/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"rB" = (
/obj/item/trash/boritos/green{
pixel_x = 4;
pixel_y = 11
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"rD" = (
/obj/machinery/door/poddoor{
id = "door2"
@@ -350,21 +351,20 @@
dir = 4
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"sg" = (
-/obj/structure/sign/poster/contraband/bountyhunters/directional/south,
-/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/turf/template_noop,
+/area/virtual_domain)
"si" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/structure/table,
/obj/item/balloon_mallet,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"sk" = (
/obj/machinery/computer/slot_machine,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"sl" = (
/obj/effect/spawner/structure/window/reinforced/indestructible,
/obj/structure/sign/poster/contraband/space_cola/directional/north,
@@ -375,28 +375,28 @@
dir = 1
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"td" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/decal/chempuff,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"to" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"tC" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/structure/table,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"tI" = (
/obj/item/trash/can,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"tN" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
@@ -405,7 +405,7 @@
/obj/structure/table/wood/poker,
/obj/item/trash/ready_donk,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ud" = (
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/cafeteria,
@@ -415,40 +415,40 @@
dir = 1
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"uZ" = (
/obj/effect/decal/cleanable/food/salt,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ve" = (
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vk" = (
/obj/structure/railing,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vm" = (
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vs" = (
/obj/structure/closet/secure_closet/freezer/cream_pie,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vw" = (
/mob/living/basic/bear/butter,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vy" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/decal/cleanable/blood/gibs/down,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vz" = (
/obj/effect/spawner/structure/window/reinforced/plasma,
/turf/open/floor/iron,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vF" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
@@ -458,18 +458,18 @@
id = "door2"
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vG" = (
/obj/structure/closet/secure_closet/freezer/kitchen,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vR" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/structure/table,
/obj/item/trash/tray,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"vT" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -478,7 +478,7 @@
},
/obj/effect/decal/cleanable/insectguts,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"wM" = (
/obj/item/toy/balloon/heart,
/obj/machinery/light/built/directional/west,
@@ -486,47 +486,47 @@
dir = 1
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xa" = (
/obj/structure/railing,
/obj/structure/curtain/cloth/fancy/mechanical/start_closed,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xk" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/structure/table,
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xv" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/structure/sign/poster/official/moth_hardhat/directional/west,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xY" = (
/obj/effect/decal/cleanable/insectguts,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"yz" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"yB" = (
/obj/structure/railing,
/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"zU" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ag" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -534,11 +534,11 @@
dir = 4
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ak" = (
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"AF" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/cup/glass/bottle/goldschlager{
@@ -549,23 +549,23 @@
pixel_x = -4
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Bc" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
"Bf" = (
/obj/effect/spawner/random/trash/graffiti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Bj" = (
/obj/machinery/computer/arcade/amputation,
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Bo" = (
/obj/machinery/door/airlock,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"BU" = (
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron/cafeteria,
@@ -578,16 +578,16 @@
},
/obj/effect/decal/cleanable/blood/gibs/up,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Cm" = (
/turf/template_noop,
-/area/space)
+/area/template_noop)
"Ct" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/machinery/light/built/directional/east,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Dx" = (
/obj/effect/decal/cleanable/fuel_pool,
/obj/effect/decal/cleanable/confetti,
@@ -596,7 +596,7 @@
"Dz" = (
/mob/living/basic/bear/fightpit,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"DV" = (
/obj/machinery/door/airlock,
/turf/open/floor/iron/cafeteria,
@@ -609,14 +609,14 @@
},
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"EP" = (
/obj/structure/railing{
dir = 4
},
/obj/effect/decal/cleanable/leaper_sludge,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Fc" = (
/turf/closed/indestructible/reinforced,
/area/virtual_domain/protected_space/fullbright)
@@ -625,29 +625,29 @@
/obj/machinery/light/built/directional/west,
/obj/structure/fake_stairs/wood,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"FA" = (
/obj/effect/decal/cleanable/food/flour,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Gb" = (
/obj/item/trash/peanuts,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Gn" = (
/obj/machinery/light/built/directional/east,
/obj/effect/decal/cleanable/food/tomato_smudge,
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"GD" = (
/obj/effect/decal/cleanable/blood,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"GK" = (
/obj/structure/closet/crate/trashcart/filled,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Hi" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
@@ -655,12 +655,12 @@
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ho" = (
/obj/effect/decal/cleanable/fuel_pool/hivis,
/mob/living/basic/bear/fightpit,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"HE" = (
/obj/structure/table/reinforced,
/obj/item/gun/energy/laser{
@@ -685,11 +685,11 @@
"HG" = (
/obj/structure/curtain/cloth/fancy/mechanical,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"If" = (
/mob/living/basic/bear/russian,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Io" = (
/obj/structure/closet/crate/trashcart/filled,
/turf/open/misc/dirt/jungle,
@@ -697,12 +697,12 @@
"IX" = (
/obj/machinery/computer/arcade/amputation,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"IY" = (
/obj/structure/table/wood/poker,
/obj/item/toy/cards/deck/syndicate,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Jh" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -712,13 +712,13 @@
pixel_y = 8
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"JD" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"JF" = (
/obj/modular_map_root/safehouse{
key = "wood"
@@ -735,11 +735,11 @@
},
/obj/item/trash/pistachios,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"KJ" = (
/mob/living/basic/bear/fightpit,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ln" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -748,11 +748,11 @@
},
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"LP" = (
/obj/item/trash/shrimp_chips,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"LU" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
@@ -762,7 +762,7 @@
id = "door1"
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Mc" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -774,24 +774,24 @@
dir = 8
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Mm" = (
/obj/structure/chair/stool/bar/directional/north,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Mq" = (
/obj/structure/sign/poster/contraband/ambrosia_vulgaris/directional/west,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ML" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"MO" = (
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"MS" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -800,84 +800,84 @@
pixel_y = 2
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ne" = (
/turf/closed/indestructible/binary,
-/area/space)
+/area/virtual_domain/fullbright)
"Nz" = (
/obj/structure/sign/poster/official/pda_ad/directional/north,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"NA" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"NE" = (
/obj/structure/sign/poster/abductor/ayy_cops/directional/north,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Od" = (
/obj/structure/table/wood/poker,
/obj/item/toy/cards/deck,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ox" = (
/obj/structure/sign/poster/official/the_owl,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"OB" = (
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"OD" = (
/mob/living/basic/bear/russian,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"OM" = (
/obj/structure/table,
/obj/effect/decal/cleanable/food/salt,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Pm" = (
/obj/structure/chair/sofa/corp/right,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"PK" = (
/obj/structure/curtain/cloth/fancy/mechanical,
/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Qg" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/item/toy/balloon/heart,
/obj/machinery/light/built/directional/west,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"RB" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/machinery/light/built/directional/west,
/obj/effect/decal/cleanable/glass/plastitanium,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Sp" = (
/obj/structure/chair/sofa/corp,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Sr" = (
/obj/effect/decal/cleanable/blood/footprints{
dir = 4
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"SE" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/machinery/light/built/directional/east,
/obj/effect/decal/cleanable/glass/plastitanium,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"SW" = (
/obj/machinery/door/poddoor{
id = "door1"
@@ -891,11 +891,11 @@
pixel_y = 6
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Tp" = (
/obj/structure/sign/poster/official/soft_cap_pop_art,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Tq" = (
/turf/open/misc/dirt/jungle,
/area/virtual_domain/fullbright)
@@ -907,34 +907,34 @@
},
/obj/effect/decal/cleanable/insectguts,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"TR" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/effect/decal/cleanable/ants/fire,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"TW" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/mob/living/basic/bear/snow,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Uj" = (
/obj/structure/curtain/bounty/start_closed,
/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain/fullbright)
"Ux" = (
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"UR" = (
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"UW" = (
/obj/structure/sign/poster/official/no_erp/directional/north,
/turf/closed/indestructible/reinforced,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Vd" = (
/turf/open/floor/iron/cafeteria,
/area/virtual_domain/protected_space/fullbright)
@@ -942,14 +942,14 @@
/obj/structure/table,
/obj/item/kitchen/tongs,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Vs" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/machinery/light/built/directional/west,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"VS" = (
/obj/structure/table/reinforced,
/obj/item/modular_computer/laptop/preset/civilian,
@@ -958,7 +958,7 @@
"VW" = (
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Wj" = (
/obj/structure/sign/poster/contraband/free_key/directional,
/turf/closed/indestructible/reinforced,
@@ -966,7 +966,7 @@
"Wy" = (
/obj/effect/decal/cleanable/molten_object/large,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"WG" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -975,11 +975,11 @@
},
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"XG" = (
/obj/machinery/roulette,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Yd" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
@@ -987,26 +987,26 @@
dir = 8
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Ye" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/cup/soda_cans/grey_bull,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Yy" = (
/obj/machinery/computer/arcade/amputation{
dir = 1
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"YK" = (
/obj/effect/spawner/random/trash,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"YL" = (
/obj/item/trash/raisins,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"YT" = (
/obj/machinery/button/door/directional/west{
id = "door1"
@@ -1016,30 +1016,30 @@
"Zf" = (
/obj/machinery/deepfryer,
/turf/open/floor/iron/kitchen/small,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Zj" = (
/mob/living/basic/bear/fightpit,
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Zp" = (
/obj/structure/chair/comfy/black{
dir = 8
},
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ZL" = (
/obj/structure/railing{
dir = 4
},
/turf/open/floor/wood,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ZU" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/turf_decal/tile/blue/opposingcorners,
/obj/effect/decal/cleanable/confetti,
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ZZ" = (
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
/obj/effect/turf_decal/tile/dark_red/opposingcorners,
@@ -1047,7 +1047,7 @@
dir = 8
},
/turf/open/floor/iron/kitchen,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
(1,1,1) = {"
Cm
@@ -1095,9 +1095,6 @@ Cm
Cm
Cm
Cm
-Cm
-Cm
-Cm
"}
(2,1,1) = {"
Cm
@@ -1115,6 +1112,13 @@ Cm
Cm
Cm
Cm
+Uj
+Uj
+Uj
+Uj
+Uj
+Uj
+Uj
Cm
Cm
Cm
@@ -1138,6 +1142,8 @@ Cm
Cm
Cm
Cm
+"}
+(3,1,1) = {"
Cm
Cm
Cm
@@ -1148,13 +1154,18 @@ Cm
Cm
Cm
Cm
-"}
-(3,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+Uj
+MO
+OB
+OB
+OB
+OB
+Uj
Cm
Cm
Cm
@@ -1178,6 +1189,8 @@ Cm
Cm
Cm
Cm
+"}
+(4,1,1) = {"
Cm
Cm
Cm
@@ -1193,13 +1206,18 @@ Cm
Cm
Cm
Cm
+Uj
+OB
+OB
+OB
+OB
+Zj
+Uj
Cm
Cm
Cm
Cm
Cm
-"}
-(4,1,1) = {"
Cm
Cm
Cm
@@ -1218,12 +1236,10 @@ Cm
Cm
Cm
Cm
+"}
+(5,1,1) = {"
Cm
Cm
-Ne
-Ne
-Ne
-Ne
Cm
Cm
Cm
@@ -1237,6 +1253,13 @@ Cm
Cm
Cm
Cm
+Uj
+vm
+OB
+OB
+OB
+vm
+Uj
Cm
Cm
Cm
@@ -1248,8 +1271,6 @@ Cm
Cm
Cm
Cm
-"}
-(5,1,1) = {"
Cm
Cm
Cm
@@ -1262,19 +1283,30 @@ Cm
Cm
Cm
Cm
+"}
+(6,1,1) = {"
Cm
Cm
Cm
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
+Cm
+Cm
+ve
+ve
+ve
+ve
+ve
+ve
+Ox
+ve
+ve
+ve
+ve
+ve
+OB
+OB
+OB
+ve
+ve
Cm
Cm
Cm
@@ -1299,12 +1331,29 @@ Cm
Cm
Cm
"}
-(6,1,1) = {"
+(7,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+sk
+Ux
+Ux
+kL
+Ux
+Ux
+UR
+Ux
+Ux
+Ux
+Fy
+EP
+ZL
+ZL
+wM
+ve
Cm
Cm
Cm
@@ -1315,16 +1364,6 @@ Cm
Cm
Cm
Cm
-Ne
-Uj
-Uj
-Uj
-Uj
-Uj
-Uj
-Uj
-Ne
-Ne
Cm
Cm
Cm
@@ -1338,18 +1377,41 @@ Cm
Cm
Cm
Cm
+"}
+(8,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+GK
+Gb
+Ux
+IX
+rB
+YL
+mX
+UR
+Ux
+Ux
+Ux
+UR
+UR
+Ux
+Ux
+ve
Cm
Cm
+ve
+ve
+ve
+ve
+ve
+ve
Cm
Cm
Cm
-"}
-(7,1,1) = {"
Cm
Cm
Cm
@@ -1362,23 +1424,38 @@ Cm
Cm
Cm
Cm
+"}
+(9,1,1) = {"
Cm
Cm
-Ne
-Ne
-Uj
-MO
-OB
-OB
-OB
-OB
-Uj
-Ne
Cm
Cm
Cm
+gl
+GK
+Ux
+Ux
+Bj
+Ux
+Ux
+Yy
+Bf
+Ux
+Ux
+Ux
+Zp
+rc
+re
+Ux
+ve
Cm
Cm
+ve
+Ux
+Ux
+Ux
+Ux
+ve
Cm
Cm
Cm
@@ -1394,15 +1471,38 @@ Cm
Cm
Cm
Cm
+"}
+(10,1,1) = {"
Cm
Cm
Cm
Cm
-"}
-(8,1,1) = {"
Cm
+ve
+GK
+Ux
+Ux
+Bj
+UR
+Ux
+Yy
+Ux
+Ux
+Ux
+Ux
+Ke
+re
+re
+Ux
+Tp
Cm
Cm
+ve
+Ux
+vw
+Ux
+Ux
+ve
Cm
Cm
Cm
@@ -1414,29 +1514,42 @@ Cm
Cm
Cm
Cm
-Ne
-Ne
-Uj
-OB
-OB
-OB
-OB
-Zj
-Uj
-Ne
-Ne
-Ne
Cm
Cm
Cm
Cm
+"}
+(11,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+sk
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+re
+re
+re
+Ux
+ve
Cm
Cm
+ve
+Ux
+Ux
+Ux
+Ux
+ve
Cm
Cm
Cm
@@ -1448,98 +1561,49 @@ Cm
Cm
Cm
Cm
-"}
-(9,1,1) = {"
Cm
Cm
Cm
Cm
+"}
+(12,1,1) = {"
Cm
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
Uj
-vm
-OB
-OB
-OB
-vm
Uj
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(10,1,1) = {"
-Cm
-Cm
-Cm
-Cm
-Cm
-Ne
+Uj
+Uj
ve
ve
ve
ve
+Ux
+Ux
+Ux
+Wy
ve
ve
-Ox
+NE
+Ux
+Ux
+Ux
+Ux
+Ho
ve
ve
ve
ve
ve
-OB
-OB
-OB
ve
ve
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
+ve
+ve
+ve
+UW
+UW
+cY
+UW
+ve
+ve
Cm
Cm
Cm
@@ -1549,29 +1613,43 @@ Cm
Cm
Cm
"}
-(11,1,1) = {"
-Cm
-Cm
-Cm
-Cm
+(13,1,1) = {"
Cm
-Ne
+Uj
+OB
+OB
+dl
+hI
+to
+Vs
+dN
+vT
+oO
+ML
+EO
+WG
+Qg
ve
-sk
-Ux
-Ux
-kL
-Ux
-Ux
-UR
Ux
+xY
Ux
Ux
-Fy
-EP
-ZL
-ZL
-wM
+NA
+NA
+NA
+NA
+RB
+NA
+NA
+zU
+NA
+NA
+NA
+yz
+yz
+yz
+yz
+nP
ve
Ne
Ne
@@ -1581,1092 +1659,373 @@ Ne
Ne
Ne
Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
"}
-(12,1,1) = {"
-Cm
-Cm
-Cm
-Cm
+(14,1,1) = {"
Cm
-Ne
+Uj
+OB
+OB
+OB
+xa
+jZ
+to
+eW
+bW
+ma
+to
+hR
+tC
+MS
ve
-GK
-Gb
-Ux
-IX
-rB
-YL
-mX
-UR
Ux
+XG
+XG
Ux
+NA
+pX
+NA
+NA
+NA
+NA
+NA
+NA
+NA
+NA
+td
+yz
+LU
+yz
+ob
+bL
+ve
+Ne
+Bc
+Bc
+Bc
+Bc
+Bc
+JF
+Ne
+"}
+(15,1,1) = {"
+Cm
+Uj
+OB
+OB
+OB
+HG
+of
+ML
+ZU
+mC
+vR
+ML
+tC
+Jh
+to
Ux
-UR
-UR
Ux
+Od
+tZ
Ux
+TR
+ve
ve
-Ne
-Ne
ve
ve
ve
ve
ve
+Fc
+Fc
+sl
+SW
+Fc
+Wj
+Fc
+ve
+ve
ve
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
Ne
+"}
+(16,1,1) = {"
Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(13,1,1) = {"
-Cm
-Cm
-Cm
-Cm
-Cm
-Ne
-gl
-GK
-Ux
-Ux
-Bj
-Ux
-Ux
-Yy
-Bf
-Ux
-Ux
-Ux
-Zp
-rc
-re
-Ux
-ve
-Ne
-Ne
-ve
-Ux
-Ux
-Ux
-Ux
-ve
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(14,1,1) = {"
-Cm
-Cm
-Cm
-Ne
-Ne
-Ne
-ve
-GK
-Ux
-Ux
-Bj
-UR
-Ux
-Yy
-Ux
-Ux
-Ux
-Ux
-Ke
-re
-re
-Ux
-Tp
-Ne
-Ne
-ve
-Ux
-vw
-Ux
-Ux
-ve
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(15,1,1) = {"
-Cm
-Ne
-Ne
-Ne
-Ne
-Ne
-ve
-sk
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-re
-re
-re
-Ux
-ve
-Ne
-Ne
-ve
-Ux
-Ux
-Ux
-Ux
-ve
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(16,1,1) = {"
-Cm
-Ne
-Uj
-Uj
-Uj
-Uj
-ve
-ve
-ve
-ve
-Ux
-Ux
-Ux
-Wy
-ve
-ve
-NE
-Ux
-Ux
-Ux
-Ux
-Ho
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-UW
-UW
-cY
-UW
-ve
-ve
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Ne
-Ne
-Cm
-Cm
-"}
-(17,1,1) = {"
-Cm
-Ne
Uj
OB
OB
-dl
-hI
+OB
+HG
+vk
to
-Vs
-dN
-vT
-oO
ML
-EO
-WG
-Qg
-ve
+Ln
+ZZ
+to
+ZZ
+Yd
+eW
Ux
-xY
+hK
+fd
Ux
Ux
NA
-NA
-NA
-NA
-RB
-NA
-NA
-zU
-NA
-NA
-NA
-yz
-yz
-yz
-yz
-nP
+vz
+tI
+VW
ve
+sg
+sg
+sg
+Fc
+hq
+ud
+Dx
+YT
+Vd
+Fc
+Tq
+Tq
+Tq
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Cm
-"}
-(18,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-OB
-xa
-jZ
-to
-eW
-bW
-ma
-to
-hR
-tC
-MS
-ve
-Ux
-XG
-XG
-Ux
-NA
-pX
-NA
-NA
-NA
-NA
-NA
-NA
-NA
-NA
-td
-yz
-LU
-yz
-ob
-bL
-ve
-Ne
-Bc
-Bc
-Bc
-Bc
-Bc
-JF
-Ne
-Cm
-Cm
-"}
-(19,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-OB
-HG
-of
-ML
-ZU
-mC
-vR
-ML
-tC
-Jh
-to
-Ux
-Ux
-Od
-tZ
-Ux
-TR
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-Fc
-Fc
-sl
-SW
-Fc
-Wj
-Fc
-ve
-ve
-ve
-Bc
-Bc
-Bc
-Bc
-Bc
-Bc
-Ne
-Cm
-Cm
-"}
-(20,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-OB
-HG
-vk
-to
-ML
-Ln
-ZZ
-to
-ZZ
-Yd
-eW
-Ux
-hK
-fd
-Ux
-Ux
-NA
-vz
-tI
-VW
-ve
-ex
-ex
-ex
-Fc
-hq
-ud
-Dx
-YT
-Vd
-Fc
-Tq
-Tq
-Tq
-Bc
-Bc
-Bc
-Bc
-Bc
-Bc
-Ne
-Cm
-Cm
-"}
-(21,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-OB
-HG
-vk
-ML
-to
-ML
-cn
-ML
-to
-ML
-ZU
-Ux
-Ux
-fd
-Ux
-Ux
-NA
-Ux
-Ux
-lP
-qK
-ex
-ex
-sg
-jE
-VS
-Vd
-Vd
-Vd
-Vd
-DV
-Tq
-Tq
-Tq
-Bc
-Bc
-Bc
-Bc
-Bc
-Bc
-Ne
-Cm
-Cm
-"}
-(22,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-pK
-PK
-yB
-to
-ML
-EO
-Ag
-to
-Ag
-EO
-eW
-Ux
-Ux
-fd
-Ux
-Ux
-NA
-vz
-LP
-lc
-ve
-ex
-ex
-ex
-JW
-ql
-BU
-ud
-HE
-Vd
-Fc
-Io
-Tq
-Tq
-Bc
-Bc
-Bc
-Bc
-Bc
-Bc
-Ne
-Cm
-Cm
-"}
-(23,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-pK
-xa
-Mc
-JD
-ZU
-xk
-tC
-ML
-si
-ma
-ZU
-YK
-Ux
-fd
-IY
-Ux
-NA
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-Fc
-Fc
-nF
-rD
-Fc
-bP
-Fc
-ve
-ve
-ve
-Bc
-Bc
-Bc
-Bc
-Bc
-Bc
-Ne
-Cm
-Cm
-"}
-(24,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-If
-ve
-ML
-rY
-ML
-tC
-Jh
-to
-ma
-fz
-TW
-ve
-Ux
-XG
-XG
-Ux
-NA
-NA
-NA
-NA
-NA
-NA
-NA
-xv
-NA
-NA
-NA
-yz
-vF
-yz
-yz
-Hi
-ve
-Ne
-Bc
-Bc
-Bc
-Bc
-Bc
-tN
-Ne
-Cm
-Cm
-"}
-(25,1,1) = {"
-Cm
-Ne
-Uj
-OB
-OB
-vm
-ve
-lS
-gL
-ms
-ri
-TG
-eW
-Yd
-Ce
-Ct
-ve
-Ux
-Ux
-Ux
-Ux
-cp
-NA
-NA
-NA
-SE
-NA
-NA
-vy
-NA
-NA
-NA
-yz
-yz
-yz
-yz
-eE
-ve
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-"}
-(26,1,1) = {"
-Cm
-Ne
-Uj
-Uj
-Uj
-Uj
-ve
-ve
-ve
-ve
-GD
-Ux
-Ux
-Ux
-ve
-ve
-ve
-Ux
-Ux
-Ux
-Ux
-Ux
-ve
-ve
-ve
-ve
-ve
-ve
-qK
-ve
-ve
-Nz
-ve
-ve
-ve
-ve
-ve
-ve
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-Ne
-Cm
-Cm
-Cm
-"}
-(27,1,1) = {"
-Cm
-Ne
-Ne
-Ne
-Ne
-Ne
-ve
-OD
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-ve
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(28,1,1) = {"
-Cm
-Cm
-Ne
-Ne
-Ne
-Ne
-ve
-kf
-kf
-kf
-kf
-kf
-kf
-Ux
-Ux
-Ux
-Ux
-Ux
-Pm
-Ye
-km
-Ux
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(29,1,1) = {"
-Cm
-Cm
-Cm
-Cm
-Ne
-Ne
-ve
-dz
-dz
-dz
-dz
-dz
-dz
-Mm
-Ux
-Ux
-Ux
-Ux
-Sp
-dV
-ur
-Ux
-Bo
-aV
-uZ
-KJ
-Ve
-lL
-ve
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
"}
-(30,1,1) = {"
-Cm
-Cm
-Cm
-Cm
+(17,1,1) = {"
Cm
-Ne
-Mq
-bR
-Ux
-Ux
+Uj
+OB
+OB
+OB
+HG
+vk
+ML
+to
+ML
+cn
+ML
+to
+ML
+ZU
Ux
Ux
-dz
-Mm
+fd
Ux
Ux
+NA
Ux
-Dz
-nX
-Ti
-sR
Ux
-Bo
-aV
-aV
-FA
-aV
-OM
-ve
-Ne
+lP
+qK
+sg
+sg
+ex
+jE
+VS
+Vd
+Vd
+Vd
+Vd
+DV
+Tq
+Tq
+Tq
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
"}
-(31,1,1) = {"
-Cm
-Cm
-Cm
-Cm
+(18,1,1) = {"
Cm
-Ne
-ve
-lc
-Ux
-fo
-AF
-pr
-dz
-Mm
+Uj
+OB
+OB
+pK
+PK
+yB
+to
+ML
+EO
+Ag
+to
+Ag
+EO
+eW
Ux
Ux
-ng
-fU
-fU
-pr
+fd
Ux
Ux
+NA
+vz
+LP
+lc
ve
-ve
-ve
-vG
-aV
-Zf
-ve
-Ne
+sg
+sg
+sg
+JW
+ql
+BU
+ud
+HE
+Vd
+Fc
+Io
+Tq
+Tq
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
"}
-(32,1,1) = {"
-Cm
-Cm
-Cm
-Cm
+(19,1,1) = {"
Cm
-Ne
-ve
-ve
-qK
-ve
-ve
+Uj
+OB
+OB
+pK
+xa
+Mc
+JD
+ZU
+xk
+tC
+ML
+si
+ma
+ZU
+YK
+Ux
+fd
+IY
+Ux
+NA
ve
ve
ve
ve
-Ux
-Sr
ve
ve
ve
+Fc
+Fc
+nF
+rD
+Fc
+bP
+Fc
ve
ve
ve
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
Ne
+"}
+(20,1,1) = {"
+Cm
+Uj
+OB
+OB
+If
ve
-vG
-aV
-fy
+ML
+rY
+ML
+tC
+Jh
+to
+ma
+fz
+TW
+ve
+Ux
+XG
+XG
+Ux
+NA
+NA
+NA
+NA
+NA
+NA
+NA
+xv
+NA
+NA
+NA
+yz
+vF
+yz
+yz
+Hi
ve
Ne
+Bc
+Bc
+Bc
+Bc
+Bc
+tN
Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
"}
-(33,1,1) = {"
-Cm
-Cm
-Cm
+(21,1,1) = {"
Cm
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
+Uj
+OB
+OB
+vm
+ve
+lS
+gL
+ms
+ri
+TG
+eW
+Yd
+Ce
+Ct
ve
Ux
-Sr
+Ux
+Ux
+Ux
+cp
+NA
+NA
+NA
+SE
+NA
+NA
+vy
+NA
+NA
+NA
+yz
+yz
+yz
+yz
+eE
ve
Ne
Ne
@@ -2674,122 +2033,47 @@ Ne
Ne
Ne
Ne
-ve
-vs
-Gn
-bu
-ve
Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
+Ne
"}
-(34,1,1) = {"
-Cm
-Cm
-Cm
+(22,1,1) = {"
Cm
-Ne
-Ne
-ve
-ve
+Uj
+Uj
+Uj
+Uj
ve
ve
ve
ve
+GD
+Ux
+Ux
+Ux
ve
ve
ve
Ux
Ux
+Ux
+Ux
+Ux
ve
ve
ve
ve
ve
ve
-Ne
+qK
ve
ve
+Nz
+ve
ve
ve
ve
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(35,1,1) = {"
-Cm
-Cm
-Cm
-Cm
-Ne
-Ne
ve
-Ux
-Ux
-Ux
-Ux
-Ux
-Dz
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
-Ux
ve
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
Cm
Cm
Cm
@@ -2799,19 +2083,18 @@ Cm
Cm
Cm
"}
-(36,1,1) = {"
+(23,1,1) = {"
+Cm
Cm
Cm
Cm
Cm
-Ne
-Ne
ve
-Ak
-Ux
-Ux
-Ux
-Ux
+OD
+Ux
+Ux
+Ux
+Ux
Ux
Ux
Ux
@@ -2823,58 +2106,6 @@ Ux
Ux
Ux
ve
-Ne
-Ne
-Ne
-Ne
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-Cm
-"}
-(37,1,1) = {"
-Cm
-Cm
-Cm
-Cm
-Ne
-Ne
-ve
-ve
-ve
-qK
-qK
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-ve
-qK
-qK
-ve
-ve
-Ne
-Ne
Cm
Cm
Cm
@@ -2899,36 +2130,35 @@ Cm
Cm
Cm
"}
-(38,1,1) = {"
-Cm
-Cm
-Cm
+(24,1,1) = {"
Cm
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
Cm
Cm
Cm
Cm
+ve
+kf
+kf
+kf
+kf
+kf
+kf
+Ux
+Ux
+Ux
+Ux
+Ux
+Pm
+Ye
+km
+Ux
+ve
+ve
+ve
+ve
+ve
+ve
+ve
Cm
Cm
Cm
@@ -2946,19 +2176,36 @@ Cm
Cm
Cm
Cm
+"}
+(25,1,1) = {"
Cm
Cm
-"}
-(39,1,1) = {"
Cm
Cm
Cm
-Ne
-Ne
-Ne
-Ne
-Ne
-Ne
+ve
+dz
+dz
+dz
+dz
+dz
+dz
+Mm
+Ux
+Ux
+Ux
+Ux
+Sp
+dV
+ur
+Ux
+Bo
+aV
+uZ
+KJ
+Ve
+lL
+ve
Cm
Cm
Cm
@@ -2976,11 +2223,36 @@ Cm
Cm
Cm
Cm
+"}
+(26,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+Mq
+bR
+Ux
+Ux
+Ux
+Ux
+dz
+Mm
+Ux
+Ux
+Ux
+Dz
+nX
+Ti
+sR
+Ux
+Bo
+aV
+aV
+FA
+aV
+OM
+ve
Cm
Cm
Cm
@@ -2999,15 +2271,35 @@ Cm
Cm
Cm
"}
-(40,1,1) = {"
+(27,1,1) = {"
Cm
Cm
Cm
Cm
-Ne
-Ne
-Ne
Cm
+ve
+lc
+Ux
+fo
+AF
+pr
+dz
+Mm
+Ux
+Ux
+ng
+fU
+fU
+pr
+Ux
+Ux
+ve
+ve
+ve
+vG
+aV
+Zf
+ve
Cm
Cm
Cm
@@ -3025,12 +2317,36 @@ Cm
Cm
Cm
Cm
+"}
+(28,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+ve
+qK
+ve
+ve
+ve
+ve
+ve
+ve
+Ux
+Sr
+ve
+ve
+ve
+ve
+ve
+ve
Cm
+ve
+vG
+aV
+fy
+ve
Cm
Cm
Cm
@@ -3049,13 +2365,12 @@ Cm
Cm
Cm
"}
-(41,1,1) = {"
+(29,1,1) = {"
Cm
Cm
Cm
Cm
Cm
-Ne
Cm
Cm
Cm
@@ -3064,12 +2379,21 @@ Cm
Cm
Cm
Cm
+ve
+Ux
+Sr
+ve
Cm
Cm
Cm
Cm
Cm
Cm
+ve
+vs
+Gn
+bu
+ve
Cm
Cm
Cm
@@ -3087,19 +2411,41 @@ Cm
Cm
Cm
Cm
+"}
+(30,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+ve
+ve
+ve
+ve
+ve
+ve
+ve
+ve
+Ux
+Ux
+ve
+ve
+ve
+ve
+ve
+ve
Cm
+ve
+ve
+ve
+ve
+ve
Cm
Cm
Cm
Cm
Cm
-"}
-(42,1,1) = {"
Cm
Cm
Cm
@@ -3112,11 +2458,30 @@ Cm
Cm
Cm
Cm
+"}
+(31,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+Ux
+Ux
+Ux
+Ux
+Ux
+Dz
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+ve
Cm
Cm
Cm
@@ -3140,16 +2505,33 @@ Cm
Cm
Cm
Cm
+"}
+(32,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+Ak
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+Ux
+ve
Cm
Cm
Cm
-"}
-(43,1,1) = {"
Cm
Cm
Cm
@@ -3170,11 +2552,30 @@ Cm
Cm
Cm
Cm
+"}
+(33,1,1) = {"
Cm
Cm
Cm
Cm
Cm
+ve
+ve
+ve
+qK
+qK
+ve
+ve
+ve
+ve
+ve
+ve
+ve
+ve
+qK
+qK
+ve
+ve
Cm
Cm
Cm
diff --git a/_maps/virtual_domains/gondola_asteroid.dmm b/_maps/virtual_domains/gondola_asteroid.dmm
index 6ed8763f9a6f59..d01ab29e140328 100644
--- a/_maps/virtual_domains/gondola_asteroid.dmm
+++ b/_maps/virtual_domains/gondola_asteroid.dmm
@@ -1,38 +1,39 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain/fullbright)
"c" = (
/turf/open/space/basic,
-/area/space)
+/area/space/virtual_domain)
"e" = (
-/turf/open/misc/asteroid/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/mineral/random,
+/area/virtual_domain)
"g" = (
/obj/structure/marker_beacon{
light_color = "#FFE8AA";
light_range = 20
},
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"h" = (
/turf/closed/mineral/random,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"m" = (
/obj/structure/closet/crate/secure/bitrunning/encrypted/gondola,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"n" = (
/obj/structure/flora/bush/fullgrass/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"o" = (
/turf/template_noop,
/area/template_noop)
"q" = (
/obj/structure/flora/tree/palm,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"r" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
@@ -40,22 +41,25 @@
"s" = (
/obj/structure/flora/bush/sparsegrass/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"t" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
+"v" = (
+/turf/open/misc/asteroid/airless,
+/area/virtual_domain)
"w" = (
/obj/structure/water_source/puddle,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"y" = (
/obj/structure/flora/bush/stalky/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"z" = (
/mob/living/basic/pet/gondola/virtual_domain,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"A" = (
/obj/structure/chair/wood{
dir = 8
@@ -64,27 +68,23 @@
/area/virtual_domain/safehouse)
"C" = (
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"D" = (
/obj/structure/flora/bush/flowers_br/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"F" = (
/obj/structure/flora/bush/grassy/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"I" = (
/obj/structure/flora/bush/reed/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"J" = (
/obj/structure/flora/bush/flowers_yw/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"K" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"M" = (
/obj/structure/table/wood,
/obj/item/storage/bag/tray,
@@ -95,7 +95,7 @@
"N" = (
/obj/structure/flora/bush/large/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"O" = (
/obj/modular_map_root/safehouse{
key = "shuttle_space"
@@ -105,19 +105,19 @@
"Q" = (
/obj/structure/flora/bush/lavendergrass/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"T" = (
/obj/structure/flora/bush/sunny/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"V" = (
/obj/structure/flora/coconuts,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"W" = (
/obj/structure/flora/bush/ferny/style_random,
/turf/open/floor/grass,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
(1,1,1) = {"
o
@@ -245,7 +245,7 @@ h
h
a
a
-K
+a
o
o
o
@@ -469,7 +469,7 @@ h
h
h
h
-e
+v
a
a
a
@@ -514,7 +514,7 @@ C
h
h
h
-e
+v
c
c
c
@@ -559,7 +559,7 @@ C
h
h
h
-e
+v
c
c
c
@@ -604,7 +604,7 @@ C
h
h
h
-e
+v
c
c
c
@@ -649,7 +649,7 @@ C
h
h
h
-e
+v
c
c
c
@@ -694,7 +694,7 @@ C
h
h
h
-e
+v
c
c
c
@@ -739,7 +739,7 @@ h
h
h
h
-e
+v
c
c
c
@@ -784,7 +784,7 @@ h
h
h
h
-e
+v
c
c
c
@@ -829,7 +829,7 @@ h
h
h
h
-e
+v
c
c
c
@@ -1021,7 +1021,7 @@ a
"}
(21,1,1) = {"
a
-e
+v
h
h
h
@@ -1066,8 +1066,8 @@ a
"}
(22,1,1) = {"
a
-e
-e
+v
+v
h
h
h
@@ -1111,8 +1111,8 @@ a
"}
(23,1,1) = {"
a
-e
-e
+v
+v
h
h
h
@@ -1156,8 +1156,8 @@ a
"}
(24,1,1) = {"
a
-e
-e
+v
+v
h
h
h
@@ -1202,8 +1202,8 @@ a
(25,1,1) = {"
a
a
-e
-e
+v
+v
h
h
h
@@ -1247,8 +1247,8 @@ a
(26,1,1) = {"
o
a
-e
-e
+v
+v
h
h
h
@@ -1292,8 +1292,8 @@ a
(27,1,1) = {"
o
a
-e
-e
+v
+v
h
h
h
@@ -1337,8 +1337,8 @@ a
(28,1,1) = {"
o
a
-e
-e
+v
+v
h
h
h
@@ -1383,8 +1383,8 @@ a
o
a
a
-e
-e
+v
+v
h
h
h
@@ -1428,8 +1428,8 @@ a
o
o
a
-e
-e
+v
+v
h
h
C
@@ -1457,8 +1457,8 @@ C
h
h
h
-e
-e
+v
+v
c
c
c
@@ -1473,7 +1473,7 @@ a
o
o
a
-e
+v
h
h
C
@@ -1501,9 +1501,9 @@ C
h
h
h
-e
-e
-e
+v
+v
+v
c
c
c
@@ -1545,9 +1545,9 @@ h
h
h
h
-e
-e
-e
+v
+v
+v
h
h
a
@@ -1590,8 +1590,8 @@ h
h
h
h
-e
-e
+v
+v
h
h
h
@@ -1664,11 +1664,11 @@ h
h
h
h
-e
-e
-e
-e
-e
+v
+v
+v
+v
+v
h
h
h
diff --git a/_maps/virtual_domains/hierophant.dmm b/_maps/virtual_domains/hierophant.dmm
index 997dfa74faceb7..89035dc7149105 100644
--- a/_maps/virtual_domains/hierophant.dmm
+++ b/_maps/virtual_domains/hierophant.dmm
@@ -9,6 +9,10 @@
},
/turf/open/indestructible/hierophant/two,
/area/lavaland/surface/outdoors/virtual_domain)
+"g" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
+/area/lavaland/surface/outdoors/virtual_domain)
"h" = (
/obj/effect/light_emitter{
set_cap = 3;
@@ -33,9 +37,6 @@
"w" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
-"y" = (
-/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
"E" = (
/mob/living/simple_animal/hostile/megafauna/hierophant,
/turf/open/indestructible/hierophant/two,
@@ -59,55 +60,54 @@
/turf/open/indestructible/hierophant,
/area/lavaland/surface/outdoors/virtual_domain)
"W" = (
-/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
-/area/lavaland/surface/outdoors/virtual_domain)
+/area/virtual_domain/fullbright)
"Y" = (
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/lavaland/surface/outdoors/virtual_domain)
(1,1,1) = {"
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
o
o
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
W
"}
(2,1,1) = {"
-y
+W
r
r
r
@@ -131,11 +131,10 @@ r
r
r
r
-y
+W
o
o
-y
-Y
+W
Y
Y
Y
@@ -144,10 +143,11 @@ Y
Y
Y
Y
-y
+g
+W
"}
(3,1,1) = {"
-y
+W
r
a
a
@@ -171,10 +171,10 @@ a
a
a
r
-y
+W
o
o
-y
+W
Y
Y
Y
@@ -184,10 +184,10 @@ Y
Y
Y
Y
-y
+W
"}
(4,1,1) = {"
-y
+W
r
a
a
@@ -211,10 +211,10 @@ a
a
a
r
-y
-y
-y
-y
+W
+W
+W
+W
Y
Y
Y
@@ -224,10 +224,10 @@ Y
Y
Y
Y
-y
+W
"}
(5,1,1) = {"
-y
+W
r
a
a
@@ -253,8 +253,8 @@ a
a
r
r
-y
-y
+W
+W
Y
Y
Y
@@ -264,10 +264,10 @@ Y
Y
Y
Y
-y
+W
"}
(6,1,1) = {"
-y
+W
r
a
h
@@ -294,7 +294,7 @@ a
a
a
r
-y
+W
Y
Y
Y
@@ -304,10 +304,10 @@ Y
Y
Y
Y
-y
+W
"}
(7,1,1) = {"
-y
+W
r
a
h
@@ -344,10 +344,10 @@ Y
Y
Y
Y
-y
+W
"}
(8,1,1) = {"
-y
+W
r
a
a
@@ -384,10 +384,10 @@ Y
Y
Y
Y
-y
+W
"}
(9,1,1) = {"
-y
+W
r
a
a
@@ -411,7 +411,7 @@ a
a
a
r
-y
+W
r
S
a
@@ -424,10 +424,10 @@ Y
Y
Y
Y
-y
+W
"}
(10,1,1) = {"
-y
+W
r
a
a
@@ -451,8 +451,8 @@ a
a
a
r
-y
-y
+W
+W
r
a
a
@@ -464,10 +464,10 @@ w
w
H
Y
-y
+W
"}
(11,1,1) = {"
-y
+W
r
a
r
@@ -491,9 +491,9 @@ a
r
a
r
-y
-y
-y
+W
+W
+W
r
a
a
@@ -504,10 +504,10 @@ w
w
w
Y
-y
+W
"}
(12,1,1) = {"
-y
+W
r
a
a
@@ -531,9 +531,9 @@ a
a
a
r
-y
-y
-y
+W
+W
+W
r
a
a
@@ -544,10 +544,10 @@ w
w
w
Y
-y
+W
"}
(13,1,1) = {"
-y
+W
r
h
a
@@ -571,9 +571,9 @@ a
a
h
r
-y
-y
-y
+W
+W
+W
r
a
a
@@ -584,10 +584,10 @@ w
w
w
Y
-y
+W
"}
(14,1,1) = {"
-y
+W
r
a
a
@@ -611,9 +611,9 @@ a
a
a
r
-y
-y
-y
+W
+W
+W
r
a
a
@@ -624,10 +624,10 @@ w
w
w
Y
-y
+W
"}
(15,1,1) = {"
-y
+W
r
a
r
@@ -651,9 +651,9 @@ a
r
a
r
-y
-y
-y
+W
+W
+W
r
a
a
@@ -664,10 +664,10 @@ w
w
w
Y
-y
+W
"}
(16,1,1) = {"
-y
+W
r
a
a
@@ -691,8 +691,8 @@ a
a
a
r
-y
-y
+W
+W
r
a
a
@@ -704,10 +704,10 @@ w
w
u
Y
-y
+W
"}
(17,1,1) = {"
-y
+W
r
a
a
@@ -731,7 +731,7 @@ a
a
a
r
-y
+W
r
a
a
@@ -744,10 +744,10 @@ Y
Y
Y
Y
-y
+W
"}
(18,1,1) = {"
-y
+W
r
a
a
@@ -784,10 +784,10 @@ Y
Y
Y
Y
-y
+W
"}
(19,1,1) = {"
-y
+W
r
a
h
@@ -824,10 +824,10 @@ Y
Y
Y
Y
-y
+W
"}
(20,1,1) = {"
-y
+W
r
a
h
@@ -854,7 +854,7 @@ a
a
a
r
-y
+W
Y
Y
Y
@@ -864,10 +864,10 @@ Y
Y
Y
Y
-y
+W
"}
(21,1,1) = {"
-y
+W
r
a
a
@@ -893,8 +893,8 @@ a
a
r
r
-y
-y
+W
+W
Y
Y
Y
@@ -904,10 +904,10 @@ Y
Y
Y
Y
-y
+W
"}
(22,1,1) = {"
-y
+W
r
a
a
@@ -931,10 +931,10 @@ a
a
a
r
-y
-y
-y
-y
+W
+W
+W
+W
Y
Y
Y
@@ -944,10 +944,10 @@ Y
Y
Y
Y
-y
+W
"}
(23,1,1) = {"
-y
+W
r
a
a
@@ -971,10 +971,10 @@ a
a
a
r
-y
+W
o
o
-y
+W
Y
Y
Y
@@ -984,10 +984,10 @@ Y
Y
Y
Y
-y
+W
"}
(24,1,1) = {"
-y
+W
r
r
r
@@ -1011,10 +1011,10 @@ r
r
r
r
-y
+W
o
o
-y
+W
Y
Y
Y
@@ -1024,45 +1024,45 @@ Y
Y
Y
Y
-y
+W
"}
(25,1,1) = {"
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
o
o
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
+W
"}
diff --git a/_maps/virtual_domains/island_brawl.dmm b/_maps/virtual_domains/island_brawl.dmm
index 2c8a12c6c57935..fa04316b9b626f 100644
--- a/_maps/virtual_domains/island_brawl.dmm
+++ b/_maps/virtual_domains/island_brawl.dmm
@@ -442,6 +442,10 @@
/obj/machinery/food_cart,
/turf/open/floor/plating,
/area/virtual_domain)
+"eZ" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/water/beach,
+/area/virtual_domain/fullbright)
"fe" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -1145,10 +1149,6 @@
},
/turf/open/floor/wood/large,
/area/virtual_domain)
-"oX" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/closed/indestructible/binary,
-/area/virtual_domain/fullbright)
"oZ" = (
/obj/effect/turf_decal/sand,
/obj/effect/turf_decal/siding/wood{
@@ -3466,12 +3466,7 @@
/area/virtual_domain/fullbright)
"Rk" = (
/obj/structure/table/glass,
-/obj/machinery/fax{
- fax_name = "Beach Hotel Fax";
- name = "Beach Hotel's Fax Machine";
- pixel_y = 8;
- visible_to_network = 0
- },
+/obj/item/storage/box/donkpockets,
/turf/open/floor/iron/dark/diagonal,
/area/virtual_domain)
"Rs" = (
@@ -5695,7 +5690,7 @@ SR
SR
SR
SR
-oX
+SR
"}
(19,1,1) = {"
SR
@@ -5776,7 +5771,7 @@ cO
cO
cO
cO
-cO
+eZ
SR
"}
(20,1,1) = {"
diff --git a/_maps/virtual_domains/pipedream.dmm b/_maps/virtual_domains/pipedream.dmm
index af42f707252e36..dd7fdd90f8bc01 100644
--- a/_maps/virtual_domains/pipedream.dmm
+++ b/_maps/virtual_domains/pipedream.dmm
@@ -22,17 +22,10 @@
},
/turf/open/floor/iron,
/area/virtual_domain)
-"aK" = (
-/turf/open/space/basic,
-/area/virtual_domain)
"aL" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted,
/turf/open/floor/iron,
/area/virtual_domain)
-"bl" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/template_noop,
-/area/virtual_domain/safehouse)
"bq" = (
/obj/machinery/light/small/red/dim{
dir = 1
@@ -110,6 +103,9 @@
},
/turf/open/floor/iron,
/area/virtual_domain)
+"dr" = (
+/turf/open/space/basic,
+/area/space/virtual_domain)
"dx" = (
/obj/effect/turf_decal/trimline/yellow/line,
/obj/item/shard,
@@ -150,6 +146,10 @@
},
/turf/open/floor/plating,
/area/virtual_domain)
+"ev" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/template_noop,
+/area/virtual_domain/safehouse)
"eJ" = (
/obj/structure/disposalpipe/sorting{
dir = 2
@@ -220,7 +220,6 @@
/area/virtual_domain)
"gc" = (
/obj/structure/disposalpipe/broken,
-/obj/effect/landmark/bitrunning/mob_segment,
/turf/open/floor/plating,
/area/virtual_domain)
"gj" = (
@@ -271,11 +270,6 @@
},
/turf/open/floor/iron,
/area/virtual_domain)
-"io" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/structure/closet_empty/crate/with_loot,
-/turf/open/floor/iron,
-/area/virtual_domain)
"iw" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -295,9 +289,6 @@
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/iron,
/area/virtual_domain)
-"iZ" = (
-/turf/template_noop,
-/area/virtual_domain/safehouse)
"jv" = (
/obj/effect/turf_decal/trimline/yellow/line{
dir = 8
@@ -371,6 +362,10 @@
/obj/effect/mapping_helpers/airlock/locked,
/turf/open/floor/plating,
/area/virtual_domain)
+"lt" = (
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/floor/plating,
+/area/virtual_domain)
"lx" = (
/obj/machinery/door/poddoor/shutters/indestructible{
dir = 4;
@@ -482,6 +477,12 @@
},
/turf/open/floor/carpet/orange,
/area/virtual_domain)
+"pb" = (
+/obj/structure/broken_flooring/corner{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/virtual_domain)
"pf" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/effect/mapping_helpers/damaged_window,
@@ -491,6 +492,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/virtual_domain)
+"po" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/structure/closet_empty/crate/with_loot,
+/turf/open/floor/iron,
+/area/virtual_domain)
"pv" = (
/obj/structure/broken_flooring/side{
dir = 4
@@ -630,6 +636,13 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/virtual_domain)
+"tE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/floor/plating,
+/area/virtual_domain)
"ud" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/carpet/royalblue{
@@ -695,6 +708,13 @@
},
/turf/open/floor/plating,
/area/virtual_domain)
+"vA" = (
+/obj/effect/spawner/random/structure/closet_empty/crate/with_loot,
+/obj/effect/turf_decal/stripes{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/virtual_domain)
"vL" = (
/obj/effect/decal/cleanable/glass,
/turf/open/floor/iron,
@@ -721,10 +741,6 @@
icon_state = "carpet_royalblue-207"
},
/area/virtual_domain)
-"wl" = (
-/obj/item/shard,
-/turf/open/space/basic,
-/area/virtual_domain)
"wm" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 1
@@ -776,6 +792,10 @@
},
/turf/open/floor/plating,
/area/virtual_domain)
+"xc" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
"xj" = (
/obj/structure/railing/corner/end{
dir = 4
@@ -808,10 +828,6 @@
/obj/machinery/light/broken,
/turf/open/floor/iron,
/area/virtual_domain)
-"xF" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/closed/indestructible/binary,
-/area/virtual_domain)
"xM" = (
/obj/effect/turf_decal/trimline/yellow/line{
dir = 4
@@ -843,19 +859,10 @@
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/virtual_domain)
-"zd" = (
-/mob/living/basic/pet/cat/space,
-/obj/structure/bed/dogbed{
- name = "cat bed"
- },
-/obj/item/toy/plush/moth{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/machinery/light/small/dim/directional/south,
-/obj/structure/sign/poster/official/moth_hardhat/directional/west,
-/turf/open/floor/plating,
-/area/virtual_domain)
+"zn" = (
+/obj/item/stack/rods/two,
+/turf/open/space/basic,
+/area/space/virtual_domain)
"zp" = (
/obj/structure/chair/sofa/corp/right{
dir = 1
@@ -887,22 +894,17 @@
/obj/machinery/light/broken,
/turf/open/floor/iron,
/area/virtual_domain)
-"Av" = (
-/obj/item/stack/rods/two,
-/turf/open/space/basic,
+"Aw" = (
+/obj/structure/lattice/catwalk{
+ name = "industrial lift"
+ },
+/turf/open/chasm,
/area/virtual_domain)
"AJ" = (
/obj/effect/decal/cleanable/generic,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/virtual_domain)
-"AO" = (
-/obj/effect/spawner/random/structure/closet_empty/crate/with_loot,
-/obj/effect/turf_decal/stripes{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/virtual_domain)
"AP" = (
/obj/structure/railing,
/turf/open/floor/plating,
@@ -1039,12 +1041,6 @@
/obj/structure/flora/rock/style_random,
/turf/open/misc/asteroid/airless,
/area/virtual_domain)
-"EE" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/spawner/random/structure/closet_empty/crate/with_loot,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/virtual_domain)
"EI" = (
/obj/effect/turf_decal/stripes{
dir = 8
@@ -1062,9 +1058,11 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
/area/virtual_domain)
-"EK" = (
-/obj/structure/disposalpipe/broken,
-/turf/open/floor/plating,
+"Fa" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/spawner/random/structure/closet_empty/crate/with_loot,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
/area/virtual_domain)
"Ff" = (
/obj/structure/disposalpipe/trunk/multiz{
@@ -1109,6 +1107,9 @@
icon_state = "carpet_royalblue-21"
},
/area/virtual_domain)
+"Gf" = (
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
"Gh" = (
/obj/machinery/door/airlock/maintenance,
/turf/open/floor/plating,
@@ -1144,6 +1145,10 @@
/obj/effect/turf_decal/trimline/yellow/arrow_ccw,
/turf/open/floor/iron,
/area/virtual_domain)
+"GQ" = (
+/obj/item/shard,
+/turf/open/space/basic,
+/area/space/virtual_domain)
"GV" = (
/obj/machinery/light/small/red/dim{
dir = 8
@@ -1215,6 +1220,10 @@
/obj/structure/sign/warning/doors/directional/east,
/turf/open/floor/iron,
/area/virtual_domain)
+"Jo" = (
+/obj/effect/smooths_with_walls,
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
"Jq" = (
/obj/structure/broken_flooring/pile{
dir = 1
@@ -1229,6 +1238,9 @@
/obj/structure/sign/warning/chem_diamond/directional/west,
/turf/open/floor/plating,
/area/virtual_domain)
+"JR" = (
+/turf/template_noop,
+/area/virtual_domain/safehouse)
"JT" = (
/obj/structure/lattice/catwalk{
name = "industrial lift"
@@ -1252,10 +1264,9 @@
/turf/open/floor/plating,
/area/virtual_domain)
"KX" = (
-/obj/structure/lattice/catwalk{
- name = "industrial lift"
- },
-/turf/open/chasm,
+/obj/structure/disposalpipe/broken,
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/floor/plating,
/area/virtual_domain)
"Ln" = (
/obj/structure/disposalpipe/broken{
@@ -1376,10 +1387,6 @@
},
/turf/open/floor/plating,
/area/virtual_domain)
-"Ou" = (
-/obj/effect/landmark/bitrunning/mob_segment,
-/turf/open/floor/plating,
-/area/virtual_domain)
"OJ" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes{
@@ -1454,6 +1461,12 @@
},
/turf/open/floor/plating,
/area/virtual_domain)
+"Qo" = (
+/obj/modular_map_root/safehouse{
+ key = "shuttle_space"
+ },
+/turf/template_noop,
+/area/virtual_domain/safehouse)
"Qr" = (
/turf/closed/indestructible/fakedoor/maintenance{
name = "maintenance access"
@@ -1507,13 +1520,6 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/virtual_domain)
-"Rs" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/landmark/bitrunning/mob_segment,
-/turf/open/floor/plating,
-/area/virtual_domain)
"Ru" = (
/obj/machinery/door/airlock/external/glass/ruin,
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
@@ -1529,9 +1535,6 @@
/obj/machinery/disposal/bin,
/turf/open/floor/iron,
/area/virtual_domain)
-"RJ" = (
-/turf/closed/indestructible/binary,
-/area/virtual_domain)
"RK" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/iron,
@@ -1574,12 +1577,6 @@
},
/turf/closed/mineral,
/area/virtual_domain)
-"ST" = (
-/obj/modular_map_root/safehouse{
- key = "shuttle_space"
- },
-/turf/template_noop,
-/area/virtual_domain/safehouse)
"SU" = (
/obj/effect/spawner/structure/window,
/obj/item/stack/rods/two,
@@ -1597,12 +1594,6 @@
/obj/effect/mob_spawn/corpse/human/factory/qm,
/turf/open/floor/iron,
/area/virtual_domain)
-"Tn" = (
-/obj/structure/broken_flooring/corner{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/virtual_domain)
"Tp" = (
/obj/machinery/door/poddoor/shutters/indestructible{
dir = 4;
@@ -1833,6 +1824,19 @@
/obj/structure/broken_flooring/corner/directional/west,
/turf/open/floor/plating,
/area/virtual_domain)
+"Ym" = (
+/mob/living/basic/pet/cat/space,
+/obj/structure/bed/dogbed{
+ name = "cat bed"
+ },
+/obj/item/toy/plush/moth{
+ pixel_x = 3;
+ pixel_y = 4
+ },
+/obj/machinery/light/small/dim/directional/south,
+/obj/structure/sign/poster/official/moth_hardhat/directional/west,
+/turf/open/floor/plating,
+/area/virtual_domain)
"Yt" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
@@ -1915,19 +1919,19 @@ yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Jo
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
yQ
yQ
yQ
@@ -1965,7 +1969,7 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
rO
rO
eg
@@ -1977,7 +1981,7 @@ eg
Xb
rO
rO
-RJ
+Gf
yQ
yQ
yQ
@@ -2015,7 +2019,7 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
rO
Bx
SZ
@@ -2027,14 +2031,14 @@ OQ
bs
Ib
rO
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
yQ
yQ
"}
@@ -2057,15 +2061,15 @@ yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
eg
ho
ho
@@ -2077,16 +2081,16 @@ pa
bs
zp
eY
-RJ
-RJ
+Gf
+Gf
rO
-RJ
-RJ
+Gf
+Gf
rO
rO
-RJ
-RJ
-xF
+Gf
+Gf
+xc
"}
(5,1,1) = {"
yQ
@@ -2107,7 +2111,7 @@ yQ
yQ
yQ
yQ
-RJ
+Jo
eg
eg
eg
@@ -2115,7 +2119,7 @@ eg
eg
eg
eg
-RJ
+Gf
eg
um
DP
@@ -2136,7 +2140,7 @@ AU
rO
rO
rO
-RJ
+Gf
"}
(6,1,1) = {"
yQ
@@ -2157,15 +2161,15 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eg
-AO
+vA
Dr
bw
Jq
-EK
+gc
eg
-RJ
+Gf
eg
Hn
fK
@@ -2180,13 +2184,13 @@ eY
rO
Ez
AU
-aK
-aK
+dr
+dr
AU
AU
BN
rO
-RJ
+Gf
"}
(7,1,1) = {"
yQ
@@ -2207,7 +2211,7 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eg
jQ
lW
@@ -2215,7 +2219,7 @@ kU
vU
lN
eg
-RJ
+Gf
eg
QI
Fo
@@ -2231,12 +2235,12 @@ rO
AU
AU
BN
-aK
-aK
-aK
+dr
+dr
+dr
AU
rO
-RJ
+Gf
"}
(8,1,1) = {"
yQ
@@ -2257,15 +2261,15 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eg
uU
gj
-Ou
-Tn
+lt
+pb
OR
eg
-RJ
+Gf
eg
eg
uk
@@ -2276,17 +2280,17 @@ eg
qV
Vb
eY
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+Gf
"}
(9,1,1) = {"
yQ
@@ -2307,7 +2311,7 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eg
ki
gj
@@ -2315,7 +2319,7 @@ kU
kU
kU
eg
-RJ
+Gf
eg
kU
kU
@@ -2326,17 +2330,17 @@ Qj
FK
nc
eY
-aK
-aK
-aK
-aK
-aK
-aK
+dr
+dr
+dr
+dr
+dr
+dr
AU
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+Gf
"}
(10,1,1) = {"
yQ
@@ -2352,12 +2356,12 @@ yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Jo
+Gf
+Gf
+Gf
+Gf
eg
eg
kJ
@@ -2365,7 +2369,7 @@ lx
lx
lp
eg
-RJ
+Gf
eg
mu
AJ
@@ -2376,17 +2380,17 @@ BW
hi
Sg
eY
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+Gf
"}
(11,1,1) = {"
yQ
@@ -2395,14 +2399,14 @@ yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
eg
eg
eg
@@ -2426,26 +2430,26 @@ XR
vQ
Vg
eY
-aK
-aK
-aK
-iZ
-iZ
-iZ
-iZ
-iZ
-ST
-aK
-RJ
+dr
+dr
+dr
+JR
+JR
+JR
+JR
+JR
+Qo
+dr
+Gf
"}
(12,1,1) = {"
yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
+yQ
+yQ
+Gf
eg
eg
eg
@@ -2477,25 +2481,25 @@ hi
CX
eY
eY
-aK
-aK
-iZ
-iZ
-iZ
-iZ
-iZ
-iZ
-aK
-RJ
+dr
+dr
+JR
+JR
+JR
+JR
+JR
+JR
+dr
+Gf
"}
(13,1,1) = {"
yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
+yQ
+Gf
+Gf
eg
VA
bA
@@ -2508,7 +2512,7 @@ kU
pv
AP
IZ
-KX
+Aw
Wd
uv
DE
@@ -2529,22 +2533,22 @@ XL
eg
tr
eY
-iZ
-iZ
-iZ
-iZ
-iZ
-iZ
-aK
-RJ
+JR
+JR
+JR
+JR
+JR
+JR
+dr
+Gf
"}
(14,1,1) = {"
yQ
yQ
yQ
yQ
-RJ
-RJ
+yQ
+Gf
kU
kU
Zy
@@ -2557,14 +2561,14 @@ mu
uF
xl
AP
-KX
+Aw
JT
bG
-Rs
+tE
DA
DA
zE
-gc
+KX
mu
Yz
lW
@@ -2579,23 +2583,23 @@ Wp
Ru
hi
gs
-iZ
-iZ
-iZ
-iZ
-iZ
-iZ
-aK
-RJ
+JR
+JR
+JR
+JR
+JR
+JR
+dr
+Gf
"}
(15,1,1) = {"
yQ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
kU
QP
kU
@@ -2607,8 +2611,8 @@ iz
jS
gj
rJ
-KX
-KX
+Aw
+Aw
Wd
Ff
lN
@@ -2629,23 +2633,23 @@ cw
eY
tr
eY
-iZ
-iZ
-iZ
-iZ
-iZ
-iZ
-aK
-RJ
+JR
+JR
+JR
+JR
+JR
+JR
+dr
+Gf
"}
(16,1,1) = {"
yQ
-RJ
+Gf
rO
rO
rO
rO
-RJ
+Gf
eg
eg
eg
@@ -2677,20 +2681,20 @@ FK
CX
eY
eY
-aK
-aK
-iZ
-iZ
-iZ
-iZ
-iZ
-iZ
-aK
-RJ
+dr
+dr
+JR
+JR
+JR
+JR
+JR
+JR
+dr
+Gf
"}
(17,1,1) = {"
yQ
-RJ
+Gf
rO
BN
AU
@@ -2702,7 +2706,7 @@ QW
My
Qy
kU
-io
+po
eg
tr
Is
@@ -2726,27 +2730,27 @@ kU
FK
rz
eY
-aK
-aK
-aK
-iZ
-iZ
-iZ
-iZ
-iZ
-bl
-aK
-RJ
+dr
+dr
+dr
+JR
+JR
+JR
+JR
+JR
+ev
+dr
+Gf
"}
(18,1,1) = {"
yQ
-RJ
-aK
+Gf
+dr
AU
AU
AU
-aK
-aK
+dr
+dr
eg
Ct
oN
@@ -2758,7 +2762,7 @@ Tp
Tp
Tp
eg
-zd
+Ym
eg
eg
xa
@@ -2776,27 +2780,27 @@ UO
hi
CX
eY
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+Gf
"}
(19,1,1) = {"
-RJ
-RJ
-aK
-aK
-aK
-aK
-wl
-aK
+Gf
+Gf
+dr
+dr
+dr
+dr
+GQ
+dr
yX
ve
Tt
@@ -2826,27 +2830,27 @@ kU
hi
Ok
eY
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+Gf
"}
(20,1,1) = {"
-RJ
-aK
-aK
-aK
-aK
-aK
-aK
-aK
+Gf
+dr
+dr
+dr
+dr
+dr
+dr
+dr
tr
uz
Mh
@@ -2859,11 +2863,11 @@ Yl
pJ
eg
kn
-Tn
+pb
kU
-Ou
+lt
kU
-EE
+Fa
kU
YF
eg
@@ -2877,25 +2881,25 @@ Ci
YP
eY
eY
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+Gf
"}
(21,1,1) = {"
-RJ
-aK
-aK
-aK
-aK
-aK
-Av
+Gf
+dr
+dr
+dr
+dr
+dr
+zn
BN
tr
kU
@@ -2911,7 +2915,7 @@ eg
rc
mu
rM
-EK
+gc
vQ
vQ
mu
@@ -2927,25 +2931,25 @@ hi
hi
af
eY
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+dr
+Gf
"}
(22,1,1) = {"
-RJ
-aK
-aK
-aK
-aK
-aK
-aK
+Gf
+dr
+dr
+dr
+dr
+dr
+dr
AU
eg
eg
@@ -2977,24 +2981,24 @@ hi
lN
QK
eY
-aK
-aK
-aK
-aK
+dr
+dr
+dr
+dr
BN
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+Gf
"}
(23,1,1) = {"
-RJ
-aK
-aK
-aK
-aK
-aK
+Gf
+dr
+dr
+dr
+dr
+dr
AU
AU
rO
@@ -3027,28 +3031,28 @@ hi
hi
Nc
eY
-aK
+dr
BN
AU
-aK
-aK
-aK
-aK
-aK
-aK
-RJ
+dr
+dr
+dr
+dr
+dr
+dr
+Gf
"}
(24,1,1) = {"
-RJ
-RJ
-aK
-aK
-aK
+Gf
+Gf
+dr
+dr
+dr
AU
Ez
rO
rO
-RJ
+Gf
rO
rO
Vy
@@ -3064,8 +3068,8 @@ jv
fR
cB
rO
-RJ
-RJ
+Gf
+Gf
eg
Ry
hk
@@ -3081,24 +3085,24 @@ rO
rO
AU
AU
-aK
-aK
-aK
-aK
+dr
+dr
+dr
+dr
rO
-RJ
+Gf
"}
(25,1,1) = {"
yQ
-RJ
-aK
+Gf
+dr
AU
BN
AU
rO
rO
-RJ
-RJ
+Gf
+Gf
eY
Xm
TH
@@ -3114,8 +3118,8 @@ uP
Ge
vb
eg
-RJ
-RJ
+Gf
+Gf
eg
rO
rO
@@ -3126,29 +3130,29 @@ eg
eg
rO
rO
-RJ
-RJ
+Jo
+Gf
rO
rO
rO
-RJ
-RJ
+Gf
+Gf
rO
rO
rO
-RJ
+Gf
"}
(26,1,1) = {"
yQ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
rO
rO
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
eY
Bd
vL
@@ -3164,41 +3168,41 @@ wh
Zg
Nu
eg
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Jo
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
"}
(27,1,1) = {"
yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
yQ
-RJ
+Gf
eY
Jl
RK
@@ -3214,8 +3218,8 @@ bx
Cv
Nu
eg
-RJ
-RJ
+Gf
+yQ
yQ
yQ
yQ
@@ -3248,7 +3252,7 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eY
NW
UY
@@ -3264,7 +3268,7 @@ wq
Zg
Nu
eg
-RJ
+Gf
yQ
yQ
yQ
@@ -3298,7 +3302,7 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eY
xk
Te
@@ -3314,7 +3318,7 @@ ZI
Ex
xE
eg
-RJ
+Gf
yQ
yQ
yQ
@@ -3348,7 +3352,7 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eY
eY
eY
@@ -3364,7 +3368,7 @@ xM
Qv
LU
rO
-RJ
+Gf
yQ
yQ
yQ
@@ -3398,11 +3402,11 @@ yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
eg
Gs
jH
@@ -3414,7 +3418,7 @@ eg
rO
rO
rO
-RJ
+Gf
yQ
yQ
yQ
@@ -3452,19 +3456,19 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
eg
Ok
nz
IK
eg
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
+Gf
yQ
yQ
yQ
@@ -3502,13 +3506,13 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
rO
CX
hi
Nu
-RJ
-RJ
+Gf
+Gf
yQ
yQ
yQ
@@ -3552,13 +3556,13 @@ yQ
yQ
yQ
yQ
-RJ
+Gf
rO
CX
-RJ
+Gf
Lp
eg
-RJ
+Gf
yQ
yQ
yQ
@@ -3602,13 +3606,13 @@ yQ
yQ
yQ
yQ
-RJ
-RJ
+Gf
+Gf
fl
-RJ
-RJ
-RJ
-RJ
+Gf
+Gf
+Gf
+Gf
yQ
yQ
yQ
@@ -3652,10 +3656,10 @@ yQ
yQ
yQ
yQ
-RJ
-RJ
-RJ
-RJ
+yQ
+Gf
+Gf
+Gf
yQ
yQ
yQ
diff --git a/_maps/virtual_domains/pirates.dmm b/_maps/virtual_domains/pirates.dmm
index 2d3cf104335b46..3f6b66d6d4480f 100644
--- a/_maps/virtual_domains/pirates.dmm
+++ b/_maps/virtual_domains/pirates.dmm
@@ -134,6 +134,9 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/wood,
/area/virtual_domain/protected_space/fullbright)
+"ha" = (
+/turf/closed/mineral/random/jungle,
+/area/virtual_domain/protected_space)
"hb" = (
/turf/closed/indestructible/binary,
/area/virtual_domain/fullbright)
@@ -222,10 +225,6 @@
dir = 4
},
/area/virtual_domain/fullbright)
-"mR" = (
-/obj/machinery/smartfridge/drying_rack,
-/turf/open/misc/beach/sand,
-/area/virtual_domain/fullbright)
"na" = (
/obj/effect/turf_decal/weather/dirt,
/obj/structure/flora/rock/pile,
@@ -266,6 +265,10 @@
},
/turf/open/water/beach,
/area/virtual_domain/protected_space)
+"qV" = (
+/obj/machinery/smartfridge/drying/rack,
+/turf/open/misc/beach/sand,
+/area/virtual_domain/fullbright)
"ri" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -498,6 +501,10 @@
/obj/structure/bonfire/prelit,
/turf/open/misc/beach/sand,
/area/virtual_domain/fullbright)
+"Ca" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/indestructible/binary,
+/area/virtual_domain/protected_space/fullbright)
"Ci" = (
/turf/closed/wall/mineral/wood/nonmetal,
/area/virtual_domain/fullbright)
@@ -592,10 +599,6 @@
/obj/structure/flora/rock/style_2,
/turf/open/water/beach,
/area/virtual_domain/fullbright)
-"GM" = (
-/obj/structure/flora/rock/pile/jungle/style_2,
-/turf/open/misc/dirt/jungle,
-/area/virtual_domain/protected_space)
"Hn" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/wall/mineral/wood/nonmetal,
@@ -618,6 +621,13 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/wood,
/area/virtual_domain/protected_space/fullbright)
+"Io" = (
+/obj/effect/light_emitter{
+ set_cap = 3;
+ set_luminosity = 5
+ },
+/turf/open/misc/beach/coast,
+/area/virtual_domain/fullbright)
"Jf" = (
/obj/structure/flora/bush/sparsegrass,
/turf/open/misc/grass,
@@ -672,6 +682,13 @@
/mob/living/basic/trooper/pirate/melee,
/turf/open/misc/grass,
/area/virtual_domain/fullbright)
+"LO" = (
+/obj/effect/light_emitter{
+ set_cap = 3;
+ set_luminosity = 5
+ },
+/turf/open/water/beach,
+/area/virtual_domain/fullbright)
"LP" = (
/obj/effect/turf_decal/weather/sand{
dir = 5
@@ -761,6 +778,11 @@
/obj/effect/mob_spawn/corpse/human/pirate,
/turf/open/misc/dirt/jungle,
/area/virtual_domain/protected_space)
+"OS" = (
+/obj/structure/flora/rock/pile/jungle/style_2,
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/misc/dirt/jungle,
+/area/virtual_domain/protected_space)
"Qc" = (
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/wood{
@@ -887,6 +909,10 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/carpet/blue,
/area/virtual_domain)
+"VI" = (
+/obj/item/flashlight/flare/torch,
+/turf/open/misc/beach/sand,
+/area/virtual_domain/fullbright)
"VP" = (
/turf/closed/mineral/random/jungle,
/area/virtual_domain/protected_space/fullbright)
@@ -911,9 +937,6 @@
},
/turf/open/misc/beach/sand,
/area/virtual_domain/fullbright)
-"WW" = (
-/turf/template_noop,
-/area/virtual_domain/fullbright)
"Xn" = (
/obj/modular_map_root/safehouse{
key = "wood"
@@ -1244,7 +1267,7 @@ DM
DM
hb
hb
-hb
+fR
Mc
Mc
Mc
@@ -1474,13 +1497,13 @@ LX
wn
Ka
Mc
-hb
-hb
-hb
-hb
-hb
-hb
-fR
+Mc
+Mc
+Mc
+Mc
+Mc
+Mc
+Ca
"}
(12,1,1) = {"
xg
@@ -1524,7 +1547,7 @@ ub
ub
ub
Xn
-hb
+Mc
"}
(13,1,1) = {"
hb
@@ -1568,7 +1591,7 @@ ub
ub
ub
ub
-hb
+Mc
"}
(14,1,1) = {"
hb
@@ -1578,7 +1601,7 @@ Ul
Ul
Ul
Hn
-mR
+qV
eS
eS
eS
@@ -1612,7 +1635,7 @@ ub
ub
ub
ub
-hb
+Mc
"}
(15,1,1) = {"
hb
@@ -1656,7 +1679,7 @@ ub
ub
ub
ub
-hb
+Mc
"}
(16,1,1) = {"
hb
@@ -1700,7 +1723,7 @@ ub
ub
ub
ub
-hb
+Mc
"}
(17,1,1) = {"
hb
@@ -1744,7 +1767,7 @@ ub
ub
ub
ub
-hb
+Mc
"}
(18,1,1) = {"
hb
@@ -1788,7 +1811,7 @@ ub
ub
ub
zR
-hb
+Mc
"}
(19,1,1) = {"
hb
@@ -1826,13 +1849,13 @@ SE
LX
In
SE
-xp
-xp
-xp
-xp
-xp
-hb
-hb
+SE
+SE
+SE
+SE
+SE
+Mc
+Mc
"}
(20,1,1) = {"
hb
@@ -1870,12 +1893,12 @@ SE
XR
vX
dp
-xp
-xp
-xp
-xp
-xp
-hb
+SE
+SE
+SE
+SE
+SE
+Mc
xg
"}
(21,1,1) = {"
@@ -1914,12 +1937,12 @@ ce
LX
gN
In
-xp
-xp
-xp
-xp
-xp
-hb
+SE
+SE
+SE
+SE
+SE
+Mc
xg
"}
(22,1,1) = {"
@@ -1958,12 +1981,12 @@ SE
sH
Ka
QJ
-xp
-xp
-xp
-xp
-xp
-hb
+SE
+SE
+SE
+SE
+SE
+Mc
xg
"}
(23,1,1) = {"
@@ -2002,12 +2025,12 @@ SE
SE
SE
SE
-xp
-xp
-xp
-DM
-DM
-hb
+SE
+SE
+SE
+VP
+VP
+Mc
xg
"}
(24,1,1) = {"
@@ -2046,12 +2069,12 @@ SE
SE
SE
SE
-xp
-xp
-xp
-DM
-DM
-hb
+SE
+SE
+SE
+VP
+VP
+Mc
xg
"}
(25,1,1) = {"
@@ -2071,9 +2094,9 @@ eS
eS
nr
eS
-eS
-SK
-xp
+VI
+Io
+LO
xp
xp
xp
@@ -2090,12 +2113,12 @@ SE
SE
SE
SE
-xp
-xp
-DM
-DM
-DM
-hb
+SE
+SE
+VP
+VP
+VP
+Mc
xg
"}
(26,1,1) = {"
@@ -2114,12 +2137,12 @@ DM
DM
DM
DM
-DM
-DM
+ha
+ha
RC
Nx
-DM
-DM
+ha
+ha
hb
hb
xp
@@ -2134,12 +2157,12 @@ SE
SE
SE
SE
-hb
-DM
-DM
-DM
-DM
-hb
+Mc
+VP
+VP
+VP
+VP
+Mc
xg
"}
(27,1,1) = {"
@@ -2147,7 +2170,7 @@ xg
xg
xg
xg
-WW
+xg
hb
DM
DM
@@ -2159,10 +2182,10 @@ DM
DM
DM
DM
-DM
+ha
br
qT
-DM
+ha
DM
DM
hb
@@ -2178,12 +2201,12 @@ SE
SE
SE
Mc
-hb
-DM
-DM
-DM
-hb
-hb
+Mc
+VP
+VP
+VP
+Mc
+Mc
xg
"}
(28,1,1) = {"
@@ -2203,11 +2226,11 @@ DM
DM
DM
DM
-DM
+ha
wf
qT
-DM
-DM
+ha
+ha
DM
DM
hb
@@ -2222,11 +2245,11 @@ SE
SE
Mc
Mc
-hb
-hb
-hb
-hb
-hb
+Mc
+Mc
+Mc
+Mc
+Mc
xg
xg
"}
@@ -2247,13 +2270,13 @@ DM
DM
DM
DM
-DM
+ha
qR
Ic
Nx
-DM
-DM
-DM
+ha
+ha
+ha
DM
DM
DM
@@ -2291,16 +2314,16 @@ DM
DM
DM
DM
-DM
+ha
lM
qR
Ic
ki
Nx
-DM
-DM
-DM
-DM
+ha
+ha
+ha
+ha
DM
hb
hb
@@ -2335,17 +2358,17 @@ hb
DM
DM
DM
-DM
-DM
+ha
+ha
qR
qR
OE
qT
Nx
na
-GM
-DM
-DM
+OS
+ha
+ha
DM
hb
hb
@@ -2380,8 +2403,8 @@ hb
DM
DM
DM
-DM
-DM
+ha
+ha
qR
dz
Ic
@@ -2389,8 +2412,8 @@ Nx
MO
qR
MJ
-DM
-DM
+ha
+ha
DM
hb
xg
@@ -2425,7 +2448,7 @@ hb
DM
DM
DM
-DM
+ha
KW
qR
OB
@@ -2434,7 +2457,7 @@ hp
kl
qR
MJ
-DM
+ha
DM
hb
xg
@@ -2469,8 +2492,8 @@ hb
hb
DM
DM
-DM
-DM
+ha
+ha
qR
qR
kE
@@ -2478,7 +2501,7 @@ hx
vo
cT
tR
-DM
+ha
DM
hb
xg
@@ -2514,15 +2537,15 @@ hb
hb
hb
DM
-DM
-DM
-DM
-DM
-DM
-DM
-DM
-DM
-DM
+ha
+ha
+ha
+ha
+ha
+ha
+ha
+ha
+ha
DM
hb
xg
diff --git a/_maps/virtual_domains/psyker_shuffle.dmm b/_maps/virtual_domains/psyker_shuffle.dmm
index e53ec600e8a3aa..c3434167bb18ff 100644
--- a/_maps/virtual_domains/psyker_shuffle.dmm
+++ b/_maps/virtual_domains/psyker_shuffle.dmm
@@ -2,16 +2,16 @@
"a" = (
/obj/structure/closet/crate/secure,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"b" = (
/obj/item/restraints/legcuffs/beartrap/prearmed,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"e" = (
/obj/item/gun/ballistic/shotgun/lethal,
/obj/structure/closet/crate/preopen,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"h" = (
/obj/structure/closet/crate/preopen,
/obj/item/gun/ballistic/automatic/mini_uzi,
@@ -49,61 +49,61 @@
/obj/item/gun/ballistic/revolver,
/turf/template_noop,
/area/virtual_domain/safehouse)
-"k" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+"i" = (
+/obj/effect/landmark/bitrunning/crate_replacer,
+/turf/open/indestructible/dark,
+/area/virtual_domain)
"m" = (
/obj/item/toy/gun{
pixel_y = 3
},
/obj/structure/closet/crate/wooden,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"o" = (
/turf/template_noop,
/area/template_noop)
-"q" = (
-/obj/effect/landmark/bitrunning/crate_replacer,
-/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
"r" = (
/mob/living/simple_animal/hostile/mimic,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"s" = (
/mob/living/simple_animal/hostile/mimic/crate,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"t" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
+"u" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/indestructible/dark,
+/area/virtual_domain)
"v" = (
/obj/structure/closet/crate/hydroponics,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"x" = (
/obj/item/gun/ballistic/shotgun/lethal,
/obj/item/gun/ballistic/revolver/mateba,
/obj/structure/closet/crate/preopen,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"B" = (
-/turf/template_noop,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/turf/open/space,
+/area/space/virtual_domain)
"F" = (
/obj/structure/closet/crate/internals,
/obj/item/gun/ballistic/revolver/mateba,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"K" = (
/obj/structure/closet/crate/eva,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"M" = (
/obj/machinery/door/airlock/abductor,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"N" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
@@ -111,23 +111,23 @@
"O" = (
/obj/structure/closet/crate/freezer/surplus_limbs,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"P" = (
/obj/structure/closet/crate/wooden,
/obj/item/gun/ballistic/revolver/mateba,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Q" = (
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"R" = (
/obj/structure/closet/crate/secure/loot,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"S" = (
/obj/structure/closet/crate/secure/bitrunning/encrypted,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"U" = (
/obj/modular_map_root/safehouse{
key = "bathroom"
@@ -141,14 +141,15 @@
/obj/projectile/bullet/shotgun_frag12,
/obj/projectile/bullet/shotgun_frag12,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Y" = (
/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain/fullbright)
(1,1,1) = {"
o
o
+o
Y
Y
Y
@@ -162,9 +163,8 @@ Y
Y
Y
Y
-Y
-Y
-k
+o
+o
o
o
o
@@ -177,7 +177,7 @@ o
(2,1,1) = {"
o
o
-Y
+o
Y
Q
Q
@@ -192,7 +192,7 @@ Q
a
Y
Y
-Y
+o
o
o
o
@@ -205,7 +205,7 @@ o
(3,1,1) = {"
o
o
-Y
+o
Y
Y
K
@@ -218,8 +218,7 @@ Q
Q
Q
Q
-Q
-Y
+u
Y
o
o
@@ -229,6 +228,7 @@ o
o
o
o
+o
"}
(4,1,1) = {"
o
@@ -246,8 +246,7 @@ Y
Q
Q
Q
-Q
-Y
+i
Y
o
o
@@ -257,6 +256,7 @@ o
o
o
o
+o
"}
(5,1,1) = {"
o
@@ -920,7 +920,7 @@ Y
Y
Y
Y
-q
+Y
o
o
o
diff --git a/_maps/virtual_domains/psyker_zombies.dmm b/_maps/virtual_domains/psyker_zombies.dmm
index 1d4307ebdcef8f..4ca97f8ef63156 100644
--- a/_maps/virtual_domains/psyker_zombies.dmm
+++ b/_maps/virtual_domains/psyker_zombies.dmm
@@ -1,21 +1,25 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain/fullbright)
"b" = (
/obj/item/pizzabox/bomb/armed,
/obj/structure/rack,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"c" = (
/obj/structure/sign/warning/directional/west,
/turf/open/chasm,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"e" = (
/obj/effect/mob_spawn/corpse/human/cyber_police,
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"f" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/indestructible/dark,
+/area/virtual_domain/protected_space)
"h" = (
/obj/structure/rack,
/turf/open/indestructible/dark,
@@ -23,7 +27,7 @@
"i" = (
/obj/structure/sign/warning/directional/east,
/turf/open/chasm,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"o" = (
/turf/template_noop,
/area/template_noop)
@@ -39,7 +43,7 @@
pixel_y = 1
},
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"r" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
@@ -51,16 +55,16 @@
/obj/effect/mapping_helpers/airlock/locked,
/obj/machinery/door/airlock/abductor,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"A" = (
/obj/effect/spawner/random/trash/caution_sign,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"B" = (
/obj/machinery/door/airlock/abductor,
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"D" = (
/turf/open/indestructible/dark,
/area/virtual_domain/protected_space)
@@ -68,9 +72,6 @@
/obj/structure/mystery_box/guns,
/turf/open/indestructible/dark,
/area/virtual_domain/protected_space)
-"I" = (
-/turf/closed/indestructible/binary,
-/area/virtual_domain/protected_space)
"J" = (
/obj/machinery/door/airlock/abductor,
/turf/open/indestructible/dark,
@@ -78,11 +79,11 @@
"K" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain/fullbright)
"M" = (
/obj/effect/mob_spawn/corpse/human/zombie,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"O" = (
/obj/modular_map_root/safehouse{
key = "bathroom"
@@ -91,34 +92,34 @@
/area/virtual_domain/safehouse)
"Q" = (
/turf/open/chasm,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"R" = (
/obj/effect/mine/explosive/light,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"T" = (
/obj/machinery/door/airlock/abductor,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"U" = (
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"V" = (
/obj/structure/sign/warning/directional/east,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"W" = (
/obj/effect/mob_spawn/corpse/human/cyber_police,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"X" = (
/mob/living/simple_animal/hostile/zombie,
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Y" = (
/turf/open/indestructible/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
(1,1,1) = {"
o
@@ -540,10 +541,10 @@ Y
Y
a
Y
-I
-I
-I
-I
+a
+a
+a
+a
a
a
a
@@ -567,10 +568,10 @@ Y
Y
Y
Y
-I
+a
h
D
-D
+f
t
t
t
@@ -594,7 +595,7 @@ X
Y
Y
Y
-I
+a
F
D
D
@@ -621,7 +622,7 @@ a
Y
Y
Y
-I
+a
D
D
D
@@ -675,7 +676,7 @@ Y
R
Y
Y
-I
+a
D
D
D
@@ -702,7 +703,7 @@ Y
Y
Y
Y
-I
+a
F
D
D
@@ -729,7 +730,7 @@ a
a
Y
Y
-I
+a
h
D
D
@@ -756,10 +757,10 @@ a
a
a
Y
-I
-I
-I
-I
+a
+a
+a
+a
a
a
a
diff --git a/_maps/virtual_domains/stairs_and_cliffs.dmm b/_maps/virtual_domains/stairs_and_cliffs.dmm
index accdf93bf00be7..4c1d364d7778db 100644
--- a/_maps/virtual_domains/stairs_and_cliffs.dmm
+++ b/_maps/virtual_domains/stairs_and_cliffs.dmm
@@ -144,6 +144,10 @@
},
/turf/template_noop,
/area/virtual_domain/safehouse)
+"wZ" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/indestructible/rock/snow/ice,
+/area/icemoon/underground/explored/virtual_domain)
"xB" = (
/obj/structure/railing/corner{
dir = 4
@@ -173,9 +177,6 @@
},
/turf/open/floor/wood,
/area/icemoon/underground/explored/virtual_domain)
-"Am" = (
-/turf/closed/indestructible/binary,
-/area/icemoon/underground/explored/virtual_domain)
"AI" = (
/obj/structure/flora/grass/green/style_random,
/turf/open/floor/plating/snowed/smoothed,
@@ -283,9 +284,8 @@
/turf/closed/indestructible/rock/snow/ice,
/area/icemoon/underground/explored/virtual_domain)
"RD" = (
-/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
-/area/icemoon/underground/explored/virtual_domain)
+/area/virtual_domain/fullbright)
"Tz" = (
/obj/item/pickaxe/mini,
/turf/open/misc/asteroid/snow,
@@ -309,85 +309,84 @@
/area/virtual_domain/safehouse)
(1,1,1) = {"
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
RD
"}
(2,1,1) = {"
-Am
-Qv
+RD
Qv
Qv
Qv
@@ -460,10 +459,11 @@ Qv
Qv
Qv
Qv
-Am
+wZ
+RD
"}
(3,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -537,10 +537,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(4,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -614,10 +614,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(5,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -691,10 +691,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(6,1,1) = {"
-Am
+RD
Qv
Qv
kK
@@ -768,10 +768,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(7,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -845,10 +845,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(8,1,1) = {"
-Am
+RD
Qv
Qv
eB
@@ -922,10 +922,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(9,1,1) = {"
-Am
+RD
Qv
Qv
mr
@@ -999,10 +999,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(10,1,1) = {"
-Am
+RD
Qv
dR
sw
@@ -1076,10 +1076,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(11,1,1) = {"
-Am
+RD
Qv
dR
eB
@@ -1153,10 +1153,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(12,1,1) = {"
-Am
+RD
Qv
dR
dR
@@ -1230,10 +1230,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(13,1,1) = {"
-Am
+RD
Qv
dR
sa
@@ -1307,10 +1307,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(14,1,1) = {"
-Am
+RD
Qv
dR
dR
@@ -1384,10 +1384,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(15,1,1) = {"
-Am
+RD
Qv
sw
sa
@@ -1461,10 +1461,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(16,1,1) = {"
-Am
+RD
Qv
dR
sa
@@ -1538,10 +1538,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(17,1,1) = {"
-Am
+RD
Qv
dR
sa
@@ -1615,10 +1615,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(18,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -1692,10 +1692,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(19,1,1) = {"
-Am
+RD
Qv
Qv
kK
@@ -1769,10 +1769,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(20,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -1846,10 +1846,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(21,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -1923,10 +1923,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(22,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -2000,10 +2000,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(23,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -2077,10 +2077,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(24,1,1) = {"
-Am
+RD
Qv
Qv
sw
@@ -2154,10 +2154,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(25,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -2231,10 +2231,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(26,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -2308,10 +2308,10 @@ pL
Qv
Qv
Qv
-Am
+RD
"}
(27,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -2385,10 +2385,10 @@ pL
Qv
Qv
Qv
-Am
+RD
"}
(28,1,1) = {"
-Am
+RD
Qv
Qv
sa
@@ -2462,10 +2462,10 @@ pL
pL
Qv
Qv
-Am
+RD
"}
(29,1,1) = {"
-Am
+RD
Qv
Qv
sa
@@ -2539,10 +2539,10 @@ pL
Qv
Qv
Qv
-Am
+RD
"}
(30,1,1) = {"
-Am
+RD
Qv
Qv
qc
@@ -2616,10 +2616,10 @@ pL
Qv
Qv
Qv
-Am
+RD
"}
(31,1,1) = {"
-Am
+RD
Qv
pl
qc
@@ -2693,10 +2693,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(32,1,1) = {"
-Am
+RD
Qv
sM
sM
@@ -2770,10 +2770,10 @@ dR
dR
Qv
Qv
-Am
+RD
"}
(33,1,1) = {"
-Am
+RD
Qv
sM
sM
@@ -2847,10 +2847,10 @@ dR
dR
Qv
Qv
-Am
+RD
"}
(34,1,1) = {"
-Am
+RD
Qv
sM
sM
@@ -2924,10 +2924,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(35,1,1) = {"
-Am
+RD
Qv
sM
sM
@@ -3001,10 +3001,10 @@ YT
YT
vz
Qv
-Am
+RD
"}
(36,1,1) = {"
-Am
+RD
Qv
dR
sM
@@ -3078,10 +3078,10 @@ YT
YT
YT
Qv
-Am
+RD
"}
(37,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -3155,10 +3155,10 @@ YT
YT
YT
Qv
-Am
+RD
"}
(38,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -3232,10 +3232,10 @@ YT
YT
YT
Qv
-Am
+RD
"}
(39,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -3309,10 +3309,10 @@ YT
YT
YT
Qv
-Am
+RD
"}
(40,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -3386,10 +3386,10 @@ YT
YT
YT
Qv
-Am
+RD
"}
(41,1,1) = {"
-Am
+RD
Qv
dR
sa
@@ -3463,10 +3463,10 @@ YT
YT
uJ
Qv
-Am
+RD
"}
(42,1,1) = {"
-Am
+RD
Qv
dR
AI
@@ -3540,10 +3540,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(43,1,1) = {"
-Am
+RD
Qv
yo
yo
@@ -3617,10 +3617,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(44,1,1) = {"
-Am
+RD
Qv
dR
yo
@@ -3694,10 +3694,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(45,1,1) = {"
-Am
+RD
Qv
dR
dR
@@ -3771,10 +3771,10 @@ kK
dR
Qv
Qv
-Am
+RD
"}
(46,1,1) = {"
-Am
+RD
Qv
Qv
sa
@@ -3848,10 +3848,10 @@ dR
dR
Qv
Qv
-Am
+RD
"}
(47,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -3925,10 +3925,10 @@ dR
dR
Qv
Qv
-Am
+RD
"}
(48,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -4002,10 +4002,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(49,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -4079,10 +4079,10 @@ sw
dR
dR
Qv
-Am
+RD
"}
(50,1,1) = {"
-Am
+RD
Qv
Qv
sa
@@ -4156,10 +4156,10 @@ eB
dR
dR
Qv
-Am
+RD
"}
(51,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -4233,10 +4233,10 @@ dR
dR
sa
Qv
-Am
+RD
"}
(52,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -4310,10 +4310,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(53,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -4387,10 +4387,10 @@ Qv
dR
dR
Qv
-Am
+RD
"}
(54,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -4464,10 +4464,10 @@ Qv
dR
Qv
Qv
-Am
+RD
"}
(55,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -4541,10 +4541,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(56,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -4618,10 +4618,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(57,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -4695,10 +4695,10 @@ dR
dR
dR
Qv
-Am
+RD
"}
(58,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -4772,10 +4772,10 @@ sa
dR
dR
Qv
-Am
+RD
"}
(59,1,1) = {"
-Am
+RD
Qv
Qv
sa
@@ -4849,10 +4849,10 @@ dR
Qv
Qv
Qv
-Am
+RD
"}
(60,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -4926,10 +4926,10 @@ dR
Qv
Qv
Qv
-Am
+RD
"}
(61,1,1) = {"
-Am
+RD
Qv
dR
kK
@@ -5003,10 +5003,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(62,1,1) = {"
-Am
+RD
Qv
dR
sa
@@ -5080,10 +5080,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(63,1,1) = {"
-Am
+RD
Qv
dR
Lw
@@ -5157,10 +5157,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(64,1,1) = {"
-Am
+RD
Qv
dR
sa
@@ -5234,10 +5234,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(65,1,1) = {"
-Am
+RD
Qv
dR
dR
@@ -5311,10 +5311,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(66,1,1) = {"
-Am
+RD
Qv
dR
kK
@@ -5388,10 +5388,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(67,1,1) = {"
-Am
+RD
Qv
dR
dR
@@ -5465,10 +5465,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(68,1,1) = {"
-Am
+RD
Qv
dR
dR
@@ -5542,10 +5542,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(69,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -5619,10 +5619,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(70,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -5696,10 +5696,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(71,1,1) = {"
-Am
+RD
Qv
Qv
dR
@@ -5773,10 +5773,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(72,1,1) = {"
-Am
+RD
Qv
Qv
sa
@@ -5850,10 +5850,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(73,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -5927,10 +5927,10 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(74,1,1) = {"
-Am
+RD
Qv
Qv
Qv
@@ -6004,82 +6004,82 @@ Qv
Qv
Qv
Qv
-Am
+RD
"}
(75,1,1) = {"
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
-Am
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
+RD
"}
diff --git a/_maps/virtual_domains/syndicate_assault.dmm b/_maps/virtual_domains/syndicate_assault.dmm
index eb33a1ef564499..003a4aee7fb243 100644
--- a/_maps/virtual_domains/syndicate_assault.dmm
+++ b/_maps/virtual_domains/syndicate_assault.dmm
@@ -1,17 +1,4 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aq" = (
-/obj/item/storage/backpack/duffelbag/syndie/surgery,
-/obj/structure/table/reinforced,
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"aw" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/obj/effect/landmark/bitrunning/mob_segment,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
"aN" = (
/obj/structure/closet/crate/secure/gear{
req_access = list("syndicate")
@@ -27,132 +14,68 @@
/obj/item/stack/rods/fifty,
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
-"aO" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"bh" = (
-/turf/open/floor/carpet/royalblack,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"bD" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
+"aV" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Syndicate Ship Airlock"
},
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"bc" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/wall/r_wall/syndicate,
+/area/virtual_domain)
+"bl" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plastic,
+/area/virtual_domain)
"bG" = (
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
-"cc" = (
-/obj/structure/closet/crate/secure/gear{
- req_access = list("syndicate")
- },
-/obj/effect/spawner/random/clothing/costume,
+"bN" = (
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"cj" = (
/obj/structure/transit_tube/crossing,
/turf/closed/wall/r_wall/syndicate,
/area/virtual_domain/protected_space)
-"ct" = (
-/obj/structure/closet/syndicate{
- anchored = 1;
- desc = "A basic closet for all your villainous needs.";
- locked = 1;
- name = "Closet";
- req_access = list("syndicate");
- secure = 1
- },
-/obj/item/gun/ballistic/automatic/pistol,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"cw" = (
-/obj/structure/closet/syndicate{
- anchored = 1;
- desc = "A basic closet for all your villainous needs.";
- locked = 1;
- name = "Closet";
- req_access = list("syndicate");
- secure = 1
- },
-/obj/item/clothing/under/syndicate/combat,
-/obj/item/clothing/gloves/combat,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/mask/gas/syndicate,
-/obj/item/clothing/under/syndicate/skirt,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"cy" = (
-/obj/machinery/door/airlock/grunge{
- name = "Syndicate Ship Airlock"
- },
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+"cr" = (
+/obj/machinery/power/shuttle_engine/propulsion{
dir = 8
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
+/turf/open/space/basic,
+/area/virtual_domain)
+"cA" = (
+/obj/structure/table/reinforced,
+/obj/item/paper/fluff/ruins/forgottenship/missionobj,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"cB" = (
-/obj/machinery/camera/xray{
- c_tag = "Medbay";
- dir = 6;
- network = list("fsci");
- screen_loc = ""
- },
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"cR" = (
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/carpet/royalblack,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"cZ" = (
/obj/structure/table/reinforced,
/obj/item/gun/ballistic/automatic/l6_saw/unrestricted,
/obj/item/ammo_box/magazine/m7mm,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"da" = (
-/obj/machinery/stasis,
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"dd" = (
-/obj/structure/sign/warning/vacuum/external,
-/turf/closed/wall/r_wall/syndicate,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"di" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable,
-/obj/item/paper/fluff/ruins/forgottenship/powerissues,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
"dp" = (
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"dw" = (
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"dz" = (
-/obj/effect/landmark/bitrunning/cache_spawn,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"dU" = (
-/obj/structure/cable,
-/obj/structure/fans/tiny,
-/obj/machinery/door/airlock/external/ruin{
- name = "Syndicate Ship Airlock"
- },
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+"dq" = (
+/obj/effect/mob_spawn/ghost_role/human/virtual_domain/syndie,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"dx" = (
+/obj/structure/sign/poster/contraband/syndicate_pistol,
+/turf/closed/wall/r_wall/syndicate,
+/area/virtual_domain)
+"dD" = (
+/turf/open/floor/carpet/royalblack,
+/area/virtual_domain)
+"dQ" = (
+/turf/closed/mineral,
+/area/ruin/space/virtual_domain)
+"eu" = (
+/turf/open/space/basic,
+/area/virtual_domain)
"eB" = (
/obj/machinery/camera/xray{
c_tag = "Cargo pod";
@@ -169,70 +92,91 @@
/obj/item/card/id/advanced/black/syndicate_command/crew_id,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
+"eH" = (
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/carpet/royalblack,
+/area/virtual_domain)
+"eQ" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
"fd" = (
/obj/structure/transit_tube/crossing,
/turf/open/space/basic,
/area/virtual_domain/protected_space)
-"fG" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"fJ" = (
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"fV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump,
+"fs" = (
+/obj/machinery/light/directional/north,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"gD" = (
-/obj/effect/mob_spawn/ghost_role/human/virtual_domain/syndie,
+/area/virtual_domain)
+"fR" = (
+/obj/structure/chair/comfy/shuttle,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"hg" = (
-/obj/structure/window/reinforced/plasma/plastitanium,
-/obj/machinery/door/poddoor{
- id = "fslockdown";
- name = "Ship Blast Door";
- state_open = 1
+/area/virtual_domain)
+"fW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4
},
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"hy" = (
-/obj/structure/table/reinforced,
-/obj/item/paper/fluff/ruins/forgottenship/missionobj,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"hA" = (
-/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"gW" = (
+/obj/structure/sign/poster/contraband/syndicate_recruitment,
/turf/closed/wall/r_wall/syndicate,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"hD" = (
+/area/virtual_domain)
+"hb" = (
/obj/structure/table/reinforced,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"ip" = (
-/obj/effect/landmark/bitrunning/mob_segment,
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"is" = (
+/area/virtual_domain)
+"hi" = (
/obj/structure/table/reinforced,
-/obj/item/paper,
-/obj/item/pen,
-/obj/machinery/computer/security/telescreen/forgotten_ship/sci/directional/south,
-/turf/open/floor/carpet/royalblack,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"iB" = (
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"hm" = (
/obj/machinery/light/directional/north,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"hn" = (
+/obj/structure/closet/syndicate{
+ anchored = 1;
+ desc = "A basic closet for all your villainous needs.";
+ locked = 1;
+ name = "Closet";
+ req_access = list("syndicate");
+ secure = 1
+ },
+/obj/item/ammo_box/c9mm,
+/obj/item/gun/ballistic/automatic/pistol,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"hr" = (
+/turf/open/floor/plastic,
+/area/virtual_domain)
+"hw" = (
+/obj/machinery/stasis,
+/turf/open/floor/plastic,
+/area/virtual_domain)
+"hM" = (
+/obj/structure/toilet{
+ dir = 1
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/iron,
+/area/virtual_domain)
+"hY" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 10
+ },
+/obj/item/wrench,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"iL" = (
/obj/structure/sign/departments/cargo,
/turf/closed/wall/r_wall/syndicate,
/area/virtual_domain/protected_space)
+"iT" = (
+/obj/machinery/airalarm/directional/north,
+/obj/effect/mapping_helpers/airalarm/syndicate_access,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
"iU" = (
/obj/structure/closet/crate/secure/gear{
req_access = list("syndicate")
@@ -241,167 +185,183 @@
/obj/machinery/light/small/directional/north,
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
-"iW" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "fslockdown";
- name = "Window shutters";
- req_access = list("syndicate")
- },
+"jt" = (
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"iX" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 4
- },
+/area/virtual_domain)
+"jv" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
dir = 4
},
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"ja" = (
-/obj/machinery/door/window/left/directional/north{
- name = "Spare Equipment";
- req_access = list("syndicate")
- },
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"jl" = (
-/obj/structure/bodycontainer/crematorium{
- id = "fscremate"
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"jA" = (
-/obj/structure/cable,
-/mob/living/basic/trooper/syndicate/melee/space/stormtrooper,
+/area/virtual_domain)
+"jw" = (
+/obj/item/ai_module/core/full/cybersun,
+/obj/structure/table/reinforced,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"jW" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"jJ" = (
-/obj/machinery/door/airlock/grunge{
- name = "Syndicate Ship Airlock"
- },
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/turf/open/floor/iron/dark/side{
- dir = 1
- },
-/area/ruin/space/has_grav/powered/virtual_domain)
-"kh" = (
-/obj/machinery/door/airlock/grunge{
- name = "Syndicate Ship Airlock"
- },
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
+/area/virtual_domain)
+"kx" = (
+/obj/structure/closet/syndicate{
+ anchored = 1;
+ desc = "A basic closet for all your villainous needs.";
+ locked = 1;
+ name = "Closet";
+ req_access = list("syndicate");
+ secure = 1
},
+/obj/item/crowbar/red,
+/obj/item/ammo_box/magazine/m9mm,
+/obj/item/ammo_box/magazine/m9mm,
+/obj/item/gun/ballistic/automatic/pistol,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"kI" = (
-/obj/machinery/computer/atmos_alert{
- dir = 8
+/area/virtual_domain)
+"kA" = (
+/obj/machinery/power/port_gen/pacman/super{
+ anchored = 1
},
+/obj/structure/cable,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"kJ" = (
/obj/modular_map_root/safehouse{
key = "shuttle_space"
},
/turf/template_noop,
/area/virtual_domain/safehouse)
+"kK" = (
+/obj/structure/window/reinforced/plasma/plastitanium,
+/obj/machinery/door/poddoor{
+ id = "fslockdown";
+ name = "Ship Blast Door";
+ state_open = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"lh" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
"li" = (
/obj/structure/transit_tube/station/dispenser/reverse{
dir = 4
},
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"ln" = (
-/obj/machinery/turretid{
- control_area = "/area/ruin/space/has_grav/syndicate_forgotten_ship";
- enabled = 0;
- icon_state = "control_kill";
- lethal = 1;
- name = "Ship turret control panel";
- pixel_y = 32;
- req_access = list("syndicate")
+"lB" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"lo" = (
-/obj/structure/fans/tiny,
-/obj/machinery/door/airlock/external/ruin{
- name = "Syndicate Ship Airlock"
+/area/virtual_domain)
+"lI" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
},
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"lN" = (
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"mo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{
- dir = 8
- },
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"mA" = (
-/obj/machinery/light/small/directional/south,
+/area/virtual_domain)
+"mA" = (
+/obj/machinery/light/small/directional/south,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"mD" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 10
+"mG" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "fslockdown";
+ name = "Window shutters";
+ req_access = list("syndicate")
},
-/obj/item/wrench,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"mL" = (
/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"nk" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/mapping_helpers/apc/syndicate_access,
-/obj/structure/cable,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+"mR" = (
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
+"nd" = (
+/obj/structure/table/reinforced,
+/obj/item/toy/plush/nukeplushie,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
"nn" = (
/turf/closed/mineral/random,
/area/virtual_domain/protected_space)
-"nB" = (
-/turf/closed/mineral/random,
-/area/space)
-"nG" = (
-/obj/machinery/light/directional/south,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"nU" = (
-/obj/structure/sign/poster/contraband/syndicate_pistol,
-/turf/closed/wall/r_wall/syndicate,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"og" = (
+"nz" = (
+/turf/closed/wall/r_wall/syndicate/nodiagonal,
+/area/virtual_domain)
+"nC" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"nV" = (
+/obj/machinery/power/shuttle_engine/huge{
+ dir = 8
+ },
+/turf/open/space/basic,
+/area/virtual_domain)
+"od" = (
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/cup/glass/trophy/silver_cup,
+/obj/item/paper,
+/obj/item/pen,
+/obj/machinery/computer/security/telescreen/forgotten_ship/sci/directional/south,
+/turf/open/floor/carpet/royalblack,
+/area/virtual_domain)
+"oo" = (
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"or" = (
+/obj/machinery/power/smes,
+/obj/structure/cable,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"os" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Syndicate Ship Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/turf/open/floor/plating,
+/area/virtual_domain)
+"pD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{
+ dir = 8
+ },
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"oM" = (
+/area/virtual_domain)
+"pI" = (
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/floor/plastic,
+/area/virtual_domain)
+"qd" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/effect/mapping_helpers/apc/syndicate_access,
/obj/structure/cable,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"pl" = (
-/obj/machinery/atmospherics/components/tank/air{
- dir = 8
+/area/virtual_domain)
+"qh" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{
+ dir = 4
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"pz" = (
+/area/virtual_domain)
+"qr" = (
/obj/machinery/computer/security{
desc = "Used to access interrogation room camera.";
dir = 8;
@@ -410,63 +370,17 @@
screen_loc = ""
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"pH" = (
-/obj/structure/table/reinforced,
-/obj/item/toy/plush/nukeplushie,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"pM" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"pS" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 6
- },
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"pU" = (
-/obj/machinery/shower/directional/north,
-/obj/machinery/light/directional/south,
-/turf/open/floor/iron,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"qf" = (
-/obj/structure/table/optable,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"qx" = (
-/turf/open/space/basic,
-/area/space)
+/area/virtual_domain)
+"qR" = (
+/obj/machinery/light/small/directional/south,
+/obj/effect/mob_spawn/ghost_role/human/virtual_domain/syndie,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
"qU" = (
/obj/structure/sign/poster/contraband/c20r,
/turf/closed/wall/r_wall/syndicate,
/area/virtual_domain/protected_space)
-"qY" = (
-/obj/machinery/light/small/directional/south,
-/obj/effect/landmark/bitrunning/cache_spawn,
-/turf/open/floor/iron/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"rm" = (
-/obj/machinery/button/crematorium{
- id = "fscremate";
- pixel_x = -32
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"ru" = (
-/turf/closed/wall/r_wall/syndicate,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"rH" = (
-/obj/machinery/airalarm/directional/north,
-/obj/effect/mapping_helpers/airalarm/syndicate_access,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"rM" = (
+"rh" = (
/obj/structure/closet/syndicate{
anchored = 1;
desc = "A basic closet for all your villainous needs.";
@@ -475,44 +389,59 @@
req_access = list("syndicate");
secure = 1
},
-/obj/effect/spawner/random/contraband/armory,
+/obj/item/gun/ballistic/automatic/pistol,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"rP" = (
-/obj/machinery/light/small/directional/south,
-/obj/effect/mob_spawn/ghost_role/human/virtual_domain/syndie,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"rq" = (
+/obj/structure/sink/directional/south,
+/obj/structure/mirror/directional/west,
+/turf/open/floor/iron/dark,
+/area/virtual_domain)
+"rG" = (
+/obj/machinery/porta_turret/syndicate/energy{
+ dir = 4;
+ name = "Syndicate Ship Turret";
+ on = 0;
+ shot_delay = 10
+ },
+/turf/closed/wall/r_wall/syndicate/nodiagonal,
+/area/virtual_domain)
+"rI" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 9
+ },
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
"sg" = (
/obj/machinery/ore_silo,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"sq" = (
-/obj/machinery/door/window/left/directional/south{
- name = "Control Room";
- req_access = list("syndicate")
+"sk" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"sz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"sm" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
dir = 4
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"sH" = (
-/obj/structure/closet/syndicate{
- anchored = 1;
- desc = "A basic closet for all your villainous needs.";
- locked = 1;
- name = "Closet";
- req_access = list("syndicate");
- secure = 1
+/area/virtual_domain)
+"ss" = (
+/obj/machinery/power/terminal{
+ dir = 1
},
-/obj/item/ammo_box/c9mm,
-/obj/item/gun/ballistic/automatic/pistol,
+/obj/structure/cable,
+/obj/item/paper/fluff/ruins/forgottenship/powerissues,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"sK" = (
/obj/structure/closet/crate/secure/gear{
req_access = list("syndicate")
@@ -525,79 +454,117 @@
},
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
-"sL" = (
-/obj/structure/chair/comfy,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
"sM" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
-"tv" = (
+"sS" = (
+/obj/structure/table/optable,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plastic,
+/area/virtual_domain)
+"tE" = (
+/turf/open/space/basic,
+/area/space/virtual_domain)
+"vY" = (
+/turf/closed/mineral/random/high_chance,
+/area/ruin/space/virtual_domain)
+"wl" = (
+/obj/item/storage/backpack/duffelbag/syndie/surgery,
/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "fscaproom";
- name = "Room shutters control";
- req_access = list("syndicate")
+/turf/open/floor/plastic,
+/area/virtual_domain)
+"wn" = (
+/obj/machinery/button/crematorium{
+ id = "fscremate";
+ pixel_x = -32
},
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"tI" = (
+/area/virtual_domain)
+"wL" = (
+/obj/structure/table/reinforced,
+/obj/item/storage/medkit/regular,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain/protected_space)
+"wR" = (
+/obj/machinery/turretid{
+ control_area = "/area/ruin/space/has_grav/syndicate_forgotten_ship";
+ enabled = 0;
+ icon_state = "control_kill";
+ lethal = 1;
+ name = "Ship turret control panel";
+ pixel_y = 32;
+ req_access = list("syndicate")
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"wU" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
dir = 4
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"uP" = (
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"vp" = (
-/obj/structure/table/reinforced,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"vD" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
+/area/virtual_domain)
+"wX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2,
+/obj/machinery/light/small/directional/north,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"vK" = (
-/obj/machinery/door/airlock/grunge{
- name = "Syndicate Ship Airlock"
+/area/virtual_domain)
+"wY" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/obj/structure/cable,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"vU" = (
-/obj/structure/chair/comfy/shuttle{
+/area/virtual_domain)
+"xd" = (
+/obj/structure/table/reinforced,
+/obj/item/ammo_box/c9mm,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"xg" = (
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"xm" = (
+/obj/structure/chair/comfy/black,
+/turf/open/floor/carpet/royalblack,
+/area/virtual_domain)
+"yA" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
dir = 4
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"wb" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2,
-/obj/machinery/portable_atmospherics/scrubber{
- anchored = 1
- },
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"we" = (
-/turf/closed/mineral/random/high_chance,
-/area/space)
-"wK" = (
-/obj/machinery/door/airlock/grunge{
- name = "Syndicate Ship Airlock"
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"yG" = (
+/obj/structure/closet/crate/secure/gear{
+ req_access = list("syndicate")
},
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/turf/open/floor/iron/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"wL" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/medkit/regular,
-/obj/machinery/light/small/directional/north,
+/obj/effect/spawner/random/food_or_drink/donkpockets,
/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"zN" = (
+/turf/closed/wall/r_wall/syndicate,
/area/virtual_domain/protected_space)
-"xJ" = (
+"zT" = (
+/obj/machinery/light/directional/south,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Ab" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"An" = (
/obj/structure/closet/syndicate{
anchored = 1;
desc = "A basic closet for all your villainous needs.";
@@ -606,140 +573,92 @@
req_access = list("syndicate");
secure = 1
},
-/obj/item/ammo_box/c9mm,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"xS" = (
-/turf/closed/wall/r_wall/syndicate/nodiagonal,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"yl" = (
-/obj/machinery/door/airlock/grunge{
- name = "Captain's Room"
- },
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/obj/machinery/door/poddoor{
- id = "fscaproom";
- name = "Captain's Blast Door";
- state_open = 1
- },
+/obj/item/clothing/under/syndicate/combat,
+/obj/item/clothing/gloves/combat,
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/under/syndicate/skirt,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"yJ" = (
+/area/virtual_domain)
+"AD" = (
/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"yR" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 4
+/obj/item/reagent_containers/cup/glass/trophy/silver_cup,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"AM" = (
+/obj/structure/closet/crate/secure/gear{
+ req_access = list("syndicate")
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
+/obj/item/stack/ore/diamond{
+ amount = 3
},
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"yT" = (
-/obj/item/ai_module/core/full/cybersun,
-/obj/structure/table/reinforced,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"yV" = (
-/obj/structure/table/reinforced,
-/obj/item/assembly/prox_sensor,
-/obj/item/assembly/prox_sensor,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"yZ" = (
-/turf/closed/mineral,
-/area/space)
-"zi" = (
-/obj/machinery/vending/cigarette/syndicate,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"zt" = (
+/area/virtual_domain)
+"AU" = (
+/obj/machinery/camera/xray{
+ c_tag = "Medbay";
+ dir = 6;
+ network = list("fsci");
+ screen_loc = ""
+ },
+/turf/open/floor/plastic,
+/area/virtual_domain)
+"Bh" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{
- dir = 4
+/obj/machinery/door/airlock/external/ruin{
+ name = "Syndicate Ship Airlock"
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"zN" = (
-/turf/closed/wall/r_wall/syndicate,
-/area/virtual_domain/protected_space)
-"Aa" = (
-/obj/structure/chair/comfy/shuttle,
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Bm" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/syndicate,
/area/virtual_domain/protected_space)
-"BK" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space)
"BN" = (
/obj/structure/transit_tube/crossing,
/turf/template_noop,
/area/virtual_domain/safehouse)
-"Cf" = (
+"BQ" = (
+/obj/machinery/shower/directional/north,
/obj/machinery/light/directional/south,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Ci" = (
-/obj/structure/closet/syndicate{
- anchored = 1;
- desc = "A basic closet for all your villainous needs.";
- locked = 1;
- name = "Closet";
- req_access = list("syndicate");
- secure = 1
+/turf/open/floor/iron,
+/area/virtual_domain)
+"CS" = (
+/obj/structure/filingcabinet,
+/obj/machinery/door/window/left/directional/west{
+ name = "Syndicate Interior Door";
+ req_access = list("syndicate")
},
-/obj/item/crowbar/red,
-/obj/item/ammo_box/magazine/m9mm_aps,
-/obj/item/ammo_box/magazine/m9mm_aps,
-/obj/item/gun/ballistic/automatic/pistol,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"CW" = (
+/obj/effect/mob_spawn/ghost_role/human/virtual_domain/syndie,
/turf/open/floor/carpet/royalblack,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Cn" = (
-/obj/machinery/camera/xray/directional/east{
- c_tag = "Conference room";
- network = list("fsc");
- screen_loc = ""
+/area/virtual_domain)
+"CY" = (
+/obj/structure/closet/crate/secure/gear{
+ req_access = list("syndicate")
},
+/obj/effect/spawner/random/maintenance,
+/obj/effect/spawner/random/maintenance,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"CK" = (
-/obj/structure/chair/comfy/shuttle{
+/area/virtual_domain)
+"Dc" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
dir = 4
},
-/mob/living/basic/trooper/syndicate/ranged/smg/pilot,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"CR" = (
-/obj/structure/closet/syndicate{
- anchored = 1;
- desc = "A basic closet for all your villainous needs.";
- locked = 1;
- name = "Closet";
- req_access = list("syndicate");
- secure = 1
- },
-/obj/item/coin/antagtoken,
-/obj/item/dnainjector/thermal,
-/obj/item/storage/box/firingpins/syndicate,
-/obj/item/storage/box/firingpins/syndicate,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"De" = (
-/obj/machinery/door/airlock/grunge{
- name = "Syndicate Ship Airlock"
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Dd" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2,
+/obj/machinery/portable_atmospherics/scrubber{
+ anchored = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Dj" = (
/obj/structure/table/reinforced,
/obj/item/ammo_box/magazine/smgm45,
@@ -748,115 +667,103 @@
/obj/item/gun/ballistic/automatic/c20r/unrestricted,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"DA" = (
-/obj/structure/closet/crate/secure/gear{
- req_access = list("syndicate")
- },
-/obj/effect/spawner/random/maintenance,
-/obj/effect/spawner/random/maintenance,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"EB" = (
+"Dn" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
+ dir = 6
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Fp" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"FN" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Gn" = (
+/area/virtual_domain)
+"DQ" = (
/obj/structure/chair/comfy{
dir = 1
},
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Gs" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"GB" = (
-/obj/structure/cable,
-/obj/machinery/door/airlock/external/ruin{
- name = "Syndicate Ship Airlock"
+/area/virtual_domain)
+"DU" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Captain's Room"
},
/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"GZ" = (
-/obj/machinery/door/airlock/external/ruin{
- name = "Syndicate Ship Airlock"
+/obj/machinery/door/poddoor{
+ id = "fscaproom";
+ name = "Captain's Blast Door";
+ state_open = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Hq" = (
-/turf/closed/indestructible/binary,
-/area/space)
-"HU" = (
+/turf/open/floor/carpet/royalblack,
+/area/virtual_domain)
+"Eb" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"EJ" = (
/obj/machinery/door/airlock/grunge{
- name = "Bridge"
+ name = "Syndicate Ship Airlock"
},
/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
dir = 4
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Ia" = (
-/obj/effect/mob_spawn/ghost_role/human/virtual_domain/syndie,
-/turf/open/floor/carpet/royalblack,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Id" = (
-/obj/machinery/power/shuttle_engine/huge{
- dir = 8
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
},
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"EP" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
/turf/open/space/basic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"If" = (
+/area/space/virtual_domain)
+"Fj" = (
+/turf/open/floor/iron/dark,
+/area/virtual_domain)
+"Fn" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"FE" = (
+/obj/structure/sign/warning/vacuum/external,
+/turf/closed/wall/r_wall/syndicate,
+/area/virtual_domain)
+"Gh" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 9
+ dir = 5
},
-/obj/effect/landmark/bitrunning/mob_segment,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Ig" = (
+/area/virtual_domain)
+"Gv" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/closed/mineral/random,
+/area/ruin/space/virtual_domain)
+"GE" = (
+/obj/structure/chair/comfy,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Is" = (
/obj/machinery/porta_turret/syndicate/energy{
dir = 4;
name = "Syndicate Ship Turret";
on = 0;
shot_delay = 10
},
-/turf/closed/wall/r_wall/syndicate/nodiagonal,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Im" = (
-/obj/structure/table/reinforced,
-/obj/item/ammo_box/c9mm,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Io" = (
-/obj/effect/landmark/bitrunning/cache_spawn,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/turf/closed/wall/r_wall/syndicate,
+/area/virtual_domain)
+"IA" = (
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
"IH" = (
/obj/machinery/door/airlock/external/ruin{
name = "Syndicate Ship Airlock"
@@ -866,63 +773,101 @@
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/virtual_domain/protected_space)
-"IV" = (
-/obj/machinery/door/airlock/grunge{
- name = "Syndicate Ship Airlock"
+"Ji" = (
+/obj/structure/closet/syndicate{
+ anchored = 1;
+ desc = "A basic closet for all your villainous needs.";
+ locked = 1;
+ name = "Closet";
+ req_access = list("syndicate");
+ secure = 1
},
-/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/turf/open/floor/plating,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Jg" = (
-/obj/machinery/light/small/directional/south,
+/obj/item/clothing/head/hats/hos/beret/syndicate,
+/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
+/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/under/syndicate,
+/obj/item/clothing/under/syndicate/skirt,
+/obj/item/clothing/gloves/combat,
+/obj/item/clothing/shoes/combat,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Jz" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 5
+/area/virtual_domain)
+"JJ" = (
+/obj/structure/closet/syndicate{
+ anchored = 1;
+ desc = "A basic closet for all your villainous needs.";
+ locked = 1;
+ name = "Closet";
+ req_access = list("syndicate");
+ secure = 1
},
+/obj/effect/spawner/random/contraband/armory,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"JA" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 4
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"JN" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
- dir = 4
+/area/virtual_domain)
+"Kb" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Captain's Room"
},
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 5
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/obj/machinery/door/poddoor{
+ id = "fscaproom";
+ name = "Captain's Blast Door";
+ state_open = 1
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"JP" = (
-/obj/structure/sink/directional/south,
-/turf/open/floor/iron/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Kz" = (
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Lk" = (
/obj/structure/transit_tube/crossing,
/turf/closed/mineral/random,
/area/virtual_domain/protected_space)
-"Lo" = (
-/obj/structure/filingcabinet,
-/obj/machinery/door/window/left/directional/west{
- name = "Syndicate Interior Door";
+"Lv" = (
+/turf/closed/mineral/random,
+/area/ruin/space/virtual_domain)
+"LB" = (
+/obj/structure/cable,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain/protected_space)
+"Mf" = (
+/obj/structure/table/reinforced,
+/obj/item/assembly/prox_sensor,
+/obj/item/assembly/prox_sensor,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Mp" = (
+/obj/item/stack/sheet/mineral/uranium{
+ amount = 15
+ },
+/obj/structure/cable,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"Mr" = (
+/obj/machinery/light/small/directional/south,
+/obj/effect/landmark/bitrunning/cache_spawn,
+/turf/open/floor/iron/dark,
+/area/virtual_domain)
+"Mv" = (
+/obj/machinery/light/directional/south,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"MB" = (
+/obj/machinery/suit_storage_unit/syndicate{
+ helmet_type = /obj/item/clothing/head/helmet/space/syndicate/black;
+ suit_type = /obj/item/clothing/suit/space/syndicate/black
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"MK" = (
+/obj/machinery/door/window/left/directional/south{
+ name = "Control Room";
req_access = list("syndicate")
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"LB" = (
-/obj/structure/cable,
+/area/virtual_domain)
+"MM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump,
/turf/open/floor/mineral/plastitanium,
-/area/virtual_domain/protected_space)
-"Mc" = (
+/area/virtual_domain)
+"MV" = (
/obj/structure/closet/syndicate{
anchored = 1;
desc = "A basic closet for all your villainous needs.";
@@ -934,10 +879,11 @@
/obj/item/crowbar/red,
/obj/item/ammo_box/magazine/m9mm,
/obj/item/ammo_box/magazine/m9mm,
+/obj/machinery/light/small/directional/north,
/obj/item/gun/ballistic/automatic/pistol,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Mm" = (
+/area/virtual_domain)
+"MY" = (
/obj/structure/closet/syndicate{
anchored = 1;
desc = "A basic closet for all your villainous needs.";
@@ -946,22 +892,16 @@
req_access = list("syndicate");
secure = 1
},
-/obj/item/clothing/head/hats/hos/beret/syndicate,
-/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
-/obj/item/clothing/mask/gas/syndicate,
-/obj/item/clothing/under/syndicate,
-/obj/item/clothing/under/syndicate/skirt,
-/obj/item/clothing/gloves/combat,
-/obj/item/clothing/shoes/combat,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"MR" = (
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/obj/item/crowbar/red,
+/obj/item/ammo_box/magazine/m9mm_aps,
+/obj/item/ammo_box/magazine/m9mm_aps,
+/obj/item/gun/ballistic/automatic/pistol,
+/turf/open/floor/carpet/royalblack,
+/area/virtual_domain)
+"MZ" = (
+/obj/effect/landmark/bitrunning/cache_spawn,
+/turf/open/floor/plastic,
+/area/virtual_domain)
"Nm" = (
/obj/structure/closet/crate/secure/gear{
req_access = list("syndicate")
@@ -981,6 +921,20 @@
/obj/machinery/light/small/directional/south,
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
+"Ns" = (
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Nx" = (
+/obj/machinery/atmospherics/components/tank/air{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"NT" = (
+/obj/effect/landmark/bitrunning/cache_spawn,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
"Of" = (
/obj/structure/closet/crate/secure/gear{
req_access = list("syndicate")
@@ -988,10 +942,6 @@
/obj/item/disk/surgery/forgottenship,
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
-"Ox" = (
-/obj/machinery/atmospherics/components/unary/vent_pump,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
"OH" = (
/obj/structure/cable,
/obj/structure/table/reinforced,
@@ -999,13 +949,24 @@
/obj/item/storage/toolbox/syndicate,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"OI" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 1
+"Pe" = (
+/obj/structure/closet/crate/secure/gear{
+ req_access = list("syndicate")
+ },
+/obj/item/stack/ore/plasma{
+ amount = 19
},
-/obj/structure/cable,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"PA" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Syndicate Ship Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/turf/open/floor/iron/dark/side{
+ dir = 1
+ },
+/area/virtual_domain)
"PR" = (
/obj/machinery/door/password/voice/sfc{
password = null
@@ -1018,60 +979,95 @@
/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
-"Qg" = (
-/obj/machinery/suit_storage_unit/syndicate{
- helmet_type = /obj/item/clothing/head/helmet/space/syndicate/black;
- suit_type = /obj/item/clothing/suit/space/syndicate/black
+"PW" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Bridge"
},
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Qi" = (
-/obj/item/stack/sheet/mineral/uranium{
- amount = 15
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 4
},
-/obj/structure/cable,
-/obj/machinery/light/small/directional/north,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"PX" = (
+/obj/structure/fans/tiny,
+/obj/machinery/door/airlock/external/ruin{
+ name = "Syndicate Ship Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"QA" = (
+/obj/machinery/vending/medical/syndicate_access/cybersun,
+/turf/open/floor/plastic,
+/area/virtual_domain)
"QF" = (
/obj/structure/table/reinforced,
/obj/item/dualsaber/green,
/obj/machinery/light/small/directional/east,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"QG" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/closed/mineral/random,
-/area/space)
-"QX" = (
-/obj/effect/landmark/bitrunning/mob_segment,
+"QY" = (
+/obj/machinery/door/window/left/directional/north{
+ name = "Spare Equipment";
+ req_access = list("syndicate")
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"Rq" = (
+/obj/structure/cable,
+/obj/structure/fans/tiny,
+/obj/machinery/door/airlock/external/ruin{
+ name = "Syndicate Ship Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Ra" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2,
-/obj/machinery/light/small/directional/north,
+/area/virtual_domain)
+"Ru" = (
+/obj/machinery/camera/xray/directional/east{
+ c_tag = "Conference room";
+ network = list("fsc");
+ screen_loc = ""
+ },
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"RQ" = (
+/area/virtual_domain)
+"RG" = (
+/obj/structure/sink/directional/south,
+/turf/open/floor/iron/dark,
+/area/virtual_domain)
+"RI" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
- },
-/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
"RU" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/mineral/plastitanium,
/area/virtual_domain/protected_space)
-"Sc" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
- dir = 4
+"RY" = (
+/obj/structure/closet/syndicate{
+ anchored = 1;
+ desc = "A basic closet for all your villainous needs.";
+ locked = 1;
+ name = "Closet";
+ req_access = list("syndicate");
+ secure = 1
+ },
+/obj/item/coin/antagtoken,
+/obj/item/dnainjector/thermal,
+/obj/item/storage/box/firingpins/syndicate,
+/obj/item/storage/box/firingpins/syndicate,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"Sh" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "fscaproom";
+ name = "Room shutters control";
+ req_access = list("syndicate")
},
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Sd" = (
+/area/virtual_domain)
+"SW" = (
/obj/structure/closet/syndicate{
anchored = 1;
desc = "A basic closet for all your villainous needs.";
@@ -1080,84 +1076,110 @@
req_access = list("syndicate");
secure = 1
},
-/obj/item/crowbar/red,
-/obj/item/ammo_box/magazine/m9mm,
-/obj/item/ammo_box/magazine/m9mm,
-/obj/machinery/light/small/directional/north,
-/obj/item/gun/ballistic/automatic/pistol,
-/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Sq" = (
-/obj/machinery/power/smes,
-/obj/structure/cable,
+/obj/item/ammo_box/c9mm,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Sv" = (
-/obj/structure/closet/crate/secure/gear{
- req_access = list("syndicate")
+/area/virtual_domain)
+"Tm" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
},
-/obj/effect/spawner/random/food_or_drink/donkpockets,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Sz" = (
-/turf/open/floor/iron/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"SX" = (
-/obj/machinery/vending/medical/syndicate_access/cybersun,
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"To" = (
+/obj/structure/cable,
+/mob/living/basic/trooper/syndicate/melee/space/stormtrooper,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Tr" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/mob/living/basic/trooper/syndicate/ranged/smg/pilot,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"Ts" = (
+/obj/effect/landmark/bitrunning/cache_spawn,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
"TB" = (
/turf/closed/indestructible/syndicate,
/area/virtual_domain/protected_space)
-"UQ" = (
-/obj/structure/sign/poster/contraband/syndicate_recruitment,
-/turf/closed/wall/r_wall/syndicate,
-/area/ruin/space/has_grav/powered/virtual_domain)
+"TU" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Syndicate Ship Airlock"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"UE" = (
+/obj/machinery/computer/atmos_alert{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"Va" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
+"Vd" = (
+/obj/structure/bodycontainer/crematorium{
+ id = "fscremate"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
"Vg" = (
/turf/open/space/basic,
/area/virtual_domain/protected_space)
-"Vk" = (
-/obj/machinery/porta_turret/syndicate/energy{
- dir = 4;
- name = "Syndicate Ship Turret";
- on = 0;
- shot_delay = 10
- },
-/turf/closed/wall/r_wall/syndicate,
-/area/ruin/space/has_grav/powered/virtual_domain)
"Vq" = (
/obj/structure/transit_tube/station/dispenser/reverse{
dir = 8
},
/turf/template_noop,
/area/virtual_domain/safehouse)
-"Wd" = (
-/obj/structure/sign/poster/contraband/tools,
+"Vs" = (
+/obj/machinery/vending/cigarette/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Vz" = (
/turf/closed/wall/r_wall/syndicate,
-/area/virtual_domain/protected_space)
-"Wy" = (
-/obj/structure/closet/crate/secure/gear{
- req_access = list("syndicate")
+/area/virtual_domain)
+"VR" = (
+/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2{
+ dir = 4
},
-/obj/item/stack/ore/plasma{
- amount = 19
+/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
+ dir = 4
},
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"WR" = (
-/obj/machinery/power/port_gen/pacman/super{
- anchored = 1
+/area/virtual_domain)
+"Wd" = (
+/obj/structure/sign/poster/contraband/tools,
+/turf/closed/wall/r_wall/syndicate,
+/area/virtual_domain/protected_space)
+"We" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Syndicate Ship Airlock"
},
-/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/mineral/plastitanium/red,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Xp" = (
-/turf/open/space/basic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"XS" = (
-/obj/machinery/light/directional/north,
+/area/virtual_domain)
+"WB" = (
+/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
+"XB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump,
+/turf/open/floor/mineral/plastitanium/red,
+/area/virtual_domain)
"Yb" = (
/obj/structure/closet/crate/secure/gear{
req_access = list("syndicate")
@@ -1166,1484 +1188,1462 @@
/obj/item/clothing/suit/space/syndicate/black/engie,
/turf/open/floor/pod/dark,
/area/virtual_domain/protected_space)
-"Yi" = (
-/obj/effect/landmark/bitrunning/cache_spawn,
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Yj" = (
-/obj/structure/closet/crate/secure/gear{
- req_access = list("syndicate")
- },
-/obj/item/stack/ore/diamond{
- amount = 3
+"Yr" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/template_noop,
+/area/virtual_domain/safehouse)
+"YA" = (
+/obj/machinery/door/airlock/external/ruin{
+ name = "Syndicate Ship Airlock"
},
+/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
/turf/open/floor/mineral/plastitanium,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Yk" = (
+/area/virtual_domain)
+"YC" = (
/obj/machinery/door/airlock/grunge{
- name = "Captain's Room"
+ name = "Syndicate Ship Airlock"
},
/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
-/obj/machinery/door/poddoor{
- id = "fscaproom";
- name = "Captain's Blast Door";
- state_open = 1
- },
-/turf/open/floor/carpet/royalblack,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Yr" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/template_noop,
-/area/virtual_domain/safehouse)
-"Yu" = (
-/obj/structure/chair/comfy/black,
-/turf/open/floor/carpet/royalblack,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"YV" = (
-/obj/structure/sink/directional/south,
-/obj/structure/mirror/directional/west,
/turf/open/floor/iron/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Za" = (
-/obj/machinery/computer/operating,
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Zb" = (
-/turf/open/floor/plastic,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"ZA" = (
-/obj/machinery/power/shuttle_engine/propulsion{
- dir = 8
+/area/virtual_domain)
+"YY" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
+"Zz" = (
+/obj/structure/closet/crate/secure/gear{
+ req_access = list("syndicate")
},
-/turf/open/space/basic,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/obj/effect/spawner/random/clothing/costume,
+/turf/open/floor/mineral/plastitanium,
+/area/virtual_domain)
(1,1,1) = {"
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
"}
(2,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(3,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(4,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(5,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(6,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(7,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(8,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(9,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(10,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Xp
-Xp
-Id
-qx
-qx
-Xp
-Xp
-Id
-qx
-qx
-Xp
-Xp
-Id
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+eu
+eu
+nV
+tE
+tE
+eu
+eu
+nV
+tE
+tE
+eu
+eu
+nV
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(11,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Xp
-Xp
-Xp
-qx
-qx
-Xp
-Xp
-Xp
-qx
-qx
-Xp
-Xp
-Xp
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+eu
+eu
+eu
+tE
+tE
+eu
+eu
+eu
+tE
+tE
+eu
+eu
+eu
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(12,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ZA
-Xp
-Xp
-Xp
-ZA
-ZA
-Xp
-Xp
-Xp
-ZA
-ZA
-Xp
-Xp
-Xp
-ZA
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+cr
+eu
+eu
+eu
+cr
+cr
+eu
+eu
+eu
+cr
+cr
+eu
+eu
+eu
+cr
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(13,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(14,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Vk
-ru
-Sv
-vD
-uP
-Io
-Yj
-vD
-uP
-Wy
-DA
-Io
-uP
-vD
-cc
-ru
-Vk
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Is
+Vz
+yG
+eQ
+bN
+NT
+AM
+eQ
+bN
+Pe
+CY
+NT
+bN
+eQ
+Zz
+Vz
+Is
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(15,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-Io
-uP
-uP
-QX
-lN
-uP
-uP
-uP
-uP
-uP
-lN
-uP
-QX
-uP
-Io
-hA
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+NT
+bN
+bN
+oo
+xg
+bN
+bN
+bN
+bN
+bN
+xg
+bN
+oo
+bN
+NT
+bc
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(16,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-IV
-ru
-ru
-ru
-IV
-ru
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+os
+Vz
+Vz
+Vz
+os
+Vz
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(17,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-vp
-ru
-Ia
-Ci
-ru
-Sq
-di
-WR
-ru
-yV
-Gn
-uP
-Mc
-uP
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-nB
-we
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+hi
+Vz
+CW
+MY
+Vz
+or
+ss
+kA
+Vz
+Mf
+DQ
+bN
+kx
+bN
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
+vY
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(18,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-og
-Jg
-ru
-bh
-cR
-ru
-Qi
-sz
-Kz
-ru
-Mc
-uP
-uP
-uP
-rP
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-nB
-nB
-nB
-nB
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+AD
+IA
+Vz
+dD
+eH
+Vz
+Mp
+fW
+jt
+Vz
+kx
+bN
+bN
+bN
+qR
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
+Lv
+Lv
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(19,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-Kz
-Kz
-yl
-bh
-bh
-Yk
-pS
-RQ
-Jz
-vK
-uP
-uP
-Io
-sL
-hy
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-nB
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+jt
+jt
+Kb
+dD
+dD
+DU
+Dn
+jv
+Va
+aV
+bN
+bN
+NT
+GE
+cA
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
TB
TB
TB
TB
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(20,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-CR
-Kz
-ru
-bh
-bh
-Yk
-pM
-zt
-pM
-vK
-uP
-uP
-QX
-sL
-Im
-ru
-qx
-qx
-qx
-qx
-qx
-nB
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+RY
+jt
+Vz
+dD
+dD
+DU
+sm
+qh
+sm
+aV
+bN
+bN
+oo
+GE
+xd
+Vz
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
TB
TB
Yb
Yb
TB
Bm
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(21,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-yT
-Kz
-ru
-Yu
-is
-ru
-mD
-JN
-MR
-ru
-Sd
-uP
-uP
-uP
-gD
-ru
-qx
-qx
-qx
-qx
-nB
-QG
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+jw
+jt
+Vz
+xm
+od
+Vz
+hY
+Gh
+Fn
+Vz
+MV
+bN
+bN
+bN
+dq
+Vz
+tE
+tE
+tE
+tE
+Lv
+Gv
+Lv
TB
aN
bG
bG
sK
TB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(22,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Ig
-ru
-Lo
-ru
-tv
-hD
-nU
-wb
-EB
-pl
-ru
-hD
-Gn
-uP
-Mc
-ru
-Ig
-qx
-qx
-qx
-qx
-nB
-we
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+rG
+Vz
+CS
+Vz
+Sh
+hb
+dx
+Dd
+Eb
+Nx
+Vz
+hb
+DQ
+bN
+kx
+Vz
+rG
+tE
+tE
+tE
+tE
+Lv
+vY
+Lv
TB
iU
bG
bG
Nr
TB
-nB
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(23,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-cy
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-nB
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+TU
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
TB
Nm
bG
bG
Of
TB
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
sM
sM
sM
sM
sM
kJ
-qx
-Hq
+tE
+mR
"}
(24,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-Za
-Yi
-Zb
-SX
-ru
-uP
-yR
-uP
-ru
-YV
-Sz
-jJ
-fG
-ru
-qx
-qx
-qx
-qx
-qx
-nB
-nB
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+bl
+MZ
+hr
+QA
+Vz
+bN
+wU
+bN
+Vz
+rq
+Fj
+PA
+hM
+Vz
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
+Lv
TB
TB
PR
TB
TB
TB
-nB
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
+Lv
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
sM
sM
sM
sM
sM
sM
-qx
-Hq
+tE
+mR
"}
(25,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-qf
-Zb
-ip
-da
-ru
-Ra
-Sc
-uP
-ru
-JP
-qY
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-nB
-nB
-we
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+sS
+hr
+pI
+hw
+Vz
+wX
+lI
+bN
+Vz
+RG
+Mr
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
+vY
zN
zN
dp
@@ -2665,43 +2665,43 @@ sM
sM
sM
sM
-qx
-Hq
+tE
+mR
"}
(26,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-aq
-cB
-Zb
-Zb
-De
-Ox
-Gs
-uP
-wK
-Sz
-Sz
-jJ
-pU
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-nB
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+wl
+AU
+hr
+hr
+We
+MM
+Dc
+bN
+YC
+Fj
+Fj
+PA
+BQ
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
qU
mL
dp
@@ -2723,43 +2723,43 @@ sM
sM
sM
sM
-qx
-Hq
+tE
+mR
"}
(27,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Vk
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-kh
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-nB
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Is
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+EJ
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
zN
eB
dp
@@ -2781,1456 +2781,1456 @@ sM
sM
sM
sM
-qx
-Hq
+tE
+mR
"}
(28,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-jl
-rm
-ru
-nk
-oM
-oM
-oM
-yR
-oM
-oM
-oM
-uP
-ru
-uP
-Qg
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vd
+wn
+Vz
+qd
+RI
+RI
+RI
+wU
+RI
+RI
+RI
+bN
+Vz
+bN
+MB
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
zN
wL
LB
dp
mA
zN
-yZ
-nB
-nB
-nB
-qx
-qx
-qx
-qx
-qx
+dQ
+Lv
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
sM
sM
sM
sM
sM
sM
-qx
-Hq
+tE
+mR
"}
(29,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-uP
-dw
-ru
-rH
-uP
-JA
-JA
-iX
-JA
-JA
-oM
-uP
-ru
-fJ
-Qg
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+bN
+Ns
+Vz
+iT
+bN
+Tm
+Tm
+nC
+Tm
+Tm
+RI
+bN
+Vz
+lh
+MB
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
Wd
OH
LB
dp
RU
zN
-we
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
+vY
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
sM
sM
sM
sM
sM
Yr
-qx
-Hq
+tE
+mR
"}
(30,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-lo
-uP
-uP
-GZ
-uP
-Aa
-hD
-yJ
-bD
-hD
-hD
-OI
-oM
-GB
-jA
-oM
-dU
-BK
-BK
-BK
-BK
-BK
-BK
-BK
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+PX
+bN
+bN
+YA
+bN
+fR
+hb
+jW
+sk
+hb
+hb
+wY
+RI
+Bh
+To
+RI
+Rq
+EP
+EP
+EP
+EP
+EP
+EP
+EP
IH
LB
LB
dp
RU
zN
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(31,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-uP
-uP
-dd
-uP
-uP
-uP
-Ox
-aw
-uP
-uP
-uP
-uP
-dd
-uP
-Qg
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+bN
+bN
+FE
+bN
+bN
+bN
+MM
+yA
+bN
+bN
+bN
+bN
+FE
+bN
+MB
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
iL
cZ
dp
dp
RU
zN
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(32,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-aO
-uP
-ru
-XS
-uP
-uP
-uP
-FN
-uP
-uP
-uP
-Cf
-ru
-uP
-Fp
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+YY
+bN
+Vz
+hm
+bN
+bN
+bN
+VR
+bN
+bN
+bN
+zT
+Vz
+bN
+WB
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
zN
zN
Dj
QF
zN
zN
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(33,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Ig
-ru
-hD
-ru
-zi
-uP
-uP
-uP
-FN
-Cn
-uP
-uP
-uP
-ru
-hD
-ru
-xS
-qx
-qx
-qx
-qx
-qx
-nB
-nB
-nB
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+rG
+Vz
+hb
+Vz
+Vs
+bN
+bN
+bN
+VR
+Ru
+bN
+bN
+bN
+Vz
+hb
+Vz
+nz
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
+Lv
zN
zN
zN
zN
-nB
-nB
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+Lv
+Lv
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(34,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-HU
-ru
-ru
-ru
-ru
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-nB
-nB
-nB
-nB
-we
-nB
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+PW
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Lv
+Lv
+Lv
+Lv
+vY
+Lv
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(35,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-UQ
-rM
-xJ
-Kz
-Kz
-tI
-Kz
-Kz
-ct
-sH
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-nB
-nB
-nB
-nB
-nB
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+gW
+JJ
+SW
+jt
+jt
+Ab
+jt
+jt
+rh
+hn
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+Lv
+Lv
+Lv
+Lv
+Lv
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(36,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-ru
-ru
-Kz
-Kz
-Kz
-Kz
-tI
-Kz
-Kz
-Kz
-Kz
-ru
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+Vz
+Vz
+jt
+jt
+jt
+jt
+Ab
+jt
+jt
+jt
+jt
+Vz
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(37,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ln
-Kz
-ru
-iB
-Kz
-Kz
-fV
-If
-Kz
-Kz
-Kz
-nG
-ru
-cw
-cw
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+wR
+jt
+Vz
+fs
+jt
+jt
+XB
+rI
+jt
+jt
+jt
+Mv
+Vz
+An
+An
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(38,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-Kz
-dz
-sq
-Kz
-CK
-Kz
-vU
-mo
-vU
-Kz
-CK
-Kz
-ja
-Kz
-Jg
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+jt
+Ts
+MK
+jt
+Tr
+jt
+lB
+pD
+lB
+jt
+Tr
+jt
+QY
+jt
+IA
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(39,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Ig
-ru
-Kz
-ru
-Kz
-Kz
-Kz
-pz
-Kz
-kI
-Kz
-Kz
-Kz
-ru
-Mm
-ru
-Ig
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+rG
+Vz
+jt
+Vz
+jt
+jt
+jt
+qr
+jt
+UE
+jt
+jt
+jt
+Vz
+Ji
+Vz
+rG
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(40,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-ru
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-Kz
-dz
-ru
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+Vz
+jt
+jt
+jt
+jt
+jt
+jt
+jt
+jt
+Ts
+Vz
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(41,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-ru
-ru
-vp
-vp
-pH
-vp
-iW
-vp
-vp
-vp
-vp
-ru
-ru
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+Vz
+Vz
+hi
+hi
+nd
+hi
+mG
+hi
+hi
+hi
+hi
+Vz
+Vz
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(42,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Ig
-hg
-hg
-hg
-hg
-hg
-hg
-hg
-hg
-hg
-Ig
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+rG
+kK
+kK
+kK
+kK
+kK
+kK
+kK
+kK
+kK
+rG
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(43,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(44,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(45,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(46,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-we
-we
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+vY
+vY
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(47,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-we
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+vY
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(48,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(49,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(50,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(51,1,1) = {"
-Hq
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-qx
-Hq
+mR
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+tE
+mR
"}
(52,1,1) = {"
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
-Hq
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
+mR
"}
diff --git a/_maps/virtual_domains/vaporwave.dmm b/_maps/virtual_domains/vaporwave.dmm
index 4d5b3ab57ada04..569a65a812baaa 100644
--- a/_maps/virtual_domains/vaporwave.dmm
+++ b/_maps/virtual_domains/vaporwave.dmm
@@ -5,20 +5,24 @@
/turf/open/floor/plating{
initial_gas_mix = "TEMP=2.7"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"bs" = (
/obj/effect/turf_decal/sand,
/turf/open/floor/iron/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"bF" = (
/obj/effect/turf_decal/sand/plating,
/turf/open/floor/plating{
initial_gas_mix = "TEMP=2.7"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
+"bJ" = (
+/turf/closed/wall/rust,
+/area/virtual_domain)
"cz" = (
+/obj/effect/baseturf_helper/virtual_domain,
/turf/open/misc/asteroid/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"cL" = (
/obj/structure/table/reinforced,
/obj/item/reagent_containers/cup/glass/drinkingglass{
@@ -31,39 +35,39 @@
pixel_y = 8
},
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"df" = (
/obj/effect/turf_decal/sand,
/turf/open/floor/iron/airless{
icon_state = "stairs-l"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"eF" = (
/turf/closed/indestructible/binary,
/area/space)
"fx" = (
/obj/item/statuebust,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"fQ" = (
/obj/structure/flora/tree/palm,
/turf/open/floor/holofloor/beach,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"gM" = (
/obj/structure/table/reinforced,
/obj/item/clothing/glasses/sunglasses/big{
name = "aesthetic sunglasses"
},
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"hN" = (
/turf/open/floor/holofloor/beach,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"il" = (
/obj/effect/turf_decal/sand,
/obj/effect/turf_decal/sand,
/turf/open/floor/iron/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"iP" = (
/obj/machinery/suit_storage_unit/standard_unit,
/turf/template_noop,
@@ -72,7 +76,7 @@
/obj/structure/window/spawner/directional/east,
/obj/structure/closet/crate/secure/bitrunning/encrypted,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ku" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
@@ -81,14 +85,15 @@
/turf/open/floor/iron/airless{
icon_state = "stairs-r"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"ll" = (
/obj/structure/sign/poster/contraband/clown/directional/north,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lu" = (
+/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/wall/rust,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"lB" = (
/obj/item/tank/internals/emergency_oxygen,
/obj/item/tank/internals/emergency_oxygen,
@@ -99,15 +104,15 @@
/obj/structure/table/reinforced,
/obj/machinery/chem_dispenser/drinks/beer/fullupgrade,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"qm" = (
/obj/structure/flora/tree/palm,
/obj/machinery/light/directional/west,
/turf/open/floor/holofloor/beach,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"qu" = (
/turf/open/floor/holofloor/beach/water,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"rn" = (
/obj/structure/statue/sandstone/venus{
anchored = 1;
@@ -117,82 +122,74 @@
/turf/open/floor/plating{
initial_gas_mix = "TEMP=2.7"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"xb" = (
/obj/structure/chair/stool/directional/west,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xp" = (
/obj/structure/table/reinforced,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"xK" = (
/turf/closed/wall,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"ym" = (
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space)
+/area/virtual_domain)
"AX" = (
/obj/effect/turf_decal/stripes/asteroid/line,
/obj/effect/turf_decal/sand/plating,
/turf/open/floor/plating{
initial_gas_mix = "TEMP=2.7"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"Cq" = (
/obj/item/instrument/eguitar,
/turf/open/floor/holofloor/beach,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"CR" = (
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Dk" = (
/obj/structure/window/spawner/directional/east,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Es" = (
/obj/structure/chair/comfy/black{
dir = 4
},
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
-"Fd" = (
-/obj/effect/baseturf_helper/virtual_domain,
-/turf/closed/wall/rust,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Hf" = (
/obj/effect/turf_decal/sand,
/turf/open/floor/iron/airless{
icon_state = "recharge_floor_asteroid"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"HA" = (
/turf/open/floor/holofloor/beach/coast,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"HV" = (
/obj/structure/chair/comfy/black{
dir = 4
},
/obj/machinery/light/small/directional/north,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Jr" = (
/obj/structure/window/spawner/directional/west,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"KO" = (
/obj/structure/chair/comfy/black{
dir = 8
},
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"KY" = (
/obj/effect/turf_decal/sand,
/turf/open/floor/iron/airless{
icon_state = "stairs-m"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"LG" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
@@ -200,26 +197,30 @@
"LJ" = (
/obj/structure/lattice,
/turf/open/misc/asteroid/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"LP" = (
/obj/structure/flora/tree/palm,
/obj/machinery/light/directional/east,
/turf/open/floor/holofloor/beach,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Nz" = (
/obj/structure/window/spawner/directional/east,
/obj/structure/table/reinforced,
/obj/item/storage/fancy/cigarettes/cigars/havana,
/obj/effect/spawner/random/entertainment/lighter,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"NT" = (
+/obj/effect/baseturf_helper/virtual_domain,
/turf/open/space/basic,
-/area/space)
+/area/space/virtual_domain)
+"Pv" = (
+/turf/open/space/basic,
+/area/space/virtual_domain)
"Qh" = (
/obj/structure/closet/crate/bin,
/turf/open/misc/asteroid/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"Uy" = (
/obj/modular_map_root/safehouse{
key = "shuttle_space"
@@ -232,20 +233,23 @@
/turf/open/floor/plating{
initial_gas_mix = "TEMP=2.7"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"UV" = (
/obj/structure/lattice,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"Vc" = (
/obj/structure/flora/tree/palm,
/turf/open/misc/asteroid/airless,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
+"Vp" = (
+/turf/open/misc/asteroid/airless,
+/area/ruin/space/virtual_domain)
"XJ" = (
/obj/structure/fans/tiny,
/obj/machinery/door/airlock/hatch,
/turf/open/floor/pod/dark,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"Yo" = (
/obj/structure/statue/sandstone/venus{
anchored = 1;
@@ -256,16 +260,16 @@
/turf/open/floor/plating{
initial_gas_mix = "TEMP=2.7"
},
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/ruin/space/virtual_domain)
"YE" = (
/mob/living/basic/butterfly,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
"ZI" = (
/obj/effect/spawner/random/structure/musician/piano/random_piano,
/obj/structure/window/spawner/directional/west,
/turf/open/floor/iron/vaporwave,
-/area/ruin/space/has_grav/powered/virtual_domain)
+/area/virtual_domain)
(1,1,1) = {"
eF
@@ -299,219 +303,219 @@ eF
"}
(2,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
NT
eF
"}
(3,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(4,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(5,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-cz
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Vp
LJ
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(6,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-cz
-cz
+Pv
+Pv
+Pv
+Pv
+Pv
+Vp
+Vp
LJ
-cz
-cz
+Vp
+Vp
LJ
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(7,1,1) = {"
eF
-NT
-NT
-NT
-NT
-cz
-cz
-cz
+Pv
+Pv
+Pv
+Pv
+Vp
+Vp
+Vp
UV
LJ
-cz
+Vp
UV
-cz
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(8,1,1) = {"
eF
-NT
-NT
-NT
-NT
-cz
+Pv
+Pv
+Pv
+Pv
+Vp
xK
xK
-lu
-lu
-lu
+bJ
+bJ
+bJ
xK
lu
UE
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(9,1,1) = {"
eF
-NT
-NT
-NT
+Pv
+Pv
+Pv
LJ
Qh
xK
@@ -522,29 +526,29 @@ HA
qu
xK
aA
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(10,1,1) = {"
eF
-NT
-NT
-NT
+Pv
+Pv
+Pv
LJ
UV
-lu
+bJ
ZI
Jr
Jr
@@ -553,27 +557,27 @@ Jr
xK
bF
Vc
+Vp
cz
-cz
-NT
-NT
-NT
+Pv
+Pv
+Pv
ku
ku
ku
ku
ku
Uy
-NT
+Pv
eF
"}
(11,1,1) = {"
eF
-NT
-NT
-NT
-cz
-cz
+Pv
+Pv
+Pv
+Vp
+Vp
xK
xb
CR
@@ -584,26 +588,26 @@ xK
Yo
il
UE
-cz
-NT
-NT
-NT
+Vp
+Pv
+Pv
+Pv
ku
iP
iP
iP
ku
ku
-NT
+Pv
eF
"}
(12,1,1) = {"
eF
-NT
-NT
-NT
-cz
-cz
+Pv
+Pv
+Pv
+Vp
+Vp
xK
ll
CR
@@ -614,25 +618,25 @@ xK
Hf
df
il
-cz
-NT
-NT
-NT
+Vp
+Pv
+Pv
+Pv
ku
ku
ku
ku
ku
ku
-NT
+Pv
eF
"}
(13,1,1) = {"
eF
-NT
-NT
-NT
-cz
+Pv
+Pv
+Pv
+Vp
LJ
xK
HV
@@ -645,26 +649,26 @@ bs
KY
bs
il
-NT
-NT
-NT
+Pv
+Pv
+Pv
ku
ku
ku
ku
ku
ku
-NT
+Pv
eF
"}
(14,1,1) = {"
eF
-NT
-NT
-NT
-cz
+Pv
+Pv
+Pv
+Vp
LJ
-lu
+bJ
xp
gM
CR
@@ -675,53 +679,53 @@ Hf
kF
bs
il
-NT
-NT
-NT
+Pv
+Pv
+Pv
ku
ku
ku
ku
ku
ku
-NT
+Pv
eF
"}
(15,1,1) = {"
eF
-NT
-NT
-NT
-cz
+Pv
+Pv
+Pv
+Vp
LJ
-lu
+bJ
KO
KO
CR
YE
lI
-lu
+bJ
rn
il
UE
UE
-NT
-NT
-NT
+Pv
+Pv
+Pv
ku
ku
ku
ku
lB
ku
-NT
+Pv
eF
"}
(16,1,1) = {"
eF
-NT
-NT
-NT
+Pv
+Pv
+Pv
LJ
UV
xK
@@ -733,258 +737,258 @@ Nz
xK
AX
Vc
-cz
-cz
-NT
-NT
-NT
+Vp
+Vp
+Pv
+Pv
+Pv
ku
ku
ku
ku
ku
LG
-NT
+Pv
eF
"}
(17,1,1) = {"
eF
-NT
-NT
-NT
-cz
-cz
-lu
+Pv
+Pv
+Pv
+Vp
+Vp
+bJ
fQ
Cq
LP
HA
qu
-lu
+bJ
aA
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(18,1,1) = {"
eF
-NT
-NT
-NT
-cz
-cz
+Pv
+Pv
+Pv
+Vp
+Vp
xK
xK
-lu
+bJ
xK
-lu
-lu
-Fd
+bJ
+bJ
+bJ
UE
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(19,1,1) = {"
eF
-NT
-NT
-NT
-NT
-cz
-cz
-cz
+Pv
+Pv
+Pv
+Pv
+Vp
+Vp
+Vp
UV
LJ
Qh
UV
-cz
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(20,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-cz
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Vp
LJ
-cz
-cz
+Vp
+Vp
LJ
-cz
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Vp
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(21,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-ym
-cz
-cz
-cz
-cz
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+LJ
+Vp
+Vp
+Vp
+Vp
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(22,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(23,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(24,1,1) = {"
eF
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
-NT
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
+Pv
eF
"}
(25,1,1) = {"
diff --git a/_maps/virtual_domains/wendigo.dmm b/_maps/virtual_domains/wendigo.dmm
index 57c002c148c6f9..34dc74685bd17e 100644
--- a/_maps/virtual_domains/wendigo.dmm
+++ b/_maps/virtual_domains/wendigo.dmm
@@ -40,9 +40,6 @@
initial_gas_mix = "ICEMOON_ATMOS"
},
/area/icemoon/underground/explored/virtual_domain)
-"ai" = (
-/turf/closed/indestructible/binary,
-/area/icemoon/underground/explored/virtual_domain)
"aj" = (
/obj/effect/mob_spawn/corpse/human/cargo_tech,
/turf/open/misc/asteroid/snow/icemoon,
@@ -197,9 +194,8 @@
},
/area/icemoon/underground/explored/virtual_domain)
"aL" = (
-/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
-/area/icemoon/underground/explored/virtual_domain)
+/area/virtual_domain/fullbright)
"aM" = (
/obj/effect/decal/cleanable/blood/gibs/core,
/turf/open/indestructible/necropolis{
@@ -346,6 +342,10 @@
initial_gas_mix = "ICEMOON_ATMOS"
},
/area/icemoon/underground/explored/virtual_domain)
+"yf" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/open/misc/asteroid/snow/icemoon,
+/area/icemoon/underground/explored/virtual_domain)
"KV" = (
/obj/effect/turf_decal/weather/snow/corner{
dir = 9
@@ -369,23 +369,23 @@ aS
aS
aS
aS
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
aS
aS
aS
@@ -407,8 +407,8 @@ aS
aS
aS
aS
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -424,8 +424,8 @@ ae
ae
ar
ae
-ai
-ai
+aL
+aL
aS
aS
aS
@@ -445,8 +445,8 @@ aS
aS
aS
aS
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -464,8 +464,8 @@ ae
ae
ae
ae
-ai
-ai
+aL
+aL
aS
aS
aS
@@ -483,8 +483,8 @@ aS
aS
aS
aS
-ai
-ai
+aL
+aL
ae
ae
av
@@ -504,8 +504,8 @@ av
ae
ae
ae
-ai
-ai
+aL
+aL
aS
aS
aS
@@ -521,8 +521,8 @@ aS
(5,1,1) = {"
aS
aS
-ai
-ai
+aL
+aL
ae
ae
av
@@ -544,23 +544,23 @@ ab
ae
au
ae
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
aL
"}
(6,1,1) = {"
aS
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -584,9 +584,8 @@ au
ae
ae
ae
-ai
-ai
-ae
+aL
+aL
ae
ae
ae
@@ -594,11 +593,12 @@ ae
ae
ae
ae
-ai
+yf
+aL
"}
(7,1,1) = {"
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -624,7 +624,7 @@ av
ae
ae
ae
-ai
+aL
ae
ae
ae
@@ -633,10 +633,10 @@ ad
ag
ae
ae
-ai
+aL
"}
(8,1,1) = {"
-ai
+aL
ae
ae
ae
@@ -672,10 +672,10 @@ aa
aa
ag
ae
-ai
+aL
"}
(9,1,1) = {"
-ai
+aL
ae
ae
ae
@@ -711,10 +711,10 @@ am
aa
aD
ae
-ai
+aL
"}
(10,1,1) = {"
-ai
+aL
ae
ae
ar
@@ -750,10 +750,10 @@ ae
aT
ae
ae
-ai
+aL
"}
(11,1,1) = {"
-ai
+aL
ae
ae
ae
@@ -789,10 +789,10 @@ ae
aK
ae
ae
-ai
+aL
"}
(12,1,1) = {"
-ai
+aL
ae
ae
ab
@@ -828,10 +828,10 @@ ae
ae
ae
ae
-ai
+aL
"}
(13,1,1) = {"
-ai
+aL
ae
ae
ab
@@ -867,10 +867,10 @@ ae
ae
ae
ae
-ai
+aL
"}
(14,1,1) = {"
-ai
+aL
ae
ae
ar
@@ -906,10 +906,10 @@ aV
aV
aZ
ae
-ai
+aL
"}
(15,1,1) = {"
-ai
+aL
ae
ae
au
@@ -945,10 +945,10 @@ aV
aV
aV
ae
-ai
+aL
"}
(16,1,1) = {"
-ai
+aL
ae
ad
ac
@@ -984,10 +984,10 @@ aV
aV
aV
ae
-ai
+aL
"}
(17,1,1) = {"
-ai
+aL
KV
aI
aa
@@ -1023,10 +1023,10 @@ aV
aV
aV
ae
-ai
+aL
"}
(18,1,1) = {"
-ai
+aL
ae
ae
am
@@ -1062,10 +1062,10 @@ aV
aV
aV
ae
-ai
+aL
"}
(19,1,1) = {"
-ai
+aL
ae
ae
av
@@ -1101,10 +1101,10 @@ aV
aV
aV
ae
-ai
+aL
"}
(20,1,1) = {"
-ai
+aL
ae
ae
ae
@@ -1140,10 +1140,10 @@ aV
aV
aA
ae
-ai
+aL
"}
(21,1,1) = {"
-ai
+aL
ar
ae
au
@@ -1179,10 +1179,10 @@ ae
ae
ae
ae
-ai
+aL
"}
(22,1,1) = {"
-ai
+aL
ae
ae
ab
@@ -1218,10 +1218,10 @@ ae
ae
ae
ae
-ai
+aL
"}
(23,1,1) = {"
-ai
+aL
ae
ae
ab
@@ -1257,10 +1257,10 @@ ae
ae
ae
ae
-ai
+aL
"}
(24,1,1) = {"
-ai
+aL
ae
ae
ae
@@ -1296,10 +1296,10 @@ ae
aU
ae
ae
-ai
+aL
"}
(25,1,1) = {"
-ai
+aL
ae
ae
ae
@@ -1335,10 +1335,10 @@ ad
aI
aW
ae
-ai
+aL
"}
(26,1,1) = {"
-ai
+aL
ae
ae
ae
@@ -1374,11 +1374,11 @@ aK
ae
ae
ae
-ai
+aL
"}
(27,1,1) = {"
-ai
-ai
+aL
+aL
ae
au
ae
@@ -1404,7 +1404,7 @@ ae
ae
ar
ae
-ai
+aL
ae
ae
ae
@@ -1413,12 +1413,12 @@ ae
ae
ae
ae
-ai
+aL
"}
(28,1,1) = {"
aS
-ai
-ai
+aL
+aL
ae
au
ae
@@ -1442,8 +1442,8 @@ ae
ae
ae
ae
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -1452,13 +1452,13 @@ ae
ae
ae
ae
-ai
+aL
"}
(29,1,1) = {"
aS
aS
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -1480,25 +1480,25 @@ ae
ae
ar
ae
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
"}
(30,1,1) = {"
aS
aS
aS
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -1518,8 +1518,8 @@ ae
ae
ae
ae
-ai
-ai
+aL
+aL
aS
aS
aS
@@ -1537,8 +1537,8 @@ aS
aS
aS
aS
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -1556,8 +1556,8 @@ ae
ae
ae
ae
-ai
-ai
+aL
+aL
aS
aS
aS
@@ -1577,8 +1577,8 @@ aS
aS
aS
aS
-ai
-ai
+aL
+aL
ae
ae
ae
@@ -1594,8 +1594,8 @@ ae
ae
ae
ae
-ai
-ai
+aL
+aL
aS
aS
aS
@@ -1617,23 +1617,23 @@ aS
aS
aS
aS
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
-ai
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
+aL
aS
aS
aS
diff --git a/_maps/virtual_domains/xeno_nest.dmm b/_maps/virtual_domains/xeno_nest.dmm
index 71c5f0031e05cf..96c98d6e903e18 100644
--- a/_maps/virtual_domains/xeno_nest.dmm
+++ b/_maps/virtual_domains/xeno_nest.dmm
@@ -1,33 +1,41 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
+"aa" = (
/turf/template_noop,
/area/template_noop)
-"c" = (
+"ab" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/weeds,
+/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
+/area/virtual_domain)
+"ac" = (
/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/obj/structure/alien/resin/wall,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"d" = (
+"ad" = (
/obj/structure/alien/resin/wall,
/turf/closed/indestructible/binary,
/area/ruin/space/has_grav/powered/virtual_domain)
-"e" = (
+"ae" = (
/obj/structure/alien/weeds,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"f" = (
+"af" = (
/obj/structure/alien/weeds,
/obj/structure/alien/egg/burst,
/obj/effect/decal/cleanable/blood,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"h" = (
+"ag" = (
+/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
+/area/virtual_domain)
+"ah" = (
/obj/structure/alien/weeds,
/obj/effect/landmark/bitrunning/mob_segment,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"i" = (
+"ai" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
@@ -36,114 +44,130 @@
/obj/item/clothing/glasses/night,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"j" = (
+"aj" = (
/obj/machinery/suit_storage_unit/spaceruin,
/turf/template_noop,
/area/virtual_domain/safehouse)
-"k" = (
+"ak" = (
/obj/structure/alien/weeds/node,
/obj/structure/alien/resin/wall,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"l" = (
+"al" = (
/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/closed/indestructible/binary,
/area/ruin/space/has_grav/powered/virtual_domain)
-"m" = (
+"am" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/structure/alien/resin/wall,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"n" = (
+"an" = (
/turf/template_noop,
/area/virtual_domain/safehouse)
-"o" = (
+"ao" = (
/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"p" = (
+"ap" = (
/obj/structure/alien/weeds,
/mob/living/basic/alien/drone{
can_plant_weeds = 0
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"q" = (
+"aq" = (
/obj/structure/alien/resin/wall,
/turf/open/space/basic,
/area/ruin/space/has_grav/powered/virtual_domain)
-"r" = (
+"ar" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/template_noop,
/area/virtual_domain/safehouse)
-"s" = (
+"as" = (
/obj/structure/alien/weeds/node,
/mob/living/basic/alien/drone{
can_plant_weeds = 0
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"t" = (
+"at" = (
/obj/structure/alien/weeds,
/obj/structure/alien/weeds,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"u" = (
+"au" = (
/obj/structure/alien/weeds/node,
/obj/effect/decal/cleanable/blood,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"v" = (
+"av" = (
/obj/modular_map_root/safehouse{
key = "shuttle"
},
/turf/template_noop,
/area/virtual_domain/safehouse)
-"x" = (
+"aw" = (
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
+"ax" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"y" = (
+"ay" = (
/obj/structure/alien/weeds/node,
/obj/effect/landmark/bitrunning/mob_segment,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"z" = (
+"az" = (
/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"A" = (
+"aA" = (
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/ruin/space/has_grav/powered/virtual_domain)
-"B" = (
+"aB" = (
/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"C" = (
+"aC" = (
/obj/structure/alien/weeds,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/ruin/space/has_grav/powered/virtual_domain)
-"D" = (
+"aD" = (
/obj/structure/alien/weeds,
/obj/structure/alien/weeds,
/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
/area/ruin/space/has_grav/powered/virtual_domain)
-"E" = (
+"aE" = (
/turf/closed/indestructible/binary,
/area/ruin/space/has_grav/powered/virtual_domain)
-"G" = (
+"aF" = (
+/obj/structure/table/greyscale,
+/obj/item/gun/energy/xray,
+/obj/item/gun/energy/laser{
+ pixel_x = 4;
+ pixel_y = -6
+ },
+/obj/item/gun/energy/laser{
+ pixel_x = -8;
+ pixel_y = 6
+ },
+/turf/template_noop,
+/area/virtual_domain/safehouse)
+"aG" = (
/obj/structure/alien/resin/wall,
/obj/structure/alien/weeds,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"H" = (
+"aH" = (
/obj/structure/table/greyscale,
/obj/machinery/recharger{
pixel_x = 8;
@@ -155,12 +179,12 @@
},
/turf/template_noop,
/area/virtual_domain/safehouse)
-"I" = (
+"aI" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"J" = (
+"aJ" = (
/obj/structure/alien/weeds,
/mob/living/basic/alien/queen/large{
desc = "A gigantic alien who is in charge of the hive and all of its loyal servants.";
@@ -170,17 +194,17 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"K" = (
+"aK" = (
/obj/structure/alien/weeds,
/obj/effect/landmark/bitrunning/cache_spawn,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"L" = (
+"aL" = (
/obj/item/storage/medkit/regular,
/obj/item/storage/medkit/regular,
/turf/template_noop,
/area/virtual_domain/safehouse)
-"M" = (
+"aM" = (
/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall{
move_force = 1000;
@@ -189,7 +213,7 @@
},
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"N" = (
+"aN" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
@@ -199,61 +223,60 @@
/obj/item/clothing/head/helmet,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"O" = (
+"aO" = (
/obj/effect/baseturf_helper/virtual_domain,
/turf/closed/indestructible/binary,
/area/ruin/space/has_grav/powered/virtual_domain)
-"P" = (
+"aP" = (
/obj/structure/alien/weeds/node,
/mob/living/basic/alien,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"Q" = (
+"aQ" = (
/obj/structure/alien/resin/wall,
/obj/structure/alien/resin/wall,
/turf/closed/indestructible/binary,
/area/ruin/space/has_grav/powered/virtual_domain)
-"S" = (
+"aR" = (
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
+/area/virtual_domain)
+"aS" = (
/obj/structure/alien/weeds,
/mob/living/basic/alien,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"T" = (
+"aT" = (
/obj/structure/alien/weeds,
/obj/structure/alien/egg/burst,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"U" = (
+"aU" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
/obj/item/gun/ballistic/automatic/pistol,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"V" = (
+"aV" = (
/obj/structure/alien/weeds/node,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"W" = (
+"aW" = (
/obj/structure/alien/weeds,
/obj/structure/alien/egg/burst,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
-"Y" = (
-/obj/structure/table/greyscale,
-/obj/item/gun/energy/xray,
-/obj/item/gun/energy/laser{
- pixel_x = 4;
- pixel_y = -6
- },
-/obj/item/gun/energy/laser{
- pixel_x = -8;
- pixel_y = 6
- },
-/turf/template_noop,
-/area/virtual_domain/safehouse)
-"Z" = (
+"aX" = (
+/obj/effect/baseturf_helper/virtual_domain,
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
+"aY" = (
+/obj/structure/alien/weeds,
+/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
+/area/virtual_domain)
+"aZ" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
@@ -263,1808 +286,1998 @@
/obj/item/clothing/head/helmet/space/syndicate/orange,
/turf/open/misc/asteroid/basalt/lava_land_surface,
/area/ruin/space/has_grav/powered/virtual_domain)
+"bt" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"bR" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/obj/effect/landmark/bitrunning/cache_spawn,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"bU" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
+/area/virtual_domain)
+"bV" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/weeds,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"cw" = (
+/obj/structure/alien/weeds,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"dl" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/resin/wall,
+/turf/closed/indestructible/binary,
+/area/virtual_domain/fullbright)
+"ds" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/egg/burst,
+/obj/effect/decal/cleanable/blood,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"eD" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/obj/effect/decal/cleanable/blood/gibs,
+/obj/effect/decal/cleanable/blood,
+/obj/item/clothing/under/syndicate,
+/obj/item/clothing/glasses/night,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"go" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/obj/effect/decal/cleanable/blood/gibs,
+/obj/item/gun/ballistic/automatic/pistol,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"ie" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/resin/wall,
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"jG" = (
+/obj/structure/alien/weeds/node,
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"my" = (
+/obj/structure/alien/weeds/node,
+/obj/effect/decal/cleanable/blood,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"mT" = (
+/obj/structure/alien/weeds/node,
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"nq" = (
+/obj/structure/alien/weeds/node,
+/mob/living/basic/alien/drone{
+ can_plant_weeds = 0
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"oD" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/obj/effect/decal/cleanable/blood/gibs,
+/obj/item/tank/internals/oxygen,
+/obj/item/clothing/suit/space/syndicate/orange,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/helmet/space/syndicate/orange,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"rY" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"sO" = (
+/obj/structure/alien/weeds/node,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"tG" = (
+/obj/structure/alien/weeds,
+/mob/living/basic/alien/drone{
+ can_plant_weeds = 0
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"vP" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"BB" = (
+/obj/structure/alien/weeds,
+/mob/living/basic/alien/queen/large{
+ desc = "A gigantic alien who is in charge of the hive and all of its loyal servants.";
+ name = "alien queen";
+ pixel_x = -16;
+ can_plant_weeds = 0
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"FI" = (
+/obj/structure/alien/weeds,
+/mob/living/basic/alien,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"Hu" = (
+/obj/structure/alien/weeds,
+/obj/effect/landmark/bitrunning/mob_segment,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"JT" = (
+/obj/structure/alien/weeds,
+/obj/effect/landmark/bitrunning/cache_spawn,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"JZ" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/egg/burst,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"Lb" = (
+/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood/gibs,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"RZ" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/egg/burst,
+/obj/effect/decal/cleanable/blood/gibs,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"SC" = (
+/obj/structure/alien/weeds,
+/obj/structure/alien/resin/wall{
+ move_resist = 3000
+ },
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"SD" = (
+/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"TA" = (
+/obj/structure/alien/resin/wall,
+/obj/structure/alien/resin/wall,
+/turf/open/misc/asteroid/basalt/lava_land_surface/no_ruins,
+/area/virtual_domain)
+"Wp" = (
+/obj/structure/alien/weeds/node,
+/mob/living/basic/alien,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"WD" = (
+/obj/structure/alien/resin/wall,
+/obj/structure/alien/weeds,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
+"XX" = (
+/obj/structure/alien/weeds,
+/obj/structure/bed/nest,
+/obj/effect/decal/cleanable/blood/gibs,
+/obj/item/clothing/under/rank/security/officer,
+/obj/item/clothing/suit/armor/vest,
+/obj/item/melee/baton/security/loaded,
+/obj/item/clothing/head/helmet,
+/turf/open/misc/asteroid/basalt/lava_land_surface,
+/area/virtual_domain)
(1,1,1) = {"
-a
-a
-a
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(2,1,1) = {"
-a
-a
-a
-E
-E
-z
-z
-z
-z
-z
-z
-z
-z
-E
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+vP
+vP
+vP
+vP
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(3,1,1) = {"
-a
-a
-a
-E
-E
-z
-e
-W
-W
-z
-e
-e
-z
-M
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+aw
+vP
+cw
+JZ
+JZ
+vP
+cw
+cw
+vP
+SC
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(4,1,1) = {"
-a
-a
-a
-E
-z
-z
-e
-e
-e
-e
-p
-e
-W
-z
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+vP
+cw
+cw
+cw
+cw
+tG
+cw
+JZ
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(5,1,1) = {"
-a
-a
-a
-E
-z
-e
-e
-k
-z
-z
-z
-k
-z
-z
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+cw
+cw
+jG
+vP
+vP
+vP
+jG
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(6,1,1) = {"
-a
-a
-a
-E
-z
-e
-h
-m
-K
-J
-o
-i
-z
-z
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+cw
+Hu
+bt
+JT
+BB
+Lb
+eD
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(7,1,1) = {"
-a
-a
-a
-E
-z
-W
-e
-e
-e
-e
-B
-o
-K
-z
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+JZ
+cw
+cw
+cw
+cw
+SD
+Lb
+JT
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(8,1,1) = {"
-a
-a
-a
-E
-z
-I
-o
-z
-e
-V
-e
-e
-W
-z
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+rY
+Lb
+vP
+cw
+sO
+cw
+cw
+JZ
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(9,1,1) = {"
-a
-a
-a
-E
-z
-U
-u
-e
-z
-e
-e
-W
-z
-z
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+go
+my
+cw
+vP
+cw
+cw
+JZ
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(10,1,1) = {"
-a
-a
-a
-E
-z
-e
-o
-z
-e
-e
-e
-k
-W
-z
-E
-a
-a
-a
-a
-a
-a
-a
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+cw
+Lb
+vP
+cw
+cw
+cw
+jG
+JZ
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+aw
+aw
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(11,1,1) = {"
-a
-a
-a
-E
-z
-z
-e
-e
-e
-e
-e
-h
-e
-z
-E
-a
-a
-a
-a
-a
-a
-a
-E
-E
-E
-E
-z
-z
-z
-z
-E
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+vP
+vP
+cw
+cw
+cw
+cw
+cw
+Hu
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+vP
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(12,1,1) = {"
-a
-a
-a
-E
-E
-z
-W
-e
-e
-e
-e
-e
-e
-z
-E
-a
-a
-a
-a
-a
-a
-a
-E
-E
-E
-z
-z
-Z
-I
-z
-z
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aw
+aw
+vP
+JZ
+cw
+cw
+cw
+cw
+cw
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+vP
+oD
+rY
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(13,1,1) = {"
-a
-a
-a
-E
-E
-z
-z
-e
-e
-V
-e
-e
-z
-z
-E
-a
-a
-a
-a
-a
-a
-a
-E
-E
-z
-z
-W
-o
-B
-K
-z
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+cw
+cw
+sO
+cw
+cw
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+JZ
+Lb
+SD
+JT
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(14,1,1) = {"
-a
-a
-a
-E
-E
-E
-z
-z
-e
-e
-e
-z
-z
-E
-E
-a
-a
-a
-a
-E
-E
-E
-E
-E
-z
-I
-e
-y
-e
-W
-z
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+vP
+cw
+cw
+cw
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+aw
+vP
+rY
+cw
+mT
+cw
+JZ
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(15,1,1) = {"
-a
-a
-a
-a
-a
-E
-E
-z
-z
-z
-z
-z
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-z
-z
-z
-e
-e
-e
-I
-z
-z
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+vP
+vP
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+vP
+vP
+cw
+cw
+cw
+rY
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(16,1,1) = {"
-a
-a
-a
-a
-a
-a
-E
-z
-V
-V
-z
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-z
-z
-e
-S
-e
-W
-z
-z
-z
-E
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+sO
+sO
+vP
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+vP
+vP
+cw
+FI
+cw
+JZ
+vP
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(17,1,1) = {"
-a
-a
-a
-a
-a
-a
-E
-z
-p
-e
-z
-z
-E
-z
-z
-z
-z
-z
-z
-z
-z
-z
-e
-e
-z
-z
-z
-z
-E
-E
-E
-E
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+tG
+cw
+vP
+vP
+aw
+vP
+vP
+vP
+vP
+vP
+vP
+vP
+vP
+vP
+cw
+cw
+vP
+vP
+vP
+vP
+aw
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(18,1,1) = {"
-a
-a
-a
-a
-a
-a
-E
-z
-e
-e
-e
-z
-z
-z
-e
-e
-e
-e
-e
-e
-z
-z
-e
-z
-z
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-O
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+cw
+cw
+cw
+vP
+vP
+vP
+cw
+cw
+cw
+cw
+cw
+cw
+vP
+vP
+cw
+vP
+vP
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aX
"}
(19,1,1) = {"
-E
-E
-E
-E
-E
-E
-E
-z
-z
-e
-e
-e
-z
-e
-e
-e
-e
-e
-e
-V
-e
-e
-e
-z
-E
-E
-E
-E
-E
-E
-Q
-d
-q
-q
-q
-q
-q
-q
-E
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+vP
+vP
+cw
+cw
+cw
+vP
+cw
+cw
+cw
+cw
+cw
+cw
+sO
+cw
+cw
+cw
+vP
+aw
+aw
+aa
+aa
+aa
+aw
+TA
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aw
"}
(20,1,1) = {"
-E
-z
-z
-z
-z
-E
-E
-E
-z
-z
-e
-V
-e
-e
-e
-z
-z
-z
-z
-e
-e
-t
-z
-z
-E
-E
-a
-a
-a
-E
-q
-A
-A
-A
-A
-A
-A
-A
-E
+aw
+vP
+vP
+vP
+vP
+aw
+aw
+aw
+vP
+vP
+cw
+sO
+cw
+cw
+cw
+vP
+vP
+vP
+vP
+cw
+cw
+bV
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aw
+aR
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+aw
"}
(21,1,1) = {"
-E
-z
-W
-I
-z
-z
-z
-z
-z
-z
-e
-e
-e
-e
-z
-z
-E
-E
-z
-z
-e
-e
-z
-E
-E
-E
-a
-a
-a
-E
-q
-A
-A
-A
-A
-A
-A
-A
-E
+aw
+vP
+JZ
+rY
+vP
+vP
+vP
+vP
+vP
+vP
+cw
+cw
+cw
+cw
+vP
+vP
+aw
+aw
+vP
+vP
+cw
+cw
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aw
+aR
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+aw
"}
(22,1,1) = {"
-E
-G
-t
-h
-e
-z
-z
-e
-e
-e
-e
-e
-e
-z
-z
-E
-E
-E
-z
-e
-e
-e
-z
-E
-E
-E
-a
-a
-a
-E
-q
-A
-C
-A
-A
-A
-A
-A
-E
+aw
+WD
+bV
+Hu
+cw
+vP
+vP
+cw
+cw
+cw
+cw
+cw
+cw
+vP
+vP
+aw
+aw
+aw
+vP
+cw
+cw
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aw
+aR
+ag
+aY
+ag
+ag
+ag
+ag
+ag
+aw
"}
(23,1,1) = {"
-E
-G
-K
-W
-V
-e
-e
-e
-z
-z
-e
-z
-z
-z
-E
-E
-E
-E
-z
-e
-e
-z
-z
-E
-E
-a
-a
-a
-a
-E
-q
-C
-C
-C
-A
-A
-A
-A
-E
+aw
+WD
+JT
+JZ
+sO
+cw
+cw
+cw
+vP
+vP
+cw
+vP
+vP
+vP
+aw
+aw
+aw
+aw
+vP
+cw
+cw
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aw
+aR
+aY
+aY
+aY
+ag
+ag
+ag
+ag
+aw
"}
(24,1,1) = {"
-E
-z
-z
-I
-I
-z
-z
-z
-z
-z
-e
-z
-E
-E
-E
-E
-E
-E
-z
-e
-e
-z
-E
-E
-E
-E
-E
-E
-E
-E
-d
-C
-C
-A
-A
-C
-A
-A
-E
+aw
+vP
+vP
+rY
+rY
+vP
+vP
+vP
+vP
+vP
+cw
+vP
+aw
+aw
+aw
+aw
+aw
+aw
+vP
+cw
+cw
+vP
+aw
+aw
+aw
+aa
+aa
+aa
+aa
+aw
+aR
+aY
+aY
+ag
+ag
+aY
+ag
+ag
+aw
"}
(25,1,1) = {"
-E
-E
-z
-z
-z
-z
-E
-E
-E
-z
-e
-z
-z
-E
-E
-E
-E
-E
-z
-e
-s
-z
-z
-z
-E
-E
-E
-E
-E
-E
-z
-C
-C
-C
-A
-C
-C
-A
-E
+aw
+aw
+vP
+vP
+vP
+vP
+aw
+aw
+aw
+vP
+cw
+vP
+vP
+aw
+aw
+aw
+aw
+aw
+vP
+cw
+nq
+vP
+vP
+vP
+aw
+aw
+aw
+aw
+aw
+aw
+bU
+aY
+aY
+aY
+ag
+aY
+aY
+ag
+aw
"}
(26,1,1) = {"
-a
-E
-E
-E
-E
-E
-E
-E
-E
-z
-e
-e
-z
-E
-E
-E
-E
-E
-z
-e
-e
-e
-e
-z
-z
-z
-E
-E
-E
-z
-z
-n
-n
-n
-n
-n
-v
-A
-E
+aa
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+vP
+cw
+cw
+vP
+aw
+aw
+aw
+aw
+aw
+vP
+cw
+cw
+cw
+cw
+vP
+vP
+vP
+aw
+aw
+aw
+vP
+vP
+an
+an
+an
+an
+an
+av
+ag
+aw
"}
(27,1,1) = {"
-a
-a
-a
-a
-a
-E
-E
-z
-z
-z
-e
-e
-z
-z
-E
-E
-E
-E
-z
-z
-e
-e
-e
-e
-e
-z
-z
-z
-z
-k
-e
-n
-j
-j
-j
-n
-n
-A
-E
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+vP
+vP
+cw
+cw
+vP
+vP
+aw
+aw
+aw
+aw
+vP
+vP
+cw
+cw
+cw
+cw
+cw
+vP
+vP
+vP
+vP
+jG
+cw
+an
+aj
+aj
+aj
+an
+an
+ag
+aw
"}
(28,1,1) = {"
-a
-a
-a
-a
-a
-E
-z
-z
-T
-e
-h
-V
-W
-z
-E
-E
-E
-z
-z
-e
-e
-z
-z
-e
-e
-e
-z
-V
-e
-e
-e
-n
-n
-n
-n
-n
-n
-A
-E
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+RZ
+cw
+Hu
+sO
+JZ
+vP
+aw
+aw
+aw
+vP
+vP
+cw
+cw
+vP
+vP
+cw
+cw
+cw
+vP
+sO
+cw
+cw
+cw
+an
+an
+an
+an
+an
+an
+ag
+aw
"}
(29,1,1) = {"
-a
-a
-a
-a
-a
-E
-z
-N
-f
-e
-e
-W
-I
-z
-E
-E
-E
-z
-e
-e
-z
-z
-z
-z
-e
-V
-z
-V
-t
-e
-e
-n
-n
-Y
-H
-n
-n
-A
-E
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+XX
+ds
+cw
+cw
+JZ
+rY
+vP
+aw
+aw
+aw
+vP
+cw
+cw
+vP
+vP
+vP
+vP
+cw
+sO
+vP
+sO
+bV
+cw
+cw
+an
+an
+aF
+aH
+an
+an
+ag
+aw
"}
(30,1,1) = {"
-a
-a
-a
-a
-a
-E
-z
-x
-o
-e
-I
-I
-z
-z
-E
-E
-E
-z
-e
-z
-z
-E
-E
-z
-z
-z
-z
-z
-k
-e
-e
-n
-n
-n
-n
-n
-n
-A
-E
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+bR
+Lb
+cw
+rY
+rY
+vP
+vP
+aw
+aw
+aw
+vP
+cw
+vP
+vP
+aw
+aw
+vP
+vP
+vP
+vP
+vP
+jG
+cw
+cw
+an
+an
+an
+an
+an
+an
+ag
+aw
"}
(31,1,1) = {"
-a
-a
-a
-a
-a
-E
-z
-z
-z
-e
-z
-z
-z
-E
-E
-E
-E
-z
-e
-z
-z
-E
-E
-E
-E
-E
-E
-E
-z
-e
-e
-n
-L
-n
-n
-n
-n
-A
-E
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+vP
+cw
+vP
+vP
+vP
+aw
+aw
+aw
+aw
+vP
+cw
+vP
+vP
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+vP
+cw
+cw
+an
+aL
+an
+an
+an
+an
+ag
+aw
"}
(32,1,1) = {"
-a
-a
-a
-a
-a
-E
-E
-E
-z
-e
-z
-E
-E
-E
-E
-E
-E
-z
-e
-e
-z
-E
-a
-a
-a
-a
-E
-E
-z
-e
-e
-n
-n
-n
-n
-n
-r
-A
-E
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+aw
+vP
+cw
+vP
+aw
+aw
+aw
+aw
+aw
+aw
+vP
+cw
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+cw
+cw
+an
+an
+an
+an
+an
+ar
+ag
+aw
"}
(33,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-E
-z
-e
-z
-E
-E
-a
-a
-a
-E
-l
-z
-V
-z
-E
-a
-a
-a
-a
-E
-z
-z
-z
-q
-C
-A
-A
-C
-A
-A
-A
-E
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+cw
+vP
+aw
+aw
+aa
+aa
+aa
+aw
+dl
+vP
+sO
+vP
+aw
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+vP
+aR
+aY
+ag
+ag
+aY
+ag
+ag
+ag
+aw
"}
(34,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-E
-z
-V
-z
-E
-E
-a
-a
-a
-E
-E
-z
-e
-z
-E
-a
-a
-a
-a
-E
-z
-E
-d
-q
-C
-C
-C
-A
-A
-A
-A
-E
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+sO
+vP
+aw
+aw
+aa
+aa
+aa
+aw
+aw
+vP
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aw
+vP
+aw
+aR
+aR
+aY
+aY
+aY
+ag
+ag
+ag
+ag
+aw
"}
(35,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-E
-z
-e
-z
-E
-E
-a
-a
-a
-E
-E
-z
-e
-z
-E
-a
-a
-a
-a
-E
-E
-E
-d
-q
-A
-A
-A
-A
-A
-A
-A
-E
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+cw
+vP
+aw
+aw
+aa
+aa
+aa
+aw
+aw
+vP
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aw
+aw
+aw
+aR
+aR
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+aw
"}
(36,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-E
-z
-e
-z
-E
-E
-E
-E
-E
-E
-z
-z
-e
-z
-E
-a
-a
-a
-a
-a
-a
-E
-d
-q
-A
-C
-D
-A
-A
-A
-A
-E
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+cw
+vP
+aw
+aw
+aw
+aw
+aw
+aw
+vP
+vP
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aR
+aR
+ag
+aY
+ab
+ag
+ag
+ag
+ag
+aw
"}
(37,1,1) = {"
-a
-a
-a
-a
-E
-E
-E
-E
-z
-e
-z
-E
-E
-E
-E
-E
-z
-z
-e
-e
-z
-E
-a
-a
-a
-a
-a
-a
-E
-d
-q
-A
-A
-A
-A
-A
-A
-A
-E
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+cw
+vP
+aw
+aw
+aw
+aw
+aw
+vP
+vP
+cw
+cw
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aR
+aR
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+aw
"}
(38,1,1) = {"
-a
-a
-a
-a
-E
-E
-E
-z
-z
-e
-z
-z
-z
-z
-z
-z
-z
-e
-e
-z
-z
-E
-a
-a
-a
-a
-a
-a
-E
-d
-q
-A
-A
-A
-A
-A
-A
-A
-E
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+vP
+cw
+vP
+vP
+vP
+vP
+vP
+vP
+vP
+cw
+cw
+vP
+vP
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aR
+aR
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+aw
"}
(39,1,1) = {"
-a
-a
-a
-a
-E
-E
-z
-z
-e
-e
-W
-z
-z
-e
-e
-P
-e
-e
-z
-z
-E
-E
-a
-a
-a
-a
-a
-a
-E
-Q
-q
-q
-q
-q
-q
-q
-q
-q
-E
+aa
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+cw
+cw
+JZ
+vP
+vP
+cw
+cw
+Wp
+cw
+cw
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+TA
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aw
"}
(40,1,1) = {"
-a
-a
-a
-a
-E
-E
-z
-I
-e
-h
-e
-e
-e
-e
-z
-z
-z
-z
-z
-E
-E
-a
-a
-a
-a
-a
-a
-a
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
-E
+aa
+aa
+aa
+aa
+aw
+aw
+vP
+rY
+cw
+Hu
+cw
+cw
+cw
+cw
+vP
+vP
+vP
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
"}
(41,1,1) = {"
-a
-a
-a
-a
-E
-z
-z
-W
-e
-V
-e
-W
-z
-z
-z
-E
-E
-E
-E
-E
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+vP
+vP
+JZ
+cw
+sO
+cw
+JZ
+vP
+vP
+vP
+aw
+aw
+aw
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(42,1,1) = {"
-a
-a
-a
-a
-E
-z
-W
-K
-e
-I
-I
-z
-z
-E
-E
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+vP
+JZ
+JT
+cw
+rY
+rY
+vP
+vP
+aw
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(43,1,1) = {"
-a
-a
-a
-a
-E
-c
-z
-z
-z
-z
-z
-z
-E
-E
-E
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+ie
+vP
+vP
+vP
+vP
+vP
+vP
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
(44,1,1) = {"
-a
-a
-a
-a
-E
-E
-E
-E
-E
-E
-E
-E
-E
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+aa
+aa
+aa
+aa
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
diff --git a/code/__DEFINES/DNA.dm b/code/__DEFINES/DNA.dm
index 6c0b918345f646..4bb9d09b657890 100644
--- a/code/__DEFINES/DNA.dm
+++ b/code/__DEFINES/DNA.dm
@@ -19,7 +19,7 @@
//Mutation classes. Normal being on them, extra being additional mutations with instability and other being stuff you dont want people to fuck with like wizard mutate
/// A mutation that can be activated and deactived by completing a sequence
#define MUT_NORMAL 1
-/// A mutation that is in the mutations tab, and can be given and taken away through though the DNA console. Has a 0 before it's name in the mutation section of the dna console
+/// A mutation that is in the mutations tab, and can be given and taken away through though the DNA console. Has a 0 before its name in the mutation section of the dna console
#define MUT_EXTRA 2
/// Cannot be interacted with by players through normal means. I.E. wizards mutate
#define MUT_OTHER 3
@@ -98,6 +98,7 @@
#define ORGAN_SLOT_MONSTER_CORE "monstercore"
#define ORGAN_SLOT_RIGHT_ARM_AUG "r_arm_device"
#define ORGAN_SLOT_LEFT_ARM_AUG "l_arm_device" //This one ignores alphabetical order cause the arms should be together
+#define ORGAN_SLOT_SPINE "spine"
#define ORGAN_SLOT_STOMACH "stomach"
#define ORGAN_SLOT_STOMACH_AID "stomach_aid"
#define ORGAN_SLOT_THRUSTERS "thrusters"
diff --git a/code/__DEFINES/_flags.dm b/code/__DEFINES/_flags.dm
index 72d28ca6bca9d5..55e706ce06d036 100644
--- a/code/__DEFINES/_flags.dm
+++ b/code/__DEFINES/_flags.dm
@@ -54,6 +54,8 @@ GLOBAL_LIST_INIT(bitflags, list(1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 204
/// Flag as an optimization, don't make this a trait without profiling
/// Yes I know this is a stupid flag, no you can't take him from me
#define DECAL_INIT_UPDATE_EXPERIENCED_1 (1<<17)
+/// This atom always returns its turf in get_turf_pixel instead of the turf from its offsets
+#define IGNORE_TURF_PIXEL_OFFSET_1 (1<<18)
// Update flags for [/atom/proc/update_appearance]
/// Update the atom's name
diff --git a/code/__DEFINES/admin.dm b/code/__DEFINES/admin.dm
index a0ab44002a0fb8..e566f62dc53dd3 100644
--- a/code/__DEFINES/admin.dm
+++ b/code/__DEFINES/admin.dm
@@ -76,6 +76,8 @@
#define ADMIN_LUAVIEW_CHUNK(state, log_index) "(VIEW CODE)"
/// Displays "(SHOW)" in the chat, when clicked it tries to show atom(paper). First you need to set the request_state variable to TRUE for the paper.
#define ADMIN_SHOW_PAPER(atom) "(SHOW)"
+/// Displays "(PRINT)" in the chat, when clicked it will try to print the atom(paper) on the CentCom fax machine.
+#define ADMIN_PRINT_FAX(atom, fax_name) "(PRINT)"
/// Displays "(PLAY)" in the chat, when clicked it tries to play internet sounds from the request.
#define ADMIN_PLAY_INTERNET(text, credit) "(PLAY)"
/// Displays "(SEE Z-LEVEL LAYOUT)" in the chat, when clicked it shows the z-level layouts for the current world state.
@@ -90,7 +92,7 @@
if(!drop_atom)
return //not a valid atom.
var/turf/drop_turf = get_step(drop_atom, 0) //resolve where the thing is.
- if(!drop_turf) //incase it's inside a valid drop container, inside another container. ie if a mech picked up a closet and has it inside it's internal storage.
+ if(!drop_turf) //incase it's inside a valid drop container, inside another container. ie if a mech picked up a closet and has it inside its internal storage.
var/atom/last_try = drop_atom.loc?.drop_location() //one last try, otherwise fuck it.
if(last_try)
drop_turf = get_step(last_try, 0)
diff --git a/code/__DEFINES/ai/ai_blackboard.dm b/code/__DEFINES/ai/ai_blackboard.dm
index 90a9b55ba17494..97ec38c1c3c056 100644
--- a/code/__DEFINES/ai/ai_blackboard.dm
+++ b/code/__DEFINES/ai/ai_blackboard.dm
@@ -91,7 +91,7 @@
#define BB_TARGETLESS_TIME "BB_targetless_time"
///Tipped blackboards
-///Bool that means a basic mob will start reacting to being tipped in it's planning
+///Bool that means a basic mob will start reacting to being tipped in its planning
#define BB_BASIC_MOB_TIP_REACTING "BB_basic_tip_reacting"
///the motherfucker who tipped us
#define BB_BASIC_MOB_TIPPER "BB_basic_tip_tipper"
diff --git a/code/__DEFINES/ai/monsters.dm b/code/__DEFINES/ai/monsters.dm
index f80eb85735da6c..31b613c1fa4542 100644
--- a/code/__DEFINES/ai/monsters.dm
+++ b/code/__DEFINES/ai/monsters.dm
@@ -60,6 +60,7 @@
#define BB_LOBSTROSITY_TARGET_LIMB "BB_lobstrosity_target_limb"
/// We increment this counter every time we try to move while dragging an arm and if we go too long we'll give up trying to get out of line of sight and just eat the fingers
#define BB_LOBSTROSITY_FINGER_LUST "BB_lobstrosity_finger_lust"
+#define BB_LOBSTROSITY_NAIVE_HUNTER "BB_lobstrosity_naive_hunter"
// eyeball keys
///the death glare ability
diff --git a/code/__DEFINES/antagonists.dm b/code/__DEFINES/antagonists.dm
index 3332e46ee20a4a..dee779f0b5841d 100644
--- a/code/__DEFINES/antagonists.dm
+++ b/code/__DEFINES/antagonists.dm
@@ -314,6 +314,11 @@ GLOBAL_LIST_INIT(human_invader_antagonists, list(
#define UPLINK_SHARED_STOCK_KITS "uplink_shared_stock_kits"
#define UPLINK_SHARED_STOCK_SURPLUS "uplink_shared_stock_surplus"
+/// Does this item provide illegal tech?
+#define SYNDIE_ILLEGAL_TECH (1 << 0)
+/// Does this item go off when scanned by a contraband scanner?
+#define SYNDIE_TRIPS_CONTRABAND (1 << 1)
+
// Used for traitor objectives
/// If the objective hasn't been taken yet
#define OBJECTIVE_STATE_INACTIVE 1
diff --git a/code/__DEFINES/art.dm b/code/__DEFINES/art.dm
index b6e9b885d9132d..2f6fd955231487 100644
--- a/code/__DEFINES/art.dm
+++ b/code/__DEFINES/art.dm
@@ -14,3 +14,16 @@
#define CRAYON_COST_SMALL 0.5
#define CRAYON_COST_DEFAULT 1
#define CRAYON_COST_LARGE 5
+
+/**
+ * Patronage thresholds for paintings.
+ * Different cosmetic frames become available as more credits are spent on the patronage.
+ * These also influence the artistic value (read: positive moodlets) of a painting.
+ */
+#define PATRONAGE_OK_FRAME (PAYCHECK_CREW * 3) // 150 credits, as of march 2022
+#define PATRONAGE_NICE_FRAME (PATRONAGE_OK_FRAME * 2.5)
+#define PATRONAGE_GREAT_FRAME (PATRONAGE_NICE_FRAME * 2)
+#define PATRONAGE_EXCELLENT_FRAME (PATRONAGE_GREAT_FRAME * 2)
+#define PATRONAGE_AMAZING_FRAME (PATRONAGE_EXCELLENT_FRAME * 2)
+#define PATRONAGE_SUPERB_FRAME (PATRONAGE_AMAZING_FRAME * 2)
+#define PATRONAGE_LEGENDARY_FRAME (PATRONAGE_SUPERB_FRAME * 2)
diff --git a/code/__DEFINES/atmospherics/atmos_mob_interaction.dm b/code/__DEFINES/atmospherics/atmos_mob_interaction.dm
index dbd8bbc5610b06..75dcebc72d9631 100644
--- a/code/__DEFINES/atmospherics/atmos_mob_interaction.dm
+++ b/code/__DEFINES/atmospherics/atmos_mob_interaction.dm
@@ -64,13 +64,13 @@
/// The maximum number of degrees that your body can heat up in 1 tick, due to the environment, when in a hot area.
#define BODYTEMP_HEATING_MAX 30
/// The body temperature limit the human body can take before it starts taking damage from heat.
-/// This also affects how fast the body normalises it's temperature when hot.
+/// This also affects how fast the body normalises its temperature when hot.
/// 340k is about 66c, and rather high for a human.
#define BODYTEMP_HEAT_DAMAGE_LIMIT (BODYTEMP_NORMAL + 30)
/// A temperature limit which is above the maximum lavaland temperature
#define BODYTEMP_HEAT_LAVALAND_SAFE (LAVALAND_MAX_TEMPERATURE + 5)
/// The body temperature limit the human body can take before it starts taking damage from cold.
-/// This also affects how fast the body normalises it's temperature when cold.
+/// This also affects how fast the body normalises its temperature when cold.
/// 270k is about -3c, that is below freezing and would hurt over time.
#define BODYTEMP_COLD_DAMAGE_LIMIT (BODYTEMP_NORMAL - 40)
/// A temperature limit which is above the minimum icebox temperature
diff --git a/code/__DEFINES/atmospherics/atmos_piping.dm b/code/__DEFINES/atmospherics/atmos_piping.dm
index 3870a7aed34acd..521dbd02579ec6 100644
--- a/code/__DEFINES/atmospherics/atmos_piping.dm
+++ b/code/__DEFINES/atmospherics/atmos_piping.dm
@@ -91,6 +91,8 @@
#define PIPING_ALL_COLORS (1<<4)
/// can bridge over pipenets
#define PIPING_BRIDGE (1<<5)
+/// intended to connect with layers 2 and 4 only
+#define PIPING_DISTRO_AND_WASTE_LAYERS (1<<6)
// Ventcrawling bitflags, handled in var/vent_movement
///Allows for ventcrawling to occur. All atmospheric machines have this flag on by default. Cryo is the exception
diff --git a/code/__DEFINES/blackmarket.dm b/code/__DEFINES/blackmarket.dm
index c3b8ad0bf46229..f0a19ad056d9a6 100644
--- a/code/__DEFINES/blackmarket.dm
+++ b/code/__DEFINES/blackmarket.dm
@@ -9,3 +9,4 @@
#define SHIPPING_METHOD_LAUNCH "Launch"
// Sends a supply pod to the buyer's location, showy.
#define SHIPPING_METHOD_SUPPLYPOD "Supply Pod"
+
diff --git a/code/__DEFINES/cult.dm b/code/__DEFINES/cult.dm
index 005b0ca27eef81..4f77e2966ca397 100644
--- a/code/__DEFINES/cult.dm
+++ b/code/__DEFINES/cult.dm
@@ -58,5 +58,5 @@ GLOBAL_LIST(sacrificed)
// Used to keep track of items rewarded after a heretic is sacked.
#define CURSED_BLADE_UNLOCKED "Cursed Blade"
-#define CRIMSON_FOCUS_UNLOCKED "Crimson Focus"
+#define CRIMSON_MEDALLION_UNLOCKED "Crimson Medallion"
#define PROTEON_ORB_UNLOCKED "Proteon Orb"
diff --git a/code/__DEFINES/dcs/signals/signals_atom/signals_atom_main.dm b/code/__DEFINES/dcs/signals/signals_atom/signals_atom_main.dm
index c612d174ac3549..3282c9387a1e5a 100644
--- a/code/__DEFINES/dcs/signals/signals_atom/signals_atom_main.dm
+++ b/code/__DEFINES/dcs/signals/signals_atom/signals_atom_main.dm
@@ -68,7 +68,7 @@
#define COMSIG_ATOM_EXITED "atom_exited"
///from base of atom/movable/Moved(): (atom/movable/gone, direction)
#define COMSIG_ATOM_ABSTRACT_EXITED "atom_abstract_exited"
-///from base of atom/Bumped(): (/atom/movable)
+///from base of atom/Bumped(): (/atom/movable) (the one that gets bumped)
#define COMSIG_ATOM_BUMPED "atom_bumped"
///from base of atom/has_gravity(): (turf/location, list/forced_gravities)
#define COMSIG_ATOM_HAS_GRAVITY "atom_has_gravity"
@@ -140,3 +140,6 @@
/// From /obj/effect/particle_effect/sparks/proc/sparks_touched(datum/source, atom/movable/singed)
#define COMSIG_ATOM_TOUCHED_SPARKS "atom_touched_sparks"
#define COMSIG_ATOM_TOUCHED_HAZARDOUS_SPARKS "atom_touched_hazardous_sparks"
+
+/// From whoever has been revealed (atom/revealed)
+#define COMSIG_ATOM_REVEAL "atom_reveal"
diff --git a/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movable.dm b/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movable.dm
index bc73dbf32914a4..d75d8bacec73a6 100644
--- a/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movable.dm
+++ b/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movable.dm
@@ -9,10 +9,12 @@
#define COMSIG_MOVABLE_MOVED "movable_moved"
///from base of atom/movable/Cross(): (/atom/movable)
#define COMSIG_MOVABLE_CROSS "movable_cross"
+ #define COMPONENT_BLOCK_CROSS (1<<0)
///from base of atom/movable/Move(): (/atom/movable)
#define COMSIG_MOVABLE_CROSS_OVER "movable_cross_am"
///from base of atom/movable/Bump(): (/atom)
#define COMSIG_MOVABLE_BUMP "movable_bump"
+ #define COMPONENT_INTERCEPT_BUMPED (1<<0)
///from base of atom/movable/newtonian_move(): (inertia_direction, start_delay)
#define COMSIG_MOVABLE_NEWTONIAN_MOVE "movable_newtonian_move"
#define COMPONENT_MOVABLE_NEWTONIAN_BLOCK (1<<0)
@@ -72,7 +74,7 @@
#define COMSIG_MOVABLE_DISPOSING "movable_disposing"
// called when movable is expelled from a disposal pipe, bin or outlet on obj/pipe_eject: (direction)
#define COMSIG_MOVABLE_PIPE_EJECTING "movable_pipe_ejecting"
-///called when the movable sucessfully has it's anchored var changed, from base atom/movable/set_anchored(): (value)
+///called when the movable sucessfully has its anchored var changed, from base atom/movable/set_anchored(): (value)
#define COMSIG_MOVABLE_SET_ANCHORED "movable_set_anchored"
///from base of atom/movable/setGrabState(): (newstate)
#define COMSIG_MOVABLE_SET_GRAB_STATE "living_set_grab_state"
@@ -123,3 +125,4 @@
#define COMSIG_MOVABLE_BUMP_PUSHED "movable_bump_pushed"
/// Stop it from moving
#define COMPONENT_NO_PUSH (1<<0)
+
diff --git a/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm b/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm
index 5836a0be65a396..63ad7655be7ee7 100644
--- a/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm
+++ b/code/__DEFINES/dcs/signals/signals_atom/signals_atom_movement.dm
@@ -19,7 +19,12 @@
#define COMSIG_ATOM_START_PULL "movable_start_pull"
/// called on /atom when something attempts to pass through it (atom/movable/source, atom/movable/passing, dir)
#define COMSIG_ATOM_TRIED_PASS "atom_tried_pass"
- #define COMSIG_COMPONENT_PERMIT_PASSAGE (1 << 0)
+/// called on /movable when something attempts to pass through it (atom/movable/source, atom/movable/passing, dir) AND WHEN general_movement = FALSE for some fucking reason
+#define COMSIG_MOVABLE_CAN_PASS_THROUGH "movable_can_pass_through"
+/// If given, we permit passage through
+#define COMSIG_COMPONENT_PERMIT_PASSAGE (1 << 0)
+/// If given, we DONT permit passage through
+#define COMSIG_COMPONENT_REFUSE_PASSAGE (1 << 1)
///called on /living when someone starts pulling (atom/movable/pulled, state, force)
#define COMSIG_LIVING_START_PULL "living_start_pull"
///called on /living when someone is pulled (mob/living/puller)
diff --git a/code/__DEFINES/dcs/signals/signals_clothing.dm b/code/__DEFINES/dcs/signals/signals_clothing.dm
index 03b695aca4c3e1..eeb40ade8aae5c 100644
--- a/code/__DEFINES/dcs/signals/signals_clothing.dm
+++ b/code/__DEFINES/dcs/signals/signals_clothing.dm
@@ -1,5 +1,5 @@
// /obj/item/clothing
-/// (/obj/item/clothing, visor_state) - When a clothing gets it's visor toggled.
+/// (/obj/item/clothing, visor_state) - When a clothing gets its visor toggled.
#define COMSIG_CLOTHING_VISOR_TOGGLE "clothing_visor_toggle"
/// From an undersuit being adjusted: ()
#define COMSIG_CLOTHING_UNDER_ADJUSTED "clothing_under_adjusted"
diff --git a/code/__DEFINES/dcs/signals/signals_datum.dm b/code/__DEFINES/dcs/signals/signals_datum.dm
index 0c998be19219f3..81224e7a58d811 100644
--- a/code/__DEFINES/dcs/signals/signals_datum.dm
+++ b/code/__DEFINES/dcs/signals/signals_datum.dm
@@ -45,3 +45,6 @@
///from /datum/bank_account/pay_debt(), after a portion or all the debt has been paid.
#define COMSIG_BANK_ACCOUNT_DEBT_PAID "bank_account_debt_paid"
+
+///from /datum/component/on_hit_effect/send_signal(): (user, target, hit_zone)
+#define COMSIG_ON_HIT_EFFECT "comsig_on_hit_effect"
diff --git a/code/__DEFINES/dcs/signals/signals_fish.dm b/code/__DEFINES/dcs/signals/signals_fish.dm
index 5b01bd7d61299c..8f7483d94164a0 100644
--- a/code/__DEFINES/dcs/signals/signals_fish.dm
+++ b/code/__DEFINES/dcs/signals/signals_fish.dm
@@ -21,11 +21,15 @@
/// Fishing challenge completed
#define COMSIG_FISHING_CHALLENGE_COMPLETED "fishing_completed"
/// Sent to the fisherman when the reward is dispensed: (reward)
-#define COMSIG_MOB_FISHING_REWARD_DISPENSED "mob_fishing_reward_dispensed"
+#define COMSIG_FISH_SOURCE_REWARD_DISPENSED "mob_fish_source_reward_dispensed"
/// Called when you try to use fishing rod on anything
#define COMSIG_PRE_FISHING "pre_fishing"
+/// Called when an ai-controlled mob interacts with the fishing spot
+#define COMSIG_NPC_FISHING "npc_fishing"
+ #define NPC_FISHING_SPOT 1
+
/// Sent by the target of the fishing rod cast
#define COMSIG_FISHING_ROD_CAST "fishing_rod_cast"
#define FISHING_ROD_CAST_HANDLED (1 << 0)
diff --git a/code/__DEFINES/dcs/signals/signals_global_object.dm b/code/__DEFINES/dcs/signals/signals_global_object.dm
index 51b7a38a94a6c6..bed06ff176c1f7 100644
--- a/code/__DEFINES/dcs/signals/signals_global_object.dm
+++ b/code/__DEFINES/dcs/signals/signals_global_object.dm
@@ -1,8 +1,11 @@
/// signals from globally accessible objects
-///Whenever SetupOccupations() is called, called all occupations are set
+///from SSJob whenever SetupOccupations() is called, all occupations are set
#define COMSIG_OCCUPATIONS_SETUP "occupations_setup"
+///from SSJob when DivideOccupations is called
+#define COMSIG_OCCUPATIONS_DIVIDED "occupations_divided"
+
///from SSsun when the sun changes position : (azimuth)
#define COMSIG_SUN_MOVED "sun_moved"
diff --git a/code/__DEFINES/dcs/signals/signals_mob/signals_mob_carbon.dm b/code/__DEFINES/dcs/signals/signals_mob/signals_mob_carbon.dm
index f0808a5a691e76..051953bd7e5080 100644
--- a/code/__DEFINES/dcs/signals/signals_mob/signals_mob_carbon.dm
+++ b/code/__DEFINES/dcs/signals/signals_mob/signals_mob_carbon.dm
@@ -161,3 +161,8 @@
/// from /datum/status_effect/limp/proc/check_step(mob/whocares, OldLoc, Dir, forced) iodk where it shuld go
#define COMSIG_CARBON_LIMPING "mob_limp_check"
#define COMPONENT_CANCEL_LIMP (1<<0)
+
+///Called from on_acquiring(mob/living/carbon/human/acquirer)
+#define COMSIG_MUTATION_GAINED "mutation_gained"
+///Called from on_losing(mob/living/carbon/human/owner)
+#define COMSIG_MUTATION_LOST "mutation_lost"
diff --git a/code/__DEFINES/dcs/signals/signals_mob/signals_mob_living.dm b/code/__DEFINES/dcs/signals/signals_mob/signals_mob_living.dm
index 4c79c9ad8147d0..bb66e31b6ef06c 100644
--- a/code/__DEFINES/dcs/signals/signals_mob/signals_mob_living.dm
+++ b/code/__DEFINES/dcs/signals/signals_mob/signals_mob_living.dm
@@ -277,6 +277,9 @@
#define COMSIG_LIVING_GRAB "living_grab"
// Return COMPONENT_CANCEL_ATTACK_CHAIN / COMPONENT_SKIP_ATTACK_CHAIN to stop the grab
+///Called when living finish eat (/datum/component/edible/proc/On_Consume)
+#define COMSIG_LIVING_FINISH_EAT "living_finish_eat"
+
/// From /datum/element/basic_eating/try_eating()
#define COMSIG_MOB_PRE_EAT "mob_pre_eat"
///cancel eating attempt
@@ -291,3 +294,8 @@
#define COMSIG_MOB_HAPPINESS_CHANGE "happiness_change"
/// From /obj/item/melee/baton/baton_effect(): (datum/source, mob/living/user, /obj/item/melee/baton)
#define COMSIG_MOB_BATONED "mob_batoned"
+
+/// Sent to the mob when their mind is slaved
+#define COMSIG_MOB_ENSLAVED_TO "mob_enslaved_to"
+/// From /obj/item/proc/attack_atom: (mob/living/attacker, atom/attacked)
+#define COMSIG_LIVING_ATTACK_ATOM "living_attack_atom"
diff --git a/code/__DEFINES/dcs/signals/signals_object.dm b/code/__DEFINES/dcs/signals/signals_object.dm
index d34de1e356792d..f9dc378d9c6b17 100644
--- a/code/__DEFINES/dcs/signals/signals_object.dm
+++ b/code/__DEFINES/dcs/signals/signals_object.dm
@@ -526,5 +526,5 @@
/// Sent from /obj/item/update_weight_class(). (old_w_class, new_w_class)
#define COMSIG_ITEM_WEIGHT_CLASS_CHANGED "item_weight_class_changed"
-/// Sent from /obj/item/update_weight_class(), to it's loc. (obj/item/changed_item, old_w_class, new_w_class)
+/// Sent from /obj/item/update_weight_class(), to its loc. (obj/item/changed_item, old_w_class, new_w_class)
#define COMSIG_ATOM_CONTENTS_WEIGHT_CLASS_CHANGED "atom_contents_weight_class_changed"
diff --git a/code/__DEFINES/dcs/signals/signals_spell.dm b/code/__DEFINES/dcs/signals/signals_spell.dm
index 45029974385899..d9ef98527e25c3 100644
--- a/code/__DEFINES/dcs/signals/signals_spell.dm
+++ b/code/__DEFINES/dcs/signals/signals_spell.dm
@@ -74,6 +74,10 @@
#define COMSIG_MOB_EJECTED_FROM_JAUNT "spell_mob_eject_jaunt"
/// Sent from datum/action/cooldown/spell/jaunt/exit_jaunt, after the mob exited jaunt: (datum/action/cooldown/spell/spell)
#define COMSIG_MOB_AFTER_EXIT_JAUNT "spell_mob_after_exit_jaunt"
+/// Sent from /obj/effect/dummy/phased_mob/proc/phased_check when moving to the holder object: (/obj/effect/dummy/phased_mob, mob/living/phaser, turf/newloc)
+#define COMSIG_MOB_PHASED_CHECK "mob_phased_check"
+ /// Return this to cancel the phased move
+ #define COMPONENT_BLOCK_PHASED_MOVE (1 << 0)
/// Sent from/datum/action/cooldown/spell/jaunt/bloodcrawl/slaughter_demon/try_enter_jaunt,
/// to any unconscious / critical mobs being dragged when the jaunter enters blood:
diff --git a/code/__DEFINES/dcs/signals/signals_turf.dm b/code/__DEFINES/dcs/signals/signals_turf.dm
index f89f30d1eb4586..321fb503cbf965 100644
--- a/code/__DEFINES/dcs/signals/signals_turf.dm
+++ b/code/__DEFINES/dcs/signals/signals_turf.dm
@@ -40,3 +40,6 @@
#define COMSIG_TURF_RESET_ELEVATION "turf_reset_elevation"
#define ELEVATION_CURRENT_PIXEL_SHIFT 1
#define ELEVATION_MAX_PIXEL_SHIFT 2
+
+///Called when turf no longer blocks light from passing through
+#define COMSIG_TURF_NO_LONGER_BLOCK_LIGHT "turf_no_longer_block_light"
diff --git a/code/__DEFINES/dcs/signals/signals_voidwalker.dm b/code/__DEFINES/dcs/signals/signals_voidwalker.dm
new file mode 100644
index 00000000000000..013e6173d867ce
--- /dev/null
+++ b/code/__DEFINES/dcs/signals/signals_voidwalker.dm
@@ -0,0 +1,2 @@
+/// Called from /datum/component/space_kidnap/succesful_kidnap() : (mob/living/carbon/human/voidwalker, mob/living/carbon/human/victim)
+#define COMSIG_VOIDWALKER_SUCCESFUL_KIDNAP "voidwalker_succesful_kidnap"
diff --git a/code/__DEFINES/devices.dm b/code/__DEFINES/devices.dm
index afd41570b5b279..7368d8d0457190 100644
--- a/code/__DEFINES/devices.dm
+++ b/code/__DEFINES/devices.dm
@@ -10,6 +10,7 @@
#define CLOWN_INSPECTOR_PRINT_SOUND_MODE_LAST 4
#define INSPECTOR_ENERGY_USAGE_HONK (0.015 * STANDARD_CELL_CHARGE)
#define INSPECTOR_ENERGY_USAGE_NORMAL (0.005 * STANDARD_CELL_CHARGE)
+#define INSPECTOR_ENERGY_USAGE_LOW (0.001 * STANDARD_CELL_CHARGE)
#define INSPECTOR_TIME_MODE_SLOW 1
#define INSPECTOR_TIME_MODE_FAST 2
#define INSPECTOR_TIME_MODE_HONK 3
diff --git a/code/__DEFINES/door.dm b/code/__DEFINES/door.dm
new file mode 100644
index 00000000000000..198d38a3af6dca
--- /dev/null
+++ b/code/__DEFINES/door.dm
@@ -0,0 +1,18 @@
+// Door animation defines
+#define DOOR_OPENING_ANIMATION "opening"
+#define DOOR_CLOSING_ANIMATION "closing"
+#define DOOR_DENY_ANIMATION "deny"
+
+// Door animation STEP defines
+// These are used to mark points in the animtion when things in game should change
+#define DOOR_OPENING_PASSABLE "opening_passable"
+#define DOOR_OPENING_FINISHED "opening_finished"
+#define DOOR_CLOSING_UNPASSABLE "closing_unpassable"
+#define DOOR_CLOSING_FINISHED "closing_finished"
+
+#define AIRLOCK_OPENING_TRANSPARENT "airlock_opening_transparent"
+#define AIRLOCK_OPENING_PASSABLE "airlock_opening_passable"
+#define AIRLOCK_OPENING_FINISHED "airlock_opening_finished"
+#define AIRLOCK_CLOSING_OPAQUE "airlock_closing_opaque"
+#define AIRLOCK_CLOSING_UNPASSABLE "airlock_closing_unpassable"
+#define AIRLOCK_CLOSING_FINISHED "airlock_closing_finished"
diff --git a/code/__DEFINES/fish.dm b/code/__DEFINES/fish.dm
index 36903049e895bc..3671ff3d8cdc6d 100644
--- a/code/__DEFINES/fish.dm
+++ b/code/__DEFINES/fish.dm
@@ -161,3 +161,6 @@
#define FISH_BEAUTY_GOOD 450
#define FISH_BEAUTY_GREAT 600
#define FISH_BEAUTY_EXCELLENT 700
+
+//Fish breeding stops if fish count exceeds this.
+#define AQUARIUM_MAX_BREEDING_POPULATION 20
diff --git a/code/__DEFINES/layers.dm b/code/__DEFINES/layers.dm
index 2e5bda1bbfa123..03c8022208e9ec 100644
--- a/code/__DEFINES/layers.dm
+++ b/code/__DEFINES/layers.dm
@@ -122,23 +122,37 @@
// PLANE_SPACE layer(s)
#define SPACE_LAYER 1.8
-//#define TURF_LAYER 2 //For easy recordkeeping; this is a byond define. Most floors (FLOOR_PLANE) and walls (WALL_PLANE) use this.
+// placed here for documentation. Byond's default turf layer
+// We do not use it, as different turfs render on different planes
+// #define TURF_LAYER 2
+#define TURF_LAYER 2 #error TURF_LAYER is no longer supported, please be more specific
+
+// FLOOR_PLANE layer(s)
+// We need to force this plane to render as if we were not using sidemap
+// this allows larger then bound floors to layer as we'd expect
+// ANYTHING on the floor plane needs TOPDOWN_LAYER, and nothing that isn't on the floor plane can have it
//FLOOR_PLANE layers
-#define TURF_PLATING_DECAL_LAYER 2.001
-#define TURF_DECAL_LAYER 2.009 //Makes turf decals appear in DM how they will look inworld.
-#define CULT_OVERLAY_LAYER 2.01
-#define MID_TURF_LAYER 2.02
-#define HIGH_TURF_LAYER 2.03
-#define LATTICE_LAYER 2.04
-#define DISPOSAL_PIPE_LAYER 2.042
-#define WIRE_LAYER 2.044
-#define GLASS_FLOOR_LAYER 2.046
-#define TRAM_RAIL_LAYER 2.047
-#define ABOVE_OPEN_TURF_LAYER 2.049
+// NOTICE: we break from the pattern of increasing in steps of like 0.01 here
+// Because TOPDOWN_LAYER is 10000 and that's enough to floating point our modifications away
+#define LOW_FLOOR_LAYER (1 + TOPDOWN_LAYER)
+#define TURF_PLATING_DECAL_LAYER (2 + TOPDOWN_LAYER)
+#define TURF_DECAL_LAYER (3 + TOPDOWN_LAYER) //Makes turf decals appear in DM how they will look inworld.
+#define CULT_OVERLAY_LAYER (4 + TOPDOWN_LAYER)
+#define MID_TURF_LAYER (5 + TOPDOWN_LAYER)
+#define HIGH_TURF_LAYER (6 + TOPDOWN_LAYER)
+#define LATTICE_LAYER (7 + TOPDOWN_LAYER)
+#define DISPOSAL_PIPE_LAYER (8 + TOPDOWN_LAYER)
+#define WIRE_LAYER (9 + TOPDOWN_LAYER)
+#define GLASS_FLOOR_LAYER (10 + TOPDOWN_LAYER)
+#define TRAM_RAIL_LAYER (11 + TOPDOWN_LAYER)
+///catwalk overlay of /turf/open/floor/plating/catwalk_floor
+#define CATWALK_LAYER (12 + TOPDOWN_LAYER)
+#define ABOVE_OPEN_TURF_LAYER (13 + TOPDOWN_LAYER)
//WALL_PLANE layers
-#define CLOSED_TURF_LAYER 2.05
+#define BELOW_CLOSED_TURF_LAYER 2.053
+#define CLOSED_TURF_LAYER 2.058
// GAME_PLANE layers
#define BULLET_HOLE_LAYER 2.06
@@ -153,8 +167,6 @@
#define PLUMBING_PIPE_VISIBILE_LAYER 2.495//layer = initial(layer) + ducting_layer / 3333 in atmospherics/handle_layer() to determine order of duct overlap
#define BOT_PATH_LAYER 2.497
#define LOW_OBJ_LAYER 2.5
-///catwalk overlay of /turf/open/floor/plating/catwalk_floor
-#define CATWALK_LAYER 2.51
#define LOW_SIGIL_LAYER 2.52
#define SIGIL_LAYER 2.53
#define HIGH_PIPE_LAYER 2.54
@@ -309,6 +321,15 @@
#define PLANE_CRITICAL_FUCKO_PARALLAX (PLANE_CRITICAL_DISPLAY|PLANE_CRITICAL_NO_RELAY|PLANE_CRITICAL_CUT_RENDER)
+//---------- Plane Master offsetting_flags -------------
+// Describes how different plane masters behave regarding being offset
+/// This plane master will not be offset itself, existing only once with an offset of 0
+/// Mostly used for planes that really don't need to be duplicated, like the hud planes
+#define BLOCKS_PLANE_OFFSETTING (1<<0)
+/// This plane master will have its relays offset to match the highest rendering plane that matches the target
+/// Required for making things like the blind fullscreen not render over runechat
+#define OFFSET_RELAYS_MATCH_HIGHEST (1<<1)
+
/// A value of /datum/preference/numeric/multiz_performance that disables the option
#define MULTIZ_PERFORMANCE_DISABLE -1
/// We expect at most 3 layers of multiz
diff --git a/code/__DEFINES/lazy_templates.dm b/code/__DEFINES/lazy_templates.dm
index 1e8fab8d92cd0f..bc1e99e594ca17 100644
--- a/code/__DEFINES/lazy_templates.dm
+++ b/code/__DEFINES/lazy_templates.dm
@@ -3,6 +3,7 @@
#define LAZY_TEMPLATE_KEY_NINJA_HOLDING_FACILITY "LT_NINJAHOLDING"
#define LAZY_TEMPLATE_KEY_ABDUCTOR_SHIPS "LT_ABDUCTORSHIPS"
#define LAZY_TEMPLATE_KEY_HERETIC_SACRIFICE "LT_HERETICSACRIFICE"
+#define LAZY_TEMPLATE_KEY_VOIDWALKER_VOID "LT_VOIDWALKERVOID"
#define LAZY_TEMPLATE_KEY_LIST_ALL(...) list( \
"Nukie Base" = LAZY_TEMPLATE_KEY_NUKIEBASE, \
@@ -10,5 +11,6 @@
"Ninja Holding" = LAZY_TEMPLATE_KEY_NINJA_HOLDING_FACILITY, \
"Abductor Ships" = LAZY_TEMPLATE_KEY_ABDUCTOR_SHIPS, \
"Heretic Sacrifice Level" = LAZY_TEMPLATE_KEY_HERETIC_SACRIFICE, \
- "Outpost of Cogs" = LAZY_TEMPLATE_KEY_OUTPOST_OF_COGS, \
-) // SKYRAT EDIT ABOVE - OUTPOST OF COGS
+ "Voidwalker Void" = LAZY_TEMPLATE_KEY_VOIDWALKER_VOID, \
+ "Outpost of Cogs" = LAZY_TEMPLATE_KEY_OUTPOST_OF_COGS, \
+) // SKYRAT EDIT ABOVE - OUTPOST OF COGS
diff --git a/code/__DEFINES/machines.dm b/code/__DEFINES/machines.dm
index 4c44ce03ed35b2..1a2c7b250cd842 100644
--- a/code/__DEFINES/machines.dm
+++ b/code/__DEFINES/machines.dm
@@ -33,7 +33,7 @@
#define BASE_MACHINE_ACTIVE_CONSUMPTION (BASE_MACHINE_IDLE_CONSUMPTION * 10)
/// Bitflags for a machine's preferences on when it should start processing. For use with machinery's `processing_flags` var.
-#define START_PROCESSING_ON_INIT (1<<0) /// Indicates the machine will automatically start processing right after it's `Initialize()` is ran.
+#define START_PROCESSING_ON_INIT (1<<0) /// Indicates the machine will automatically start processing right after its `Initialize()` is ran.
#define START_PROCESSING_MANUALLY (1<<1) /// Machines with this flag will not start processing when it's spawned. Use this if you want to manually control when a machine starts processing.
//bitflags for door switches.
diff --git a/code/__DEFINES/mining.dm b/code/__DEFINES/mining.dm
index 4b233a5d4f171e..5b612b4b7bcaca 100644
--- a/code/__DEFINES/mining.dm
+++ b/code/__DEFINES/mining.dm
@@ -5,7 +5,7 @@
#define BOULDER_SIZE_MEDIUM 10
/// Durability of a small size boulder from a small size vent.
#define BOULDER_SIZE_SMALL 5
-/// How many boulders can a single ore vent have on it's tile before it stops producing more?
+/// How many boulders can a single ore vent have on its tile before it stops producing more?
#define MAX_BOULDERS_PER_VENT 10
/// Time multiplier
#define INATE_BOULDER_SPEED_MULTIPLIER 3
diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm
index 0319818b5a8cca..92a3c7c27cc8d5 100644
--- a/code/__DEFINES/mobs.dm
+++ b/code/__DEFINES/mobs.dm
@@ -10,6 +10,8 @@
#define MOVE_INTENT_WALK "walk"
#define MOVE_INTENT_RUN "run"
+/// Amount of oxyloss that KOs a human
+#define OXYLOSS_PASSOUT_THRESHOLD 50
//Blood levels
#define BLOOD_VOLUME_MAX_LETHAL 2150
#define BLOOD_VOLUME_EXCESS 2100
@@ -141,6 +143,7 @@
#define SPECIES_ZOMBIE "zombie"
#define SPECIES_ZOMBIE_INFECTIOUS "memezombie"
#define SPECIES_ZOMBIE_KROKODIL "krokodil_zombie"
+#define SPECIES_VOIDWALKER "voidwalker"
// Like species IDs, but not specifically attached a species.
#define BODYPART_ID_ALIEN "alien"
@@ -482,6 +485,9 @@
#define ROBOTIC_BRUTE_EXAMINE_TEXT "denting"
#define ROBOTIC_BURN_EXAMINE_TEXT "charring"
+#define GLASSY_BRUTE_EXAMINE_TEXT "cracking"
+#define GLASSY_BURN_EXAMINE_TEXT "deformation"
+
#define GRAB_PIXEL_SHIFT_PASSIVE 6
#define GRAB_PIXEL_SHIFT_AGGRESSIVE 12
#define GRAB_PIXEL_SHIFT_NECK 16
@@ -903,7 +909,7 @@ GLOBAL_LIST_INIT(layers_to_offset, list(
/// The vomit you've all come to know and love, but with a little extra "spice" (blood)
#define VOMIT_CATEGORY_BLOOD (VOMIT_CATEGORY_DEFAULT | MOB_VOMIT_BLOOD)
/// Another vomit variant that causes you to get knocked down instead of just only getting a stun. Standard otherwise.
-#define VOMIT_CATEGORY_KNOCKDOWN (VOMIT_CATEGORY_DEFAULT | MOB_VOMIT_KNOCKDOWN)
+#define VOMIT_CATEGORY_KNOCKDOWN (MOB_VOMIT_MESSAGE | MOB_VOMIT_HARM | MOB_VOMIT_KNOCKDOWN)
/// Possible value of [/atom/movable/buckle_lying]. If set to a different (positive-or-zero) value than this, the buckling thing will force a lying angle on the buckled.
#define NO_BUCKLE_LYING -1
diff --git a/code/__DEFINES/preferences.dm b/code/__DEFINES/preferences.dm
index 6fc12601d7f7a2..c85b2519869be6 100644
--- a/code/__DEFINES/preferences.dm
+++ b/code/__DEFINES/preferences.dm
@@ -75,7 +75,7 @@
#define EXP_TYPE_ADMIN "Admin"
//Flags in the players table in the db
-#define DB_FLAG_EXEMPT 1
+#define DB_FLAG_EXEMPT (1<<0)
#define DEFAULT_CYBORG_NAME "Default Cyborg Name"
diff --git a/code/__DEFINES/reagents.dm b/code/__DEFINES/reagents.dm
index 26470d94f90d72..2414ff046b2fda 100644
--- a/code/__DEFINES/reagents.dm
+++ b/code/__DEFINES/reagents.dm
@@ -76,6 +76,10 @@
#define CHEMICAL_MAXIMUM_TEMPERATURE 99999
///The default purity of all non reacted reagents
#define REAGENT_STANDARD_PURITY 0.75
+/// Starting purity of consumable reagents
+#define CONSUMABLE_STANDARD_PURITY 0.5 // 50% pure by default. Below - synthetic food. Above - natural food.
+/// Starting purity of reagents made in biogenerator
+#define BIOGEN_REAGENT_PURITY 0.3
/// the default temperature at which chemicals are added to reagent holders at
#define DEFAULT_REAGENT_TEMPERATURE 300
@@ -123,7 +127,7 @@
#define REACTION_COMPETITIVE (1<<5)
///Used to force pH changes to be constant regardless of volume
#define REACTION_PH_VOL_CONSTANT (1<<6)
-///If a reaction will generate it's impure/inverse reagents in the middle of a reaction, as apposed to being determined on ingestion/on reaction completion
+///If a reaction will generate its impure/inverse reagents in the middle of a reaction, as apposed to being determined on ingestion/on reaction completion
#define REACTION_REAL_TIME_SPLIT (1<<7)
///Used for overheat_temp - This sets the overheat so high it effectively has no overheat temperature.
@@ -157,7 +161,7 @@
#define REACTION_TAG_HEALING (1<<4)
/// This reagent primarily damages
#define REACTION_TAG_DAMAGING (1<<5)
-/// This reagent explodes as a part of it's intended effect (i.e. not overheated/impure)
+/// This reagent explodes as a part of its intended effect (i.e. not overheated/impure)
#define REACTION_TAG_EXPLOSIVE (1<<6)
/// This reagent does things that are unique and special
#define REACTION_TAG_OTHER (1<<7)
diff --git a/code/__DEFINES/research/anomalies.dm b/code/__DEFINES/research/anomalies.dm
index dcae65eb752914..d0abbf5147fa8c 100644
--- a/code/__DEFINES/research/anomalies.dm
+++ b/code/__DEFINES/research/anomalies.dm
@@ -1,6 +1,6 @@
// Max amounts of cores you can make
#define MAX_CORES_BLUESPACE 3
-#define MAX_CORES_GRAVITATIONAL 8
+#define MAX_CORES_GRAVITATIONAL 6
#define MAX_CORES_FLUX 8
#define MAX_CORES_VORTEX 1
#define MAX_CORES_PYRO 8
diff --git a/code/__DEFINES/research/techweb_nodes.dm b/code/__DEFINES/research/techweb_nodes.dm
index 6199918bc01831..3c730e02169fab 100644
--- a/code/__DEFINES/research/techweb_nodes.dm
+++ b/code/__DEFINES/research/techweb_nodes.dm
@@ -97,7 +97,6 @@
#define TECHWEB_NODE_PASSIVE_IMPLANTS "passive_implants"
#define TECHWEB_NODE_PLASMA_CONTROL "plasma_control"
#define TECHWEB_NODE_PLASMA_MINING "plasma_mining"
-#define TECHWEB_NODE_PLUMBING "plumbing"
#define TECHWEB_NODE_POSITRONIC_SPHERE "positronic_sphere"
#define TECHWEB_NODE_PROGRAMMED_ROBOT "programmed_robot"
#define TECHWEB_NODE_PROGRAMMED_SERVER "programmed_server"
diff --git a/code/__DEFINES/robots.dm b/code/__DEFINES/robots.dm
index 5361161301dcdc..f135635b185a11 100644
--- a/code/__DEFINES/robots.dm
+++ b/code/__DEFINES/robots.dm
@@ -185,17 +185,17 @@ DEFINE_BITFIELD(bot_cover_flags, list(
/// Medibots - Healing people
#define BOT_HEALING "Healing"
/// MULEbot - Moving to deliver
-#define BOT_DELIVER "Navigating to Delivery Location"
+#define BOT_DELIVER "Delivering"
/// MULEbot - Returning to home
-#define BOT_GO_HOME "Proceeding to work site"
+#define BOT_GO_HOME "Returning"
/// MULEbot - Blocked
-#define BOT_BLOCKED "No Route"
+#define BOT_BLOCKED "Blocked"
/// MULEbot - Computing navigation
-#define BOT_NAV "Unable to reach destination"
+#define BOT_NAV "Unreachable"
/// MULEbot - Waiting for nav computation
-#define BOT_WAIT_FOR_NAV "Calculating navigation path"
+#define BOT_WAIT_FOR_NAV "Calculating"
/// MULEbot - No destination beacon found (or no route)
-#define BOT_NO_ROUTE "Navigating to Home"
+#define BOT_NO_ROUTE "Returning Home"
//Secbot and ED209 judgement criteria bitflag values
#define JUDGE_EMAGGED (1<<0)
@@ -266,7 +266,18 @@ DEFINE_BITFIELD(firebot_mode_flags, list(
"FIREBOT_EXTINGUISH_FLAMES" = FIREBOT_EXTINGUISH_FLAMES,
))
-
+///auto return to home after delivery
+#define MULEBOT_RETURN_MODE (1<<0)
+///autopickups at beacons
+#define MULEBOT_AUTO_PICKUP_MODE (1<<1)
+///announce every delivery we make
+#define MULEBOT_REPORT_DELIVERY_MODE (1<<2)
+
+DEFINE_BITFIELD(mulebot_delivery_flags, list(
+ "MULEBOT_RETURN_MODE" = MULEBOT_RETURN_MODE,
+ "MULEBOT_AUTO_PICKUP_MODE" = MULEBOT_AUTO_PICKUP_MODE,
+ "MULEBOT_REPORT_DELIVERY_MODE" = MULEBOT_REPORT_DELIVERY_MODE,
+))
//cleanBOT defines on what to clean
#define CLEANBOT_CLEAN_BLOOD (1<<0)
diff --git a/code/__DEFINES/role_preferences.dm b/code/__DEFINES/role_preferences.dm
index 8bc01719d3b5eb..72f04b66869cf5 100644
--- a/code/__DEFINES/role_preferences.dm
+++ b/code/__DEFINES/role_preferences.dm
@@ -47,6 +47,7 @@
#define ROLE_MUTANT "Mutated Abomination"
#define ROLE_CLOCK_CULTIST "Clock Cultist"
// SKYRAT EDIT END
+#define ROLE_VOIDWALKER "Voidwalker"
// Latejoin roles
#define ROLE_HERETIC_SMUGGLER "Heretic Smuggler"
@@ -178,6 +179,7 @@ GLOBAL_LIST_INIT(special_roles, list(
ROLE_BORER = 0,
ROLE_MUTANT = 0,
//SKYRAT EDIT END
+ ROLE_VOIDWALKER = 0,
// Latejoin
ROLE_HERETIC_SMUGGLER = 0,
diff --git a/code/__DEFINES/roundend.dm b/code/__DEFINES/roundend.dm
index a210d034015dc6..d25204336444f6 100644
--- a/code/__DEFINES/roundend.dm
+++ b/code/__DEFINES/roundend.dm
@@ -31,7 +31,7 @@
#define REVS_LOSE 18
/// The wizard was killed by the crew
#define WIZARD_KILLED 19
-/// The station was destroyed by it's own self-destruct nuclear device
+/// The station was destroyed by its own self-destruct nuclear device
#define STATION_NUKED 20
/// The station was destroyed by the supermatter cascade
#define SUPERMATTER_CASCADE 21
diff --git a/code/__DEFINES/say.dm b/code/__DEFINES/say.dm
index 75366f07d48335..86432d25ecb0fa 100644
--- a/code/__DEFINES/say.dm
+++ b/code/__DEFINES/say.dm
@@ -80,7 +80,7 @@
#define SPAN_SINGING "singing"
#define SPAN_TAPE_RECORDER "tape_recorder"
#define SPAN_SMALL_VOICE "small"
-
+#define SPAN_SOAPBOX "soapbox"
//bitflag #defines for return value of the radio() proc.
/// Makes the message use italics
#define ITALICS (1<<0)
diff --git a/code/__DEFINES/span.dm b/code/__DEFINES/span.dm
index 0447e87f532fe6..fadd00053156d4 100644
--- a/code/__DEFINES/span.dm
+++ b/code/__DEFINES/span.dm
@@ -120,6 +120,7 @@
#define span_small(str) ("" + str + "")
#define span_smallnotice(str) ("" + str + "")
#define span_smallnoticeital(str) ("" + str + "")
+#define span_soapbox(str) ("" + str + "")
#define span_spiderbroodmother(str) ("" + str + "")
#define span_spiderscout(str) ("" + str + "")
#define span_spiderbreacher(str) ("" + str + "")
diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm
index 78bc696014f64f..dad177b7c5a5ab 100644
--- a/code/__DEFINES/subsystems.dm
+++ b/code/__DEFINES/subsystems.dm
@@ -305,9 +305,14 @@
#define SSEXPLOSIONS_THROWS 3
// Machines subsystem subtasks.
-#define SSMACHINES_APCS_EARLY 1
-#define SSMACHINES_MACHINES 2
-#define SSMACHINES_APCS_LATE 3
+#define SSMACHINES_MACHINES_EARLY 1
+#define SSMACHINES_APCS_EARLY 2
+#define SSMACHINES_APCS_ENVIRONMENT 3
+#define SSMACHINES_APCS_LIGHTS 4
+#define SSMACHINES_APCS_EQUIPMENT 5
+#define SSMACHINES_APCS_LATE 6
+#define SSMACHINES_MACHINES 7
+#define SSMACHINES_MACHINES_LATE 8
// Wardrobe subsystem tasks
#define SSWARDROBE_STOCK 1
diff --git a/code/__DEFINES/tgs.dm b/code/__DEFINES/tgs.dm
index e2c89df90e9bfd..17464b44dae81d 100644
--- a/code/__DEFINES/tgs.dm
+++ b/code/__DEFINES/tgs.dm
@@ -1,6 +1,6 @@
// tgstation-server DMAPI
-#define TGS_DMAPI_VERSION "7.1.2"
+#define TGS_DMAPI_VERSION "7.1.3"
// All functions and datums outside this document are subject to change with any version and should not be relied on.
diff --git a/code/__DEFINES/time.dm b/code/__DEFINES/time.dm
index 6a2a5152903bad..76e8ffdb0e2223 100644
--- a/code/__DEFINES/time.dm
+++ b/code/__DEFINES/time.dm
@@ -40,6 +40,7 @@
#define MOTH_WEEK "Moth Week"
#define IAN_HOLIDAY "Ian's Birthday"
#define HOTDOG_DAY "National Hot Dog Day"
+#define ICE_CREAM_DAY "National Ice Cream Day"
/*
Days of the week to make it easier to reference them.
diff --git a/code/__DEFINES/traits/declarations.dm b/code/__DEFINES/traits/declarations.dm
index e216652fe3d7e4..54487f3af0dec9 100644
--- a/code/__DEFINES/traits/declarations.dm
+++ b/code/__DEFINES/traits/declarations.dm
@@ -72,7 +72,6 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
// Trait added to the user of a hippocratic oath status effect
#define TRAIT_HIPPOCRATIC_OATH "hippocratic_oath"
#define TRAIT_IGNORESLOWDOWN "ignoreslow"
-#define TRAIT_IGNOREDAMAGESLOWDOWN "ignoredamageslowdown"
/// Makes it so the mob can use guns regardless of tool user status
#define TRAIT_GUN_NATURAL "gunnatural"
/// Causes death-like unconsciousness
@@ -138,6 +137,8 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
/// Prevents plasmamen from self-igniting if only their helmet is missing
#define TRAIT_NOSELFIGNITION_HEAD_ONLY "no_selfignition_head_only"
#define TRAIT_NOGUNS "no_guns"
+///Can toss a guns like a badass, causing additional damage/effect to their enemies
+#define TRAIT_TOSS_GUN_HARD "toss_gun_hard"
/// Species with this trait are genderless
#define TRAIT_AGENDER "agender"
/// Species with this trait have a blood clan mechanic
@@ -232,6 +233,8 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_EXAMINE_FITNESS "reveal_power_level"
/// These mobs have particularly hygienic tongues
#define TRAIT_WOUND_LICKER "wound_licker"
+/// Mobs with this trait are allowed to use silicon emotes
+#define TRAIT_SILICON_EMOTES_ALLOWED "silicon_emotes_allowed"
/// This trait designate that the mob was originally a monkey
#define TRAIT_BORN_MONKEY "born_as_a_monkey"
@@ -351,6 +354,8 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_GUNFLIP "gunflip"
/// Increases chance of getting special traumas, makes them harder to cure
#define TRAIT_SPECIAL_TRAUMA_BOOST "special_trauma_boost"
+/// Doubles the duration and cooldown of a flip
+#define TRAIT_SLOW_FLIP "slow_flip"
#define TRAIT_SPACEWALK "spacewalk"
/// Sanity trait to keep track of when we're in hyperspace and add the appropriate element if we werent
#define TRAIT_HYPERSPACED "hyperspaced"
@@ -696,6 +701,8 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_HONKSPAMMING "trait_honkspamming"
/// Required by the waddling element since there are multiple sources of it.
#define TRAIT_WADDLING "trait_waddling"
+/// Required by the on_hit_effect element, which is in turn added by other elements.
+#define TRAIT_ON_HIT_EFFECT "trait_on_hit_effect"
///Used for managing KEEP_TOGETHER in [/atom/var/appearance_flags]
#define TRAIT_KEEP_TOGETHER "keep-together"
@@ -765,6 +772,8 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_DANGEROUS_OBJECT "dangerous_object"
/// determines whether or not objects are haunted and teleport/attack randomly
#define TRAIT_HAUNTED "haunted"
+/// An item that, if it has contents, will ignore its contents when scanning for contraband.
+#define TRAIT_CONTRABAND_BLOCKER "contraband_blocker"
//quirk traits
#define TRAIT_ALCOHOL_TOLERANCE "alcohol_tolerance"
@@ -966,9 +975,14 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
/// changelings with this trait can no longer talk over the hivemind
#define TRAIT_CHANGELING_HIVEMIND_MUTE "ling_mute"
+/// This guy is a hulk! (Bulky and green, lacks tact)
#define TRAIT_HULK "hulk"
/// Isn't attacked harmfully by blob structures
#define TRAIT_BLOB_ALLY "blob_ally"
+/// Has the chuuni component
+#define TRAIT_CHUUNIBYOU "chuunibyou"
+/// Has splattercasting
+#define TRAIT_SPLATTERCASTER "splattercaster"
///Traits given by station traits
#define STATION_TRAIT_ASSISTANT_GIMMICKS "station_trait_assistant_gimmicks"
@@ -976,6 +990,7 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define STATION_TRAIT_BIGGER_PODS "station_trait_bigger_pods"
#define STATION_TRAIT_BIRTHDAY "station_trait_birthday"
#define STATION_TRAIT_BOTS_GLITCHED "station_trait_bot_glitch"
+#define STATION_TRAIT_MACHINES_GLITCHED "station_trait_machine_glitch"
#define STATION_TRAIT_BRIGHT_DAY "station_trait_bright_day"
#define STATION_TRAIT_CARP_INFESTATION "station_trait_carp_infestation"
#define STATION_TRAIT_CYBERNETIC_REVOLUTION "station_trait_cybernetic_revolution"
@@ -1114,8 +1129,8 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
/// Trait given to a dragon who fails to defend their rifts
#define TRAIT_RIFT_FAILURE "fail_dragon_loser"
-///this mob is able to relay happiness, given by /datum/component/happiness
-#define TRAIT_MOB_RELAY_HAPPINESS "mob_relay_happiness"
+///this trait hides most visible fluff and interactions of happiness, likely temporarily.
+#define TRAIT_MOB_HIDE_HAPPINESS "mob_hide_happiness"
///trait determines if this mob can breed given by /datum/component/breeding
#define TRAIT_MOB_BREEDER "mob_breeder"
///trait given to mobs that are hatched
@@ -1157,7 +1172,7 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
/// Trait which means whatever has this is dancing by a dance machine
#define TRAIT_DISCO_DANCER "disco_dancer"
-/// That which allows mobs to instantly break down boulders.
+/// Trait which allows mobs to instantly break down boulders.
#define TRAIT_INSTANTLY_PROCESSES_BOULDERS "instantly_processes_boulders"
/// Trait applied to objects and mobs that can attack a boulder and break it down. (See /obj/item/boulder/manual_process())
@@ -1166,11 +1181,19 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
/// Trait given to anything linked to, not necessarily allied to, the mansus
#define TRAIT_MANSUS_TOUCHED "mansus_touched"
+/// Appiled when wizard buy (/datum/spellbook_entry/perks/spalls_lottery) perk.
+/// Give 50/25% chance not spend a spellbook charge on 1/2 cost spell.
+/// Appiled it wizard can't refund any spells.
+#define TRAIT_SPELLS_LOTTERY "spell_for_sale"
+
/// Trait given to mobs wearing the clown mask
#define TRAIT_PERCEIVED_AS_CLOWN "perceived_as_clown"
/// Does this item bypass ranged armor checks?
#define TRAIT_BYPASS_RANGED_ARMOR "bypass_ranged_armor"
+/// Trait which means that this item is considered illegal contraband, and valid for the contraband bounty or when scanned by an nspect scanner.
+#define TRAIT_CONTRABAND "illegal_contraband"
+
/// Traits given by settler, each with their own specific effects for cases where someone would have that trait, but not the other settler effects
#define TRAIT_EXPERT_FISHER "expert_fisher" // fishing is easier
@@ -1190,5 +1213,9 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
///Trait given to a turf that should not be allowed to be terraformed, such as turfs holding ore vents.
#define TRAIT_NO_TERRAFORM "no_terraform"
+/// Given to a mob that can throw to make them not able to throw
+#define TRAIT_NO_THROWING "no_throwing"
+
+///Trait which allows mobs to parry mining mob projectiles
// END TRAIT DEFINES
diff --git a/code/__DEFINES/traits/sources.dm b/code/__DEFINES/traits/sources.dm
index 759101dc2abd5e..47887ede45ebf0 100644
--- a/code/__DEFINES/traits/sources.dm
+++ b/code/__DEFINES/traits/sources.dm
@@ -225,8 +225,6 @@
#define SPEED_TRAIT "speed_trait"
/// Trait given to mobs that have been autopsied
#define AUTOPSY_TRAIT "autopsy_trait"
-/// Trait given by [/datum/status_effect/blessing_of_insanity]
-#define MAD_WIZARD_TRAIT "mad_wizard_trait"
///From the market_crash event
#define MARKET_CRASH_EVENT_TRAIT "crashed_market_event"
diff --git a/code/__DEFINES/turfs.dm b/code/__DEFINES/turfs.dm
index 545767289e0b53..47a1a5a9a59240 100644
--- a/code/__DEFINES/turfs.dm
+++ b/code/__DEFINES/turfs.dm
@@ -116,3 +116,10 @@
#define LARGE_TURF_SMOOTHING_X_OFFSET -9
/// Defines the y offset to apply to larger smoothing turfs (such as grass).
#define LARGE_TURF_SMOOTHING_Y_OFFSET -9
+
+/// Defines a consistent light power for our various basalt turfs
+#define BASALT_LIGHT_POWER 0.6
+/// Defines a consistent light range for basalt turfs that have a bigger area of lava
+#define BASALT_LIGHT_RANGE_BRIGHT 2
+/// Defines a consistent light range for basalt turfs that have a smaller area of lava
+#define BASALT_LIGHT_RANGE_DIM 1.4
diff --git a/code/__DEFINES/~skyrat_defines/apc_defines.dm b/code/__DEFINES/~skyrat_defines/apc_defines.dm
index d969b94a14909b..a79fa4ee28698f 100644
--- a/code/__DEFINES/~skyrat_defines/apc_defines.dm
+++ b/code/__DEFINES/~skyrat_defines/apc_defines.dm
@@ -1,6 +1,6 @@
/// Lower excess value for APC arcing, 5% chance to arc
#define APC_ARC_LOWERLIMIT 4 MEGA WATTS
/// Moderate excess value for APC arcing, 10% chance to arc
-#define APC_ARC_MEDIUMLIMIT 7 MEGA WATTS
+#define APC_ARC_MEDIUMLIMIT 5.5 MEGA WATTS
/// Upper excess value for for APC arcing, 15% chance to arc
-#define APC_ARC_UPPERLIMIT 9 MEGA WATTS
+#define APC_ARC_UPPERLIMIT 7 MEGA WATTS
diff --git a/code/__DEFINES/~skyrat_defines/robot_defines.dm b/code/__DEFINES/~skyrat_defines/robot_defines.dm
index 935fe1db1c82a5..65f48322124410 100644
--- a/code/__DEFINES/~skyrat_defines/robot_defines.dm
+++ b/code/__DEFINES/~skyrat_defines/robot_defines.dm
@@ -5,6 +5,7 @@
#define ROBOT_REST_BELLY_UP 3
#define SKIN_FEATURES "skin_features" //for the new system of borg making
+#define SKIN_HAT_REST_OFFSET "skin_hat_rest_offset" //for how much to shift the hat y when resting
// Icon file locations for modular borg icons
#define CYBORG_ICON_STANDARD 'modular_skyrat/modules/borgs/icons/robots.dmi'
diff --git a/code/__DEFINES/~skyrat_defines/signals.dm b/code/__DEFINES/~skyrat_defines/signals.dm
index bb3e678bbf9b48..800ccfd86010c5 100644
--- a/code/__DEFINES/~skyrat_defines/signals.dm
+++ b/code/__DEFINES/~skyrat_defines/signals.dm
@@ -47,6 +47,8 @@
#define COMSIG_TURF_MOB_FALL "turf_mob_fall"
///from base of /obj/effect/abstract/liquid_turf/Initialize() (/obj/effect/abstract/liquid_turf/liquids)
#define COMSIG_TURF_LIQUIDS_CREATION "turf_liquids_creation"
+/// From base of /turf/proc/liquids_change(new_state)
+#define COMSIG_TURF_LIQUIDS_CHANGE "turf_liquids_change"
/// listens to wet_stacks, if wetting a mob above 10 stacks it will signal the akula race trait to apply its buffs and nerfs
#define COMSIG_MOB_TRIGGER_WET_SKIN "mob_trigger_wet_skin"
diff --git a/code/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm
index 6811a31284aa45..157a17012a883b 100644
--- a/code/__HELPERS/_lists.dm
+++ b/code/__HELPERS/_lists.dm
@@ -850,7 +850,7 @@
used_key_list[input_key] = 1
return input_key
-///Flattens a keyed list into a list of it's contents
+///Flattens a keyed list into a list of its contents
/proc/flatten_list(list/key_list)
if(!islist(key_list))
return null
diff --git a/code/__HELPERS/_planes.dm b/code/__HELPERS/_planes.dm
index 769c4283ea626d..779319114076f8 100644
--- a/code/__HELPERS/_planes.dm
+++ b/code/__HELPERS/_planes.dm
@@ -86,3 +86,19 @@
// This is solvable with lowspec preferences, which would not be hard to implement
// Player popups will now render their effects, like overlay lights. this is fixable, but I've not gotten to it
// I think overlay lights can render on the wrong z layer. s fucked
+
+/// Whitelist of planes allowed to use TOPDOWN_LAYER
+GLOBAL_LIST_INIT(topdown_planes, list(
+ "[FLOOR_PLANE]" = TRUE,
+ ))
+
+/// Checks if a passed in MA or atom is allowed to have its current plane/layer matchup
+/proc/check_topdown_validity(mutable_appearance/thing_to_check)
+ if(istype(thing_to_check, /atom/movable/screen/plane_master))
+ return
+ var/topdown_plane = GLOB.topdown_planes["[PLANE_TO_TRUE(thing_to_check.plane)]"]
+ if(topdown_plane)
+ if(thing_to_check.layer - TOPDOWN_LAYER < 0 || thing_to_check.layer >= BACKGROUND_LAYER)
+ stack_trace("[thing_to_check] ([thing_to_check.type]) was expected to have a TOPDOWN_LAYER layer due to its plane, but it DID NOT! layer: ([thing_to_check.layer]) plane: ([thing_to_check.plane])")
+ else if(thing_to_check.layer - TOPDOWN_LAYER >= 0 && thing_to_check.layer < BACKGROUND_LAYER)
+ stack_trace("[thing_to_check] ([thing_to_check.type] is NOT ALLOWED to have a TOPDOWN_LAYER layer due to its plane, but it did! layer: ([thing_to_check.layer]) plane: ([thing_to_check.plane])")
diff --git a/code/__HELPERS/areas.dm b/code/__HELPERS/areas.dm
index f81464013e01cf..1d247c12e6ee70 100644
--- a/code/__HELPERS/areas.dm
+++ b/code/__HELPERS/areas.dm
@@ -5,6 +5,8 @@ GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(list(
/area/station/engineering/supermatter,
/area/station/engineering/atmospherics_engine,
/area/station/ai_monitored/turret_protected/ai,
+ /area/ruin/comms_agent //fixes icemoon comms station being affected
+
)))
// Gets an atmos isolated contained space
diff --git a/code/__HELPERS/atoms.dm b/code/__HELPERS/atoms.dm
index 406ea75143c66d..7106ec81be1ba4 100644
--- a/code/__HELPERS/atoms.dm
+++ b/code/__HELPERS/atoms.dm
@@ -33,6 +33,18 @@
processing += checked_atom.contents
. += checked_atom
+///Returns the src and all recursive contents, but skipping going any deeper if an atom has a specific trait.
+/atom/proc/get_all_contents_skipping_traits(skipped_trait)
+ . = list(src)
+ if(!skipped_trait)
+ CRASH("get_all_contents_skipping_traits called without a skipped_trait")
+ var/i = 0
+ while(i < length(.))
+ var/atom/checked_atom = .[++i]
+ if(HAS_TRAIT(checked_atom, skipped_trait))
+ continue
+ . += checked_atom.contents
+
///Returns a list of all locations (except the area) the movable is within.
/proc/get_nested_locs(atom/movable/atom_on_location, include_turf = FALSE)
. = list()
diff --git a/code/__HELPERS/generators.dm b/code/__HELPERS/generators.dm
index d50df7deba1981..85f6de3a090d48 100644
--- a/code/__HELPERS/generators.dm
+++ b/code/__HELPERS/generators.dm
@@ -5,7 +5,7 @@
* * Note: this means things like "list(1,2,3)" will need to be processed
*/
/proc/return_generator_args(generator/target)
- var/string_repr = "[target]" //the name of the generator is the string representation of it's _binobj, which also contains it's args
+ var/string_repr = "[target]" //the name of the generator is the string representation of its _binobj, which also contains its args
string_repr = copytext(string_repr, 11, length(string_repr)) // strips extraneous data
string_repr = replacetext(string_repr, "\"", "") // removes the " around the type
return splittext(string_repr, ", ")
diff --git a/code/__HELPERS/icon_smoothing.dm b/code/__HELPERS/icon_smoothing.dm
index c53d9df2d2c05c..88ca3dbe11c8cd 100644
--- a/code/__HELPERS/icon_smoothing.dm
+++ b/code/__HELPERS/icon_smoothing.dm
@@ -493,7 +493,7 @@ xxx xxx xxx
var/junction_dir = reverse_ndir(smoothing_junction)
var/turned_adjacency = REVERSE_DIR(junction_dir)
var/turf/neighbor_turf = get_step(src, turned_adjacency & (NORTH|SOUTH))
- var/mutable_appearance/underlay_appearance = mutable_appearance(layer = TURF_LAYER, offset_spokesman = src, plane = FLOOR_PLANE)
+ var/mutable_appearance/underlay_appearance = mutable_appearance(layer = LOW_FLOOR_LAYER, offset_spokesman = src, plane = FLOOR_PLANE)
if(!neighbor_turf.get_smooth_underlay_icon(underlay_appearance, src, turned_adjacency))
neighbor_turf = get_step(src, turned_adjacency & (EAST|WEST))
diff --git a/code/__HELPERS/icons.dm b/code/__HELPERS/icons.dm
index fd11d8f0651318..06fe0eff3043e2 100644
--- a/code/__HELPERS/icons.dm
+++ b/code/__HELPERS/icons.dm
@@ -420,6 +420,10 @@ world
} \
current_layer = base_layer + appearance.layer + current_layer / 1000; \
} \
+ /* If we are using topdown rendering, chop that part off so things layer together as expected */ \
+ if((current_layer >= TOPDOWN_LAYER && current_layer < EFFECTS_LAYER) || current_layer > TOPDOWN_LAYER + EFFECTS_LAYER) { \
+ current_layer -= TOPDOWN_LAYER; \
+ } \
for (var/index_to_compare_to in 1 to layers.len) { \
var/compare_to = layers[index_to_compare_to]; \
if (current_layer < layers[compare_to]) { \
@@ -431,9 +435,10 @@ world
}
var/static/icon/flat_template = icon('icons/blanks/32x32.dmi', "nothing")
+ var/icon/flat = icon(flat_template)
if(!appearance || appearance.alpha <= 0)
- return icon(flat_template)
+ return flat
if(start)
if(!defdir)
@@ -474,10 +479,15 @@ world
if(!base_icon_dir)
base_icon_dir = curdir
+ // Expand our canvas to fit if we're too big
+ if(render_icon)
+ var/icon/active_icon = icon(curicon)
+ if(active_icon.Width() != 32 || active_icon.Height() != 32)
+ flat.Scale(active_icon.Width(), active_icon.Height())
+
var/curblend = appearance.blend_mode || defblend
if(appearance.overlays.len || appearance.underlays.len)
- var/icon/flat = icon(flat_template)
// Layers will be a sorted list of icons/overlays, based on the order in which they are displayed
var/list/layers = list()
var/image/copy
@@ -1125,7 +1135,7 @@ GLOBAL_LIST_EMPTY(transformation_animation_objects)
if((x_dimension == world.icon_size) && (y_dimension == world.icon_size))
return image_to_center
- //Offset the image so that it's bottom left corner is shifted this many pixels
+ //Offset the image so that its bottom left corner is shifted this many pixels
//This makes it infinitely easier to draw larger inhands/images larger than world.iconsize
//but still use them in game
var/x_offset = -((x_dimension / world.icon_size) - 1) * (world.icon_size * 0.5)
diff --git a/code/__HELPERS/matrices.dm b/code/__HELPERS/matrices.dm
index 68b94fc2fe654a..8a5534e3827b82 100644
--- a/code/__HELPERS/matrices.dm
+++ b/code/__HELPERS/matrices.dm
@@ -40,8 +40,7 @@
decompose_matrix.rotation = arctan(cossine, sine) * flip_sign
/matrix/proc/TurnTo(old_angle, new_angle)
- . = new_angle - old_angle
- Turn(.) //BYOND handles cases such as -270, 360, 540 etc. DOES NOT HANDLE 180 TURNS WELL, THEY TWEEN AND LOOK LIKE SHIT
+ return Turn(new_angle - old_angle) //BYOND handles cases such as -270, 360, 540 etc. DOES NOT HANDLE 180 TURNS WELL, THEY TWEEN AND LOOK LIKE SHIT
/**
* Shear the transform on either or both axes.
diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm
index 519c74c9250dff..95af398d4162d4 100644
--- a/code/__HELPERS/mobs.dm
+++ b/code/__HELPERS/mobs.dm
@@ -28,6 +28,20 @@
else
return COLOR_BLACK
+/proc/random_hair_color()
+ var/static/list/natural_hair_colors = list(
+ "#111111", "#362925", "#3B3831", "#41250C", "#412922",
+ "#544C49", "#583322", "#593029", "#703b30", "#714721",
+ "#744729", "#74482a", "#7b746e", "#855832", "#863019",
+ "#8c4734", "#9F550E", "#A29A96", "#A4381C", "#B17B41",
+ "#C0BAB7", "#EFE5E4", "#F7F3F1", "#FFF2D6", "#a15537",
+ "#a17e61", "#b38b67", "#ba673c", "#c89f73", "#d9b380",
+ "#dbc9b8", "#e1621d", "#e17d17", "#e1af93", "#f1cc8f",
+ "#fbe7a1",
+ )
+
+ return pick(natural_hair_colors)
+
/proc/random_underwear(gender)
if(length(SSaccessories.underwear_list) == 0)
CRASH("No underwear to choose from!")
@@ -671,7 +685,7 @@ GLOBAL_LIST_INIT(skin_tone_names, list(
else
return zone
-///Takes a zone and returns it's "parent" zone, if it has one.
+///Takes a zone and returns its "parent" zone, if it has one.
/proc/deprecise_zone(precise_zone)
switch(precise_zone)
if(BODY_ZONE_PRECISE_GROIN)
diff --git a/code/__HELPERS/piping_colors_lists.dm b/code/__HELPERS/piping_colors_lists.dm
index c198e569635e7a..8b92e2d530a3d8 100644
--- a/code/__HELPERS/piping_colors_lists.dm
+++ b/code/__HELPERS/piping_colors_lists.dm
@@ -4,7 +4,7 @@ GLOBAL_LIST_INIT(pipe_paint_colors, list(
"green" = COLOR_VIBRANT_LIME,
"blue" = COLOR_BLUE,
"red" = COLOR_RED,
- "orange" = COLOR_TAN_ORANGE,
+ "orange" = COLOR_ENGINEERING_ORANGE,
"cyan" = COLOR_CYAN,
"dark" = COLOR_DARK,
"yellow" = COLOR_YELLOW,
@@ -23,7 +23,7 @@ GLOBAL_LIST_INIT(pipe_colors_ordered, sort_list(list(
COLOR_DARK = -2,
COLOR_VIBRANT_LIME = -1,
COLOR_VERY_LIGHT_GRAY = 0,
- COLOR_TAN_ORANGE = 1,
+ COLOR_ENGINEERING_ORANGE = 1,
COLOR_PURPLE = 2,
COLOR_RED = 3,
COLOR_STRONG_VIOLET = 4,
@@ -36,7 +36,7 @@ GLOBAL_LIST_INIT(pipe_color_name, sort_list(list(
COLOR_BLUE = "blue",
COLOR_RED = "red",
COLOR_VIBRANT_LIME = "green",
- COLOR_TAN_ORANGE = "orange",
+ COLOR_ENGINEERING_ORANGE = "orange",
COLOR_CYAN = "cyan",
COLOR_DARK = "dark",
COLOR_YELLOW = "yellow",
diff --git a/code/__HELPERS/reagents.dm b/code/__HELPERS/reagents.dm
index 012a1fd5cc09d6..cb87e21cefa54f 100644
--- a/code/__HELPERS/reagents.dm
+++ b/code/__HELPERS/reagents.dm
@@ -190,6 +190,16 @@
var/picked_reagent = pick(random_reagents)
return picked_reagent
+///Returns a random reagent consumable ethanol object minus blacklisted reagents
+/proc/get_random_drink_id()
+ var/static/list/random_drinks = list()
+ if(!random_drinks.len)
+ for(var/datum/reagent/drink_path as anything in subtypesof(/datum/reagent/consumable/ethanol))
+ if(initial(drink_path.chemical_flags) & REAGENT_CAN_BE_SYNTHESIZED)
+ random_drinks += drink_path
+ var/picked_drink = pick(random_drinks)
+ return picked_drink
+
///Returns reagent datum from reagent name string
/proc/get_chem_id(chem_name)
for(var/X in GLOB.chemical_reagents_list)
diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm
index c1c9187f0a919d..596e688a25689d 100644
--- a/code/__HELPERS/text.dm
+++ b/code/__HELPERS/text.dm
@@ -463,6 +463,9 @@ GLOBAL_LIST_INIT(binary, list("0","1"))
/proc/random_color()
return random_string(6, GLOB.hex_characters)
+/proc/ready_random_color()
+ return "#" + random_string(6, GLOB.hex_characters)
+
//merges non-null characters (3rd argument) from "from" into "into". Returns result
//e.g. into = "Hello World"
// from = "Seeya______"
diff --git a/code/__HELPERS/turfs.dm b/code/__HELPERS/turfs.dm
index 88509b88ce8022..93da26ef292f8b 100644
--- a/code/__HELPERS/turfs.dm
+++ b/code/__HELPERS/turfs.dm
@@ -210,9 +210,11 @@ Turf and target are separate in case you want to teleport some distance from a t
* if the bounds are odd, the true middle turf of the atom is returned
**/
/proc/get_turf_pixel(atom/checked_atom)
- var/turf/atom_turf = get_turf(checked_atom) //use checked_atom's turfs, as it's coords are the same as checked_atom's AND checked_atom's coords are lost if it is inside another atom
+ var/turf/atom_turf = get_turf(checked_atom) //use checked_atom's turfs, as its coords are the same as checked_atom's AND checked_atom's coords are lost if it is inside another atom
if(!atom_turf)
return null
+ if(checked_atom.flags_1 & IGNORE_TURF_PIXEL_OFFSET_1)
+ return atom_turf
var/list/offsets = get_visual_offset(checked_atom)
return pixel_offset_turf(atom_turf, offsets)
@@ -225,7 +227,7 @@ Turf and target are separate in case you want to teleport some distance from a t
* Icon width/height
**/
/proc/get_visual_offset(atom/checked_atom)
- //Find checked_atom's matrix so we can use it's X/Y pixel shifts
+ //Find checked_atom's matrix so we can use its X/Y pixel shifts
var/matrix/atom_matrix = matrix(checked_atom.transform)
var/pixel_x_offset = checked_atom.pixel_x + checked_atom.pixel_w + atom_matrix.get_x_shift()
diff --git a/code/__byond_version_compat.dm b/code/__byond_version_compat.dm
index 87d4348580e29d..0f19332934d09c 100644
--- a/code/__byond_version_compat.dm
+++ b/code/__byond_version_compat.dm
@@ -16,7 +16,7 @@
// We use wrappers for this in case some part of the api ever changes, and to make their function more clear
// For the record: GLOBAL_VERB_REF would be useless as verbs can't be global.
-/// Call by name proc references, checks if the proc exists on either this type or as a global proc.
+/// Call by name proc references, checks if the proc exists on either this type () (AND ONLY THIS TYPE) or as a global proc.
#define PROC_REF(X) (nameof(.proc/##X))
/// Call by name verb references, checks if the verb exists on either this type or as a global verb.
#define VERB_REF(X) (nameof(.verb/##X))
diff --git a/code/_globalvars/lists/maintenance_loot.dm b/code/_globalvars/lists/maintenance_loot.dm
index 8d9bc71820d9bb..28ca7652891de2 100644
--- a/code/_globalvars/lists/maintenance_loot.dm
+++ b/code/_globalvars/lists/maintenance_loot.dm
@@ -312,7 +312,7 @@ GLOBAL_LIST_INIT(rarity_loot, list(//rare: really good items
list(//equipment
/obj/item/clothing/glasses/hud/security = 1,
/obj/item/clothing/glasses/sunglasses = 1,
- /obj/item/clothing/gloves/color/black = 1,
+ /obj/item/clothing/gloves/color/black/security = 1,
/obj/item/clothing/gloves/color/yellow = 1,
/obj/item/clothing/gloves/tackler/combat = 1,
/obj/item/clothing/head/helmet/toggleable/justice = 1,
diff --git a/code/_globalvars/lists/names.dm b/code/_globalvars/lists/names.dm
index dce2dc69a50ae3..f9f70a2c7069f2 100644
--- a/code/_globalvars/lists/names.dm
+++ b/code/_globalvars/lists/names.dm
@@ -31,6 +31,7 @@ GLOBAL_LIST_INIT(guardian_first_names, world.file2list("strings/names/guardian_d
GLOBAL_LIST_INIT(guardian_tech_surnames, world.file2list("strings/names/guardian_gamepieces.txt"))
GLOBAL_LIST_INIT(guardian_fantasy_surnames, world.file2list("strings/names/guardian_tarot.txt"))
GLOBAL_LIST_INIT(operative_aliases, world.file2list("strings/names/operative_alias.txt"))
+GLOBAL_LIST_INIT(voidwalker_names, world.file2list("strings/names/voidwalker.txt"))
GLOBAL_LIST_INIT(verbs, world.file2list("strings/names/verbs.txt"))
GLOBAL_LIST_INIT(ing_verbs, world.file2list("strings/names/ing_verbs.txt"))
diff --git a/code/_globalvars/lists/typecache.dm b/code/_globalvars/lists/typecache.dm
index 07e0eabf01f623..805cea677a092d 100644
--- a/code/_globalvars/lists/typecache.dm
+++ b/code/_globalvars/lists/typecache.dm
@@ -22,7 +22,7 @@ GLOBAL_LIST_INIT(typecache_elevated_structures, typecacheof(list(
/obj/structure/table,
//Kitchen
/obj/machinery/smartfridge,
- /obj/machinery/smartfridge/drying_rack, // Redundant, given above, but this is for the sake of explicitness.
+ /obj/machinery/smartfridge/drying, // Redundant, given above, but this is for the sake of explicitness.
/obj/structure/bonfire,
/obj/machinery/grill,
/obj/machinery/griddle,
diff --git a/code/_globalvars/traits/_traits.dm b/code/_globalvars/traits/_traits.dm
index 5c0623e1d9c80e..8c9cb154e7ccab 100644
--- a/code/_globalvars/traits/_traits.dm
+++ b/code/_globalvars/traits/_traits.dm
@@ -59,6 +59,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_NOT_ENGRAVABLE" = TRAIT_NOT_ENGRAVABLE,
"TRAIT_SPELLS_TRANSFER_TO_LOC" = TRAIT_SPELLS_TRANSFER_TO_LOC,
"TRAIT_ODD_CUSTOMIZABLE_FOOD_INGREDIENT" = TRAIT_ODD_CUSTOMIZABLE_FOOD_INGREDIENT,
+ "TRAIT_ON_HIT_EFFECT" = TRAIT_ON_HIT_EFFECT,
"TRAIT_RUNECHAT_HIDDEN" = TRAIT_RUNECHAT_HIDDEN,
"TRAIT_SECLUDED_LOCATION" = TRAIT_SECLUDED_LOCATION,
"TRAIT_SNOWSTORM_IMMUNE" = TRAIT_SNOWSTORM_IMMUNE,
@@ -81,6 +82,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"STATION_TRAIT_BIGGER_PODS" = STATION_TRAIT_BIGGER_PODS,
"STATION_TRAIT_BIRTHDAY" = STATION_TRAIT_BIRTHDAY,
"STATION_TRAIT_BOTS_GLITCHED" = STATION_TRAIT_BOTS_GLITCHED,
+ "STATION_TRAIT_MACHINES_GLITCHED" = STATION_TRAIT_MACHINES_GLITCHED,
"STATION_TRAIT_BRIGHT_DAY" = STATION_TRAIT_BRIGHT_DAY,
"STATION_TRAIT_CARP_INFESTATION" = STATION_TRAIT_CARP_INFESTATION,
"STATION_TRAIT_CYBERNETIC_REVOLUTION" = STATION_TRAIT_CYBERNETIC_REVOLUTION,
@@ -117,6 +119,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
// SKYRAT EDIT ADDITON END - Synthetic wounds
/obj = list(
"TRAIT_WALLMOUNTED" = TRAIT_WALLMOUNTED,
+ "TRAIT_CONTRABAND" = TRAIT_CONTRABAND,
),
/mob = list(
"TRAIT_ABDUCTOR_SCIENTIST_TRAINING" = TRAIT_ABDUCTOR_SCIENTIST_TRAINING,
@@ -156,7 +159,6 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_BOMBIMMUNE" = TRAIT_BOMBIMMUNE,
"TRAIT_BONSAI" = TRAIT_BONSAI,
"TRAIT_BOOZE_SLIDER" = TRAIT_BOOZE_SLIDER,
- "TRAIT_BOXING_READY" = TRAIT_BOXING_READY,
"TRAIT_BORN_MONKEY" = TRAIT_BORN_MONKEY,
"TRAIT_BOXING_READY" = TRAIT_BOXING_READY,
"TRAIT_BRAINWASHING" = TRAIT_BRAINWASHING,
@@ -177,6 +179,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_CHEF_KISS" = TRAIT_CHEF_KISS,
"TRAIT_CHUNKYFINGERS" = TRAIT_CHUNKYFINGERS,
"TRAIT_CHUNKYFINGERS_IGNORE_BATON" = TRAIT_CHUNKYFINGERS_IGNORE_BATON,
+ "TRAIT_CHUUNIBYOU" = TRAIT_CHUUNIBYOU,
"TRAIT_CLEANBOT_WHISPERER" = TRAIT_CLEANBOT_WHISPERER,
"TRAIT_CLIFF_WALKER" = TRAIT_CLIFF_WALKER,
"TRAIT_CLOWN_ENJOYER" = TRAIT_CLOWN_ENJOYER,
@@ -278,7 +281,6 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_HUSK" = TRAIT_HUSK,
"TRAIT_ID_APPRAISER" = TRAIT_ID_APPRAISER,
"TRAIT_IGNORE_ELEVATION" = TRAIT_IGNORE_ELEVATION,
- "TRAIT_IGNOREDAMAGESLOWDOWN" = TRAIT_IGNOREDAMAGESLOWDOWN,
"TRAIT_IGNORESLOWDOWN" = TRAIT_IGNORESLOWDOWN,
"TRAIT_IGNORING_GRAVITY" = TRAIT_IGNORING_GRAVITY,
"TRAIT_ILLITERATE" = TRAIT_ILLITERATE,
@@ -317,7 +319,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_MOB_BREEDER" = TRAIT_MOB_BREEDER,
"TRAIT_MOB_EATER" = TRAIT_MOB_EATER,
"TRAIT_MOB_HATCHED" = TRAIT_MOB_HATCHED,
- "TRAIT_MOB_RELAY_HAPPINESS" = TRAIT_MOB_RELAY_HAPPINESS,
+ "TRAIT_MOB_HIDE_HAPPINESS" = TRAIT_MOB_HIDE_HAPPINESS,
"TRAIT_MOB_TIPPED" = TRAIT_MOB_TIPPED,
"TRAIT_MORBID" = TRAIT_MORBID,
"TRAIT_MULTIZ_SUIT_SENSORS" = TRAIT_MULTIZ_SUIT_SENSORS,
@@ -342,6 +344,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_NOFIRE_SPREAD" = TRAIT_NOFIRE_SPREAD,
"TRAIT_NOFLASH" = TRAIT_NOFLASH,
"TRAIT_NOGUNS" = TRAIT_NOGUNS,
+ "TRAIT_TOSS_GUN_HARD" = TRAIT_TOSS_GUN_HARD,
"TRAIT_NOHARDCRIT" = TRAIT_NOHARDCRIT,
"TRAIT_NOHUNGER" = TRAIT_NOHUNGER,
"TRAIT_NOLIMBDISABLE" = TRAIT_NOLIMBDISABLE,
@@ -356,7 +359,6 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_NO_EXTINGUISH" = TRAIT_NO_EXTINGUISH,
"TRAIT_NO_FLOATING_ANIM" = TRAIT_NO_FLOATING_ANIM,
"TRAIT_NO_GLIDE" = TRAIT_NO_GLIDE,
- "TRAIT_NO_PLASMA_TRANSFORM" = TRAIT_NO_PLASMA_TRANSFORM,
"TRAIT_NO_GUN_AKIMBO" = TRAIT_NO_GUN_AKIMBO,
"TRAIT_NO_IMMOBILIZE" = TRAIT_NO_IMMOBILIZE,
"TRAIT_NO_JUMPSUIT" = TRAIT_NO_JUMPSUIT,
@@ -370,6 +372,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_NO_SOUL" = TRAIT_NO_SOUL,
"TRAIT_NO_STAGGER" = TRAIT_NO_STAGGER,
"TRAIT_NO_STRIP" = TRAIT_NO_STRIP,
+ "TRAIT_NO_THROWING" = TRAIT_NO_THROWING,
"TRAIT_NO_TRANSFORM" = TRAIT_NO_TRANSFORM,
"TRAIT_NO_TWOHANDING" = TRAIT_NO_TWOHANDING,
"TRAIT_NO_UNDERWEAR" = TRAIT_NO_UNDERWEAR,
@@ -435,7 +438,6 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_ROD_SUPLEX" = TRAIT_ROD_SUPLEX,
"TRAIT_ROUGHRIDER" = TRAIT_ROUGHRIDER,
"TRAIT_SABRAGE_PRO" = TRAIT_SABRAGE_PRO,
- "TRAIT_SACRIFICED" = TRAIT_SACRIFICED,
"TRAIT_SECURITY_HUD" = TRAIT_SECURITY_HUD,
"TRAIT_SEE_WORN_COLOURS" = TRAIT_SEE_WORN_COLOURS,
"TRAIT_SELF_AWARE" = TRAIT_SELF_AWARE,
@@ -445,9 +447,11 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_SHOCKIMMUNE" = TRAIT_SHOCKIMMUNE,
"TRAIT_SIGN_LANG" = TRAIT_SIGN_LANG,
"TRAIT_SILENT_FOOTSTEPS" = TRAIT_SILENT_FOOTSTEPS,
+ "TRAIT_SILICON_EMOTES_ALLOWED" = TRAIT_SILICON_EMOTES_ALLOWED,
"TRAIT_SIXTHSENSE" = TRAIT_SIXTHSENSE,
"TRAIT_SKITTISH" = TRAIT_SKITTISH,
"TRAIT_SLEEPIMMUNE" = TRAIT_SLEEPIMMUNE,
+ "TRAIT_SLOW_FLIP" = TRAIT_SLOW_FLIP,
"TRAIT_SMOKER" = TRAIT_SMOKER,
"TRAIT_SNEAK" = TRAIT_SNEAK,
"TRAIT_SNOB" = TRAIT_SNOB,
@@ -457,8 +461,10 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_SPARRING" = TRAIT_SPARRING,
"TRAIT_SPEAKS_CLEARLY" = TRAIT_SPEAKS_CLEARLY,
"TRAIT_SPECIAL_TRAUMA_BOOST" = TRAIT_SPECIAL_TRAUMA_BOOST,
+ "TRAIT_SPELLS_LOTTERY" = TRAIT_SPELLS_LOTTERY,
"TRAIT_SPIDER_CONSUMED" = TRAIT_SPIDER_CONSUMED,
"TRAIT_SPIRITUAL" = TRAIT_SPIRITUAL,
+ "TRAIT_SPLATTERCASTER" = TRAIT_SPLATTERCASTER,
"TRAIT_SPRAY_PAINTABLE" = TRAIT_SPRAY_PAINTABLE,
"TRAIT_STABLEHEART" = TRAIT_STABLEHEART,
"TRAIT_STABLELIVER" = TRAIT_STABLELIVER,
@@ -531,9 +537,11 @@ GLOBAL_LIST_INIT(traits_by_type, list(
),
/obj/item = list(
"TRAIT_APC_SHOCKING" = TRAIT_APC_SHOCKING,
+ "TRAIT_BAKEABLE" = TRAIT_BAKEABLE,
"TRAIT_BASIC_QUALITY_BAIT" = TRAIT_BASIC_QUALITY_BAIT,
"TRAIT_BLIND_TOOL" = TRAIT_BLIND_TOOL,
"TRAIT_BYPASS_RANGED_ARMOR" = TRAIT_BYPASS_RANGED_ARMOR,
+ "TRAIT_CONTRABAND_BLOCKER" = TRAIT_CONTRABAND_BLOCKER,
"TRAIT_CUSTOM_TAP_SOUND" = TRAIT_CUSTOM_TAP_SOUND,
"TRAIT_DANGEROUS_OBJECT" = TRAIT_DANGEROUS_OBJECT,
"TRAIT_FISHING_BAIT" = TRAIT_FISHING_BAIT,
@@ -543,6 +551,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_HAUNTED" = TRAIT_HAUNTED,
"TRAIT_HONKSPAMMING" = TRAIT_HONKSPAMMING,
"TRAIT_INNATELY_FANTASTICAL_ITEM" = TRAIT_INNATELY_FANTASTICAL_ITEM,
+ "TRAIT_INSTANTLY_PROCESSES_BOULDERS" = TRAIT_INSTANTLY_PROCESSES_BOULDERS,
"TRAIT_ITEM_OBJECTIVE_BLOCKED" = TRAIT_ITEM_OBJECTIVE_BLOCKED,
"TRAIT_NEEDS_TWO_HANDS" = TRAIT_NEEDS_TWO_HANDS,
"TRAIT_NO_BARCODES" = TRAIT_NO_BARCODES,
@@ -556,8 +565,6 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_TRANSFORM_ACTIVE" = TRAIT_TRANSFORM_ACTIVE,
"TRAIT_UNCATCHABLE" = TRAIT_UNCATCHABLE,
"TRAIT_WIELDED" = TRAIT_WIELDED,
- "TRAIT_BAKEABLE" = TRAIT_BAKEABLE,
- "TRAIT_INSTANTLY_PROCESSES_BOULDERS" = TRAIT_INSTANTLY_PROCESSES_BOULDERS,
),
/obj/item/ammo_casing = list(
"TRAIT_DART_HAS_INSERT" = TRAIT_DART_HAS_INSERT,
diff --git a/code/_globalvars/traits/admin_tooling.dm b/code/_globalvars/traits/admin_tooling.dm
index 8dbf6a8ef62f61..84b6b18eec7354 100644
--- a/code/_globalvars/traits/admin_tooling.dm
+++ b/code/_globalvars/traits/admin_tooling.dm
@@ -1,6 +1,6 @@
// This file contains any stuff related to admin-visible traits.
// There's likely more than a few traits missing from this file, do consult the `_traits.dm` file in this folder to see every global trait that exists.
-// quirks have it's own panel so we don't need them here.
+// quirks have their own panel so we don't need them here.
GLOBAL_LIST_INIT(admin_visible_traits, list(
/atom = list(
@@ -101,7 +101,6 @@ GLOBAL_LIST_INIT(admin_visible_traits, list(
"TRAIT_HOLY" = TRAIT_HOLY,
"TRAIT_HUSK" = TRAIT_HUSK,
"TRAIT_IGNORE_ELEVATION" = TRAIT_IGNORE_ELEVATION,
- "TRAIT_IGNOREDAMAGESLOWDOWN" = TRAIT_IGNOREDAMAGESLOWDOWN,
"TRAIT_IGNORESLOWDOWN" = TRAIT_IGNORESLOWDOWN,
"TRAIT_ILLITERATE" = TRAIT_ILLITERATE,
"TRAIT_IMMOBILIZED" = TRAIT_IMMOBILIZED,
@@ -124,6 +123,7 @@ GLOBAL_LIST_INIT(admin_visible_traits, list(
"TRAIT_MIME_FAN" = TRAIT_MIME_FAN,
"TRAIT_MIMING" = TRAIT_MIMING,
"TRAIT_MINDSHIELD" = TRAIT_MINDSHIELD,
+ "TRAIT_MOB_HIDE_HAPPINESS" = TRAIT_MOB_HIDE_HAPPINESS,
"TRAIT_MORBID" = TRAIT_MORBID,
"TRAIT_MUSICIAN" = TRAIT_MUSICIAN,
"TRAIT_MUTANT_COLORS" = TRAIT_MUTANT_COLORS,
@@ -155,6 +155,7 @@ GLOBAL_LIST_INIT(admin_visible_traits, list(
"TRAIT_NOFIRE" = TRAIT_NOFIRE,
"TRAIT_NOFLASH" = TRAIT_NOFLASH,
"TRAIT_NOGUNS" = TRAIT_NOGUNS,
+ "TRAIT_TOSS_GUN_HARD" = TRAIT_TOSS_GUN_HARD,
"TRAIT_NOHARDCRIT" = TRAIT_NOHARDCRIT,
"TRAIT_NOHUNGER" = TRAIT_NOHUNGER,
"TRAIT_NOLIMBDISABLE" = TRAIT_NOLIMBDISABLE,
@@ -199,9 +200,11 @@ GLOBAL_LIST_INIT(admin_visible_traits, list(
"TRAIT_SHOCKIMMUNE" = TRAIT_SHOCKIMMUNE,
"TRAIT_SIGN_LANG" = TRAIT_SIGN_LANG,
"TRAIT_SILENT_FOOTSTEPS" = TRAIT_SILENT_FOOTSTEPS,
+ "TRAIT_SILICON_EMOTES_ALLOWED" = TRAIT_SILICON_EMOTES_ALLOWED,
"TRAIT_SIXTHSENSE" = TRAIT_SIXTHSENSE,
"TRAIT_SKITTISH" = TRAIT_SKITTISH,
"TRAIT_SLEEPIMMUNE" = TRAIT_SLEEPIMMUNE,
+ "TRAIT_SLOW_FLIP" = TRAIT_SLOW_FLIP,
"TRAIT_SMOKER" = TRAIT_SMOKER,
"TRAIT_SNOB" = TRAIT_SNOB,
"TRAIT_SOOTHED_THROAT" = TRAIT_SOOTHED_THROAT,
diff --git a/code/_onclick/cyborg.dm b/code/_onclick/cyborg.dm
index 6edebe99bc3933..3da6f338250222 100644
--- a/code/_onclick/cyborg.dm
+++ b/code/_onclick/cyborg.dm
@@ -31,7 +31,10 @@
MiddleClickOn(A, params)
return
if(LAZYACCESS(modifiers, ALT_CLICK)) // alt and alt-gr (rightalt)
- A.borg_click_alt(src)
+ if(LAZYACCESS(modifiers, RIGHT_CLICK))
+ AltClickSecondaryOn(A)
+ else
+ A.borg_click_alt(src)
return
if(LAZYACCESS(modifiers, CTRL_CLICK))
CtrlClickOn(A)
diff --git a/code/_onclick/hud/alert.dm b/code/_onclick/hud/alert.dm
index f8f79f442940b3..d477195a603ab7 100644
--- a/code/_onclick/hud/alert.dm
+++ b/code/_onclick/hud/alert.dm
@@ -549,9 +549,9 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."
construct_owner = null
// construct track
- if(construct_owner?.seeking && construct_owner.master)
- blood_target = construct_owner.master
- desc = "Your blood sense is leading you to [construct_owner.master]"
+ if(construct_owner?.seeking && construct_owner.construct_master)
+ blood_target = construct_owner.construct_master
+ desc = "Your blood sense is leading you to [construct_owner.construct_master]"
// cult track
var/datum/antagonist/cult/antag = owner.mind.has_antag_datum(/datum/antagonist/cult,TRUE)
diff --git a/code/_onclick/hud/alien.dm b/code/_onclick/hud/alien.dm
index c3b91173a45f52..476140acb1edd9 100644
--- a/code/_onclick/hud/alien.dm
+++ b/code/_onclick/hud/alien.dm
@@ -79,6 +79,7 @@
using = new /atom/movable/screen/resist(null, src)
using.icon = ui_style
using.screen_loc = ui_above_movement
+ using.update_appearance()
hotkeybuttons += using
throw_icon = new /atom/movable/screen/throw_catch(null, src)
diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm
index 2a2b28d7ebeae8..cbfd80d97dfdfe 100644
--- a/code/_onclick/hud/hud.dm
+++ b/code/_onclick/hud/hud.dm
@@ -210,7 +210,7 @@ GLOBAL_LIST_INIT(available_erp_ui_styles, list(
for(var/group_key as anything in master_groups)
var/datum/plane_master_group/group = master_groups[group_key]
- group.transform_lower_turfs(src, current_plane_offset)
+ group.build_planes_offset(src, current_plane_offset)
/datum/hud/proc/should_use_scale()
return should_sight_scale(mymob.sight)
@@ -229,10 +229,9 @@ GLOBAL_LIST_INIT(available_erp_ui_styles, list(
current_plane_offset = new_offset
SEND_SIGNAL(src, COMSIG_HUD_OFFSET_CHANGED, old_offset, new_offset)
- if(should_use_scale())
- for(var/group_key as anything in master_groups)
- var/datum/plane_master_group/group = master_groups[group_key]
- group.transform_lower_turfs(src, new_offset)
+ for(var/group_key as anything in master_groups)
+ var/datum/plane_master_group/group = master_groups[group_key]
+ group.build_planes_offset(src, new_offset)
/datum/hud/Destroy()
if(mymob.hud_used == src)
diff --git a/code/_onclick/hud/movable_screen_objects.dm b/code/_onclick/hud/movable_screen_objects.dm
index 7a0937974bd368..2910a9f0cc8291 100644
--- a/code/_onclick/hud/movable_screen_objects.dm
+++ b/code/_onclick/hud/movable_screen_objects.dm
@@ -6,7 +6,7 @@
//Movable Screen Object
-//Not tied to the grid, places it's center where the cursor is
+//Not tied to the grid, places its center where the cursor is
/atom/movable/screen/movable
mouse_drag_pointer = 'icons/effects/mouse_pointers/screen_drag.dmi'
diff --git a/code/_onclick/hud/new_player.dm b/code/_onclick/hud/new_player.dm
index a51b61cd3962c7..3f6a94bb40a8da 100644
--- a/code/_onclick/hud/new_player.dm
+++ b/code/_onclick/hud/new_player.dm
@@ -64,8 +64,7 @@
///Set the HUD in New, as lobby screens are made before Atoms are Initialized.
/atom/movable/screen/lobby/New(loc, datum/hud/our_hud, ...)
- if(our_hud)
- hud = our_hud
+ set_new_hud(our_hud)
return ..()
///Run sleeping actions after initialize
diff --git a/code/_onclick/hud/parallax/parallax.dm b/code/_onclick/hud/parallax/parallax.dm
index bcdcd0e74fed12..0a3732e134fc4a 100755
--- a/code/_onclick/hud/parallax/parallax.dm
+++ b/code/_onclick/hud/parallax/parallax.dm
@@ -275,7 +275,7 @@ INITIALIZE_IMMEDIATE(/atom/movable/screen/parallax_layer)
. = ..()
// Parallax layers are independant of hud, they care about client
// Not doing this will just create a bunch of hard deletes
- hud = null
+ set_new_hud(hud_owner = null)
if(template)
return
diff --git a/code/_onclick/hud/picture_in_picture.dm b/code/_onclick/hud/picture_in_picture.dm
index f3bb3713225c91..b6ac49446fc801 100644
--- a/code/_onclick/hud/picture_in_picture.dm
+++ b/code/_onclick/hud/picture_in_picture.dm
@@ -1,6 +1,7 @@
/atom/movable/screen/movable/pic_in_pic
name = "Picture-in-picture"
screen_loc = "CENTER"
+ layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
var/atom/center
var/width = 0
diff --git a/code/_onclick/hud/rendering/_render_readme.md b/code/_onclick/hud/rendering/_render_readme.md
index 2c1cd559a58db8..2c5e9875801b60 100644
--- a/code/_onclick/hud/rendering/_render_readme.md
+++ b/code/_onclick/hud/rendering/_render_readme.md
@@ -8,7 +8,7 @@
## Byond internal functionality
This part of the guide will assume that you have read the byond reference entry for rendering at www.byond.com/docs/ref//#/{notes}/renderer
-When you create an atom, this will always create an internal byond structure called an "appearance". This appearance you will likely be familiar with, as it is exposed through the /atom/var/appearance var. This appearance var holds data on how to render the object, ie what icon/icon_state/color etc it is using. Note that appearance vars will always copy, and do not hold a reference. When you update a var, for example lets pretend we add a filter, the appearance will be updated to include the filter. Note that, however, vis_contents objets are uniquely excluded from appearances. Then, when the filter is updated, the appearance will be recreated, and the atom marked as "dirty". After it has been updated, the SendMaps() function (sometimes also called maptick), which is a internal byond function that iterates over all objects in a clients view and in the clients.mob.contents, checks for "dirty" atoms, then resends any "dirty" appearances to clients as needed and unmarks them as dirty. This function is notoriosly slow, but we can see it's tick usage through the world.map_cpu var. We can also avoid more complex checks checking whether an object is visible on a clients screen by using the TILE_BOUND appearance flag.
+When you create an atom, this will always create an internal byond structure called an "appearance". This appearance you will likely be familiar with, as it is exposed through the /atom/var/appearance var. This appearance var holds data on how to render the object, ie what icon/icon_state/color etc it is using. Note that appearance vars will always copy, and do not hold a reference. When you update a var, for example lets pretend we add a filter, the appearance will be updated to include the filter. Note that, however, vis_contents objets are uniquely excluded from appearances. Then, when the filter is updated, the appearance will be recreated, and the atom marked as "dirty". After it has been updated, the SendMaps() function (sometimes also called maptick), which is a internal byond function that iterates over all objects in a clients view and in the clients.mob.contents, checks for "dirty" atoms, then resends any "dirty" appearances to clients as needed and unmarks them as dirty. This function is notoriosly slow, but we can see its tick usage through the world.map_cpu var. We can also avoid more complex checks checking whether an object is visible on a clients screen by using the TILE_BOUND appearance flag.
Finally, we arrive at clientside behavior, where we have two main clientside functions: GetMapIcons, and Render. GetMapIcons is repsonsible for actual rendering calculations on the clientside, such as "Group Icons and Set bounds", which performs clientside calculations for transform matrixes. Note that particles here are handled in a separate thread and are not diplayed in the clientside profiler. Render handles the actual drawing of the screen.
diff --git a/code/_onclick/hud/rendering/plane_master_group.dm b/code/_onclick/hud/rendering/plane_master_group.dm
index 894190984e6523..23096cc0e9ccd1 100644
--- a/code/_onclick/hud/rendering/plane_master_group.dm
+++ b/code/_onclick/hud/rendering/plane_master_group.dm
@@ -45,7 +45,7 @@
our_hud = viewing_hud
our_hud.master_groups[key] = src
show_hud()
- transform_lower_turfs(our_hud, active_offset)
+ build_planes_offset(our_hud, active_offset)
/// Hide the plane master from its current hud, fully clear it out
/datum/plane_master_group/proc/orphan_hud()
@@ -64,7 +64,7 @@
hide_hud()
rebuild_plane_masters()
show_hud()
- transform_lower_turfs(our_hud, active_offset)
+ build_planes_offset(our_hud, active_offset)
/// Regenerate our plane masters, this is useful if we don't have a mob but still want to rebuild. Such in the case of changing the screen_loc of relays
/datum/plane_master_group/proc/rebuild_plane_masters()
@@ -97,7 +97,7 @@
/datum/plane_master_group/proc/build_plane_masters(starting_offset, ending_offset)
for(var/atom/movable/screen/plane_master/mytype as anything in get_plane_types())
for(var/plane_offset in starting_offset to ending_offset)
- if(plane_offset != 0 && !initial(mytype.allows_offsetting))
+ if(plane_offset != 0 && (initial(mytype.offsetting_flags) & BLOCKS_PLANE_OFFSETTING))
continue
var/atom/movable/screen/plane_master/instance = new mytype(null, null, src, plane_offset)
plane_masters["[instance.plane]"] = instance
@@ -110,7 +110,7 @@
// It would be nice to setup parallaxing for stairs and things when doing this
// So they look nicer. if you can't it's all good, if you think you can sanely look at monster's work
// It's hard, and potentially expensive. be careful
-/datum/plane_master_group/proc/transform_lower_turfs(datum/hud/source, new_offset, use_scale = TRUE)
+/datum/plane_master_group/proc/build_planes_offset(datum/hud/source, new_offset, use_scale = TRUE)
// Check if this feature is disabled for the client, in which case don't use scale.
var/mob/our_mob = our_hud?.mymob
if(!our_mob?.client?.prefs?.read_preference(/datum/preference/toggle/multiz_parallax))
@@ -158,7 +158,11 @@
for(var/plane_key in plane_masters)
var/atom/movable/screen/plane_master/plane = plane_masters[plane_key]
- if(!plane.allows_offsetting)
+ if(plane.offsetting_flags & BLOCKS_PLANE_OFFSETTING)
+ if(plane.offsetting_flags & OFFSET_RELAYS_MATCH_HIGHEST)
+ // Don't offset the plane, do offset where the relays point
+ // Required for making things like the blind fullscreen not render over runechat
+ plane.offset_relays_in_place(new_offset)
continue
var/visual_offset = plane.offset - new_offset
@@ -199,13 +203,13 @@
#undef MAX_CLIENT_BUILD_WITH_WORKING_SECONDARY_MAPS
-/datum/plane_master_group/popup/transform_lower_turfs(datum/hud/source, new_offset, use_scale = TRUE)
+/datum/plane_master_group/popup/build_planes_offset(datum/hud/source, new_offset, use_scale = TRUE)
return ..(source, new_offset, FALSE)
/// Holds the main plane master
/datum/plane_master_group/main
-/datum/plane_master_group/main/transform_lower_turfs(datum/hud/source, new_offset, use_scale = TRUE)
+/datum/plane_master_group/main/build_planes_offset(datum/hud/source, new_offset, use_scale = TRUE)
if(use_scale)
return ..(source, new_offset, source.should_use_scale())
return ..()
diff --git a/code/_onclick/hud/rendering/plane_masters/_plane_master.dm b/code/_onclick/hud/rendering/plane_masters/_plane_master.dm
index 13f94fa9f5aa09..bebf872f8ebe6f 100644
--- a/code/_onclick/hud/rendering/plane_masters/_plane_master.dm
+++ b/code/_onclick/hud/rendering/plane_masters/_plane_master.dm
@@ -20,9 +20,9 @@ INITIALIZE_IMMEDIATE(/atom/movable/screen/plane_master)
/// The plane master group we're a member of, our "home"
var/datum/plane_master_group/home
- /// If our plane master allows for offsetting
- /// Mostly used for planes that really don't need to be duplicated, like the hud planes
- var/allows_offsetting = TRUE
+ /// If our plane master has different offsetting logic
+ /// Possible flags are defined in [_DEFINES/layers.dm]
+ var/offsetting_flags = NONE
/// Our offset from our "true" plane, see below
var/offset
/// When rendering multiz, lower levels get their own set of plane masters
diff --git a/code/_onclick/hud/rendering/plane_masters/plane_master_subtypes.dm b/code/_onclick/hud/rendering/plane_masters/plane_master_subtypes.dm
index fa438af4b70169..c96361348f0de2 100644
--- a/code/_onclick/hud/rendering/plane_masters/plane_master_subtypes.dm
+++ b/code/_onclick/hud/rendering/plane_masters/plane_master_subtypes.dm
@@ -7,7 +7,7 @@
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
render_relay_planes = list()
// We do NOT allow offsetting, because there's no case where you would want to block only one layer, at least currently
- allows_offsetting = FALSE
+ offsetting_flags = BLOCKS_PLANE_OFFSETTING
// We mark as multiz_scaled FALSE so transforms don't effect us, and we draw to the planes below us as if they were us.
// This is safe because we will ALWAYS be on the top z layer, so it DON'T MATTER
multiz_scaled = FALSE
@@ -368,7 +368,7 @@
appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
render_relay_planes = list(RENDER_PLANE_NON_GAME)
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
- allows_offsetting = FALSE
+ offsetting_flags = BLOCKS_PLANE_OFFSETTING|OFFSET_RELAYS_MATCH_HIGHEST
/atom/movable/screen/plane_master/runechat
name = "Runechat"
@@ -397,7 +397,7 @@
plane = HUD_PLANE
appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
render_relay_planes = list(RENDER_PLANE_NON_GAME)
- allows_offsetting = FALSE
+ offsetting_flags = BLOCKS_PLANE_OFFSETTING|OFFSET_RELAYS_MATCH_HIGHEST
/atom/movable/screen/plane_master/above_hud
name = "Above HUD"
@@ -405,7 +405,7 @@
plane = ABOVE_HUD_PLANE
appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
render_relay_planes = list(RENDER_PLANE_NON_GAME)
- allows_offsetting = FALSE
+ offsetting_flags = BLOCKS_PLANE_OFFSETTING|OFFSET_RELAYS_MATCH_HIGHEST
/atom/movable/screen/plane_master/splashscreen
name = "Splashscreen"
@@ -413,7 +413,7 @@
plane = SPLASHSCREEN_PLANE
appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
render_relay_planes = list(RENDER_PLANE_NON_GAME)
- allows_offsetting = FALSE
+ offsetting_flags = BLOCKS_PLANE_OFFSETTING|OFFSET_RELAYS_MATCH_HIGHEST
/atom/movable/screen/plane_master/escape_menu
name = "Escape Menu"
@@ -421,4 +421,4 @@
plane = ESCAPE_MENU_PLANE
appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
render_relay_planes = list(RENDER_PLANE_MASTER)
- allows_offsetting = FALSE
+ offsetting_flags = BLOCKS_PLANE_OFFSETTING|OFFSET_RELAYS_MATCH_HIGHEST
diff --git a/code/_onclick/hud/rendering/render_plate.dm b/code/_onclick/hud/rendering/render_plate.dm
index aa7f9fe30c5162..e4cdc41ca1cfba 100644
--- a/code/_onclick/hud/rendering/render_plate.dm
+++ b/code/_onclick/hud/rendering/render_plate.dm
@@ -6,7 +6,7 @@
/**
- * Render relay object assigned to a plane master to be able to relay it's render onto other planes that are not it's own
+ * Render relay object assigned to a plane master to be able to relay its render onto other planes that are not its own
*/
/atom/movable/render_plane_relay
screen_loc = "CENTER"
@@ -457,6 +457,8 @@
// That's what this is for
if(show_to)
show_to.screen += relay
+ if(offsetting_flags & OFFSET_RELAYS_MATCH_HIGHEST && home.our_hud)
+ offset_relay(relay, home.our_hud.current_plane_offset)
return relay
/// Breaks a connection between this plane master, and the passed in place
@@ -479,3 +481,40 @@
return relay
return null
+
+/**
+ * Offsets our relays in place using the given parameter by adjusting their plane and
+ * layer values, avoiding changing the layer for relays with custom-set layers.
+ *
+ * Used in [proc/build_planes_offset] to make the relays for non-offsetting planes
+ * match the highest rendering plane that matches the target, to avoid them rendering
+ * on the highest level above things that should be visible.
+ *
+ * Parameters:
+ * - new_offset: the offset we will adjust our relays to
+ */
+/atom/movable/screen/plane_master/proc/offset_relays_in_place(new_offset)
+ for(var/atom/movable/render_plane_relay/rpr in relays)
+ offset_relay(rpr, new_offset)
+
+/**
+ * Offsets a given render relay using the given parameter by adjusting its plane and
+ * layer values, avoiding changing the layer if it has a custom-set layer.
+ *
+ * Parameters:
+ * - rpr: the render plane relay we will offset
+ * - new_offset: the offset we will adjust it by
+ */
+/atom/movable/screen/plane_master/proc/offset_relay(atom/movable/render_plane_relay/rpr, new_offset)
+ var/base_relay_plane = PLANE_TO_TRUE(rpr.plane)
+ var/old_offset = PLANE_TO_OFFSET(rpr.plane)
+ rpr.plane = GET_NEW_PLANE(base_relay_plane, new_offset)
+
+ var/old_offset_plane = real_plane - (PLANE_RANGE * old_offset)
+ var/old_layer = (old_offset_plane + abs(LOWEST_EVER_PLANE * 30))
+ if(rpr.layer != old_layer) // Avoid overriding custom-set layers
+ return
+
+ var/offset_plane = real_plane - (PLANE_RANGE * new_offset)
+ var/new_layer = (offset_plane + abs(LOWEST_EVER_PLANE * 30))
+ rpr.layer = new_layer
diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm
index 2ba0d767c9b446..40b56abdc1bc16 100644
--- a/code/_onclick/hud/screen_objects.dm
+++ b/code/_onclick/hud/screen_objects.dm
@@ -45,8 +45,9 @@
/atom/movable/screen/Initialize(mapload, datum/hud/hud_owner)
. = ..()
- if(hud_owner && istype(hud_owner))
- hud = hud_owner
+ if(isnull(hud_owner)) //some screens set their hud owners on /new, this prevents overriding them with null post atoms init
+ return
+ set_new_hud(hud_owner)
/atom/movable/screen/Destroy()
master_ref = null
@@ -72,10 +73,25 @@
/atom/movable/screen/proc/component_click(atom/movable/screen/component_button/component, params)
return
+///setter used to set our new hud
+/atom/movable/screen/proc/set_new_hud(datum/hud/hud_owner)
+ if(hud)
+ UnregisterSignal(hud, COMSIG_QDELETING)
+ if(isnull(hud_owner))
+ hud = null
+ return
+ hud = hud_owner
+ RegisterSignal(hud, COMSIG_QDELETING, PROC_REF(on_hud_delete))
+
/// Returns the mob this is being displayed to, if any
/atom/movable/screen/proc/get_mob()
return hud?.mymob
+/atom/movable/screen/proc/on_hud_delete(datum/source)
+ SIGNAL_HANDLER
+
+ set_new_hud(hud_owner = null)
+
/atom/movable/screen/text
icon = null
icon_state = null
diff --git a/code/_onclick/item_attack.dm b/code/_onclick/item_attack.dm
index dd0a45e7aef609..a3575bb0ec2edb 100644
--- a/code/_onclick/item_attack.dm
+++ b/code/_onclick/item_attack.dm
@@ -200,14 +200,12 @@
* * params - Click params of this attack
*/
/obj/item/proc/attack(mob/living/target_mob, mob/living/user, params)
- var/signal_return = SEND_SIGNAL(src, COMSIG_ITEM_ATTACK, target_mob, user, params)
+ var/signal_return = SEND_SIGNAL(src, COMSIG_ITEM_ATTACK, target_mob, user, params) || SEND_SIGNAL(user, COMSIG_MOB_ITEM_ATTACK, target_mob, user, params)
if(signal_return & COMPONENT_CANCEL_ATTACK_CHAIN)
return TRUE
if(signal_return & COMPONENT_SKIP_ATTACK)
return FALSE
- SEND_SIGNAL(user, COMSIG_MOB_ITEM_ATTACK, target_mob, user, params)
-
if(item_flags & NOBLUDGEON)
return FALSE
@@ -253,7 +251,7 @@
/// The equivalent of the standard version of [/obj/item/proc/attack] but for non mob targets.
/obj/item/proc/attack_atom(atom/attacked_atom, mob/living/user, params)
- var/signal_return = SEND_SIGNAL(src, COMSIG_ITEM_ATTACK_ATOM, attacked_atom, user)
+ var/signal_return = SEND_SIGNAL(src, COMSIG_ITEM_ATTACK_ATOM, attacked_atom, user) | SEND_SIGNAL(user, COMSIG_LIVING_ATTACK_ATOM, attacked_atom)
if(signal_return & COMPONENT_SKIP_ATTACK)
return TRUE
if(signal_return & COMPONENT_CANCEL_ATTACK_CHAIN)
diff --git a/code/controllers/configuration/entries/game_options.dm b/code/controllers/configuration/entries/game_options.dm
index 8297085dbcf01f..05489241c6a0be 100644
--- a/code/controllers/configuration/entries/game_options.dm
+++ b/code/controllers/configuration/entries/game_options.dm
@@ -70,6 +70,7 @@
/// Determines how fast traitors scale in general.
/datum/config_entry/number/traitor_scaling_multiplier
default = 1
+ integer = FALSE
min_val = 0.01
/// Determines how many potential objectives a traitor can have.
@@ -471,5 +472,6 @@
* If higher than 1, it'll lean toward common spawns even more.
*/
/datum/config_entry/number/random_loot_weight_modifier
+ integer = FALSE
default = 1
min_val = 0.05
diff --git a/code/controllers/master.dm b/code/controllers/master.dm
index 5686de234bf6aa..80673f0cb75c5e 100644
--- a/code/controllers/master.dm
+++ b/code/controllers/master.dm
@@ -278,7 +278,7 @@ ADMIN_VERB(cmd_controller_view_ui, R_SERVER|R_DEBUG, "Controller Overview", "Vie
Initialize(20, TRUE, FALSE)
// Please don't stuff random bullshit here,
-// Make a subsystem, give it the SS_NO_FIRE flag, and do your work in it's Initialize()
+// Make a subsystem, give it the SS_NO_FIRE flag, and do your work in its Initialize()
/datum/controller/master/Initialize(delay, init_sss, tgs_prime)
set waitfor = 0
diff --git a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm
index d7da4d84546e39..13180adbad73c3 100644
--- a/code/controllers/subsystem/blackbox.dm
+++ b/code/controllers/subsystem/blackbox.dm
@@ -196,7 +196,7 @@ feedback data can be recorded in 5 formats:
used to track the number of occurances of multiple related values i.e. how many times each type of gun is fired
further calls to the same key will:
add or subtract from the saved value of the data key if it already exists
- append the key and it's value if it doesn't exist
+ append the key and its value if it doesn't exist
calls: SSblackbox.record_feedback("tally", "example", 1, "sample data")
SSblackbox.record_feedback("tally", "example", 4, "sample data")
SSblackbox.record_feedback("tally", "example", 2, "other data")
@@ -208,7 +208,7 @@ feedback data can be recorded in 5 formats:
all data list elements must be strings
further calls to the same key will:
add or subtract from the saved value of the data key if it already exists in the same multi-dimensional position
- append the key and it's value if it doesn't exist
+ append the key and its value if it doesn't exist
calls: SSblackbox.record_feedback("nested tally", "example", 1, list("fruit", "orange", "apricot"))
SSblackbox.record_feedback("nested tally", "example", 2, list("fruit", "orange", "orange"))
SSblackbox.record_feedback("nested tally", "example", 3, list("fruit", "orange", "apricot"))
diff --git a/code/controllers/subsystem/blackmarket.dm b/code/controllers/subsystem/blackmarket.dm
index f6a4aa25566ff5..5c88177583b2f2 100644
--- a/code/controllers/subsystem/blackmarket.dm
+++ b/code/controllers/subsystem/blackmarket.dm
@@ -79,7 +79,7 @@ SUBSYSTEM_DEF(blackmarket)
to_chat(buyer, span_notice("[purchase.uplink] flashes a message noting that the order is being teleported to [get_area(targetturf)] in 60 seconds."))
// do_teleport does not want to teleport items from nullspace, so it just forceMoves and does sparks.
- addtimer(CALLBACK(src, TYPE_PROC_REF(/datum/controller/subsystem/blackmarket,fake_teleport), purchase, targetturf), 60 SECONDS)
+ addtimer(CALLBACK(src, TYPE_PROC_REF(/datum/controller/subsystem/blackmarket, fake_teleport), purchase, targetturf), 60 SECONDS)
// Get the current location of the uplink if it exists, then throws the item from space at the station from a random direction.
if(SHIPPING_METHOD_LAUNCH)
@@ -88,6 +88,7 @@ SUBSYSTEM_DEF(blackmarket)
var/pickedloc = spaceDebrisStartLoc(startSide, T.z)
var/atom/movable/item = purchase.entry.spawn_item(pickedloc, purchase)
+ purchase.post_purchase_effects(item)
item.throw_at(purchase.uplink, 3, 3, spin = FALSE)
to_chat(buyer, span_notice("[purchase.uplink] flashes a message noting the order is being launched at the station from [dir2text(startSide)]."))
@@ -110,6 +111,7 @@ SUBSYSTEM_DEF(blackmarket)
if(QDELETED(purchase))
return
var/atom/movable/thing = purchase.entry.spawn_item(target, purchase)
+ purchase.post_purchase_effects(thing)
var/datum/effect_system/spark_spread/sparks = new
sparks.set_up(5, 1, target)
sparks.attach(thing)
diff --git a/code/controllers/subsystem/discord.dm b/code/controllers/subsystem/discord.dm
index 7efdbfcda6a55e..5fd1db1fd074dc 100644
--- a/code/controllers/subsystem/discord.dm
+++ b/code/controllers/subsystem/discord.dm
@@ -140,9 +140,9 @@ SUBSYSTEM_DEF(discord)
* ```
*
* Notes:
- * * The token is guaranteed to unique during it's validity period
+ * * The token is guaranteed to unique during its validity period
* * The validity period is currently set at 4 hours
- * * a token may not be unique outside it's validity window (to reduce conflicts)
+ * * a token may not be unique outside its validity window (to reduce conflicts)
*
* Arguments:
* * ckey_for a string representing the ckey this token is for
diff --git a/code/controllers/subsystem/dynamic/dynamic_rulesets_midround.dm b/code/controllers/subsystem/dynamic/dynamic_rulesets_midround.dm
index c8cdddf0fe792d..01eec4e179914d 100644
--- a/code/controllers/subsystem/dynamic/dynamic_rulesets_midround.dm
+++ b/code/controllers/subsystem/dynamic/dynamic_rulesets_midround.dm
@@ -957,3 +957,42 @@
#undef MALF_ION_PROB
#undef REPLACE_LAW_WITH_ION_PROB
+
+/// Midround Voidwalker Ruleset (From Ghosts)
+/datum/dynamic_ruleset/midround/from_ghosts/voidwalker
+ name = "Voidwalker"
+ midround_ruleset_style = MIDROUND_RULESET_STYLE_LIGHT
+ antag_datum = /datum/antagonist/voidwalker
+ antag_flag = ROLE_VOIDWALKER
+ antag_flag_override = ROLE_VOIDWALKER
+ ruleset_category = parent_type::ruleset_category | RULESET_CATEGORY_NO_WITTING_CREW_ANTAGONISTS
+ required_enemies = list(2,2,1,1,1,1,1,0,0,0)
+ required_candidates = 1
+ weight = 2
+ cost = 5
+ minimum_players = 40
+ repeatable = TRUE
+ ruleset_lazy_templates = list(LAZY_TEMPLATE_KEY_VOIDWALKER_VOID)
+ /// The space turf we find in acceptable(), cached for ease
+ var/space_turf
+
+/datum/dynamic_ruleset/midround/from_ghosts/voidwalker/acceptable(population = 0, threat_level = 0)
+ space_turf = find_space_spawn()
+ if(!space_turf)
+ return FALSE
+ return ..()
+
+/datum/dynamic_ruleset/midround/from_ghosts/voidwalker/generate_ruleset_body(mob/applicant)
+ var/datum/mind/player_mind = new /datum/mind(applicant.key)
+ player_mind.active = TRUE
+
+ var/mob/living/carbon/human/voidwalker = new (space_turf)
+ player_mind.transfer_to(voidwalker)
+ player_mind.set_assigned_role(SSjob.GetJobType(/datum/job/voidwalker))
+ player_mind.special_role = antag_flag
+ player_mind.add_antag_datum(antag_datum)
+
+ playsound(voidwalker, 'sound/magic/ethereal_exit.ogg', 50, TRUE, -1)
+ message_admins("[ADMIN_LOOKUPFLW(voidwalker)] has been made into a Voidwalker by the midround ruleset.")
+ log_dynamic("[key_name(voidwalker)] was spawned as a Voidwalker by the midround ruleset.")
+ return voidwalker
diff --git a/code/controllers/subsystem/events.dm b/code/controllers/subsystem/events.dm
index e030ccff6235ca..93a8fafab1650d 100644
--- a/code/controllers/subsystem/events.dm
+++ b/code/controllers/subsystem/events.dm
@@ -68,7 +68,7 @@ SUBSYSTEM_DEF(events)
scheduled = world.time + rand(frequency_lower, max(frequency_lower,frequency_upper))
/**
- * Selects a random event based on whether it can occur and it's 'weight'(probability)
+ * Selects a random event based on whether it can occur and its 'weight'(probability)
*
* Arguments:
* * excluded_event - The event path we will be foregoing, if present.
diff --git a/code/controllers/subsystem/job.dm b/code/controllers/subsystem/job.dm
index 88dc115acce415..f19e925f262b42 100644
--- a/code/controllers/subsystem/job.dm
+++ b/code/controllers/subsystem/job.dm
@@ -395,6 +395,7 @@ SUBSYSTEM_DEF(job)
//Setup new player list and get the jobs list
JobDebug("Running DO, allow_all = [allow_all], pure = [pure]")
run_divide_occupation_pure = pure
+ SEND_SIGNAL(src, COMSIG_OCCUPATIONS_DIVIDED, pure, allow_all)
//Get the players who are ready
for(var/i in GLOB.new_player_list)
@@ -634,6 +635,7 @@ SUBSYSTEM_DEF(job)
var/never = 0 //never
var/banned = 0 //banned
var/young = 0 //account too young
+ var/newbie = 0 //exp too low
for(var/i in GLOB.new_player_list)
var/mob/dead/new_player/player = i
if(!(player.ready == PLAYER_READY_TO_PLAY && player.mind && is_unassigned_job(player.mind.assigned_role)))
@@ -645,7 +647,7 @@ SUBSYSTEM_DEF(job)
young++
continue
if(job.required_playtime_remaining(player.client))
- young++
+ newbie++
continue
switch(player.client.prefs.job_preferences[job.title])
if(JP_HIGH)
@@ -662,6 +664,7 @@ SUBSYSTEM_DEF(job)
SSblackbox.record_feedback("nested tally", "job_preferences", never, list("[job.title]", "never"))
SSblackbox.record_feedback("nested tally", "job_preferences", banned, list("[job.title]", "banned"))
SSblackbox.record_feedback("nested tally", "job_preferences", young, list("[job.title]", "young"))
+ SSblackbox.record_feedback("nested tally", "job_preferences", newbie, list("[job.title]", "newbie"))
/datum/controller/subsystem/job/proc/PopcapReached()
var/hpc = CONFIG_GET(number/hard_popcap)
diff --git a/code/controllers/subsystem/machines.dm b/code/controllers/subsystem/machines.dm
index 3e07eca8a2e878..a9950f1f4d865a 100644
--- a/code/controllers/subsystem/machines.dm
+++ b/code/controllers/subsystem/machines.dm
@@ -11,10 +11,19 @@ SUBSYSTEM_DEF(machines)
VAR_PRIVATE/list/all_machines = list()
var/list/processing = list()
+ var/list/processing_early = list()
+ var/list/processing_late = list()
+ var/list/processing_apcs = list()
+
var/list/currentrun = list()
- var/list/apc_early_processing = list()
- var/list/apc_late_processing = list()
- var/current_part = SSMACHINES_APCS_EARLY
+ var/current_part = SSMACHINES_MACHINES_EARLY
+ var/list/apc_steps = list(
+ SSMACHINES_APCS_EARLY,
+ SSMACHINES_APCS_ENVIRONMENT,
+ SSMACHINES_APCS_LIGHTS,
+ SSMACHINES_APCS_EQUIPMENT,
+ SSMACHINES_APCS_LATE
+ )
///List of all powernets on the server.
var/list/datum/powernet/powernets = list()
@@ -82,25 +91,53 @@ SUBSYSTEM_DEF(machines)
if (!resumed)
for(var/datum/powernet/powernet as anything in powernets)
powernet.reset() //reset the power state.
- current_part = SSMACHINES_APCS_EARLY
- src.currentrun = apc_early_processing.Copy()
+ current_part = SSMACHINES_MACHINES_EARLY
+ src.currentrun = processing_early.Copy()
- //APC early processing. Draws static power usages from their grids.
- if(current_part == SSMACHINES_APCS_EARLY)
+ //Processing machines that get the priority power draw
+ if(current_part == SSMACHINES_MACHINES_EARLY)
+ //cache for sanic speed (lists are references anyways)
+ var/list/currentrun = src.currentrun
+ while(currentrun.len)
+ var/obj/machinery/thing = currentrun[currentrun.len]
+ currentrun.len--
+ if(QDELETED(thing) || thing.process_early(wait * 0.1) == PROCESS_KILL)
+ processing_early -= thing
+ thing.datum_flags &= ~DF_ISPROCESSING
+ if (MC_TICK_CHECK)
+ return
+ current_part = apc_steps[1]
+ src.currentrun = processing_apcs.Copy()
+
+ //Processing APCs
+ while(current_part in apc_steps)
//cache for sanic speed (lists are references anyways)
var/list/currentrun = src.currentrun
while(currentrun.len)
var/obj/machinery/power/apc/apc = currentrun[currentrun.len]
currentrun.len--
- if(QDELETED(apc) || apc.early_process(wait * 0.1) == PROCESS_KILL)
- apc_early_processing -= apc
+ if(QDELETED(apc))
+ processing_apcs -= apc
apc.datum_flags &= ~DF_ISPROCESSING
+ switch(current_part)
+ if(SSMACHINES_APCS_EARLY)
+ apc.early_process(wait * 0.1)
+ if(SSMACHINES_APCS_LATE)
+ apc.charge_channel(null, wait * 0.1)
+ apc.late_process(wait * 0.1)
+ else
+ apc.charge_channel(current_part, wait * 0.1)
if(MC_TICK_CHECK)
return
- current_part = SSMACHINES_MACHINES
- src.currentrun = processing.Copy()
-
- //General machine processing. Their power usage can be dynamic and based on surplus power, so they come after static power usage have been applied.
+ var/next_index = apc_steps.Find(current_part) + 1
+ if (next_index > apc_steps.len)
+ current_part = SSMACHINES_MACHINES
+ src.currentrun = processing.Copy()
+ break
+ current_part = apc_steps[next_index]
+ src.currentrun = processing_apcs.Copy()
+
+ //Processing all machines
if(current_part == SSMACHINES_MACHINES)
//cache for sanic speed (lists are references anyways)
var/list/currentrun = src.currentrun
@@ -112,21 +149,20 @@ SUBSYSTEM_DEF(machines)
thing.datum_flags &= ~DF_ISPROCESSING
if (MC_TICK_CHECK)
return
- current_part = SSMACHINES_APCS_LATE
- src.currentrun = apc_late_processing.Copy()
+ current_part = SSMACHINES_MACHINES_LATE
+ src.currentrun = processing_late.Copy()
- //APC late processing. APCs will use the remaining power on the grid to charge their cells if needed.
- //This is applied at the end so charging APCs don't cause others to discharge by taking all the power from the grid before machines use power.
- if(current_part == SSMACHINES_APCS_LATE)
+ //Processing machines that record the power usage statistics
+ if(current_part == SSMACHINES_MACHINES_LATE)
//cache for sanic speed (lists are references anyways)
var/list/currentrun = src.currentrun
while(currentrun.len)
- var/obj/machinery/power/apc/apc = currentrun[currentrun.len]
+ var/obj/machinery/thing = currentrun[currentrun.len]
currentrun.len--
- if(QDELETED(apc) || apc.late_process(wait * 0.1) == PROCESS_KILL)
- apc_late_processing -= apc
- apc.datum_flags &= ~DF_ISPROCESSING
- if(MC_TICK_CHECK)
+ if(QDELETED(thing) || thing.process_late(wait * 0.1) == PROCESS_KILL)
+ processing_late -= thing
+ thing.datum_flags &= ~DF_ISPROCESSING
+ if (MC_TICK_CHECK)
return
/datum/controller/subsystem/machines/proc/setup_template_powernets(list/cables)
diff --git a/code/controllers/subsystem/mapping.dm b/code/controllers/subsystem/mapping.dm
index 3aa9fba84e6a76..eac5ba56e099ac 100644
--- a/code/controllers/subsystem/mapping.dm
+++ b/code/controllers/subsystem/mapping.dm
@@ -898,7 +898,7 @@ ADMIN_VERB(load_away_mission, R_FUN, "Load Away Mission", "Load a specific away
var/offset_plane = GET_NEW_PLANE(plane_to_use, plane_offset)
var/string_plane = "[offset_plane]"
- if(!initial(master_type.allows_offsetting))
+ if(initial(master_type.offsetting_flags) & BLOCKS_PLANE_OFFSETTING)
plane_offset_blacklist[string_plane] = TRUE
var/render_target = initial(master_type.render_target)
if(!render_target)
diff --git a/code/controllers/subsystem/movement/movement_types.dm b/code/controllers/subsystem/movement/movement_types.dm
index 50864f731e21a2..ec0136bc8c1782 100644
--- a/code/controllers/subsystem/movement/movement_types.dm
+++ b/code/controllers/subsystem/movement/movement_types.dm
@@ -703,7 +703,7 @@
y_rate = 1
/**
- * Wrapper for walk_towards, not reccomended, as it's movement ends up being a bit stilted
+ * Wrapper for walk_towards, not reccomended, as its movement ends up being a bit stilted
*
* Returns TRUE if the loop sucessfully started, or FALSE if it failed
*
diff --git a/code/controllers/subsystem/parallax.dm b/code/controllers/subsystem/parallax.dm
index 212af9076bda6f..28ebd80560f821 100644
--- a/code/controllers/subsystem/parallax.dm
+++ b/code/controllers/subsystem/parallax.dm
@@ -97,4 +97,12 @@ SUBSYSTEM_DEF(parallax)
/datum/controller/subsystem/parallax/proc/post_station_setup()
random_layer?.apply_global_effects()
+/// Return the most dominant color, if we have a colored background (mostly nebula gas)
+/datum/controller/subsystem/parallax/proc/get_parallax_color()
+ var/atom/movable/screen/parallax_layer/random/space_gas/gas = random_layer
+ if(!istype(gas))
+ return
+
+ return gas.parallax_color
+
#undef PARALLAX_NONE
diff --git a/code/controllers/subsystem/persistence/counter_delamination.dm b/code/controllers/subsystem/persistence/counter_delamination.dm
index 81dca300c7e1ee..dba683bc929a32 100644
--- a/code/controllers/subsystem/persistence/counter_delamination.dm
+++ b/code/controllers/subsystem/persistence/counter_delamination.dm
@@ -8,7 +8,7 @@
rounds_since_engine_exploded = text2num(file2text(DELAMINATION_COUNT_FILEPATH))
if(fexists(DELAMINATION_HIGHSCORE_FILEPATH))
delam_highscore = text2num(file2text(DELAMINATION_HIGHSCORE_FILEPATH))
- for(var/obj/machinery/incident_display/sign as anything in GLOB.map_delamination_counters)
+ for(var/obj/machinery/incident_display/sign as anything in GLOB.map_incident_displays)
sign.update_delam_count(rounds_since_engine_exploded, delam_highscore)
/datum/controller/subsystem/persistence/proc/save_delamination_counter()
diff --git a/code/controllers/subsystem/persistence/counter_tram_hits.dm b/code/controllers/subsystem/persistence/counter_tram_hits.dm
index 806d5d5b5c2cc5..8f1db7dd1524f1 100644
--- a/code/controllers/subsystem/persistence/counter_tram_hits.dm
+++ b/code/controllers/subsystem/persistence/counter_tram_hits.dm
@@ -58,7 +58,7 @@
tram_hits_last_round = text2num(file2text(TRAM_COUNT_FILEPATH))
/datum/controller/subsystem/persistence/proc/save_tram_counter()
- rustg_file_write("[tram_hits_this_round]", TRAM_COUNT_FILEPATH)
+ rustg_file_write("[tram_hits_this_round]", TRAM_COUNT_FILEPATH)
#undef TRAM_COUNT_FILEPATH
#undef MAX_TRAM_SAVES
diff --git a/code/controllers/subsystem/persistent_paintings.dm b/code/controllers/subsystem/persistent_paintings.dm
index af0644a9a0d528..7da30fd4772393 100644
--- a/code/controllers/subsystem/persistent_paintings.dm
+++ b/code/controllers/subsystem/persistent_paintings.dm
@@ -1,14 +1,5 @@
#define PAINTINGS_DATA_FORMAT_VERSION 3
-// Patronage thresholds for paintings. Different cosmetic frames become available as more credits are spent on the patronage.
-#define PATRONAGE_OK_FRAME (PAYCHECK_CREW * 3) // 150 credits, as of march 2022
-#define PATRONAGE_NICE_FRAME (PATRONAGE_OK_FRAME * 2.5)
-#define PATRONAGE_GREAT_FRAME (PATRONAGE_NICE_FRAME * 2)
-#define PATRONAGE_EXCELLENT_FRAME (PATRONAGE_GREAT_FRAME * 2)
-#define PATRONAGE_AMAZING_FRAME (PATRONAGE_EXCELLENT_FRAME * 2)
-#define PATRONAGE_SUPERB_FRAME (PATRONAGE_AMAZING_FRAME * 2)
-#define PATRONAGE_LEGENDARY_FRAME (PATRONAGE_SUPERB_FRAME * 2)
-
/*
{
"version":2
@@ -334,11 +325,3 @@ SUBSYSTEM_DEF(persistent_paintings)
cache_paintings()
#undef PAINTINGS_DATA_FORMAT_VERSION
-#undef PATRONAGE_OK_FRAME
-#undef PATRONAGE_NICE_FRAME
-#undef PATRONAGE_GREAT_FRAME
-#undef PATRONAGE_EXCELLENT_FRAME
-#undef PATRONAGE_AMAZING_FRAME
-#undef PATRONAGE_SUPERB_FRAME
-#undef PATRONAGE_LEGENDARY_FRAME
-
diff --git a/code/controllers/subsystem/polling.dm b/code/controllers/subsystem/polling.dm
index 7a74c344f60f76..22e8a767b30e66 100644
--- a/code/controllers/subsystem/polling.dm
+++ b/code/controllers/subsystem/polling.dm
@@ -206,6 +206,12 @@ SUBSYSTEM_DEF(polling)
return
for(var/mob/dead/observer/ghost_player in GLOB.player_list)
candidates += ghost_player
+
+#ifdef TESTING
+ for(var/mob/dude in GLOB.player_list)
+ candidates |= dude
+#endif
+
return poll_candidates(question, role, check_jobban, poll_time, ignore_category, flashwindow, candidates, alert_pic, jump_target, role_name_text, custom_response_messages, start_signed_up, amount_to_pick, chat_text_border_icon, announce_chosen)
/datum/controller/subsystem/polling/proc/poll_ghosts_for_target(
diff --git a/code/controllers/subsystem/research.dm b/code/controllers/subsystem/research.dm
index 2a2c11c1ac18d5..fe8a002d9c4aba 100644
--- a/code/controllers/subsystem/research.dm
+++ b/code/controllers/subsystem/research.dm
@@ -36,7 +36,7 @@ SUBSYSTEM_DEF(research)
var/list/techweb_nodes_experimental = list()
///path = list(point type = value)
var/list/techweb_point_items = list(
- /obj/item/assembly/signaler/anomaly = list(TECHWEB_POINT_TYPE_GENERIC = 10000)
+ /obj/item/assembly/signaler/anomaly = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_5_POINTS)
)
var/list/errored_datums = list()
///Associated list of all point types that techwebs will have and their respective 'abbreviated' name.
@@ -104,6 +104,14 @@ SUBSYSTEM_DEF(research)
techweb_list.last_income = world.time
+ if(length(techweb_list.research_queue_nodes))
+ techweb_list.research_node_id(techweb_list.research_queue_nodes[1]) // Attempt to research the first node in queue if possible
+
+ for(var/node_id in techweb_list.research_queue_nodes)
+ var/datum/techweb_node/node = SSresearch.techweb_node_by_id(node_id)
+ if(node.is_free(techweb_list)) // Automatically research all free nodes in queue if any
+ techweb_list.research_node(node)
+
/datum/controller/subsystem/research/proc/autosort_categories()
for(var/i in techweb_nodes)
var/datum/techweb_node/I = techweb_nodes[i]
diff --git a/code/controllers/subsystem/shuttle.dm b/code/controllers/subsystem/shuttle.dm
index 938321c5cd90b3..de9de30a87bd4e 100644
--- a/code/controllers/subsystem/shuttle.dm
+++ b/code/controllers/subsystem/shuttle.dm
@@ -543,7 +543,7 @@ SUBSYSTEM_DEF(shuttle)
sender_override = "Emergency Shuttle Uplink Alert",
color_override = "grey",
)
- if(!emergency_no_escape && (emergency.mode == SHUTTLE_STRANDED))
+ if(!emergency_no_escape && (emergency.mode == SHUTTLE_STRANDED || emergency.mode == SHUTTLE_DOCKED))
emergency.mode = SHUTTLE_DOCKED
emergency.setTimer(emergency_dock_time)
priority_announce(
diff --git a/code/controllers/subsystem/spatial_gridmap.dm b/code/controllers/subsystem/spatial_gridmap.dm
index 76aa484bf92ceb..65bcb0ec365b08 100644
--- a/code/controllers/subsystem/spatial_gridmap.dm
+++ b/code/controllers/subsystem/spatial_gridmap.dm
@@ -412,7 +412,7 @@ SUBSYSTEM_DEF(spatial_grid)
return intersecting_cell
/**
- * find the spatial map cell that target used to belong to, then remove the target (and sometimes it's important_recusive_contents) from it.
+ * find the spatial map cell that target used to belong to, then remove the target (and sometimes its important_recusive_contents) from it.
* make sure to provide the turf old_target used to be "in"
*
* * old_target - the thing we want to remove from the spatial grid cell
diff --git a/code/controllers/subsystem/stock_market.dm b/code/controllers/subsystem/stock_market.dm
index e486776a082c95..7d0e0ea9262eec 100644
--- a/code/controllers/subsystem/stock_market.dm
+++ b/code/controllers/subsystem/stock_market.dm
@@ -9,7 +9,7 @@ SUBSYSTEM_DEF(stock_market)
var/list/materials_prices = list()
/// Associated list of materials alongside their market trends. 1 is up, 0 is stable, -1 is down.
var/list/materials_trends = list()
- /// Associated list of materials alongside the life of it's current trend. After it's life is up, it will change to a new trend.
+ /// Associated list of materials alongside the life of its current trend. After its life is up, it will change to a new trend.
var/list/materials_trend_life = list()
/// Associated list of materials alongside their available quantity. This is used to determine how much of a material is available to buy, and how much buying and selling affects the price.
var/list/materials_quantity = list()
diff --git a/code/controllers/subsystem/throwing.dm b/code/controllers/subsystem/throwing.dm
index 6990a142e4e2db..fc0375f4f0b6a5 100644
--- a/code/controllers/subsystem/throwing.dm
+++ b/code/controllers/subsystem/throwing.dm
@@ -53,7 +53,7 @@ SUBSYSTEM_DEF(throwing)
var/target_zone
///The initial direction of the thrower of the thrownthing for building the trajectory of the throw.
var/init_dir
- ///The maximum number of turfs that the thrownthing will travel to reach it's target.
+ ///The maximum number of turfs that the thrownthing will travel to reach its target.
var/maxrange
///Turfs to travel per tick
var/speed
diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index 4811c07d924acd..aef2b12a285d8d 100644
--- a/code/controllers/subsystem/ticker.dm
+++ b/code/controllers/subsystem/ticker.dm
@@ -26,7 +26,7 @@ SUBSYSTEM_DEF(ticker)
var/list/datum/mind/minds = list() //The characters in the game. Used for objective tracking.
- var/delay_end = FALSE //if set true, the round will not restart on it's own
+ var/delay_end = FALSE //if set true, the round will not restart on its own
var/admin_delay_notice = "" //a message to display to anyone who tries to restart the world after a delay
var/ready_for_reboot = FALSE //all roundend preparation done with, all that's left is reboot
diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm
index bc894de9beee8c..8ecb0c9dc6a56a 100644
--- a/code/controllers/subsystem/timer.dm
+++ b/code/controllers/subsystem/timer.dm
@@ -645,7 +645,7 @@ SUBSYSTEM_DEF(timer)
hash_timer.hash = null // but keep it from accidentally deleting us
else
if (flags & TIMER_OVERRIDE)
- hash_timer.hash = null // no need having it delete it's hash if we are going to replace it
+ hash_timer.hash = null // no need having it delete its hash if we are going to replace it
qdel(hash_timer)
else
if (hash_timer.flags & TIMER_STOPPABLE)
diff --git a/code/controllers/subsystem/transport.dm b/code/controllers/subsystem/transport.dm
index 2f870eb6740351..928b6a03d58f28 100644
--- a/code/controllers/subsystem/transport.dm
+++ b/code/controllers/subsystem/transport.dm
@@ -98,7 +98,7 @@ PROCESSING_SUBSYSTEM_DEF(transport)
// We've made it this far, tram is physically fine so let's trip plan
// This is based on the destination nav beacon, the logical location
// If Something Happens and the location the controller thinks it's at
- // gets out of sync with it's actual physical location, it can be reset
+ // gets out of sync with its actual physical location, it can be reset
// Since players can set the platform ID themselves, make sure it's a valid platform we're aware of
var/network = LAZYACCESS(nav_beacons, transport_id)
diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm
index b7c26acf375ee3..1c519e8aff159e 100644
--- a/code/controllers/subsystem/vote.dm
+++ b/code/controllers/subsystem/vote.dm
@@ -274,6 +274,15 @@ SUBSYSTEM_DEF(vote)
return FALSE
return TRUE
+
+/datum/controller/subsystem/vote/proc/toggle_dead_voting(mob/toggle_initiator)
+ var/switch_deadvote_config = !CONFIG_GET(flag/no_dead_vote)
+ CONFIG_SET(flag/no_dead_vote, switch_deadvote_config)
+ var/text_verb = !switch_deadvote_config ? "enabled" : "disabled"
+ log_admin("[key_name(toggle_initiator)] [text_verb] Dead Vote.")
+ message_admins("[key_name_admin(toggle_initiator)] [text_verb] Dead Vote.")
+ SSblackbox.record_feedback("nested tally", "admin_toggle", 1, list("Toggle Dead Vote", text_verb))
+
/datum/controller/subsystem/vote/ui_state()
return GLOB.always_state
@@ -293,6 +302,7 @@ SUBSYSTEM_DEF(vote)
data["user"] = list(
"ckey" = user.client?.ckey,
+ "isGhost" = CONFIG_GET(flag/no_dead_vote) && user.stat == DEAD && !user.client?.holder,
"isLowerAdmin" = is_lower_admin,
"isUpperAdmin" = is_upper_admin,
// What the current user has selected in any ongoing votes.
@@ -377,6 +387,15 @@ SUBSYSTEM_DEF(vote)
end_vote()
return TRUE
+ if("toggleDeadVote")
+ if(!check_rights_for(voter.client, R_ADMIN))
+ message_admins("[key_name(voter)] tried to toggle vote abillity for ghosts while having improper rights, \
+ this is potentially a malicious exploit and worth noting.")
+ return
+
+ toggle_dead_voting(voter)
+ return TRUE
+
if("toggleVote")
var/datum/vote/selected = possible_votes[params["voteName"]]
if(!istype(selected))
diff --git a/code/datums/actions/mobs/charge.dm b/code/datums/actions/mobs/charge.dm
index 43fcbd57f69ba8..43cbb05c939ffe 100644
--- a/code/datums/actions/mobs/charge.dm
+++ b/code/datums/actions/mobs/charge.dm
@@ -227,14 +227,19 @@
id = "tired_post_charge"
duration = 1 SECONDS
alert_type = null
+ var/tired_movespeed = /datum/movespeed_modifier/status_effect/tired_post_charge
/datum/status_effect/tired_post_charge/on_apply()
. = ..()
- owner.add_movespeed_modifier(/datum/movespeed_modifier/status_effect/tired_post_charge)
+ owner.add_movespeed_modifier(tired_movespeed)
/datum/status_effect/tired_post_charge/on_remove()
. = ..()
- owner.remove_movespeed_modifier(/datum/movespeed_modifier/status_effect/tired_post_charge)
+ owner.remove_movespeed_modifier(tired_movespeed)
+
+/datum/status_effect/tired_post_charge/lesser
+ id = "tired_post_charge_easy"
+ tired_movespeed = /datum/movespeed_modifier/status_effect/tired_post_charge/lesser
/datum/action/cooldown/mob_cooldown/charge/triple_charge
name = "Triple Charge"
diff --git a/code/datums/actions/mobs/ground_slam.dm b/code/datums/actions/mobs/ground_slam.dm
index e00799196b5898..4adadef04e7c7e 100644
--- a/code/datums/actions/mobs/ground_slam.dm
+++ b/code/datums/actions/mobs/ground_slam.dm
@@ -6,7 +6,7 @@
cooldown_time = 10 SECONDS
/// The range of the slam
var/range = 5
- /// The delay before the shockwave expands it's range
+ /// The delay before the shockwave expands its range
var/delay = 3
/// How far hit targets are thrown
var/throw_range = 8
diff --git a/code/datums/ai/basic_mobs/basic_ai_behaviors/targeted_mob_ability.dm b/code/datums/ai/basic_mobs/basic_ai_behaviors/targeted_mob_ability.dm
index 2d2ad013aa2c61..c2e9fe515c40f5 100644
--- a/code/datums/ai/basic_mobs/basic_ai_behaviors/targeted_mob_ability.dm
+++ b/code/datums/ai/basic_mobs/basic_ai_behaviors/targeted_mob_ability.dm
@@ -50,8 +50,8 @@
* Attempts to move into the provided range and then use a mob's cooldown ability on a target
*/
/datum/ai_behavior/targeted_mob_ability/min_range
- required_distance = 6
behavior_flags = AI_BEHAVIOR_REQUIRE_MOVEMENT
+ required_distance = 6
/datum/ai_behavior/targeted_mob_ability/min_range/setup(datum/ai_controller/controller, ability_key, target_key)
. = ..()
@@ -59,3 +59,6 @@
if(QDELETED(target))
return FALSE
set_movement_target(controller, target)
+
+/datum/ai_behavior/targeted_mob_ability/min_range/short
+ required_distance = 3
diff --git a/code/datums/ai/basic_mobs/pet_commands/pet_use_targeted_ability.dm b/code/datums/ai/basic_mobs/pet_commands/pet_use_targeted_ability.dm
index 3c8c06b0099623..c90ffa785900f8 100644
--- a/code/datums/ai/basic_mobs/pet_commands/pet_use_targeted_ability.dm
+++ b/code/datums/ai/basic_mobs/pet_commands/pet_use_targeted_ability.dm
@@ -22,3 +22,18 @@
/datum/ai_behavior/pet_use_ability/finish_action(datum/ai_controller/controller, succeeded, ability_key, target_key)
. = ..()
controller.clear_blackboard_key(target_key)
+
+/datum/ai_behavior/pet_use_ability/then_attack
+
+/datum/ai_behavior/pet_use_ability/then_attack/finish_action(datum/ai_controller/controller, succeeded, ability_key, target_key)
+ . = ..()
+ if(succeeded)
+ controller.queue_behavior(/datum/ai_behavior/basic_melee_attack, target_key, BB_PET_TARGETING_STRATEGY)
+
+/datum/ai_behavior/pet_use_ability/then_attack/short_ranged
+ behavior_flags = AI_BEHAVIOR_REQUIRE_MOVEMENT
+ required_distance = 4
+
+/datum/ai_behavior/pet_use_ability/then_attack/long_ranged
+ behavior_flags = AI_BEHAVIOR_REQUIRE_MOVEMENT
+ required_distance = 8
diff --git a/code/datums/ai/basic_mobs/targeting_strategies/_targeting_strategy.dm b/code/datums/ai/basic_mobs/targeting_strategies/_targeting_strategy.dm
new file mode 100644
index 00000000000000..dbd2028081b7e3
--- /dev/null
+++ b/code/datums/ai/basic_mobs/targeting_strategies/_targeting_strategy.dm
@@ -0,0 +1,20 @@
+///Datum for basic mobs to define what they can attack,
+///Global, just like ai_behaviors
+/datum/targeting_strategy
+
+///Returns true or false depending on if the target can be attacked by the mob
+/datum/targeting_strategy/proc/can_attack(mob/living/living_mob, atom/target, vision_range)
+ return
+
+///Returns something the target might be hiding inside of
+/datum/targeting_strategy/proc/find_hidden_mobs(mob/living/living_mob, atom/target)
+ var/atom/target_hiding_location
+ if(istype(target.loc, /obj/structure/closet) || istype(target.loc, /obj/machinery/disposal) || istype(target.loc, /obj/machinery/sleeper))
+ target_hiding_location = target.loc
+ return target_hiding_location
+
+///A very simple targeting strategy that checks that the target is a valid fishing spot.
+/datum/targeting_strategy/fishing
+
+/datum/targeting_strategy/fishing/can_attack(mob/living/living_mob, atom/target, vision_range)
+ return HAS_TRAIT(target, TRAIT_FISHING_SPOT)
diff --git a/code/datums/ai/basic_mobs/targeting_strategies/basic_targeting_strategy.dm b/code/datums/ai/basic_mobs/targeting_strategies/basic_targeting_strategy.dm
index 07b544bc0a2964..2394f2a38623b6 100644
--- a/code/datums/ai/basic_mobs/targeting_strategies/basic_targeting_strategy.dm
+++ b/code/datums/ai/basic_mobs/targeting_strategies/basic_targeting_strategy.dm
@@ -1,18 +1,3 @@
-///Datum for basic mobs to define what they can attack.GET_TARGETING_STRATEGY\((/[^,]*)\),
-///Global, just like ai_behaviors
-/datum/targeting_strategy
-
-///Returns true or false depending on if the target can be attacked by the mob
-/datum/targeting_strategy/proc/can_attack(mob/living/living_mob, atom/target, vision_range)
- return
-
-///Returns something the target might be hiding inside of
-/datum/targeting_strategy/proc/find_hidden_mobs(mob/living/living_mob, atom/target)
- var/atom/target_hiding_location
- if(istype(target.loc, /obj/structure/closet) || istype(target.loc, /obj/machinery/disposal) || istype(target.loc, /obj/machinery/sleeper))
- target_hiding_location = target.loc
- return target_hiding_location
-
/datum/targeting_strategy/basic
/// When we do our basic faction check, do we look for exact faction matches?
var/check_factions_exactly = FALSE
diff --git a/code/datums/ai/hunting_behavior/hunting_behaviors.dm b/code/datums/ai/hunting_behavior/hunting_behaviors.dm
index 609138c113270e..ba2da1c2d04e8d 100644
--- a/code/datums/ai/hunting_behavior/hunting_behaviors.dm
+++ b/code/datums/ai/hunting_behavior/hunting_behaviors.dm
@@ -139,6 +139,10 @@
/datum/ai_behavior/hunt_target/unarmed_attack_target/reset_target
always_reset_target = TRUE
+/datum/ai_behavior/hunt_target/unarmed_attack_target/reset_target_combat_mode
+ always_reset_target = TRUE
+ switch_combat_mode = TRUE
+
/datum/ai_behavior/hunt_target/use_ability_on_target
always_reset_target = TRUE
///the ability we will use
diff --git a/code/datums/bodypart_overlays/bodypart_overlay.dm b/code/datums/bodypart_overlays/bodypart_overlay.dm
index 5b6232fd303373..77e3c885b53087 100644
--- a/code/datums/bodypart_overlays/bodypart_overlay.dm
+++ b/code/datums/bodypart_overlays/bodypart_overlay.dm
@@ -9,11 +9,22 @@
///Key of the icon states of all the sprite_datums for easy caching
var/cache_key = ""
+ /// Whether the overlay blocks emissive light
+ var/blocks_emissive = EMISSIVE_BLOCK_UNIQUE
+
///Wrapper for getting the proper image, colored and everything
/datum/bodypart_overlay/proc/get_overlay(layer, obj/item/bodypart/limb)
layer = bitflag_to_layer(layer)
- . = get_image(layer, limb)
- color_image(., layer, limb)
+ var/image/main_image = get_image(layer, limb)
+ color_image(main_image, layer, limb)
+ if(blocks_emissive == EMISSIVE_BLOCK_NONE || !limb)
+ return main_image
+
+ var/list/all_images = list(
+ main_image,
+ emissive_blocker(main_image.icon, main_image.icon_state, limb, layer = main_image.layer, alpha = main_image.alpha)
+ )
+ return all_images
///Generate the image. Needs to be overriden
/datum/bodypart_overlay/proc/get_image(layer, obj/item/bodypart/limb)
@@ -84,3 +95,7 @@
///Generate a unique identifier to cache with. If you change something about the image, but the icon cache stays the same, it'll simply pull the unchanged image out of the cache
/datum/bodypart_overlay/proc/generate_icon_cache()
return list()
+
+/// Additionally color or texture the limb
+/datum/bodypart_overlay/proc/modify_bodypart_appearance(datum/appearance)
+ return
diff --git a/code/datums/bodypart_overlays/markings_bodypart_overlay.dm b/code/datums/bodypart_overlays/markings_bodypart_overlay.dm
index c2c6f54d861d37..5c11fe9f70334e 100644
--- a/code/datums/bodypart_overlays/markings_bodypart_overlay.dm
+++ b/code/datums/bodypart_overlays/markings_bodypart_overlay.dm
@@ -15,7 +15,7 @@
/datum/bodypart_overlay/simple/body_marking/get_image(layer, obj/item/bodypart/limb)
var/gender_string = (use_gender && limb.is_dimorphic) ? (limb.gender == MALE ? MALE : FEMALE + "_") : "" //we only got male and female sprites
- return image(icon, gender_string + icon_state + "_" + limb.body_zone, layer = layer)
+ return mutable_appearance(icon, gender_string + icon_state + "_" + limb.body_zone, layer = layer)
/datum/bodypart_overlay/simple/body_marking/moth
dna_feature_key = "moth_markings"
diff --git a/code/datums/bodypart_overlays/mutant_bodypart_overlay.dm b/code/datums/bodypart_overlays/mutant_bodypart_overlay.dm
index 15fd6dc56a46a1..f421122b4331f3 100644
--- a/code/datums/bodypart_overlays/mutant_bodypart_overlay.dm
+++ b/code/datums/bodypart_overlays/mutant_bodypart_overlay.dm
@@ -8,7 +8,7 @@
///The color this organ draws with. Updated by bodypart/inherit_color()
var/draw_color
- ///Where does this organ inherit it's color from?
+ ///Where does this organ inherit its color from?
var/color_source = ORGAN_COLOR_INHERIT
///Take on the dna/preference from whoever we're gonna be inserted in
var/imprint_on_next_insertion = TRUE
diff --git a/code/datums/bodypart_overlays/simple_bodypart_overlay.dm b/code/datums/bodypart_overlays/simple_bodypart_overlay.dm
index 7f52d21de5398c..6c9eb4240ecd08 100644
--- a/code/datums/bodypart_overlays/simple_bodypart_overlay.dm
+++ b/code/datums/bodypart_overlays/simple_bodypart_overlay.dm
@@ -9,7 +9,7 @@
var/draw_color
/datum/bodypart_overlay/simple/get_image(layer, obj/item/bodypart/limb)
- return image(icon, icon_state, layer = layer)
+ return mutable_appearance(icon, icon_state, layer = layer)
/datum/bodypart_overlay/simple/color_image(image/overlay, layer, obj/item/bodypart/limb)
diff --git a/code/datums/bodypart_overlays/texture_bodypart_overlay.dm b/code/datums/bodypart_overlays/texture_bodypart_overlay.dm
new file mode 100644
index 00000000000000..83c8ce5f121211
--- /dev/null
+++ b/code/datums/bodypart_overlays/texture_bodypart_overlay.dm
@@ -0,0 +1,24 @@
+/// Bodypart overlays focused on texturing limbs
+/datum/bodypart_overlay/texture
+ /// icon file for the texture
+ var/texture_icon
+ /// icon state for the texture
+ var/texture_icon_state
+ /// Cache the icon so we dont have to make a new one each time
+ var/cached_texture_icon
+
+/datum/bodypart_overlay/texture/New()
+ . = ..()
+
+ cached_texture_icon = icon(texture_icon, texture_icon_state)
+
+/datum/bodypart_overlay/texture/modify_bodypart_appearance(datum/appearance)
+ appearance.add_filter("bodypart_texture_[texture_icon_state]", 1, layering_filter(icon = cached_texture_icon,blend_mode = BLEND_INSET_OVERLAY))
+
+/datum/bodypart_overlay/texture/generate_icon_cache()
+ return "[type]"
+
+/datum/bodypart_overlay/texture/spacey
+ blocks_emissive = EMISSIVE_BLOCK_NONE
+ texture_icon_state = "spacey"
+ texture_icon = 'icons/mob/human/textures.dmi'
diff --git a/code/datums/callback.dm b/code/datums/callback.dm
index cf90582115dd63..35103fbc901f3e 100644
--- a/code/datums/callback.dm
+++ b/code/datums/callback.dm
@@ -26,7 +26,7 @@
* ## PROC TYPEPATH SHORTCUTS
* (these operate on paths, not types, so to these shortcuts, datum is NOT a parent of atom, etc...)
*
- * ### proc defined on current(src) object OR overridden at src or any of it's parents:
+ * ### proc defined on current(src) object OR overridden at src or any of its parents:
* PROC_REF(procname)
*
* `CALLBACK(src, PROC_REF(some_proc_here))`
diff --git a/code/datums/components/README.md b/code/datums/components/README.md
index db8bf10a327f6c..34aea1176e4300 100644
--- a/code/datums/components/README.md
+++ b/code/datums/components/README.md
@@ -2,8 +2,8 @@
## Concept
-Loosely adapted from /vg/. This is an entity component system for adding behaviours to datums when inheritance doesn't quite cut it. By using signals and events instead of direct inheritance, you can inject behaviours without hacky overloads. It requires a different method of thinking, but is not hard to use correctly. If a behaviour can have application across more than one thing. Make it generic, make it a component. Atom/mob/obj event? Give it a signal, and forward it's arguments with a `SendSignal()` call. Now every component that want's to can also know about this happening.
+Loosely adapted from /vg/. This is an entity component system for adding behaviours to datums when inheritance doesn't quite cut it. By using signals and events instead of direct inheritance, you can inject behaviours without hacky overloads. It requires a different method of thinking, but is not hard to use correctly. If a behaviour can have application across more than one thing. Make it generic, make it a component. Atom/mob/obj event? Give it a signal, and forward its arguments with a `SendSignal()` call. Now every component that want's to can also know about this happening.
-### [HackMD page for an introduction to the system as a whole.](https://hackmd.io/@tgstation/SignalsComponentsElements)
+### [HackMD page for an introduction to the system as a whole.](https://hackmd.io/@tgstation/SignalsComponentsElements)
### See/Define signals and their arguments in [__DEFINES\components.dm](../../__DEFINES/components.dm)
diff --git a/code/datums/components/_component.dm b/code/datums/components/_component.dm
index b258abed65ddae..f78e2af6be17d9 100644
--- a/code/datums/components/_component.dm
+++ b/code/datums/components/_component.dm
@@ -4,7 +4,7 @@
* The component datum
*
* A component should be a single standalone unit
- * of functionality, that works by receiving signals from it's parent
+ * of functionality, that works by receiving signals from its parent
* object to provide some single functionality (i.e a slippery component)
* that makes the object it's attached to cause people to slip over.
* Useful when you want shared behaviour independent of type inheritance
diff --git a/code/datums/components/anti_magic.dm b/code/datums/components/anti_magic.dm
index 48e5b10b25f192..e7d18f82081736 100644
--- a/code/datums/components/anti_magic.dm
+++ b/code/datums/components/anti_magic.dm
@@ -41,13 +41,27 @@
datum/callback/expiration,
)
- if(isitem(parent))
- RegisterSignal(parent, COMSIG_ITEM_EQUIPPED, PROC_REF(on_equip))
- RegisterSignal(parent, COMSIG_ITEM_DROPPED, PROC_REF(on_drop))
- RegisterSignals(parent, list(COMSIG_ITEM_ATTACK, COMSIG_ITEM_ATTACK_ATOM), PROC_REF(on_attack))
- else if(ismob(parent))
- register_antimagic_signals(parent)
- else
+
+ var/atom/movable/movable = parent
+ if(!istype(movable))
+ return COMPONENT_INCOMPATIBLE
+
+ var/compatible = FALSE
+ if(isitem(movable))
+ RegisterSignal(movable, COMSIG_ITEM_EQUIPPED, PROC_REF(on_equip))
+ RegisterSignal(movable, COMSIG_ITEM_DROPPED, PROC_REF(on_drop))
+ RegisterSignals(movable, list(COMSIG_ITEM_ATTACK, COMSIG_ITEM_ATTACK_ATOM), PROC_REF(on_attack))
+ compatible = TRUE
+ else if(ismob(movable))
+ register_antimagic_signals(movable)
+ compatible = TRUE
+
+ if(movable.can_buckle)
+ RegisterSignal(movable, COMSIG_MOVABLE_BUCKLE, PROC_REF(on_buckle))
+ RegisterSignal(movable, COMSIG_MOVABLE_UNBUCKLE, PROC_REF(on_unbuckle))
+ compatible = TRUE
+
+ if(!compatible)
return COMPONENT_INCOMPATIBLE
src.antimagic_flags = antimagic_flags
@@ -68,6 +82,14 @@
/datum/component/anti_magic/proc/unregister_antimagic_signals(datum/on_what)
UnregisterSignal(on_what, list(COMSIG_MOB_RECEIVE_MAGIC, COMSIG_MOB_RESTRICT_MAGIC))
+/datum/component/anti_magic/proc/on_buckle(atom/movable/source, mob/living/bucklee)
+ SIGNAL_HANDLER
+ register_antimagic_signals(bucklee)
+
+/datum/component/anti_magic/proc/on_unbuckle(atom/movable/source, mob/living/bucklee)
+ SIGNAL_HANDLER
+ unregister_antimagic_signals(bucklee)
+
/datum/component/anti_magic/proc/on_equip(atom/movable/source, mob/equipper, slot)
SIGNAL_HANDLER
diff --git a/code/datums/components/banned_from_space.dm b/code/datums/components/banned_from_space.dm
new file mode 100644
index 00000000000000..ae1d6701dd701c
--- /dev/null
+++ b/code/datums/components/banned_from_space.dm
@@ -0,0 +1,37 @@
+/// Following recent tomfoolery, we've decided to ban you from space.
+/datum/component/banned_from_space
+ /// List of recent tiles we walked on that aren't space
+ var/list/tiles = list()
+ /// The max amount of tiles we store
+ var/max_tile_list_size = 4
+
+/datum/component/banned_from_space/Initialize(...)
+ if(!ismovable(parent))
+ return COMPONENT_INCOMPATIBLE
+
+ RegisterSignal(parent, COMSIG_ATOM_ENTERING, PROC_REF(check_if_space))
+
+/datum/component/banned_from_space/proc/check_if_space(atom/source, atom/new_location)
+ SIGNAL_HANDLER
+
+ if(!isturf(new_location))
+ return
+
+ if(isspaceturf(new_location))
+ send_back(parent)
+
+ else
+ tiles.Add(new_location)
+ if(tiles.len > max_tile_list_size)
+ tiles.Cut(1, 2)
+
+/datum/component/banned_from_space/proc/send_back(atom/movable/parent)
+ var/new_turf
+
+ if(tiles.len)
+ new_turf = tiles[1]
+ new /obj/effect/temp_visual/portal_animation(parent.loc, new_turf, parent)
+ else
+ new_turf = get_random_station_turf()
+
+ parent.forceMove(new_turf)
diff --git a/code/datums/components/boomerang.dm b/code/datums/components/boomerang.dm
index eec7b4112aa693..23dd63d1467127 100644
--- a/code/datums/components/boomerang.dm
+++ b/code/datums/components/boomerang.dm
@@ -1,7 +1,7 @@
-///The cooldown period between last_boomerang_throw and it's methods of implementing a rebound proc.
+///The cooldown period between last_boomerang_throw and its methods of implementing a rebound proc.
#define BOOMERANG_REBOUND_INTERVAL (1 SECONDS)
/**
- * If an ojvect is given the boomerang component, it should be thrown back to the thrower after either hitting it's target, or landing on the thrown tile.
+ * If an ojvect is given the boomerang component, it should be thrown back to the thrower after either hitting its target, or landing on the thrown tile.
* Thrown objects should be thrown back to the original thrower with this component, a number of tiles defined by boomerang_throw_range.
*/
/datum/component/boomerang
diff --git a/code/datums/components/chuunibyou.dm b/code/datums/components/chuunibyou.dm
index 57428bc4223582..4e06f0fd474866 100644
--- a/code/datums/components/chuunibyou.dm
+++ b/code/datums/components/chuunibyou.dm
@@ -47,6 +47,7 @@
RegisterSignal(parent, COMSIG_MOB_PRE_INVOCATION, PROC_REF(on_pre_invocation))
RegisterSignal(parent, COMSIG_MOB_TRY_SPEECH, PROC_REF(on_try_speech))
RegisterSignal(parent, COMSIG_MOB_AFTER_SPELL_CAST, PROC_REF(on_after_spell_cast))
+ ADD_TRAIT(parent, TRAIT_CHUUNIBYOU, REF(src))
/datum/component/chuunibyou/UnregisterFromParent()
. = ..()
@@ -56,6 +57,7 @@
COMSIG_MOB_TRY_SPEECH,
COMSIG_MOB_AFTER_SPELL_CAST,
))
+ REMOVE_TRAIT(parent, TRAIT_CHUUNIBYOU, REF(src))
/// signal sent when the parent tries to speak. we let speech pass if we are casting a spell so mimes still chuuni their spellcasts
/// (this may end in the mime dying)
diff --git a/code/datums/components/crafting/atmospheric.dm b/code/datums/components/crafting/atmospheric.dm
index b2993012e82b0c..6674ee1059a9f2 100644
--- a/code/datums/components/crafting/atmospheric.dm
+++ b/code/datums/components/crafting/atmospheric.dm
@@ -359,3 +359,26 @@
/obj/item/stack/sheet/iron = 30,
)
category = CAT_STRUCTURE
+
+/datum/crafting_recipe/airlock_pump
+ name = "External Airlock Pump"
+ tool_behaviors = list(TOOL_WRENCH, TOOL_WELDER)
+ result = /obj/item/pipe/directional/airlock_pump
+ reqs = list(
+ /obj/item/pipe = 1,
+ /obj/item/stack/sheet/iron = 5,
+ /obj/item/stack/cable_coil = 5,
+ /obj/item/analyzer = 1,
+ )
+ time = 2 SECONDS
+ category = CAT_ATMOSPHERIC
+
+/datum/crafting_recipe/airlock_pump/check_requirements(mob/user, list/collected_requirements)
+ return atmos_pipe_check(user, collected_requirements)
+
+/datum/crafting_recipe/airlock_pump/on_craft_completion(mob/user, atom/result)
+ var/obj/item/pipe/crafted_pipe = result
+ crafted_pipe.pipe_type = /obj/machinery/atmospherics/components/unary/airlock_pump
+ crafted_pipe.pipe_color = COLOR_VERY_LIGHT_GRAY
+ crafted_pipe.setDir(user.dir)
+ crafted_pipe.update()
diff --git a/code/datums/components/crafting/crafting.dm b/code/datums/components/crafting/crafting.dm
index 21b5548dcaaa84..02200357126461 100644
--- a/code/datums/components/crafting/crafting.dm
+++ b/code/datums/components/crafting/crafting.dm
@@ -499,12 +499,26 @@
var/list/atoms = mode ? GLOB.cooking_recipes_atoms : GLOB.crafting_recipes_atoms
// Prepare atom data
+
+ //load sprite sheets and select the correct one based on the mode
+ var/static/list/sprite_sheets
+ if(isnull(sprite_sheets))
+ sprite_sheets = ui_assets()
+ var/datum/asset/spritesheet/sheet = sprite_sheets[mode ? 2 : 1]
+
+ data["icon_data"] = list()
for(var/atom/atom as anything in atoms)
+ var/atom_id = atoms.Find(atom)
+
data["atom_data"] += list(list(
"name" = initial(atom.name),
- "is_reagent" = ispath(atom, /datum/reagent/)
+ "is_reagent" = ispath(atom, /datum/reagent/),
))
+ var/icon_size = sheet.icon_size_id("a[atom_id]")
+ if(!endswith(icon_size, "32x32"))
+ data["icon_data"]["[atom_id]"] = "[icon_size] a[atom_id]"
+
// Prepare materials data
for(var/atom/atom as anything in material_occurences)
if(material_occurences[atom] == 1)
@@ -578,16 +592,7 @@
data["ref"] = "[REF(recipe)]"
var/atom/atom = recipe.result
- //load sprite sheets and select the correct one based on the mode
- var/static/list/sprite_sheets
- if(isnull(sprite_sheets))
- sprite_sheets = ui_assets()
- var/datum/asset/spritesheet/sheet = sprite_sheets[mode ? 2 : 1]
-
- //infer icon size of this atom
- var/atom_id = atoms.Find(atom)
- var/icon_size = sheet.icon_size_id("a[atom_id]")
- data["icon"] = "[icon_size] a[atom_id]"
+ data["id"] = atoms.Find(atom)
var/recipe_data = recipe.crafting_ui_data()
for(var/new_data in recipe_data)
diff --git a/code/datums/components/dejavu.dm b/code/datums/components/dejavu.dm
index c7b3e3f2ff55bc..8a1902526c42ab 100644
--- a/code/datums/components/dejavu.dm
+++ b/code/datums/components/dejavu.dm
@@ -85,7 +85,7 @@
master.forceMove(starting_turf)
rewinds_remaining --
- if(rewinds_remaining)
+ if(rewinds_remaining || rewinds_remaining < 0)
addtimer(CALLBACK(src, rewind_type), rewind_interval)
else
to_chat(parent, span_notice(no_rewinds_message))
diff --git a/code/datums/components/fishing_spot.dm b/code/datums/components/fishing_spot.dm
index 481f965059f524..6638c822ff6a52 100644
--- a/code/datums/components/fishing_spot.dm
+++ b/code/datums/components/fishing_spot.dm
@@ -17,6 +17,8 @@
RegisterSignal(parent, COMSIG_FISHING_ROD_CAST, PROC_REF(handle_cast))
RegisterSignal(parent, COMSIG_ATOM_EXAMINE, PROC_REF(on_examined))
RegisterSignal(parent, COMSIG_ATOM_EXAMINE_MORE, PROC_REF(on_examined_more))
+ RegisterSignal(parent, COMSIG_NPC_FISHING, PROC_REF(return_fishing_spot))
+ RegisterSignal(parent, COMSIG_ATOM_EX_ACT, PROC_REF(explosive_fishing))
ADD_TRAIT(parent, TRAIT_FISHING_SPOT, REF(src))
/datum/component/fishing_spot/Destroy()
@@ -95,3 +97,10 @@
var/datum/fishing_challenge/challenge = new(src, result, rod, user)
fish_source.pre_challenge_started(rod, user, challenge)
challenge.start(user)
+
+/datum/component/fishing_spot/proc/return_fishing_spot(datum/source, list/fish_spot_container)
+ fish_spot_container[NPC_FISHING_SPOT] = fish_source
+
+/datum/component/fishing_spot/proc/explosive_fishing(atom/location, severity)
+ SIGNAL_HANDLER
+ fish_source.spawn_reward_from_explosion(location, severity)
diff --git a/code/datums/components/food/edible.dm b/code/datums/components/food/edible.dm
index a0b20858927088..e6df7c4f023083 100644
--- a/code/datums/components/food/edible.dm
+++ b/code/datums/components/food/edible.dm
@@ -641,6 +641,7 @@ Behavior that's still missing from this component that original food items had t
///Delete the item when it is fully eaten
/datum/component/edible/proc/On_Consume(mob/living/eater, mob/living/feeder)
SEND_SIGNAL(parent, COMSIG_FOOD_CONSUMED, eater, feeder)
+ SEND_SIGNAL(eater, COMSIG_LIVING_FINISH_EAT, parent, feeder)
on_consume?.Invoke(eater, feeder)
if (QDELETED(parent)) // might be destroyed by the callback
diff --git a/code/datums/components/glass_passer.dm b/code/datums/components/glass_passer.dm
new file mode 100644
index 00000000000000..f96300341b0c4d
--- /dev/null
+++ b/code/datums/components/glass_passer.dm
@@ -0,0 +1,50 @@
+/// Allows us to move through glass but not electrified glass. Can also do a little slowdown before passing through
+/datum/component/glass_passer
+ /// How long does it take us to move into glass?
+ var/pass_time = 0 SECONDS
+
+/datum/component/glass_passer/Initialize(pass_time)
+ if(!ismob(parent)) //if its not a mob then just directly use passwindow
+ return COMPONENT_INCOMPATIBLE
+
+ src.pass_time = pass_time
+
+ if(!pass_time)
+ passwindow_on(parent, type)
+ else
+ RegisterSignal(parent, COMSIG_MOVABLE_BUMP, PROC_REF(bumped))
+
+ var/mob/mobbers = parent
+ mobbers.generic_canpass = FALSE
+ RegisterSignal(parent, COMSIG_MOVABLE_CROSS_OVER, PROC_REF(cross_over))
+
+/datum/component/glass_passer/Destroy()
+ . = ..()
+ if(parent)
+ passwindow_off(parent, type)
+
+/datum/component/glass_passer/proc/cross_over(mob/passer, atom/crosser)
+ SIGNAL_HANDLER
+
+ if(istype(crosser, /obj/structure/grille))
+ var/obj/structure/grille/grillefriend = crosser
+ if(grillefriend.is_shocked()) //prevent passage of shocked
+ crosser.balloon_alert(passer, "is shocked!")
+ return COMPONENT_BLOCK_CROSS
+
+ return null
+
+/datum/component/glass_passer/proc/bumped(mob/living/owner, atom/bumpee)
+ SIGNAL_HANDLER
+
+ if(!istype(bumpee, /obj/structure/window))
+ return
+
+ INVOKE_ASYNC(src, PROC_REF(phase_through_glass), owner, bumpee)
+
+/datum/component/glass_passer/proc/phase_through_glass(mob/living/owner, atom/bumpee)
+ if(!do_after(owner, pass_time, bumpee))
+ return
+ passwindow_on(owner, type)
+ try_move_adjacent(owner, get_dir(owner, bumpee))
+ passwindow_off(owner, type)
diff --git a/code/datums/components/growth_and_differentiation.dm b/code/datums/components/growth_and_differentiation.dm
index bcf67224922510..182fd9b28ef489 100644
--- a/code/datums/components/growth_and_differentiation.dm
+++ b/code/datums/components/growth_and_differentiation.dm
@@ -11,6 +11,8 @@
var/growth_time
/// Integer - Probability we grow per SPT_PROB
var/growth_probability
+ /// Stores the growth_probability the component had when it was Initialized
+ var/initial_growth_probability
/// Integer - The lower bound for the percentage we have to grow before we can differentiate.
var/lower_growth_value
/// Integer - The upper bound for the percentage we have to grow before we can differentiate.
@@ -47,7 +49,7 @@
src.growth_path = growth_path
src.growth_time = growth_time
- src.growth_probability = growth_probability
+ initial_growth_probability = src.growth_probability = growth_probability
src.lower_growth_value = lower_growth_value
src.upper_growth_value = upper_growth_value
src.optional_checks = optional_checks
@@ -56,10 +58,9 @@
if(islist(signals_to_kill_on))
src.signals_to_kill_on = signals_to_kill_on
RegisterSignals(parent, src.signals_to_kill_on, PROC_REF(stop_component_processing_entirely))
-
+
if(scale_with_happiness)
- if(!HAS_TRAIT(parent, TRAIT_MOB_RELAY_HAPPINESS))
- AddComponent(/datum/component/happiness)
+ parent.AddComponent(/datum/component/happiness)
RegisterSignal(parent, COMSIG_MOB_HAPPINESS_CHANGE, PROC_REF(on_happiness_change))
// If we haven't started the round, we can't do timer stuff. Let's wait in case we're mapped in or something.
@@ -117,13 +118,16 @@
return
if(SPT_PROB(growth_probability, seconds_per_tick))
- percent_grown += rand(lower_growth_value, upper_growth_value)
+ if(lower_growth_value == upper_growth_value)
+ percent_grown += upper_growth_value
+ else
+ percent_grown += rand(lower_growth_value, upper_growth_value)
/datum/component/growth_and_differentiation/proc/on_happiness_change(datum/source, happiness_percentage)
SIGNAL_HANDLER
- var/probability_to_add = initial(growth_probability) * happiness_percentage
- growth_probability = min(initial(growth_probability) + probability_to_add, 100)
+ var/probability_to_add = initial_growth_probability * happiness_percentage
+ growth_probability = min(initial_growth_probability + probability_to_add, 100)
/// Grows the mob into its new form.
/datum/component/growth_and_differentiation/proc/grow(silent)
diff --git a/code/datums/components/happiness.dm b/code/datums/components/happiness.dm
index 0a6274611923b7..a131e86960eb38 100644
--- a/code/datums/components/happiness.dm
+++ b/code/datums/components/happiness.dm
@@ -6,6 +6,7 @@
* A component that allows mobs to have happiness levels
*/
/datum/component/happiness
+ dupe_mode = COMPONENT_DUPE_UNIQUE //Prioritize the old comp over, which may have callbacks and stuff specific to the mob.
///our current happiness level
var/happiness_level
///our maximum happiness level
@@ -53,11 +54,9 @@
if(on_eat_change)
RegisterSignal(parent, COMSIG_MOB_ATE, PROC_REF(on_eat))
RegisterSignal(parent, COMSIG_SHIFT_CLICKED_ON, PROC_REF(view_happiness))
- ADD_TRAIT(parent, TRAIT_MOB_RELAY_HAPPINESS, REF(src))
/datum/component/happiness/UnregisterFromParent()
UnregisterSignal(parent, list(COMSIG_HOSTILE_PRE_ATTACKINGTARGET, COMSIG_COMPONENT_CLEAN_ACT, COMSIG_MOB_ATE))
- REMOVE_TRAIT(parent, TRAIT_MOB_RELAY_HAPPINESS, REF(src))
happiness_callback = null
/datum/component/happiness/proc/on_eat(datum/source)
@@ -69,6 +68,11 @@
SIGNAL_HANDLER
if(!COOLDOWN_FINISHED(src, groom_cooldown))
return
+
+ var/mob/living/living_parent = parent
+ if (living_parent.stat != CONSCIOUS)
+ return
+
COOLDOWN_START(src, groom_cooldown, GROOM_COOLDOWN)
increase_happiness_level(on_groom_change)
@@ -76,15 +80,12 @@
SIGNAL_HANDLER
if(!LAZYACCESS(modifiers, LEFT_CLICK) || petter.combat_mode)
return
- pet_animal()
-/datum/component/happiness/proc/on_animal_petted(datum/source, mob/living/petter)
- SIGNAL_HANDLER
-
- if(petter.combat_mode)
+ var/mob/living/living_parent = parent
+ if (living_parent.stat != CONSCIOUS)
return
+
pet_animal()
- return COMSIG_BASIC_ATTACK_CANCEL_CHAIN
/datum/component/happiness/proc/pet_animal()
if(!COOLDOWN_FINISHED(src, pet_cooldown))
@@ -95,13 +96,14 @@
/datum/component/happiness/proc/increase_happiness_level(amount)
happiness_level = min(happiness_level + amount, maximum_happiness)
- var/mob/living/living_parent = parent
- new /obj/effect/temp_visual/heart(living_parent.loc)
- living_parent.spin(spintime = 2 SECONDS, speed = 1)
+ if(!HAS_TRAIT(parent, TRAIT_MOB_HIDE_HAPPINESS))
+ var/mob/living/living_parent = parent
+ new /obj/effect/temp_visual/heart(living_parent.loc)
+ living_parent.spin(spintime = 2 SECONDS, speed = 1)
START_PROCESSING(SSprocessing, src)
/datum/component/happiness/proc/view_happiness(mob/living/source, mob/living/clicker)
- if(!istype(clicker) || !COOLDOWN_FINISHED(src, happiness_inspect) || !clicker.CanReach(source))
+ if(HAS_TRAIT(source, TRAIT_MOB_HIDE_HAPPINESS) || !istype(clicker) || !COOLDOWN_FINISHED(src, happiness_inspect) || !clicker.CanReach(source))
return
var/list/offset_to_add = get_icon_dimensions(source.icon)
var/y_position = offset_to_add["height"] + 1
diff --git a/code/datums/components/heart_eater.dm b/code/datums/components/heart_eater.dm
new file mode 100644
index 00000000000000..5b73c40c9549e6
--- /dev/null
+++ b/code/datums/components/heart_eater.dm
@@ -0,0 +1,118 @@
+/datum/component/heart_eater
+ /// Check if we fully ate whole heart and reset when we start eat new one.
+ var/bites_taken = 0
+ /// Remember the number of species damage_modifier.
+ var/remember_modifier = 0
+ /// Remember last heart we ate and reset bites_taken counter if we start eat new one
+ var/datum/weakref/last_heart_we_ate
+ /// List of all mutations allowed to get.
+ var/static/list/datum/mutation/human/mutations_list = list(
+ /datum/mutation/human/adaptation/cold,
+ /datum/mutation/human/adaptation/heat,
+ /datum/mutation/human/adaptation/pressure,
+ /datum/mutation/human/adaptation/thermal,
+ /datum/mutation/human/chameleon,
+ /datum/mutation/human/cryokinesis,
+ /datum/mutation/human/cryokinesis/pyrokinesis,
+ /datum/mutation/human/dwarfism,
+ /datum/mutation/human/geladikinesis/ash,
+ /datum/mutation/human/insulated,
+ /datum/mutation/human/telekinesis,
+ /datum/mutation/human/telepathy,
+ /datum/mutation/human/thermal,
+ /datum/mutation/human/tongue_spike,
+ /datum/mutation/human/webbing,
+ /datum/mutation/human/xray,
+ )
+
+/datum/component/heart_eater/Initialize(...)
+ . = ..()
+ if(!ishuman(parent))
+ return COMPONENT_INCOMPATIBLE
+ prepare_species(parent)
+
+/datum/component/heart_eater/RegisterWithParent()
+ . = ..()
+ RegisterSignal(parent, COMSIG_SPECIES_GAIN, PROC_REF(on_species_change))
+ RegisterSignal(parent, COMSIG_LIVING_FINISH_EAT, PROC_REF(eat_eat_eat))
+
+/datum/component/heart_eater/UnregisterFromParent()
+ . = ..()
+ UnregisterSignal(parent, COMSIG_LIVING_FINISH_EAT)
+ UnregisterSignal(parent, COMSIG_SPECIES_GAIN)
+
+/datum/component/heart_eater/proc/prepare_species(mob/living/carbon/human/eater)
+ if(eater.get_liked_foodtypes() & GORE)
+ return
+ var/obj/item/organ/internal/tongue/eater_tongue = eater.get_organ_slot(ORGAN_SLOT_TONGUE)
+ if(!eater_tongue)
+ return
+ eater_tongue.disliked_foodtypes &= ~GORE
+ eater_tongue.liked_foodtypes |= GORE
+
+/datum/component/heart_eater/proc/on_species_change(mob/living/carbon/human/eater, datum/species/new_species, datum/species/old_species)
+ SIGNAL_HANDLER
+
+ eater.dna?.species?.damage_modifier += remember_modifier
+ prepare_species(eater)
+
+/// Proc called when we finish eat somthing.
+/datum/component/heart_eater/proc/eat_eat_eat(mob/living/carbon/human/eater, datum/what_we_ate)
+ SIGNAL_HANDLER
+
+ if(get_area(eater) == GLOB.areas_by_type[/area/centcom/wizard_station])
+ return
+ if(!istype(what_we_ate, /obj/item/organ/internal/heart))
+ return
+ var/obj/item/organ/internal/heart/we_ate_heart = what_we_ate
+ var/obj/item/organ/internal/heart/previous_heart = last_heart_we_ate?.resolve()
+ if(we_ate_heart == previous_heart)
+ return
+ bites_taken = 0
+
+ last_heart_we_ate = WEAKREF(we_ate_heart)
+ bites_taken++
+ if(bites_taken < (we_ate_heart.reagents.total_volume/2))
+ return
+ if(prob(50))
+ perfect_heart(eater)
+ return
+ not_perfect_heart(eater)
+
+///Perfect heart give our +10 damage modifier(Max. 80).
+/datum/component/heart_eater/proc/perfect_heart(mob/living/carbon/human/eater)
+ if(eater.dna?.species?.damage_modifier >= 80)
+ healing_heart(eater)
+ return
+ eater.dna?.species?.damage_modifier += 10
+ remember_modifier += 10
+ healing_heart(eater)
+ to_chat(eater, span_warning("This heart is perfect. You feel a surge of vital energy."))
+
+///Not Perfect heart give random mutation.
+/datum/component/heart_eater/proc/not_perfect_heart(mob/living/carbon/human/eater)
+ var/datum/mutation/human/new_mutation
+ var/list/datum/mutation/human/shuffle_mutation_list = shuffle(mutations_list)
+ for(var/mutation_in_list in shuffle_mutation_list)
+ if(is_type_in_list(mutation_in_list, eater.dna.mutations))
+ continue
+ new_mutation = mutation_in_list
+ break
+ if(isnull(new_mutation))
+ healing_heart(eater)
+ return
+ eater.dna.add_mutation(new_mutation)
+ healing_heart(eater)
+ to_chat(eater, span_warning("This heart is not right for you. You now have [new_mutation.name] mutation."))
+
+///Heart eater give also strong healing from hearts.
+/datum/component/heart_eater/proc/healing_heart(mob/living/carbon/human/eater)
+ for(var/heal_organ in eater.organs)
+ eater.adjustOrganLoss(heal_organ, -50)
+ for(var/datum/wound/heal_wound in eater.all_wounds)
+ heal_wound.remove_wound()
+ eater.adjustBruteLoss(-50)
+ eater.adjustFireLoss(-50)
+ eater.adjustToxLoss(-50)
+ eater.adjustOxyLoss(-50)
+ eater.adjustStaminaLoss(-50)
diff --git a/code/datums/components/material/remote_materials.dm b/code/datums/components/material/remote_materials.dm
index d2804f97df120b..d630ce8e77f9b8 100644
--- a/code/datums/components/material/remote_materials.dm
+++ b/code/datums/components/material/remote_materials.dm
@@ -147,7 +147,7 @@ handles linking back and forth.
/datum/component/remote_materials/proc/OnMultitool(datum/source, mob/user, obj/item/multitool/M)
SIGNAL_HANDLER
- . = ITEM_INTERACT_BLOCKING
+ . = NONE
if (!QDELETED(M.buffer) && istype(M.buffer, /obj/machinery/ore_silo))
if (silo == M.buffer)
to_chat(user, span_warning("[parent] is already connected to [silo]!"))
diff --git a/code/datums/components/mob_chain.dm b/code/datums/components/mob_chain.dm
index a258fe3f5be601..e2f90eed16ee8d 100644
--- a/code/datums/components/mob_chain.dm
+++ b/code/datums/components/mob_chain.dm
@@ -88,7 +88,7 @@
var/mob/living/body = parent
body.update_appearance(UPDATE_ICON_STATE)
-/// Called when something sets us as IT'S front
+/// Called when something sets us as ITS front
/datum/component/mob_chain/proc/on_gained_tail(mob/living/body, mob/living/tail)
SIGNAL_HANDLER
back = tail
diff --git a/code/datums/components/object_possession.dm b/code/datums/components/object_possession.dm
index c62f0905068b1f..2a423e0016c795 100644
--- a/code/datums/components/object_possession.dm
+++ b/code/datums/components/object_possession.dm
@@ -8,7 +8,7 @@
/**
* back up of the real name during user possession
*
- * When a user possesses an object it's real name is set to the user name and this
+ * When a user possesses an object its real name is set to the user name and this
* stores whatever the real name was previously. When possession ends, the real name
* is reset to this value
*/
diff --git a/code/datums/components/on_hit_effect.dm b/code/datums/components/on_hit_effect.dm
deleted file mode 100644
index 9d1d047429069a..00000000000000
--- a/code/datums/components/on_hit_effect.dm
+++ /dev/null
@@ -1,93 +0,0 @@
-/**
- * ## On Hit Effect Component!
- *
- * Component for other elements/components to rely on for on-hit effects without duplicating the on-hit code.
- * See Lifesteal, or bane for examples.
- *
- * THIS COULD EASILY SUPPORT COMPONENT_DUPE_ALLOWED but the getcomponent makes it throw errors. if you can figure that out feel free to readd the dupe types
- */
-/datum/component/on_hit_effect
- ///callback used by other components to apply effects
- var/datum/callback/on_hit_callback
- ///callback optionally used for more checks
- var/datum/callback/extra_check_callback
- ///optionally should we also apply the effect if thrown at something?
- var/thrown_effect
-
-/datum/component/on_hit_effect/Initialize(on_hit_callback, extra_check_callback, thrown_effect = FALSE)
- src.on_hit_callback = on_hit_callback
- src.extra_check_callback = extra_check_callback
- if(!(ismachinery(parent) || isstructure(parent) || isgun(parent) || isprojectilespell(parent) || isitem(parent) || isanimal_or_basicmob(parent) || isprojectile(parent)))
- return ELEMENT_INCOMPATIBLE
- src.thrown_effect = thrown_effect
-
-/datum/component/on_hit_effect/Destroy(force)
- on_hit_callback = null
- extra_check_callback = null
- return ..()
-
-/datum/component/on_hit_effect/RegisterWithParent()
- if(ismachinery(parent) || isstructure(parent) || isgun(parent) || isprojectilespell(parent))
- RegisterSignal(parent, COMSIG_PROJECTILE_ON_HIT, PROC_REF(on_projectile_hit))
- else if(isitem(parent))
- RegisterSignal(parent, COMSIG_ITEM_AFTERATTACK, PROC_REF(item_afterattack))
- else if(isanimal_or_basicmob(parent))
- RegisterSignal(parent, COMSIG_HOSTILE_POST_ATTACKINGTARGET, PROC_REF(hostile_attackingtarget))
- else if(isprojectile(parent))
- RegisterSignal(parent, COMSIG_PROJECTILE_SELF_ON_HIT, PROC_REF(on_projectile_self_hit))
-
- if(thrown_effect)
- RegisterSignal(parent, COMSIG_MOVABLE_IMPACT, PROC_REF(on_thrown_hit))
-
-/datum/component/on_hit_effect/UnregisterFromParent()
- UnregisterSignal(parent, list(
- COMSIG_PROJECTILE_ON_HIT,
- COMSIG_ITEM_AFTERATTACK,
- COMSIG_HOSTILE_POST_ATTACKINGTARGET,
- COMSIG_PROJECTILE_SELF_ON_HIT,
- COMSIG_MOVABLE_IMPACT,
- ))
-
-/datum/component/on_hit_effect/proc/item_afterattack(obj/item/source, atom/target, mob/user, proximity_flag, click_parameters)
- SIGNAL_HANDLER
-
- if(!proximity_flag)
- return
-
- if(extra_check_callback)
- if(!extra_check_callback.Invoke(user, target, source))
- return
- on_hit_callback.Invoke(source, user, target, user.zone_selected)
-
-/datum/component/on_hit_effect/proc/hostile_attackingtarget(mob/living/attacker, atom/target, success)
- SIGNAL_HANDLER
-
- if(!success)
- return
-
- if(extra_check_callback)
- if(!extra_check_callback.Invoke(attacker, target))
- return
- on_hit_callback.Invoke(attacker, attacker, target, attacker.zone_selected)
-
-/datum/component/on_hit_effect/proc/on_projectile_hit(datum/fired_from, atom/movable/firer, atom/target, angle, body_zone)
- SIGNAL_HANDLER
-
- if(extra_check_callback)
- if(!extra_check_callback.Invoke(firer, target))
- return
- on_hit_callback.Invoke(fired_from, firer, target, body_zone)
-
-/datum/component/on_hit_effect/proc/on_projectile_self_hit(datum/source, mob/firer, atom/target, angle, body_zone)
- SIGNAL_HANDLER
-
- if(extra_check_callback)
- if(!extra_check_callback.Invoke(firer, target))
- return
- on_hit_callback.Invoke(source, firer, target, body_zone)
-
-/datum/component/on_hit_effect/proc/on_thrown_hit(datum/source, atom/hit_atom, datum/thrownthing/throwingdatum)
- SIGNAL_HANDLER
- if(extra_check_callback && !extra_check_callback.Invoke(source, hit_atom))
- return
- on_hit_callback.Invoke(source, source, hit_atom, null)
diff --git a/code/datums/components/overlay_lighting.dm b/code/datums/components/overlay_lighting.dm
index 19c7528db8bf3c..258b8f87972e07 100644
--- a/code/datums/components/overlay_lighting.dm
+++ b/code/datums/components/overlay_lighting.dm
@@ -62,7 +62,7 @@
var/directional = FALSE
///Whether we're a beam light
var/beam = FALSE
- ///A cone overlay for directional light, it's alpha and color are dependant on the light
+ ///A cone overlay for directional light, its alpha and color are dependant on the light
var/image/cone
///Current tracked direction for the directional cast behaviour
var/current_direction
diff --git a/code/datums/components/pet_commands/pet_command.dm b/code/datums/components/pet_commands/pet_command.dm
index cf376b21001e8f..6ae249d2340aa5 100644
--- a/code/datums/components/pet_commands/pet_command.dm
+++ b/code/datums/components/pet_commands/pet_command.dm
@@ -97,6 +97,7 @@
/// Store the target for the AI blackboard
/datum/pet_command/proc/set_command_target(mob/living/parent, atom/target)
parent.ai_controller.set_blackboard_key(BB_CURRENT_PET_TARGET, target)
+ return TRUE
/// Provide information about how to display this command in a radial menu
/datum/pet_command/proc/provide_radial_data()
@@ -159,7 +160,7 @@
parent.ai_controller.CancelActions()
// Deciding if they can actually do anything with this target is the behaviour's job
- set_command_target(parent, pointed_atom)
- // These are usually hostile actions so should have a record in chat
- parent.visible_message(span_warning("[parent] follows [friend]'s gesture towards [pointed_atom] [pointed_reaction]!"))
+ if(set_command_target(parent, pointed_atom))
+ // These are usually hostile actions so should have a record in chat
+ parent.visible_message(span_warning("[parent] follows [friend]'s gesture towards [pointed_atom][pointed_reaction ? " [pointed_reaction]" : ""]!"))
return TRUE
diff --git a/code/datums/components/pet_commands/pet_commands_basic.dm b/code/datums/components/pet_commands/pet_commands_basic.dm
index d9ce0ccb56a461..ad48bba0ffd07a 100644
--- a/code/datums/components/pet_commands/pet_commands_basic.dm
+++ b/code/datums/components/pet_commands/pet_commands_basic.dm
@@ -202,6 +202,8 @@
pointed_reaction = "and growls"
/// Blackboard key where a reference to some kind of mob ability is stored
var/pet_ability_key
+ /// The AI behavior to use for the ability
+ var/ability_behavior = /datum/ai_behavior/pet_use_ability
/datum/pet_command/point_targeting/use_ability/execute_action(datum/ai_controller/controller)
if (!pet_ability_key)
@@ -211,7 +213,7 @@
return
// We don't check if the target exists because we want to 'sit attentively' if we've been instructed to attack but not given one yet
// We also don't check if the cooldown is over because there's no way a pet owner can know that, the behaviour will handle it
- controller.queue_behavior(/datum/ai_behavior/pet_use_ability, pet_ability_key, BB_CURRENT_PET_TARGET)
+ controller.queue_behavior(ability_behavior, pet_ability_key, BB_CURRENT_PET_TARGET)
return SUBTREE_RETURN_FINISH_PLANNING
/datum/pet_command/protect_owner
@@ -266,3 +268,29 @@
return
if(isliving(attacker) && can_see(owner, attacker, protect_range))
set_command_active(owner, attacker)
+
+/**
+ * # Fish command: command the mob to fish at the next fishing spot you point at. Requires the profound fisher component
+ */
+/datum/pet_command/point_targeting/fish
+ command_name = "Fish"
+ command_desc = "Command your pet to try fishing at a nearby fishing spot."
+ radial_icon = 'icons/obj/aquarium/fish.dmi'
+ radial_icon_state = "goldfish"
+ speech_commands = list("fish")
+
+// Refuse to target things we can't target, chiefly other friends
+/datum/pet_command/point_targeting/fish/set_command_target(mob/living/parent, atom/target)
+ if (!target)
+ return
+ if(!parent.ai_controller || !HAS_TRAIT(parent, TRAIT_PROFOUND_FISHER))
+ return
+ var/datum/targeting_strategy/targeter = GET_TARGETING_STRATEGY(/datum/targeting_strategy/fishing)
+ if (!targeter?.can_attack(parent, target))
+ parent.balloon_alert_to_viewers("shakes head!")
+ return
+ return ..()
+
+/datum/pet_command/point_targeting/fish/execute_action(datum/ai_controller/controller)
+ controller.queue_behavior(/datum/ai_behavior/hunt_target/unarmed_attack_target/reset_target_combat_mode, BB_CURRENT_PET_TARGET)
+ return SUBTREE_RETURN_FINISH_PLANNING
diff --git a/code/datums/components/plumbing/_plumbing.dm b/code/datums/components/plumbing/_plumbing.dm
index 490f88d39b25e4..c59be2ed27651b 100644
--- a/code/datums/components/plumbing/_plumbing.dm
+++ b/code/datums/components/plumbing/_plumbing.dm
@@ -302,7 +302,7 @@
demand_connects = new_demand_connects
supply_connects = new_supply_connects
-///Give the direction of a pipe, and it'll return wich direction it originally was when it's object pointed SOUTH
+///Give the direction of a pipe, and it'll return wich direction it originally was when its object pointed SOUTH
/datum/component/plumbing/proc/get_original_direction(dir)
var/atom/movable/parent_movable = parent
return turn(dir, dir2angle(parent_movable.dir) - 180)
diff --git a/code/datums/components/profound_fisher.dm b/code/datums/components/profound_fisher.dm
index ec839e265f2f05..1bc10b8ac303b7 100644
--- a/code/datums/components/profound_fisher.dm
+++ b/code/datums/components/profound_fisher.dm
@@ -2,14 +2,11 @@
/datum/component/profound_fisher
///the fishing rod this mob will use
var/obj/item/fishing_rod/mob_fisher/our_rod
- ///if controlled by an AI, the things this mob can "pretend" fish
- var/list/npc_fishing_preset
/datum/component/profound_fisher/Initialize(list/npc_fishing_preset = list())
if(!isliving(parent))
return
our_rod = new(parent)
- src.npc_fishing_preset = npc_fishing_preset
ADD_TRAIT(parent, TRAIT_PROFOUND_FISHER, REF(src))
/datum/component/profound_fisher/RegisterWithParent()
@@ -29,7 +26,7 @@
if(!HAS_TRAIT(target, TRAIT_FISHING_SPOT))
return NONE
var/mob/living/living_parent = parent
- if(!living_parent.CanReach(target))
+ if(living_parent.combat_mode || !living_parent.CanReach(target))
return NONE
if(living_parent.client)
INVOKE_ASYNC(our_rod, TYPE_PROC_REF(/obj/item, melee_attack_chain), parent, target)
@@ -38,23 +35,24 @@
return COMPONENT_HOSTILE_NO_ATTACK
/datum/component/profound_fisher/proc/pretend_fish(atom/target)
- var/fishing_type
- for(var/type in npc_fishing_preset)
- if(!istype(target, type))
- continue
- fishing_type = npc_fishing_preset[type]
- break
- var/datum/fish_source/fish_spot = GLOB.preset_fish_sources[fishing_type]
+ var/mob/living/living_parent = parent
+ if(DOING_INTERACTION_WITH_TARGET(living_parent, target))
+ return
+ var/list/fish_spot_container[NPC_FISHING_SPOT]
+ SEND_SIGNAL(target, COMSIG_NPC_FISHING, fish_spot_container)
+ var/datum/fish_source/fish_spot = fish_spot_container[NPC_FISHING_SPOT]
if(isnull(fish_spot))
return null
var/obj/effect/fishing_lure/lure = new(get_turf(target), target)
- var/mob/living/living_parent = parent
- if(!do_after(living_parent, 10 SECONDS, target = target))
+ playsound(lure, 'sound/effects/splash.ogg', 100)
+ var/happiness_percentage = living_parent.ai_controller?.blackboard[BB_BASIC_HAPPINESS] / 100
+ var/fishing_speed = 10 SECONDS - round(4 SECONDS * happiness_percentage)
+ if(!do_after(living_parent, fishing_speed, target = target) && !QDELETED(fish_spot))
qdel(lure)
return
var/reward_loot = fish_spot.roll_reward(our_rod, parent)
- if(ispath(reward_loot))
- fish_spot.dispense_reward(reward_loot, parent, target)
+ fish_spot.dispense_reward(reward_loot, parent, target)
+ playsound(lure, 'sound/effects/bigsplash.ogg', 100)
qdel(lure)
/obj/item/fishing_rod/mob_fisher
diff --git a/code/datums/components/riding/riding_vehicle.dm b/code/datums/components/riding/riding_vehicle.dm
index f60ca65fcdb5cd..c249bafdf70f08 100644
--- a/code/datums/components/riding/riding_vehicle.dm
+++ b/code/datums/components/riding/riding_vehicle.dm
@@ -243,14 +243,53 @@
/datum/component/riding/vehicle/scooter/skateboard/hover/proc/hover_check(is_moving = FALSE)
var/atom/movable/movable = parent
if(!is_space_or_openspace(movable.loc))
- override_allow_spacemove = TRUE
+ on_hover_enabled()
return
var/turf/open/our_turf = movable.loc
- var/turf/turf_below = GET_TURF_BELOW(our_turf)
- if(our_turf.zPassOut(DOWN) && (isnull(turf_below) || (is_space_or_openspace(turf_below) && turf_below.zPassIn(DOWN) && turf_below.zPassOut(DOWN))))
- override_allow_spacemove = FALSE
- if(turf_below)
- our_turf.zFall(movable, falling_from_move = is_moving)
+ var/turf/below = GET_TURF_BELOW(our_turf)
+
+ if(!check_space_turf(our_turf))
+ on_hover_fail()
+ return
+ //it's open space without support and the turf below is null or space without lattice, or if it'd fall several z-levels.
+ if(isopenspaceturf(our_turf) && our_turf.zPassOut(DOWN) && (isnull(below) || !check_space_turf(below) || (below.zPassOut(DOWN) && below.zPassIn(DOWN))))
+ on_hover_fail(our_turf, below, is_moving)
+ return
+ on_hover_enabled()
+
+///Part of the hover_check proc that returns false if it's a space turf without lattice or such.
+/datum/component/riding/vehicle/scooter/skateboard/hover/proc/check_space_turf(turf/turf)
+ if(!isspaceturf(turf))
+ return TRUE
+ for(var/obj/object in turf.contents)
+ if(object.obj_flags & BLOCK_Z_OUT_DOWN)
+ return TRUE
+ return FALSE
+
+///Called by hover_check() when the hoverboard is on a valid turf.
+/datum/component/riding/vehicle/scooter/skateboard/hover/proc/on_hover_enabled()
+ override_allow_spacemove = TRUE
+
+///Called by hover_check() when the hoverboard is on space or open space turf without a support underneath it.
+/datum/component/riding/vehicle/scooter/skateboard/hover/proc/on_hover_fail(turf/open/our_turf, turf/turf_below, is_moving)
+ override_allow_spacemove = FALSE
+ if(turf_below)
+ our_turf.zFall(parent, falling_from_move = is_moving)
+
+/datum/component/riding/vehicle/scooter/skateboard/hover/holy
+ var/is_slown_down = FALSE
+
+/datum/component/riding/vehicle/scooter/skateboard/hover/holy/on_hover_enabled()
+ if(!is_slown_down)
+ return
+ is_slown_down = FALSE
+ vehicle_move_delay -= 1
+
+/datum/component/riding/vehicle/scooter/skateboard/hover/holy/on_hover_fail(turf/open/our_turf, turf/turf_below, is_moving)
+ if(is_slown_down)
+ return
+ is_slown_down = TRUE
+ vehicle_move_delay += 1
/datum/component/riding/vehicle/scooter/skateboard/wheelys
vehicle_move_delay = 1.75 // SKYRAT EDIT - ORIGINAL: 0
diff --git a/code/datums/components/slime_friends.dm b/code/datums/components/slime_friends.dm
new file mode 100644
index 00000000000000..d2b751d092ea99
--- /dev/null
+++ b/code/datums/components/slime_friends.dm
@@ -0,0 +1,61 @@
+/datum/component/slime_friends
+ /// Slime maker timer.
+ var/timer
+ /// List to pick from when we need slime colour.
+ var/static/colours = list(
+ /datum/slime_type/adamantine,
+ /datum/slime_type/black,
+ /datum/slime_type/blue,
+ /datum/slime_type/bluespace,
+ /datum/slime_type/cerulean,
+ /datum/slime_type/darkblue,
+ /datum/slime_type/darkpurple,
+ /datum/slime_type/gold,
+ /datum/slime_type/green,
+ /datum/slime_type/grey,
+ /datum/slime_type/lightpink,
+ /datum/slime_type/metal,
+ /datum/slime_type/oil,
+ /datum/slime_type/orange,
+ /datum/slime_type/pink,
+ /datum/slime_type/purple,
+ /datum/slime_type/pyrite,
+ /datum/slime_type/rainbow,
+ /datum/slime_type/red,
+ /datum/slime_type/sepia,
+ /datum/slime_type/silver,
+ /datum/slime_type/yellow,
+ )
+
+/datum/component/slime_friends/Initialize(...)
+ . = ..()
+ if(!isliving(parent))
+ return COMPONENT_INCOMPATIBLE
+ var/mob/living/living_parent = parent
+ living_parent.faction |= FACTION_SLIME
+ RegisterSignal(living_parent, COMSIG_ENTER_AREA, PROC_REF(start_slime_prodaction))
+
+/datum/component/slime_friends/Destroy(force)
+ . = ..()
+ var/mob/living/living_parent = parent
+ living_parent.faction -= FACTION_SLIME
+ timer = null
+
+/// Start slime prodaction when we leave wizden.
+/datum/component/slime_friends/proc/start_slime_prodaction(mob/living/friend, area/new_area)
+ if(new_area == GLOB.areas_by_type[/area/centcom/wizard_station])
+ return
+ timer = addtimer(CALLBACK(src, PROC_REF(make_slime_friend), friend), 20 SECONDS)
+ UnregisterSignal(friend, COMSIG_ENTER_AREA)
+
+/// Slime prodactor proc.
+/datum/component/slime_friends/proc/make_slime_friend(mob/living/friend)
+ timer = addtimer(CALLBACK(src, PROC_REF(make_slime_friend), friend), 20 SECONDS)
+ if(get_area(friend) == GLOB.areas_by_type[/area/centcom/wizard_station])
+ return
+ var/turf/where = get_turf(friend)
+ var/new_colour = pick(colours)
+ var/mob/living/basic/slime/new_friend = new(where, new_colour, SLIME_LIFE_STAGE_ADULT)
+ new_friend.faction = friend.faction.Copy()
+ new_friend.set_enraged_behaviour()
+ friend.nutrition -= 50
diff --git a/code/datums/components/slippery.dm b/code/datums/components/slippery.dm
index 74dbdd5642fe20..8a934cdd4c1d5e 100644
--- a/code/datums/components/slippery.dm
+++ b/code/datums/components/slippery.dm
@@ -56,7 +56,7 @@
* * lube_flags - Controls the slip behaviour, they are listed starting [here][SLIDE]
* * datum/callback/on_slip_callback - Callback to define further custom controls on when slipping is applied
* * paralyze - length of time to paralyze the crossing mob for (Deciseconds)
- * * force_drop - should the crossing mob drop items in it's hands or not
+ * * force_drop - should the crossing mob drop items in its hands or not
* * slot_whitelist - flags controlling where on a mob this item can be equipped to make the parent mob slippery full list [here][ITEM_SLOT_OCLOTHING]
* * datum/callback/on_slip_callback - Callback to add custom behaviours as the crossing mob is slipped
*/
diff --git a/code/datums/components/soapbox.dm b/code/datums/components/soapbox.dm
new file mode 100644
index 00000000000000..4622cc089288c7
--- /dev/null
+++ b/code/datums/components/soapbox.dm
@@ -0,0 +1,44 @@
+/datum/component/soapbox
+ /// List of our current soapboxxer(s) who are gaining loud speech
+ var/list/soapboxers = list()
+ /// Gives atoms moving over us the soapbox speech and takes it away when they leave
+ var/static/list/loc_connections = list(
+ COMSIG_ATOM_ENTERED = PROC_REF(on_loc_entered),
+ COMSIG_ATOM_EXITED = PROC_REF(on_loc_exited),
+ )
+
+/datum/component/soapbox/Initialize(...)
+ if(!ismovable(parent))
+ return COMPONENT_INCOMPATIBLE
+ add_connect_loc_behalf_to_parent()
+ RegisterSignal(parent, COMSIG_MOVABLE_MOVED, PROC_REF(parent_moved))
+
+///Applies loud speech to our movable when entering the turf our parent is on
+/datum/component/soapbox/proc/on_loc_entered(datum/source, atom/movable/soapbox_arrive)
+ SIGNAL_HANDLER
+ if(QDELETED(soapbox_arrive))
+ return
+ RegisterSignal(soapbox_arrive, COMSIG_MOB_SAY, PROC_REF(soapbox_speech))
+ soapboxers += soapbox_arrive
+
+///Takes away loud speech from our movable when it leaves the turf our parent is on
+/datum/component/soapbox/proc/on_loc_exited(datum/source, atom/movable/soapbox_leave)
+ SIGNAL_HANDLER
+ if(soapbox_leave in soapboxers)
+ UnregisterSignal(soapbox_leave, COMSIG_MOB_SAY)
+ soapboxers -= soapbox_leave
+
+///We don't want our soapboxxer to keep their loud say if the parent is moved out from under them
+/datum/component/soapbox/proc/parent_moved(datum/source)
+ SIGNAL_HANDLER
+ for(var/atom/movable/loud as anything in soapboxers)
+ UnregisterSignal(loud, COMSIG_MOB_SAY)
+ soapboxers = list()
+
+///Gives a mob a unique say span
+/datum/component/soapbox/proc/soapbox_speech(datum/source, list/speech_args)
+ SIGNAL_HANDLER
+ speech_args[SPEECH_SPANS] |= SPAN_SOAPBOX
+
+/datum/component/soapbox/proc/add_connect_loc_behalf_to_parent()
+ AddComponent(/datum/component/connect_loc_behalf, parent, loc_connections)
diff --git a/code/datums/components/space_allaergy.dm b/code/datums/components/space_allaergy.dm
new file mode 100644
index 00000000000000..d1bc334ce1f5fd
--- /dev/null
+++ b/code/datums/components/space_allaergy.dm
@@ -0,0 +1,14 @@
+/// Slowly kill the thing when iuts on a planet
+/datum/component/planet_allergy/Initialize(...)
+ if(!isliving(parent))
+ return COMPONENT_INCOMPATIBLE
+
+ RegisterSignal(parent, COMSIG_ENTER_AREA, PROC_REF(entered_area))
+
+/datum/component/planet_allergy/proc/entered_area(mob/living/parent, area/new_area)
+ SIGNAL_HANDLER
+
+ if(is_on_a_planet(parent) && parent.has_gravity())
+ parent.apply_status_effect(/datum/status_effect/planet_allergy) //your gamer body cant stand real gravity
+ else
+ parent.remove_status_effect(/datum/status_effect/planet_allergy)
diff --git a/code/datums/components/space_camo.dm b/code/datums/components/space_camo.dm
new file mode 100644
index 00000000000000..08b6c10649443b
--- /dev/null
+++ b/code/datums/components/space_camo.dm
@@ -0,0 +1,54 @@
+/// Camouflage us when we enter space by increasing alpha and or changing color
+/datum/component/space_camo
+ /// Alpha we have in space
+ var/space_alpha
+ /// Alpha we have elsewhere
+ var/non_space_alpha
+ /// How long we can't enter camo after hitting or being hit
+ var/reveal_after_combat
+ /// The world time after we can camo again
+ VAR_PRIVATE/next_camo
+
+/datum/component/space_camo/Initialize(space_alpha, non_space_alpha, reveal_after_combat)
+ if(!ismovable(parent))
+ return COMPONENT_INCOMPATIBLE
+
+ src.space_alpha = space_alpha
+ src.non_space_alpha = non_space_alpha
+ src.reveal_after_combat = reveal_after_combat
+
+ RegisterSignal(parent, COMSIG_ATOM_ENTERING, PROC_REF(on_atom_entering))
+
+ if(isliving(parent))
+ RegisterSignals(parent, list(COMSIG_ATOM_WAS_ATTACKED, COMSIG_MOB_ITEM_ATTACK, COMSIG_LIVING_UNARMED_ATTACK, COMSIG_ATOM_BULLET_ACT, COMSIG_ATOM_REVEAL), PROC_REF(force_exit_camo))
+
+/datum/component/space_camo/proc/on_atom_entering(atom/movable/entering, atom/entered)
+ SIGNAL_HANDLER
+
+ if(!attempt_enter_camo())
+ exit_camo(parent)
+
+/datum/component/space_camo/proc/attempt_enter_camo()
+ if(!isspaceturf(get_turf(parent)) || next_camo > world.time)
+ return FALSE
+
+ enter_camo(parent)
+ return TRUE
+
+/datum/component/space_camo/proc/force_exit_camo()
+ SIGNAL_HANDLER
+
+ exit_camo(parent)
+ next_camo = world.time + reveal_after_combat
+ addtimer(CALLBACK(src, PROC_REF(attempt_enter_camo)), reveal_after_combat, TIMER_OVERRIDE | TIMER_UNIQUE)
+
+/datum/component/space_camo/proc/enter_camo(atom/movable/parent)
+ if(parent.alpha != space_alpha)
+ animate(parent, alpha = space_alpha, time = 0.5 SECONDS)
+ parent.remove_from_all_data_huds()
+ parent.add_atom_colour(SSparallax.get_parallax_color(), TEMPORARY_COLOUR_PRIORITY)
+
+/datum/component/space_camo/proc/exit_camo(atom/movable/parent)
+ animate(parent, alpha = non_space_alpha, time = 0.5 SECONDS)
+ parent.add_to_all_human_data_huds()
+ parent.remove_atom_colour(TEMPORARY_COLOUR_PRIORITY)
diff --git a/code/datums/components/space_dive.dm b/code/datums/components/space_dive.dm
new file mode 100644
index 00000000000000..bbbeb0bb16832f
--- /dev/null
+++ b/code/datums/components/space_dive.dm
@@ -0,0 +1,84 @@
+/// Lets us dive under the station from space
+/datum/component/space_dive
+ /// holder we use when we're in dive
+ var/jaunt_type = /obj/effect/dummy/phased_mob/space_dive
+ /// time it takes to enter the dive
+ var/dive_time = 3 SECONDS
+ /// the time it takes to exit our space dive
+ var/surface_time = 1 SECONDS
+ /// Traits added during phasing (and removed after)
+ var/static/phase_traits = list(TRAIT_MAGICALLY_PHASED, TRAIT_RUNECHAT_HIDDEN, TRAIT_WEATHER_IMMUNE)
+
+/datum/component/space_dive/Initialize(...)
+ if(!isliving(parent))
+ return COMPONENT_INCOMPATIBLE
+
+ RegisterSignal(parent, COMSIG_MOVABLE_BUMP, PROC_REF(bump))
+
+/datum/component/space_dive/proc/bump(mob/living/parent, atom/bumped)
+ SIGNAL_HANDLER
+
+ if(!isspaceturf(get_turf(parent)))
+ return
+
+ if(ismovable(bumped))
+ if(istype(bumped, /obj/machinery/door))//door check is kinda lame but it just plays better
+ return
+
+ var/atom/movable/mover = bumped
+ if(!mover.anchored)
+ return
+
+ INVOKE_ASYNC(src, PROC_REF(attempt_dive), parent, bumped)
+
+/datum/component/space_dive/proc/attempt_dive(mob/living/parent, atom/bumped)
+ if(!do_after(parent, dive_time, bumped))
+ return
+
+ dive(bumped)
+
+/datum/component/space_dive/proc/dive(atom/bumped)
+ var/obj/effect/dummy/phased_mob/jaunt = new jaunt_type(get_turf(bumped), parent)
+
+ RegisterSignal(jaunt, COMSIG_MOB_EJECTED_FROM_JAUNT, PROC_REF(surface))
+ RegisterSignal(jaunt, COMSIG_MOB_PHASED_CHECK, PROC_REF(move_check))
+ parent.add_traits(phase_traits, REF(src))
+
+ // This needs to happen at the end, after all the traits and stuff is handled
+ SEND_SIGNAL(parent, COMSIG_MOB_ENTER_JAUNT, src, jaunt)
+
+/datum/component/space_dive/proc/move_check(obj/effect/dummy/phased_mob/jaunt, mob/living/parent, turf/new_turf)
+ SIGNAL_HANDLER
+
+ if(!isspaceturf(new_turf))
+ return
+
+ INVOKE_ASYNC(src, PROC_REF(attempt_surface), parent, new_turf)
+ return COMPONENT_BLOCK_PHASED_MOVE
+
+/// try and surface by doing a do_after
+/datum/component/space_dive/proc/attempt_surface(mob/living/parent, turf/new_turf)
+ if(do_after(parent, surface_time, new_turf, extra_checks = CALLBACK(src, PROC_REF(check_if_moved), parent, get_turf(parent))))
+ surface(null, parent, new_turf)
+
+// we check if we moved for the do_after, since relayed movements arent caught that well by the do_after
+/datum/component/space_dive/proc/check_if_moved(mob/living/parent, turf/do_after_turf)
+ return get_turf(parent) == do_after_turf
+
+/datum/component/space_dive/proc/surface(atom/holder, mob/living/parent, turf/target)
+ SIGNAL_HANDLER
+
+ var/obj/effect/dummy/phased_mob/jaunt = parent.loc
+ if(!istype(jaunt))
+ return FALSE
+
+ parent.remove_traits(phase_traits, REF(src))
+
+ parent.forceMove(target || get_turf(parent))
+ qdel(jaunt)
+
+ // This needs to happen at the end, after all the traits and stuff is handled
+ SEND_SIGNAL(parent, COMSIG_MOB_AFTER_EXIT_JAUNT, src)
+
+/obj/effect/dummy/phased_mob/space_dive
+ movespeed = 1
diff --git a/code/datums/components/space_kidnap.dm b/code/datums/components/space_kidnap.dm
new file mode 100644
index 00000000000000..8a1de2123d9d3f
--- /dev/null
+++ b/code/datums/components/space_kidnap.dm
@@ -0,0 +1,69 @@
+/// Component that lets us space kidnap people as the voidwalker with our HAAAADS
+/datum/component/space_kidnap
+ /// How long does it take to kidnap them?
+ var/kidnap_time = 6 SECONDS
+ /// Are we kidnapping right now?
+ var/kidnapping = FALSE
+
+/datum/component/space_kidnap/Initialize(...)
+ if(!ishuman(parent))
+ return COMPONENT_INCOMPATIBLE
+
+ RegisterSignal(parent, COMSIG_LIVING_UNARMED_ATTACK, PROC_REF(try_kidnap))
+
+/datum/component/space_kidnap/proc/try_kidnap(mob/living/parent, atom/target)
+ SIGNAL_HANDLER
+
+ if(!isliving(target))
+ return
+
+ var/mob/living/victim = target
+
+ if(victim.stat == DEAD)
+ target.balloon_alert(parent, "is dead!")
+ return COMPONENT_CANCEL_ATTACK_CHAIN
+
+ if(!victim.incapacitated())
+ return
+
+ if(!isspaceturf(get_turf(target)))
+ target.balloon_alert(parent, "not in space!")
+ return COMPONENT_CANCEL_ATTACK_CHAIN
+
+ if(!kidnapping)
+ INVOKE_ASYNC(src, PROC_REF(kidnap), parent, target)
+ return COMPONENT_CANCEL_ATTACK_CHAIN
+
+/datum/component/space_kidnap/proc/kidnap(mob/living/parent, mob/living/victim)
+ victim.Paralyze(kidnap_time) //so they don't get up if we already got em
+ var/obj/particles = new /obj/effect/abstract/particle_holder (victim, /particles/void_kidnap)
+ kidnapping = TRUE
+
+ if(do_after(parent, kidnap_time, victim, extra_checks = CALLBACK(victim, TYPE_PROC_REF(/mob, incapacitated))))
+ take_them(victim)
+
+ qdel(particles)
+ kidnapping = FALSE
+
+/datum/component/space_kidnap/proc/take_them(mob/living/victim)
+ if(ishuman(victim))
+ var/mob/living/carbon/human/hewmon = victim
+ hewmon.gain_trauma(/datum/brain_trauma/voided)
+
+ victim.flash_act(INFINITY, override_blindness_check = TRUE, visual = TRUE, type = /atom/movable/screen/fullscreen/flash/black)
+ new /obj/effect/temp_visual/circle_wave/unsettle(get_turf(victim))
+
+ if(!SSmapping.lazy_load_template(LAZY_TEMPLATE_KEY_VOIDWALKER_VOID) || !GLOB.voidwalker_void.len)
+ victim.forceMove(get_random_station_turf())
+ victim.heal_overall_damage(brute = 80, burn = 20)
+ CRASH("[victim] was instantly dumped after being voidwalker kidnapped due to a missing landmark!")
+ else
+ victim.heal_and_revive(90)
+ victim.adjustOxyLoss(-100, FALSE)
+
+ var/obj/wisp = new /obj/effect/wisp_mobile (get_turf(pick(GLOB.voidwalker_void)))
+ victim.forceMove(wisp)
+ succesfully_kidnapped()
+
+/datum/component/space_kidnap/proc/succesfully_kidnapped(mob/living/carbon/human/kidnappee)
+ SEND_SIGNAL(parent, COMSIG_VOIDWALKER_SUCCESFUL_KIDNAP, kidnappee)
diff --git a/code/datums/components/speechmod.dm b/code/datums/components/speechmod.dm
new file mode 100644
index 00000000000000..2506a0b914077b
--- /dev/null
+++ b/code/datums/components/speechmod.dm
@@ -0,0 +1,134 @@
+/// Used to apply certain speech patterns
+/// Can be used on organs, wearables, mutations and mobs
+/datum/component/speechmod
+ /// Assoc list for strings/regexes and their replacements. Should be lowercase, as case will be automatically changed
+ var/list/replacements = list()
+ /// String added to the end of the message
+ var/end_string = ""
+ /// Chance for the end string to be applied
+ var/end_string_chance = 100
+ /// Current target for modification
+ var/mob/targeted
+ /// Slot tags in which this item works when equipped
+ var/slots
+ /// If set to true, turns all text to uppercase
+ var/uppercase = FALSE
+ /// Any additional checks that we should do before applying the speech modification
+ var/datum/callback/should_modify_speech = null
+
+/datum/component/speechmod/Initialize(replacements = list(), end_string = "", end_string_chance = 100, slots, uppercase = FALSE, should_modify_speech)
+ if (!ismob(parent) && !isitem(parent) && !istype(parent, /datum/mutation/human))
+ return COMPONENT_INCOMPATIBLE
+
+ src.replacements = replacements
+ src.end_string = end_string
+ src.end_string_chance = end_string_chance
+ src.slots = slots
+ src.uppercase = uppercase
+ src.should_modify_speech = should_modify_speech
+
+ if (istype(parent, /datum/mutation/human))
+ RegisterSignal(parent, COMSIG_MUTATION_GAINED, PROC_REF(on_mutation_gained))
+ RegisterSignal(parent, COMSIG_MUTATION_LOST, PROC_REF(on_mutation_lost))
+ return
+
+ var/atom/owner = parent
+
+ if (ismob(parent))
+ targeted = parent
+ RegisterSignal(targeted, COMSIG_MOB_SAY, PROC_REF(handle_speech))
+ return
+
+ if (ismob(owner.loc))
+ targeted = owner.loc
+ RegisterSignal(targeted, COMSIG_MOB_SAY, PROC_REF(handle_speech))
+
+ RegisterSignal(parent, COMSIG_ITEM_EQUIPPED, PROC_REF(on_equipped))
+ RegisterSignal(parent, COMSIG_ITEM_DROPPED, PROC_REF(on_unequipped))
+ RegisterSignal(parent, COMSIG_ORGAN_IMPLANTED, PROC_REF(on_implanted))
+ RegisterSignal(parent, COMSIG_ORGAN_REMOVED, PROC_REF(on_removed))
+
+/datum/component/speechmod/proc/handle_speech(datum/source, list/speech_args)
+ SIGNAL_HANDLER
+
+ var/message = speech_args[SPEECH_MESSAGE]
+ if(message[1] == "*")
+ return
+ if(!isnull(should_modify_speech) && !should_modify_speech.Invoke(source, speech_args))
+ return
+
+ for (var/to_replace in replacements)
+ var/replacement = replacements[to_replace]
+ // Values can be lists to be picked randomly from
+ if (islist(replacement))
+ replacement = pick(replacement)
+
+ message = replacetextEx(message, to_replace, replacement)
+ message = trim(message)
+ if (prob(end_string_chance))
+ message += islist(end_string) ? pick(end_string) : end_string
+ speech_args[SPEECH_MESSAGE] = trim(message)
+
+ if (uppercase)
+ return COMPONENT_UPPERCASE_SPEECH
+
+/datum/component/speechmod/proc/on_equipped(datum/source, mob/living/user, slot)
+ SIGNAL_HANDLER
+
+ if (!isnull(slots) && !(slot & slots))
+ if (!isnull(targeted))
+ UnregisterSignal(targeted, COMSIG_MOB_SAY)
+ targeted = null
+ return
+
+ if (targeted == user)
+ return
+
+ targeted = user
+ RegisterSignal(targeted, COMSIG_MOB_SAY, PROC_REF(handle_speech))
+
+/datum/component/speechmod/proc/on_unequipped(datum/source, mob/living/user)
+ SIGNAL_HANDLER
+
+ if (isnull(targeted))
+ return
+ UnregisterSignal(targeted, COMSIG_MOB_SAY)
+ targeted = null
+
+/datum/component/speechmod/proc/on_implanted(datum/source, mob/living/carbon/receiver)
+ SIGNAL_HANDLER
+
+ if (targeted == receiver)
+ return
+
+ targeted = receiver
+ RegisterSignal(targeted, COMSIG_MOB_SAY, PROC_REF(handle_speech))
+
+/datum/component/speechmod/proc/on_removed(datum/source, mob/living/carbon/former_owner)
+ SIGNAL_HANDLER
+
+ if (isnull(targeted))
+ return
+ UnregisterSignal(targeted, COMSIG_MOB_SAY)
+ targeted = null
+
+/datum/component/speechmod/proc/on_mutation_gained(datum/source, mob/living/carbon/human/owner)
+ SIGNAL_HANDLER
+
+ if (targeted == owner)
+ return
+
+ targeted = owner
+ RegisterSignal(targeted, COMSIG_MOB_SAY, PROC_REF(handle_speech))
+
+/datum/component/speechmod/proc/on_mutation_lost(datum/source, mob/living/carbon/human/owner)
+ SIGNAL_HANDLER
+
+ if (isnull(targeted))
+ return
+ UnregisterSignal(targeted, COMSIG_MOB_SAY)
+ targeted = null
+
+/datum/component/speechmod/Destroy()
+ should_modify_speech = null
+ return ..()
diff --git a/code/datums/components/spirit_holding.dm b/code/datums/components/spirit_holding.dm
index a7accc38352ee8..b510fde3523a42 100644
--- a/code/datums/components/spirit_holding.dm
+++ b/code/datums/components/spirit_holding.dm
@@ -7,17 +7,20 @@
///bool on if this component is currently polling for observers to inhabit the item
var/attempting_awakening = FALSE
/// Allows renaming the bound item
- var/allow_renaming
+ var/allow_renaming = TRUE
/// Allows channeling
- var/allow_channeling
+ var/allow_channeling = TRUE
+ /// Allows exorcism
+ var/allow_exorcism
///mob contained in the item.
var/mob/living/basic/shade/bound_spirit
-/datum/component/spirit_holding/Initialize(datum/mind/soul_to_bind, mob/awakener, allow_renaming = TRUE, allow_channeling = TRUE)
+/datum/component/spirit_holding/Initialize(datum/mind/soul_to_bind, mob/awakener, allow_renaming = TRUE, allow_channeling = TRUE, allow_exorcism = TRUE)
if(!ismovable(parent)) //you may apply this to mobs, i take no responsibility for how that works out
return COMPONENT_INCOMPATIBLE
src.allow_renaming = allow_renaming
src.allow_channeling = allow_channeling
+ src.allow_exorcism = allow_exorcism
if(soul_to_bind)
bind_the_soule(soul_to_bind, awakener, soul_to_bind.name)
@@ -89,7 +92,7 @@
to_chat(ghost, span_userdanger("The new vessel for your spirit has been destroyed! You remain an unbound ghost."))
return
- bind_the_soule(ghost, awakener)
+ bind_the_soule(ghost.mind, awakener)
attempting_awakening = FALSE
@@ -107,7 +110,8 @@
bound_spirit.get_language_holder().omnitongue = TRUE //Grants omnitongue
RegisterSignal(parent, COMSIG_ATOM_RELAYMOVE, PROC_REF(block_buckle_message))
- RegisterSignal(parent, COMSIG_BIBLE_SMACKED, PROC_REF(on_bible_smacked))
+ if(allow_exorcism)
+ RegisterSignal(parent, COMSIG_BIBLE_SMACKED, PROC_REF(on_bible_smacked))
/**
* custom_name : Simply sends a tgui input text box to the blade asking what name they want to be called, and retries it if the input is invalid.
@@ -115,11 +119,13 @@
* Arguments:
* * awakener: user who interacted with the blade
*/
-/datum/component/spirit_holding/proc/custom_name(mob/awakener)
+/datum/component/spirit_holding/proc/custom_name(mob/awakener, iteration = 1)
+ if(iteration > 5)
+ return "indecision" // The spirit of indecision
var/chosen_name = sanitize_name(tgui_input_text(bound_spirit, "What are you named?", "Spectral Nomenclature", max_length = MAX_NAME_LEN))
if(!chosen_name) // with the way that sanitize_name works, it'll actually send the error message to the awakener as well.
to_chat(awakener, span_warning("Your blade did not select a valid name! Please wait as they try again.")) // more verbose than what sanitize_name might pass in it's error message
- return custom_name(awakener)
+ return custom_name(awakener, iteration++)
return chosen_name
///signal fired from a mob moving inside the parent
@@ -139,6 +145,8 @@
* * exorcist: user who is attempting to remove the spirit
*/
/datum/component/spirit_holding/proc/attempt_exorcism(mob/exorcist)
+ if(!allow_exorcism)
+ return // just in case
var/atom/movable/exorcised_movable = parent
to_chat(exorcist, span_notice("You begin to exorcise [parent]..."))
playsound(parent, 'sound/hallucinations/veryfar_noise.ogg',40,TRUE)
diff --git a/code/datums/components/splattercasting.dm b/code/datums/components/splattercasting.dm
index b550f2b1221f42..eafc9629a8386a 100644
--- a/code/datums/components/splattercasting.dm
+++ b/code/datums/components/splattercasting.dm
@@ -21,10 +21,12 @@
RegisterSignal(parent, COMSIG_MOB_SPELL_PROJECTILE, PROC_REF(on_spell_projectile))
RegisterSignal(parent, COMSIG_MOB_BEFORE_SPELL_CAST, PROC_REF(on_before_spell_cast))
RegisterSignal(parent, COMSIG_MOB_AFTER_SPELL_CAST, PROC_REF(on_after_spell_cast))
+ ADD_TRAIT(parent, TRAIT_SPLATTERCASTER, REF(src))
/datum/component/splattercasting/UnregisterFromParent()
. = ..()
UnregisterSignal(parent, list(COMSIG_SPECIES_LOSS, COMSIG_MOB_SPELL_PROJECTILE, COMSIG_MOB_BEFORE_SPELL_CAST, COMSIG_MOB_AFTER_SPELL_CAST))
+ REMOVE_TRAIT(parent, TRAIT_SPLATTERCASTER, REF(src))
///signal sent when a spell casts a projectile
/datum/component/splattercasting/proc/on_species_change(mob/living/carbon/source, datum/species/lost_species)
diff --git a/code/datums/components/style/style.dm b/code/datums/components/style/style.dm
index 748c8bd2e1beba..1003df648f0d03 100644
--- a/code/datums/components/style/style.dm
+++ b/code/datums/components/style/style.dm
@@ -222,7 +222,7 @@
rank = rank_changed
meter.maptext = "[format_rank_string(rank)][generate_multiplier()][generate_actions()]"
- meter.maptext_y = 100 - 9 * length(actions)
+ meter.maptext_y = 94 - 12 * length(actions)
update_meter(point_to_rank(), go_back)
/datum/component/style/proc/update_meter(new_rank, go_back)
@@ -273,19 +273,15 @@
return "SPACED!"
/datum/component/style/proc/format_rank_string(new_rank)
- var/rank_string = rank_to_string(new_rank)
- var/final_string = ""
- final_string += "[rank_string[1]]"
- final_string += "[copytext(rank_string, 2)]"
- return final_string
+ return MAPTEXT_PIXELLARI("[rank_to_string(new_rank)]")
/datum/component/style/proc/generate_multiplier()
- return "
MULTIPLIER: [point_multiplier]X"
+ return "
" + MAPTEXT_GRAND9K("MULTIPLIER: [point_multiplier]X")
/datum/component/style/proc/generate_actions()
var/action_string = ""
for(var/action in actions)
- action_string += "
+ [actions[action]]"
+ action_string += "
" + MAPTEXT_GRAND9K("+ [actions[action]]")
return action_string
/datum/component/style/proc/action_to_color(action)
diff --git a/code/datums/components/style/style_meter.dm b/code/datums/components/style/style_meter.dm
index 94263700dda21b..cc02baec1d5e05 100644
--- a/code/datums/components/style/style_meter.dm
+++ b/code/datums/components/style/style_meter.dm
@@ -132,7 +132,7 @@
maptext_height = 120
maptext_width = 105
maptext_x = 5
- maptext_y = 100
+ maptext_y = 94
maptext = ""
layer = SCREENTIP_LAYER
diff --git a/code/datums/components/tackle.dm b/code/datums/components/tackle.dm
index bd5e01a221f050..90735cf73e77fb 100644
--- a/code/datums/components/tackle.dm
+++ b/code/datums/components/tackle.dm
@@ -43,7 +43,7 @@
src.min_distance = min_distance
var/mob/P = parent
- to_chat(P, span_notice("You are now able to launch tackles! You can do so by activating throw mode, and clicking on your target with an empty hand."))
+ to_chat(P, span_notice("You are now able to launch tackles! You can do so by activating throw mode, and ") + span_boldnotice("RIGHT-CLICKING on your target with an empty hand."))
addtimer(CALLBACK(src, PROC_REF(resetTackle)), base_knockdown, TIMER_STOPPABLE)
@@ -74,6 +74,9 @@
if(modifiers[ALT_CLICK] || modifiers[SHIFT_CLICK] || modifiers[CTRL_CLICK] || modifiers[MIDDLE_CLICK])
return
+ if(!modifiers[RIGHT_CLICK])
+ return
+
if(!user.throw_mode || user.get_active_held_item() || user.pulling || user.buckled || user.incapacitated())
return
@@ -405,6 +408,10 @@
if(el_tail && (el_tail.wag_flags & WAG_WAGGING)) // lizard tail wagging is robust and can swat away assailants!
defense_mod += 1
+ var/obj/item/organ/internal/cyberimp/chest/spine/potential_spine = tackle_target.get_organ_slot(ORGAN_SLOT_SPINE)
+ if(istype(potential_spine))
+ defense_mod += potential_spine.strength_bonus
+
// OF-FENSE
var/mob/living/carbon/sacker = parent
var/sacker_drunkenness = sacker.get_drunk_amount()
@@ -437,6 +444,10 @@
if(sacker_wing)
attack_mod += 2
+ var/obj/item/organ/internal/cyberimp/chest/spine/potential_spine = sacker.get_organ_slot(ORGAN_SLOT_SPINE)
+ if(istype(potential_spine))
+ attack_mod += potential_spine.strength_bonus
+
if(ishuman(sacker))
var/mob/living/carbon/human/human_sacker = sacker
@@ -500,6 +511,10 @@
if(HAS_TRAIT(user, TRAIT_HEAD_INJURY_BLOCKED))
oopsie_mod -= 6
+ var/obj/item/organ/internal/cyberimp/chest/spine/potential_spine = user.get_organ_slot(ORGAN_SLOT_SPINE) // Can't snap that spine if it's made of metal.
+ if(istype(potential_spine))
+ oopsie_mod -= potential_spine.strength_bonus
+
if(HAS_TRAIT(user, TRAIT_CLUMSY))
oopsie_mod += 6 //honk!
diff --git a/code/datums/components/temporary_glass_shatter.dm b/code/datums/components/temporary_glass_shatter.dm
new file mode 100644
index 00000000000000..c2db33190e601e
--- /dev/null
+++ b/code/datums/components/temporary_glass_shatter.dm
@@ -0,0 +1,30 @@
+/// Component to make an item temporarily break glass
+/datum/component/temporary_glass_shatterer/Initialize(...)
+ . = ..()
+
+ if(!isitem(parent))
+ return COMPONENT_INCOMPATIBLE
+
+ RegisterSignal(parent, COMSIG_ITEM_INTERACTING_WITH_ATOM, PROC_REF(on_tap))
+
+/datum/component/temporary_glass_shatterer/proc/on_tap(obj/item/parent, mob/tapper, atom/target)
+ SIGNAL_HANDLER
+
+ if(istype(target, /obj/structure/window))
+ var/obj/structure/grille/grille = locate(/obj/structure/grille) in get_turf(target)
+ if(grille?.is_shocked())
+ target.balloon_alert(tapper, "is shocked!")
+ return COMPONENT_CANCEL_ATTACK_CHAIN
+
+ var/obj/structure/window/window = target
+ window.temporary_shatter()
+ else if(istype(target, /obj/structure/grille))
+ var/obj/structure/grille/grille = target
+ if(grille.is_shocked())
+ target.balloon_alert(tapper, "is shocked!")
+ return COMPONENT_CANCEL_ATTACK_CHAIN
+
+ grille.temporary_shatter()
+ else
+ return
+ return COMPONENT_CANCEL_ATTACK_CHAIN
diff --git a/code/datums/components/trader/trader.dm b/code/datums/components/trader/trader.dm
index b10041385277d5..d623a9943b8939 100644
--- a/code/datums/components/trader/trader.dm
+++ b/code/datums/components/trader/trader.dm
@@ -52,7 +52,7 @@
* Format; list(TYPEPATH = list(PRICE, QUANTITY, ADDITIONAL_DESCRIPTION))
* Associated list of items able to be sold to the NPC with the money given for them.
* The price given should be the "base" price; any price manipulation based on variables should be done with apply_sell_price_mods()
- * ADDITIONAL_DESCRIPTION is any additional text added to explain how the variables of the item effect the price; if it's stack based, it's final price depends how much is in the stack
+ * ADDITIONAL_DESCRIPTION is any additional text added to explain how the variables of the item effect the price; if it's stack based, its final price depends how much is in the stack
* EX; /obj/item/stack/sheet/mineral/diamond = list(500, INFINITY, ", per 100 cm3 sheet of diamond")
* This list is filled by Initialize(), if you want to change the starting wanted items, modify initial_wanteds()
*/
@@ -327,7 +327,7 @@ Can accept both a type path, and an instance of a datum. Type path has priority.
return original_cost
/**
- * Handles modifying/deleting the items to ensure that a proper amount is converted into cash; put into it's own proc to make the children of this not override a 30+ line sell_item()
+ * Handles modifying/deleting the items to ensure that a proper amount is converted into cash; put into its own proc to make the children of this not override a 30+ line sell_item()
*
* Arguments:
* * selling - (Item REF) this is the item being sold
diff --git a/code/datums/components/twohanded.dm b/code/datums/components/twohanded.dm
index 5a3ff4b4cb0700..dcb8d63a3c43e2 100644
--- a/code/datums/components/twohanded.dm
+++ b/code/datums/components/twohanded.dm
@@ -217,10 +217,11 @@
if(SEND_SIGNAL(parent, COMSIG_TWOHANDED_WIELD, user) & COMPONENT_TWOHANDED_BLOCK_WIELD)
user.dropItemToGround(parent, force = TRUE)
return COMPONENT_EQUIPPED_FAILED // blocked wield from item
+ if (wield_callback?.Invoke(parent, user) & COMPONENT_TWOHANDED_BLOCK_WIELD)
+ return
wielded = TRUE
ADD_TRAIT(parent, TRAIT_WIELDED, REF(src))
RegisterSignal(user, COMSIG_MOB_SWAPPING_HANDS, PROC_REF(on_swapping_hands))
- wield_callback?.Invoke(parent, user)
// update item stats and name
var/obj/item/parent_item = parent
diff --git a/code/datums/components/uplink.dm b/code/datums/components/uplink.dm
index d62414a862b242..a5ff46964bf6fa 100644
--- a/code/datums/components/uplink.dm
+++ b/code/datums/components/uplink.dm
@@ -3,7 +3,7 @@
/**
* Uplinks
*
- * All /obj/item(s) have a hidden_uplink var. By default it's null. Give the item one with 'new(src') (it must be in it's contents). Then add 'uses.'
+ * All /obj/item(s) have a hidden_uplink var. By default it's null. Give the item one with 'new(src') (it must be in its contents). Then add 'uses.'
* Use whatever conditionals you want to check that the user has an uplink, and then call interact() on their uplink.
* You might also want the uplink menu to open if active. Check if the uplink is 'active' and then interact() with it.
**/
diff --git a/code/datums/components/vacuum.dm b/code/datums/components/vacuum.dm
index c471dc13a16bcf..0bf7888ff47e3b 100644
--- a/code/datums/components/vacuum.dm
+++ b/code/datums/components/vacuum.dm
@@ -53,7 +53,7 @@
if (!isitem(potential_item))
continue
var/obj/item/item = potential_item
- if (vacuum_bag?.attackby(item))
+ if (vacuum_bag.atom_storage.attempt_insert(item))
sucked = TRUE // track that we successfully sucked up something
// if we did indeed suck up something, play a funny noise
diff --git a/code/datums/components/wormborn.dm b/code/datums/components/wormborn.dm
new file mode 100644
index 00000000000000..1841dbf38cc3e4
--- /dev/null
+++ b/code/datums/components/wormborn.dm
@@ -0,0 +1,74 @@
+/datum/component/wormborn
+
+/datum/component/wormborn/Initialize(...)
+ . = ..()
+ if(!isliving(parent))
+ return COMPONENT_INCOMPATIBLE
+
+/datum/component/wormborn/RegisterWithParent()
+ . = ..()
+ RegisterSignal(parent, COMSIG_LIVING_DEATH, PROC_REF(second_breath))
+
+/datum/component/wormborn/UnregisterFromParent()
+ . = ..()
+ UnregisterSignal(parent, COMSIG_LIVING_DEATH)
+
+/datum/component/wormborn/proc/second_breath(mob/living/source)
+ SIGNAL_HANDLER
+
+ if(get_area(source) == GLOB.areas_by_type[/area/centcom/wizard_station])
+ return
+ source.buckled?.unbuckle_mob(source, force = TRUE)
+
+ if(source.movement_type & VENTCRAWLING)
+ source.forceMove(get_turf(source))
+
+ var/mob/living/worm = new /mob/living/basic/wizard_worm(get_turf(source))
+ source.mind?.transfer_to(worm)
+ source.forceMove(worm)
+
+/mob/living/basic/wizard_worm
+ name = "Magic Worm"
+ desc = "Large blue worm. What happens if you put your hand in his mouth?."
+ icon = 'icons/mob/simple/mob.dmi'
+ icon_state = "wizard_start"
+ icon_living = "wizard_start"
+ base_icon_state = "wizard"
+ maxHealth = 800
+ health = 800
+ melee_damage_lower = 20
+ melee_damage_upper = 30
+ obj_damage = 200
+ speed = 0
+ move_force = MOVE_FORCE_OVERPOWERING
+ move_resist = MOVE_FORCE_OVERPOWERING
+ pull_force = MOVE_FORCE_OVERPOWERING
+ mob_size = MOB_SIZE_HUGE
+ sentience_type = SENTIENCE_BOSS
+ mob_biotypes = MOB_ORGANIC|MOB_SPECIAL
+
+/mob/living/basic/wizard_worm/has_gravity(turf/gravity_turf)
+ return TRUE
+
+/mob/living/basic/wizard_worm/can_be_pulled()
+ return FALSE
+
+/mob/living/basic/wizard_worm/Initialize(mapload, spawn_bodyparts = TRUE)
+ . = ..()
+ AddElement(/datum/element/wall_tearer)
+
+ if(spawn_bodyparts)
+ build_tail()
+
+/mob/living/basic/wizard_worm/proc/build_tail(mob/living/tail)
+ AddComponent(/datum/component/mob_chain, vary_icon_state = TRUE)
+ var/mob/living/basic/wizard_worm/prev = src
+ for(var/i in 1 to 5)
+ prev = new_segment(behind = prev)
+ update_appearance(UPDATE_ICON_STATE)
+
+/mob/living/basic/wizard_worm/proc/new_segment(mob/living/basic/wizard_worm/behind)
+ var/mob/living/segment = new type(drop_location(), FALSE)
+ ADD_TRAIT(segment, TRAIT_PERMANENTLY_MORTAL, INNATE_TRAIT)
+ segment.AddComponent(/datum/component/mob_chain, front = behind, vary_icon_state = TRUE)
+ return segment
diff --git a/code/datums/datum.dm b/code/datums/datum.dm
index b7e11010e8fe51..f4fd0190b2ab91 100644
--- a/code/datums/datum.dm
+++ b/code/datums/datum.dm
@@ -93,7 +93,7 @@
* Default implementation of clean-up code.
*
* This should be overridden to remove all references pointing to the object being destroyed, if
- * you do override it, make sure to call the parent and return it's return value by default
+ * you do override it, make sure to call the parent and return its return value by default
*
* Return an appropriate [QDEL_HINT][QDEL_HINT_QUEUE] to modify handling of your deletion;
* in most cases this is [QDEL_HINT_QUEUE].
diff --git a/code/datums/diseases/advance/symptoms/oxygen.dm b/code/datums/diseases/advance/symptoms/oxygen.dm
index fad70aff23f72e..79f0646a5c4b35 100644
--- a/code/datums/diseases/advance/symptoms/oxygen.dm
+++ b/code/datums/diseases/advance/symptoms/oxygen.dm
@@ -14,7 +14,7 @@
stage_speed = -3
transmittable = -4
level = 6
- base_message_chance = 5
+ base_message_chance = 3
symptom_delay_min = 1
symptom_delay_max = 1
required_organ = ORGAN_SLOT_LUNGS
@@ -40,26 +40,32 @@
if(4, 5)
infected_mob.losebreath = max(0, infected_mob.losebreath - 4)
infected_mob.adjustOxyLoss(-7)
+ if(prob(base_message_chance))
+ to_chat(infected_mob, span_notice("You realize you haven't been breathing."))
if(regenerate_blood && infected_mob.blood_volume < BLOOD_VOLUME_NORMAL)
infected_mob.blood_volume += 1
else
if(prob(base_message_chance))
- to_chat(infected_mob, span_notice("[pick("Your lungs feel great.", "You realize you haven't been breathing.", "You don't feel the need to breathe.")]"))
+ to_chat(infected_mob, span_notice("Your lungs feel great."))
return
-/datum/symptom/oxygen/on_stage_change(datum/disease/advance/A)
+/datum/symptom/oxygen/on_stage_change(datum/disease/advance/advanced_disease)
. = ..()
if(!.)
return FALSE
- var/mob/living/carbon/M = A.affected_mob
- if(A.stage >= 4)
- ADD_TRAIT(M, TRAIT_NOBREATH, DISEASE_TRAIT)
+ var/mob/living/carbon/infected_mob = advanced_disease.affected_mob
+ if(advanced_disease.stage >= 4)
+ ADD_TRAIT(infected_mob, TRAIT_NOBREATH, DISEASE_TRAIT)
+ if(advanced_disease.stage == 4)
+ to_chat(infected_mob, span_notice("You don't feel the need to breathe anymore."))
else
- REMOVE_TRAIT(M, TRAIT_NOBREATH, DISEASE_TRAIT)
+ REMOVE_TRAIT(infected_mob, TRAIT_NOBREATH, DISEASE_TRAIT)
+ if(advanced_disease.stage_peaked && advanced_disease.stage == 3)
+ to_chat(infected_mob, span_notice("You feel the need to breathe again."))
return TRUE
-/datum/symptom/oxygen/End(datum/disease/advance/A)
+/datum/symptom/oxygen/End(datum/disease/advance/advanced_disease)
. = ..()
if(!.)
return
- REMOVE_TRAIT(A.affected_mob, TRAIT_NOBREATH, DISEASE_TRAIT)
+ REMOVE_TRAIT(advanced_disease.affected_mob, TRAIT_NOBREATH, DISEASE_TRAIT)
diff --git a/code/datums/diseases/chronic_illness.dm b/code/datums/diseases/chronic_illness.dm
index d99d29e61a851b..37778a158ad79b 100644
--- a/code/datums/diseases/chronic_illness.dm
+++ b/code/datums/diseases/chronic_illness.dm
@@ -65,8 +65,8 @@
to_chat(affected_mob, span_danger("[pick("You feel as though your atoms are accelerating in place.", "You feel like you're being torn apart!")]"))
affected_mob.emote("scream")
need_mob_update += affected_mob.adjustBruteLoss(10, updating_health = FALSE)
- if(need_mob_update)
- affected_mob.updatehealth()
+ if(need_mob_update)
+ affected_mob.updatehealth()
if(5)
switch(rand(1,2))
if(1)
diff --git a/code/datums/dna.dm b/code/datums/dna.dm
index 3c405619456a80..9d1960a57c92eb 100644
--- a/code/datums/dna.dm
+++ b/code/datums/dna.dm
@@ -449,8 +449,9 @@ GLOBAL_LIST_INIT(total_uf_len_by_block, populate_total_uf_len_by_block())
if(holder && (human_mutation in mutations))
set_se(0, human_mutation)
. = human_mutation.on_losing(holder)
- qdel(human_mutation) // qdel mutations on removal
- update_instability(FALSE)
+ if(!(human_mutation in mutations))
+ qdel(human_mutation) // qdel mutations on removal
+ update_instability(FALSE)
return
/**
@@ -517,18 +518,21 @@ GLOBAL_LIST_INIT(total_uf_len_by_block, populate_total_uf_len_by_block())
if(create_mutation_blocks) //I hate this
generate_dna_blocks()
if(randomize_features)
- /* SKYRAT EDIT REMOVAL - We don't really want this. We instead let get_mutant_bodyparts() handle the bodypart randomization on our end, to prevent getting any crazy cross-species features.
+ /* SKYRAT EDIT REMOVAL START - We don't really want this. We instead let get_mutant_bodyparts() handle the bodypart randomization on our end, to prevent getting any crazy cross-species features.
var/static/list/all_species_protoypes
if(isnull(all_species_protoypes))
all_species_protoypes = list()
for(var/species_path in subtypesof(/datum/species))
all_species_protoypes += new species_path()
-
for(var/species_type in GLOB.species_prototypes)
- features |= GLOB.species_prototypes[species_type].randomize_features()
- SKYRAT EDIT REMOVAL END */
+ var/list/new_features = GLOB.species_prototypes[species_type].randomize_features()
+ for(var/feature in new_features)
+ features[feature] = new_features[feature]
+ SKYRAT REMOVAL END */
+
features = species.randomize_features() | features // SKYRAT EDIT CHANGE - Where applicable, replace features with the features generated by species/randomize_features() - Original: features["mcolor"] = "#[random_color()]"
body_markings = species.get_random_body_markings(features) // SKYRAT EDIT ADDITION
+
mutant_bodyparts = species.get_mutant_bodyparts(features, existing_mutant_bodyparts = randomize_features ? list() : mutant_bodyparts) // SKYRAT EDIT ADDITION
update_dna_identity()
diff --git a/code/datums/eigenstate.dm b/code/datums/eigenstate.dm
index b25fa657eb6e42..8b113285b4b1a6 100644
--- a/code/datums/eigenstate.dm
+++ b/code/datums/eigenstate.dm
@@ -25,7 +25,7 @@ GLOBAL_DATUM_INIT(eigenstate_manager, /datum/eigenstate_manager, new)
targets -= target
continue
if(!subtle)
- target.visible_message("[target] fizzes, collapsing it's unique wavefunction into the others!") //If we're in a eigenlink all on our own and are open to new friends
+ target.visible_message("[target] fizzes, collapsing its unique wavefunction into the others!") //If we're in a eigenlink all on our own and are open to new friends
remove_eigen_entry(target) //clearup for new stuff
//Do we still have targets?
if(!length(targets))
diff --git a/code/datums/elements/bane.dm b/code/datums/elements/bane.dm
index 6e62d15fc16483..95e21251657d71 100644
--- a/code/datums/elements/bane.dm
+++ b/code/datums/elements/bane.dm
@@ -1,5 +1,5 @@
/// Deals extra damage to mobs of a certain type, species, or biotype.
-/// This doesn't directly modify the normal damage of the weapon, instead it applies it's own damage seperatedly ON TOP of normal damage
+/// This doesn't directly modify the normal damage of the weapon, instead it applies its own damage seperatedly ON TOP of normal damage
/// ie. a sword that does 10 damage with a bane elment attacthed that has a 0.5 damage_multiplier will do:
/// 10 damage from the swords normal attack + 5 damage (50%) from the bane element
/datum/element/bane
@@ -27,40 +27,20 @@
src.added_damage = added_damage
src.requires_combat_mode = requires_combat_mode
src.mob_biotypes = mob_biotypes
- target.AddComponent(/datum/component/on_hit_effect, CALLBACK(src, PROC_REF(do_bane)), CALLBACK(src, PROC_REF(check_bane)))
+ target.AddElementTrait(TRAIT_ON_HIT_EFFECT, REF(src), /datum/element/on_hit_effect)
+ RegisterSignal(target, COMSIG_ON_HIT_EFFECT, PROC_REF(do_bane))
-/datum/element/bane/Detach(datum/target)
- qdel(target.GetComponent(/datum/component/on_hit_effect))
+/datum/element/bane/Detach(datum/source)
+ UnregisterSignal(source, COMSIG_ON_HIT_EFFECT)
+ REMOVE_TRAIT(source, TRAIT_ON_HIT_EFFECT, REF(src))
return ..()
-/datum/element/bane/proc/check_bane(bane_applier, target, bane_weapon)
- if(!check_biotype_path(bane_applier, target))
+/datum/element/bane/proc/do_bane(datum/element_owner, mob/living/bane_applier, mob/living/baned_target, hit_zone, throw_hit)
+ if(!check_biotype_path(bane_applier, baned_target))
return
- var/atom/movable/atom_owner = bane_weapon
- if(SEND_SIGNAL(atom_owner, COMSIG_OBJECT_PRE_BANING, target) & COMPONENT_CANCEL_BANING)
+ if(SEND_SIGNAL(element_owner, COMSIG_OBJECT_PRE_BANING, baned_target) & COMPONENT_CANCEL_BANING)
return
- return TRUE
-/**
- * Checks typepaths and the mob's biotype, returning TRUE if correct and FALSE if wrong.
- * Additionally checks if combat mode is required, and if so whether it's enabled or not.
- */
-/datum/element/bane/proc/check_biotype_path(mob/living/bane_applier, atom/target)
- if(!isliving(target))
- return FALSE
- var/mob/living/living_target = target
- if(bane_applier)
- if(requires_combat_mode && !bane_applier.combat_mode)
- return FALSE
- var/is_correct_biotype = living_target.mob_biotypes & mob_biotypes
- if(mob_biotypes && !(is_correct_biotype))
- return FALSE
- if(ispath(target_type, /mob/living))
- return istype(living_target, target_type)
- else //species type
- return is_species(living_target, target_type)
-
-/datum/element/bane/proc/do_bane(datum/element_owner, mob/living/bane_applier, mob/living/baned_target, hit_zone)
var/force_boosted
var/applied_dam_type
@@ -91,3 +71,22 @@
baned_target.apply_damage(extra_damage, applied_dam_type, hit_zone)
SEND_SIGNAL(baned_target, COMSIG_LIVING_BANED, bane_applier, baned_target) // for extra effects when baned.
SEND_SIGNAL(element_owner, COMSIG_OBJECT_ON_BANING, baned_target)
+
+/**
+ * Checks typepaths and the mob's biotype, returning TRUE if correct and FALSE if wrong.
+ * Additionally checks if combat mode is required, and if so whether it's enabled or not.
+ */
+/datum/element/bane/proc/check_biotype_path(mob/living/bane_applier, atom/target)
+ if(!isliving(target))
+ return FALSE
+ var/mob/living/living_target = target
+ if(bane_applier)
+ if(requires_combat_mode && !bane_applier.combat_mode)
+ return FALSE
+ var/is_correct_biotype = living_target.mob_biotypes & mob_biotypes
+ if(mob_biotypes && !(is_correct_biotype))
+ return FALSE
+ if(ispath(target_type, /mob/living))
+ return istype(living_target, target_type)
+ else //species type
+ return is_species(living_target, target_type)
diff --git a/code/datums/elements/climbable.dm b/code/datums/elements/climbable.dm
index a2c67742a357ea..113cc8aaa90ef4 100644
--- a/code/datums/elements/climbable.dm
+++ b/code/datums/elements/climbable.dm
@@ -35,6 +35,8 @@
examine_texts += span_notice("[source] looks climbable.")
/datum/element/climbable/proc/can_climb(atom/source, mob/user)
+ if (!user.CanReach(source))
+ return FALSE
var/dir_step = get_dir(user, source.loc)
//To jump over a railing you have to be standing next to it, not far behind it.
if(source.flags_1 & ON_BORDER_1 && user.loc != source.loc && (dir_step & source.dir) == source.dir)
diff --git a/code/datums/elements/door_pryer.dm b/code/datums/elements/door_pryer.dm
index b7f213b3856f6d..9f01e8be2b6ab9 100644
--- a/code/datums/elements/door_pryer.dm
+++ b/code/datums/elements/door_pryer.dm
@@ -35,12 +35,13 @@
attacker.balloon_alert(attacker, "busy!")
return COMPONENT_CANCEL_ATTACK_CHAIN
- if (airlock_target.locked || airlock_target.welded || airlock_target.seal)
- if (!attacker.combat_mode)
- airlock_target.balloon_alert(attacker, "it's sealed!")
- return COMPONENT_CANCEL_ATTACK_CHAIN
+ if (attacker.combat_mode)
return // Attack the door
+ if (airlock_target.locked || airlock_target.welded || airlock_target.seal)
+ airlock_target.balloon_alert(attacker, "it's sealed!")
+ return COMPONENT_CANCEL_ATTACK_CHAIN
+
INVOKE_ASYNC(src, PROC_REF(open_door), attacker, airlock_target)
return COMPONENT_CANCEL_ATTACK_CHAIN
diff --git a/code/datums/elements/dryable.dm b/code/datums/elements/dryable.dm
index d0cdf2355231a1..d66ea96d8c1f15 100644
--- a/code/datums/elements/dryable.dm
+++ b/code/datums/elements/dryable.dm
@@ -27,25 +27,24 @@
var/atom/movable/resulting_atom = dried_atom
resulting_atom.add_atom_colour(COLOR_DRIED_TAN, FIXED_COLOUR_PRIORITY)
apply_dried_status(resulting_atom, drying_user)
- resulting_atom.forceMove(source.drop_location())
return
else if(isstack(source)) //Check if its a sheet
var/obj/item/stack/itemstack = dried_atom
for(var/i in 1 to itemstack.amount)
- var/atom/movable/resulting_atom = new dry_result(source.drop_location())
+ var/atom/movable/resulting_atom = new dry_result(source.loc)
apply_dried_status(resulting_atom, drying_user)
qdel(source)
return
else if(istype(source, /obj/item/food) && ispath(dry_result, /obj/item/food))
var/obj/item/food/source_food = source
- var/obj/item/food/resulting_food = new dry_result(source.drop_location())
+ var/obj/item/food/resulting_food = new dry_result(source.loc)
resulting_food.reagents.clear_reagents()
source_food.reagents.trans_to(resulting_food, source_food.reagents.total_volume)
apply_dried_status(resulting_food, drying_user)
qdel(source)
return
else
- var/atom/movable/resulting_atom = new dry_result(source.drop_location())
+ var/atom/movable/resulting_atom = new dry_result(source.loc)
apply_dried_status(resulting_atom, drying_user)
qdel(source)
diff --git a/code/datums/elements/gags_recolorable.dm b/code/datums/elements/gags_recolorable.dm
index 93b21c5d31d4e1..c59b314ee96c15 100644
--- a/code/datums/elements/gags_recolorable.dm
+++ b/code/datums/elements/gags_recolorable.dm
@@ -10,7 +10,7 @@
/datum/element/gags_recolorable/proc/on_examine(atom/source, mob/user, list/examine_text)
SIGNAL_HANDLER
- examine_text += span_notice("Now utilising PPP recolouring technology, capable of absorbing paint and pigments for changing it's colours!")
+ examine_text += span_notice("Now utilising PPP recolouring technology, capable of absorbing paint and pigments for changing its colours!")
/datum/element/gags_recolorable/proc/on_attackby(datum/source, obj/item/attacking_item, mob/user)
SIGNAL_HANDLER
diff --git a/code/datums/elements/glass_pacifist.dm b/code/datums/elements/glass_pacifist.dm
new file mode 100644
index 00000000000000..76204201c601ee
--- /dev/null
+++ b/code/datums/elements/glass_pacifist.dm
@@ -0,0 +1,18 @@
+/// Prevents the living from attacking windows
+/datum/element/glass_pacifist
+
+/datum/element/glass_pacifist/Attach(datum/target)
+ . = ..()
+
+ if(!isliving(target))
+ return ELEMENT_INCOMPATIBLE
+
+ RegisterSignal(target, COMSIG_LIVING_ATTACK_ATOM, PROC_REF(check_if_glass))
+
+/datum/element/glass_pacifist/proc/check_if_glass(mob/living/owner, atom/hit)
+ SIGNAL_HANDLER
+
+ if(istype(hit, /obj/structure/window))
+ owner.visible_message(span_notice("[owner.name] nuzzles the [hit.name]!"))
+ new /obj/effect/temp_visual/heart(hit.loc)
+ return COMPONENT_CANCEL_ATTACK_CHAIN
diff --git a/code/datums/elements/immerse.dm b/code/datums/elements/immerse.dm
index 89148fad7e2a30..65f7d45b9ab77e 100644
--- a/code/datums/elements/immerse.dm
+++ b/code/datums/elements/immerse.dm
@@ -107,6 +107,8 @@
*/
/datum/element/immerse/proc/on_init_or_entered(turf/source, atom/movable/movable)
SIGNAL_HANDLER
+ if(QDELETED(movable))
+ return
if(HAS_TRAIT(movable, TRAIT_IMMERSED))
return
if(movable.layer >= ABOVE_ALL_MOB_LAYER || !ISINRANGE(movable.plane, MUTATE_PLANE(FLOOR_PLANE, source), MUTATE_PLANE(GAME_PLANE, source)))
diff --git a/code/datums/elements/lazy_fishing_spot.dm b/code/datums/elements/lazy_fishing_spot.dm
index 901b163af1538b..1ba296bfe730dd 100644
--- a/code/datums/elements/lazy_fishing_spot.dm
+++ b/code/datums/elements/lazy_fishing_spot.dm
@@ -16,9 +16,14 @@
src.configuration = configuration
ADD_TRAIT(target, TRAIT_FISHING_SPOT, REF(src))
RegisterSignal(target, COMSIG_PRE_FISHING, PROC_REF(create_fishing_spot))
+ RegisterSignal(target, COMSIG_NPC_FISHING, PROC_REF(return_glob_fishing_spot))
+ RegisterSignal(target, COMSIG_ATOM_EXAMINE, PROC_REF(on_examined))
+ RegisterSignal(target, COMSIG_ATOM_EXAMINE_MORE, PROC_REF(on_examined_more))
+ RegisterSignal(target, COMSIG_ATOM_EX_ACT, PROC_REF(explosive_fishing))
/datum/element/lazy_fishing_spot/Detach(datum/target)
- UnregisterSignal(target, COMSIG_PRE_FISHING)
+ UnregisterSignal(target, list(COMSIG_PRE_FISHING, COMSIG_ATOM_EXAMINE, COMSIG_ATOM_EXAMINE_MORE, COMSIG_ATOM_EX_ACT))
+ UnregisterSignal(target, list(COMSIG_PRE_FISHING, COMSIG_NPC_FISHING))
REMOVE_TRAIT(target, TRAIT_FISHING_SPOT, REF(src))
return ..()
@@ -27,3 +32,52 @@
source.AddComponent(/datum/component/fishing_spot, GLOB.preset_fish_sources[configuration])
Detach(source)
+
+///If the fish source has fishes that are shown in the
+/datum/element/lazy_fishing_spot/proc/on_examined(datum/source, mob/user, list/examine_text)
+ SIGNAL_HANDLER
+ if(!HAS_MIND_TRAIT(user, TRAIT_EXAMINE_FISHING_SPOT))
+ return
+
+ var/datum/fish_source/fish_source = GLOB.preset_fish_sources[configuration]
+
+ var/has_known_fishes = FALSE
+ for(var/reward in fish_source.fish_table)
+ if(!ispath(reward, /obj/item/fish))
+ continue
+ var/obj/item/fish/prototype = reward
+ if(initial(prototype.show_in_catalog))
+ has_known_fishes = TRUE
+ break
+ if(!has_known_fishes)
+ return
+
+ examine_text += span_tinynoticeital("This is a fishing spot. You can look again to list its fishes...")
+
+/datum/element/lazy_fishing_spot/proc/on_examined_more(datum/source, mob/user, list/examine_text)
+ SIGNAL_HANDLER
+ if(!HAS_MIND_TRAIT(user, TRAIT_EXAMINE_FISHING_SPOT))
+ return
+
+ var/datum/fish_source/fish_source = GLOB.preset_fish_sources[configuration]
+
+ var/list/known_fishes = list()
+ for(var/reward in fish_source.fish_table)
+ if(!ispath(reward, /obj/item/fish))
+ continue
+ var/obj/item/fish/prototype = reward
+ if(initial(prototype.show_in_catalog))
+ known_fishes += initial(prototype.name)
+
+ if(!length(known_fishes))
+ return
+
+ examine_text += span_info("You can catch the following fish here: [english_list(known_fishes)].")
+
+/datum/element/lazy_fishing_spot/proc/explosive_fishing(atom/location, severity)
+ SIGNAL_HANDLER
+ var/datum/fish_source/fish_source = GLOB.preset_fish_sources[configuration]
+ fish_source.spawn_reward_from_explosion(location, severity)
+
+/datum/element/lazy_fishing_spot/proc/return_glob_fishing_spot(datum/source, list/fish_spot_container)
+ fish_spot_container[NPC_FISHING_SPOT] = GLOB.preset_fish_sources[configuration]
diff --git a/code/datums/elements/lifesteal.dm b/code/datums/elements/lifesteal.dm
index 48f812fc1f1fa1..ed607c34976b38 100644
--- a/code/datums/elements/lifesteal.dm
+++ b/code/datums/elements/lifesteal.dm
@@ -13,13 +13,16 @@
/datum/element/lifesteal/Attach(datum/target, flat_heal = 10)
. = ..()
src.flat_heal = flat_heal
- target.AddComponent(/datum/component/on_hit_effect, CALLBACK(src, PROC_REF(do_lifesteal)))
+ target.AddElementTrait(TRAIT_ON_HIT_EFFECT, REF(src), /datum/element/on_hit_effect)
+ RegisterSignal(target, COMSIG_ON_HIT_EFFECT, PROC_REF(do_lifesteal))
-/datum/element/lifesteal/Detach(datum/target)
- qdel(target.GetComponent(/datum/component/on_hit_effect))
+/datum/element/lifesteal/Detach(datum/source)
+ UnregisterSignal(source, COMSIG_ON_HIT_EFFECT)
+ REMOVE_TRAIT(source, TRAIT_ON_HIT_EFFECT, REF(src))
return ..()
-/datum/element/lifesteal/proc/do_lifesteal(datum/element_owner, atom/heal_target, atom/damage_target, hit_zone)
+/datum/element/lifesteal/proc/do_lifesteal(datum/source, atom/heal_target, atom/damage_target, hit_zone, throw_hit)
+ SIGNAL_HANDLER
if(isliving(heal_target) && isliving(damage_target))
var/mob/living/healing = heal_target
var/mob/living/damaging = damage_target
diff --git a/code/datums/elements/no_crit_hitting.dm b/code/datums/elements/no_crit_hitting.dm
new file mode 100644
index 00000000000000..416a6e70b87a2b
--- /dev/null
+++ b/code/datums/elements/no_crit_hitting.dm
@@ -0,0 +1,21 @@
+/// Stops a mob from hitting someone in crit. doesn't account for projectiles or spells
+/datum/element/no_crit_hitting
+
+/datum/element/no_crit_hitting/Attach(datum/target)
+ . = ..()
+
+ if(!isliving(target))
+ return ELEMENT_INCOMPATIBLE
+
+ RegisterSignals(target, list(COMSIG_MOB_ITEM_ATTACK), PROC_REF(check_attack))
+
+/datum/element/no_crit_hitting/proc/check_attack(mob/living/attacker, atom/attacked)
+ SIGNAL_HANDLER
+
+ if(!isliving(attacked))
+ return
+
+ var/mob/living/liver = attacked
+ if(liver.stat == HARD_CRIT)
+ liver.balloon_alert(attacker, "they're in crit!")
+ return COMPONENT_CANCEL_ATTACK_CHAIN
diff --git a/code/datums/elements/on_hit_effect.dm b/code/datums/elements/on_hit_effect.dm
new file mode 100644
index 00000000000000..f84a6cafa6f444
--- /dev/null
+++ b/code/datums/elements/on_hit_effect.dm
@@ -0,0 +1,65 @@
+/**
+ * ## On Hit Effect Component!
+ *
+ * Component for other elements/components to rely on for on-hit effects without duplicating the on-hit code.
+ * See Lifesteal, or bane for examples.
+ */
+/datum/element/on_hit_effect
+
+/datum/element/on_hit_effect/Attach(datum/target)
+ . = ..()
+ if(!HAS_TRAIT(target, TRAIT_ON_HIT_EFFECT))
+ stack_trace("[type] added to [target] without adding TRAIT_ON_HIT_EFFECT first. Please use AddElementTrait instead.")
+ if(ismachinery(target) || isstructure(target) || isgun(target) || isprojectilespell(target))
+ RegisterSignal(target, COMSIG_PROJECTILE_ON_HIT, PROC_REF(on_projectile_hit))
+ else if(isitem(target))
+ RegisterSignal(target, COMSIG_ITEM_AFTERATTACK, PROC_REF(item_afterattack))
+ else if(isanimal_or_basicmob(target))
+ RegisterSignal(target, COMSIG_HOSTILE_POST_ATTACKINGTARGET, PROC_REF(hostile_attackingtarget))
+ else if(isprojectile(target))
+ RegisterSignal(target, COMSIG_PROJECTILE_SELF_ON_HIT, PROC_REF(on_projectile_self_hit))
+ else
+ return ELEMENT_INCOMPATIBLE
+
+ RegisterSignal(target, COMSIG_MOVABLE_IMPACT, PROC_REF(on_thrown_hit))
+
+/datum/element/on_hit_effect/Detach(datum/source)
+ UnregisterSignal(source, list(
+ COMSIG_PROJECTILE_ON_HIT,
+ COMSIG_ITEM_AFTERATTACK,
+ COMSIG_HOSTILE_POST_ATTACKINGTARGET,
+ COMSIG_PROJECTILE_SELF_ON_HIT,
+ COMSIG_MOVABLE_IMPACT,
+ ))
+ return ..()
+
+/datum/element/on_hit_effect/proc/item_afterattack(obj/item/source, atom/target, mob/user, proximity_flag, click_parameters)
+ SIGNAL_HANDLER
+
+ if(!proximity_flag)
+ return
+
+ on_hit(source, user, target, user.zone_selected)
+
+/datum/element/on_hit_effect/proc/hostile_attackingtarget(mob/living/attacker, atom/target, success)
+ SIGNAL_HANDLER
+
+ if(!success)
+ return
+
+ on_hit(attacker, attacker, target, attacker.zone_selected)
+
+/datum/element/on_hit_effect/proc/on_projectile_hit(datum/fired_from, atom/movable/firer, atom/target, angle, body_zone)
+ SIGNAL_HANDLER
+ on_hit(fired_from, firer, target, body_zone)
+
+/datum/element/on_hit_effect/proc/on_projectile_self_hit(datum/source, mob/firer, atom/target, angle, body_zone)
+ SIGNAL_HANDLER
+ on_hit(source, firer, target, body_zone)
+
+/datum/element/on_hit_effect/proc/on_thrown_hit(datum/source, atom/hit_atom, datum/thrownthing/throwingdatum)
+ SIGNAL_HANDLER
+ on_hit(source, source, hit_atom, null, TRUE)
+
+/datum/element/on_hit_effect/proc/on_hit(atom/source, atom/movable/attacker, atom/target, body_zone, throw_hit = FALSE)
+ SEND_SIGNAL(source, COMSIG_ON_HIT_EFFECT, attacker, target, body_zone, throw_hit)
diff --git a/code/datums/elements/only_pull_living.dm b/code/datums/elements/only_pull_living.dm
new file mode 100644
index 00000000000000..8113a66a730218
--- /dev/null
+++ b/code/datums/elements/only_pull_living.dm
@@ -0,0 +1,16 @@
+/// Element for only letting a living pull other livings
+/datum/element/only_pull_living
+
+/datum/element/only_pull_living/Attach(datum/target)
+ . = ..()
+
+ if(!isliving(target))
+ return ELEMENT_INCOMPATIBLE
+
+ RegisterSignal(target, COMSIG_LIVING_TRY_PULL, PROC_REF(try_pull))
+
+/datum/element/only_pull_living/proc/try_pull(mob/living/owner, atom/movable/pulled)
+ SIGNAL_HANDLER
+
+ if(!isliving(pulled))
+ return COMSIG_LIVING_CANCEL_PULL
diff --git a/code/datums/elements/simple_flying.dm b/code/datums/elements/simple_flying.dm
index 49b8771687bd95..e6d8f42db838bc 100644
--- a/code/datums/elements/simple_flying.dm
+++ b/code/datums/elements/simple_flying.dm
@@ -17,6 +17,7 @@
/datum/element/simple_flying/Detach(datum/target)
. = ..()
UnregisterSignal(target, COMSIG_MOB_STATCHANGE)
+ REMOVE_TRAIT(target, TRAIT_MOVE_FLYING, ELEMENT_TRAIT(type))
///signal called by the stat of the target changing
/datum/element/simple_flying/proc/on_stat_change(mob/living/target, new_stat)
diff --git a/code/datums/elements/strippable.dm b/code/datums/elements/strippable.dm
index df89b2e575807b..a668fa5ba5d298 100644
--- a/code/datums/elements/strippable.dm
+++ b/code/datums/elements/strippable.dm
@@ -43,15 +43,21 @@
if(!user.can_perform_action(source, FORBID_TELEKINESIS_REACH | ALLOW_RESTING))
return
- // Cyborgs buckle people by dragging them onto them, unless in combat mode.
+ // Snowflake for cyborgs buckling people by dragging them onto them, unless in combat mode.
if (iscyborg(user))
var/mob/living/silicon/robot/cyborg_user = user
if (!cyborg_user.combat_mode)
return
+ // Snowflake for xeno consumption code
+ if (isalienadult(user))
+ var/mob/living/carbon/alien/adult/alien = user
+ if (alien.grab_state == GRAB_AGGRESSIVE && alien.pulling == source)
+ return
if (!isnull(should_strip_proc_path) && !call(source, should_strip_proc_path)(user))
return
+ // Snowflake for mob scooping
if (isliving(source))
var/mob/living/mob = source
if (mob.can_be_held && (user.grab_state == GRAB_AGGRESSIVE) && (user.pulling == source))
diff --git a/code/datums/elements/turf_transparency.dm b/code/datums/elements/turf_transparency.dm
index b050dd0866f0e0..c9fb667cff9224 100644
--- a/code/datums/elements/turf_transparency.dm
+++ b/code/datums/elements/turf_transparency.dm
@@ -219,10 +219,10 @@ GLOBAL_LIST_EMPTY(pillars_by_z)
// it will make them look significantly nicer, and should let you tie into their logic more easily
// Just please don't break behavior yeah? thanks, I love you <3
if(isclosedturf(our_turf)) //Show girders below closed turfs
- var/mutable_appearance/girder_underlay = mutable_appearance('icons/obj/structures.dmi', "girder", layer = TURF_LAYER-0.01)
+ var/mutable_appearance/girder_underlay = mutable_appearance('icons/obj/structures.dmi', "girder", layer = BELOW_CLOSED_TURF_LAYER)
girder_underlay.appearance_flags = RESET_ALPHA | RESET_COLOR
our_turf.underlays += girder_underlay
- var/mutable_appearance/plating_underlay = mutable_appearance('icons/turf/floors.dmi', "plating", layer = TURF_LAYER-0.02)
+ var/mutable_appearance/plating_underlay = mutable_appearance('icons/turf/floors.dmi', "plating", layer = LOW_FLOOR_LAYER, offset_spokesman = our_turf, plane = FLOOR_PLANE)
plating_underlay.appearance_flags = RESET_ALPHA | RESET_COLOR
our_turf.underlays += plating_underlay
return TRUE
@@ -240,10 +240,10 @@ GLOBAL_LIST_EMPTY(pillars_by_z)
our_turf.underlays -= get_baseturf_underlay(our_turf)
if(isclosedturf(our_turf)) //Show girders below closed turfs
- var/mutable_appearance/girder_underlay = mutable_appearance('icons/obj/structures.dmi', "girder", layer = TURF_LAYER-0.01)
+ var/mutable_appearance/girder_underlay = mutable_appearance('icons/obj/structures.dmi', "girder", layer = BELOW_CLOSED_TURF_LAYER)
girder_underlay.appearance_flags = RESET_ALPHA | RESET_COLOR
our_turf.underlays -= girder_underlay
- var/mutable_appearance/plating_underlay = mutable_appearance('icons/turf/floors.dmi', "plating", layer = TURF_LAYER-0.02)
+ var/mutable_appearance/plating_underlay = mutable_appearance('icons/turf/floors.dmi', "plating", layer = LOW_FLOOR_LAYER, offset_spokesman = our_turf, plane = FLOOR_PLANE)
plating_underlay.appearance_flags = RESET_ALPHA | RESET_COLOR
our_turf.underlays -= plating_underlay
@@ -271,7 +271,7 @@ GLOBAL_LIST_EMPTY(pillars_by_z)
if(!ispath(path))
warning("Z-level [our_turf.z] has invalid baseturf '[SSmapping.level_trait(our_turf.z, ZTRAIT_BASETURF)]'")
path = /turf/open/space
- var/mutable_appearance/underlay_appearance = mutable_appearance(initial(path.icon), initial(path.icon_state), layer = TURF_LAYER-0.02, offset_spokesman = our_turf, plane = PLANE_SPACE)
+ var/mutable_appearance/underlay_appearance = mutable_appearance(initial(path.icon), initial(path.icon_state), layer = SPACE_LAYER + 0.1, offset_spokesman = our_turf, plane = PLANE_SPACE)
underlay_appearance.appearance_flags = RESET_ALPHA | RESET_COLOR
return underlay_appearance
diff --git a/code/datums/elements/undertile.dm b/code/datums/elements/undertile.dm
index ecc621a57e42f0..ed901b196c1aa1 100644
--- a/code/datums/elements/undertile.dm
+++ b/code/datums/elements/undertile.dm
@@ -44,6 +44,7 @@
if(underfloor_accessibility < UNDERFLOOR_INTERACTABLE)
SET_PLANE_IMPLICIT(source, FLOOR_PLANE) // We do this so that turfs that allow you to see what's underneath them don't have to be on the game plane (which causes ambient occlusion weirdness)
+ source.layer = ABOVE_OPEN_TURF_LAYER
ADD_TRAIT(source, TRAIT_UNDERFLOOR, REF(src))
if(tile_overlay)
@@ -61,6 +62,7 @@
else
SET_PLANE_IMPLICIT(source, initial(source.plane))
+ source.layer = initial(source.layer)
REMOVE_TRAIT(source, TRAIT_UNDERFLOOR, REF(src))
if(invisibility_trait)
diff --git a/code/datums/elements/venomous.dm b/code/datums/elements/venomous.dm
index ba4e088750cd19..9f9e4940df13e0 100644
--- a/code/datums/elements/venomous.dm
+++ b/code/datums/elements/venomous.dm
@@ -12,24 +12,25 @@
var/injection_flags
///How much of the reagent added. if it's a list, it'll pick a range with the range being list(lower_value, upper_value)
var/list/amount_added
+ ///Does this trigger when thrown?
+ var/thrown_effect = FALSE
/datum/element/venomous/Attach(datum/target, poison_type, amount_added, injection_flags = NONE, thrown_effect = FALSE)
. = ..()
src.poison_type = poison_type
src.amount_added = amount_added
src.injection_flags = injection_flags
- target.AddComponent(\
- /datum/component/on_hit_effect,\
- on_hit_callback = CALLBACK(src, PROC_REF(do_venom)),\
- thrown_effect = thrown_effect,\
- )
+ src.thrown_effect = thrown_effect
+ target.AddElementTrait(TRAIT_ON_HIT_EFFECT, REF(src), /datum/element/on_hit_effect)
+ RegisterSignal(target, COMSIG_ON_HIT_EFFECT, PROC_REF(do_venom))
-/datum/element/venomous/Detach(datum/target)
- qdel(target.GetComponent(/datum/component/on_hit_effect))
+/datum/element/venomous/Detach(datum/source)
+ UnregisterSignal(source, COMSIG_ON_HIT_EFFECT)
+ REMOVE_TRAIT(source, TRAIT_ON_HIT_EFFECT, REF(src))
return ..()
-/datum/element/venomous/proc/do_venom(datum/element_owner, atom/venom_source, mob/living/target, hit_zone)
- if(!istype(target))
+/datum/element/venomous/proc/do_venom(datum/element_owner, atom/venom_source, mob/living/target, hit_zone, throw_hit)
+ if((throw_hit && !thrown_effect) || !istype(target))
return
if(target.stat == DEAD)
return
diff --git a/code/datums/emotes.dm b/code/datums/emotes.dm
index 8365ddb7a19302..fa072ec6998048 100644
--- a/code/datums/emotes.dm
+++ b/code/datums/emotes.dm
@@ -44,6 +44,8 @@
var/list/mob_type_blacklist_typecache
/// Types that can use this emote regardless of their state.
var/list/mob_type_ignore_stat_typecache
+ /// Trait that is required to use this emote.
+ var/trait_required
/// In which state can you use this emote? (Check stat.dm for a full list of them)
var/stat_allowed = CONSCIOUS
/// Sound to play when emote is called.
@@ -83,20 +85,15 @@
* * type_override - Override to the current emote_type.
* * intentional - Bool that says whether the emote was forced (FALSE) or not (TRUE).
*
- * Returns TRUE if it was able to run the emote, FALSE otherwise.
*/
/datum/emote/proc/run_emote(mob/user, params, type_override, intentional = FALSE)
- if(!can_run_emote(user, TRUE, intentional))
- return FALSE
- if(SEND_SIGNAL(user, COMSIG_MOB_PRE_EMOTED, key, params, type_override, intentional, src) & COMPONENT_CANT_EMOTE)
- return TRUE // We don't return FALSE because the error output would be incorrect, provide your own if necessary.
var/msg = select_message_type(user, message, intentional)
if(params && message_param)
msg = select_param(user, params)
msg = replace_pronoun(user, msg)
if(!msg)
- return TRUE
+ return
user.log_message(msg, LOG_EMOTE)
@@ -147,7 +144,7 @@
viewer.show_message("[user] [msg]", MSG_AUDIBLE)
else if(is_visual)
viewer.show_message("[user] [msg]", MSG_VISUAL)
- return TRUE // Early exit so no dchat message
+ return // Early exit so no dchat message
// The emote has some important information, and should always be shown to the user
else if(is_important)
@@ -244,7 +241,7 @@
ghost.show_message("[FOLLOW_LINK(ghost, user)] [dchatmsg]") // SKYRAT EDIT CHANGE - Indented
- return TRUE
+ return
@@ -357,10 +354,13 @@
* * user - Person that is trying to send the emote.
* * status_check - Bool that says whether we should check their stat or not.
* * intentional - Bool that says whether the emote was forced (FALSE) or not (TRUE).
+ * * params - Parameters added after the emote.
*
* Returns a bool about whether or not the user can run the emote.
*/
-/datum/emote/proc/can_run_emote(mob/user, status_check = TRUE, intentional = FALSE)
+/datum/emote/proc/can_run_emote(mob/user, status_check = TRUE, intentional = FALSE, params)
+ if(trait_required && !HAS_TRAIT(user, trait_required))
+ return FALSE
if(!is_type_in_typecache(user, mob_type_allowed_typecache))
return FALSE
if(is_type_in_typecache(user, mob_type_blacklist_typecache))
diff --git a/code/datums/greyscale/config_types/greyscale_configs/greyscale_items.dm b/code/datums/greyscale/config_types/greyscale_configs/greyscale_items.dm
index a3866971aae5f2..2137aea08f3b4a 100644
--- a/code/datums/greyscale/config_types/greyscale_configs/greyscale_items.dm
+++ b/code/datums/greyscale/config_types/greyscale_configs/greyscale_items.dm
@@ -265,15 +265,15 @@
/datum/greyscale_config/vape/open_low
name = "Open Vape Low"
- json_config = 'code/datums/greyscale/json_configs/vape_open_low.json'
+ json_config = 'code/datums/greyscale/json_configs/vapeopen_low.json'
/datum/greyscale_config/vape/open_med
name = "Open Vape Medium"
- json_config = 'code/datums/greyscale/json_configs/vape_open_med.json'
+ json_config = 'code/datums/greyscale/json_configs/vapeopen_med.json'
/datum/greyscale_config/vape/open_high
name = "Open Vape High"
- json_config = 'code/datums/greyscale/json_configs/vape_open_high.json'
+ json_config = 'code/datums/greyscale/json_configs/vapeopen_high.json'
//
// TAPE
diff --git a/code/datums/greyscale/json_configs/vape_open_high.json b/code/datums/greyscale/json_configs/vapeopen_high.json
similarity index 94%
rename from code/datums/greyscale/json_configs/vape_open_high.json
rename to code/datums/greyscale/json_configs/vapeopen_high.json
index 65a0400d003348..1ef82459ca8c66 100644
--- a/code/datums/greyscale/json_configs/vape_open_high.json
+++ b/code/datums/greyscale/json_configs/vapeopen_high.json
@@ -1,5 +1,5 @@
{
- "vape_open_high": [
+ "vapeopen_high": [
{
"type": "icon_state",
"icon_state": "vapeOutlet",
diff --git a/code/datums/greyscale/json_configs/vape_open_low.json b/code/datums/greyscale/json_configs/vapeopen_low.json
similarity index 94%
rename from code/datums/greyscale/json_configs/vape_open_low.json
rename to code/datums/greyscale/json_configs/vapeopen_low.json
index 3ad5971bc37838..eaef871bf3d1f4 100644
--- a/code/datums/greyscale/json_configs/vape_open_low.json
+++ b/code/datums/greyscale/json_configs/vapeopen_low.json
@@ -1,5 +1,5 @@
{
- "vape_open_low": [
+ "vapeopen_low": [
{
"type": "icon_state",
"icon_state": "vapeOutlet",
diff --git a/code/datums/greyscale/json_configs/vape_open_med.json b/code/datums/greyscale/json_configs/vapeopen_med.json
similarity index 94%
rename from code/datums/greyscale/json_configs/vape_open_med.json
rename to code/datums/greyscale/json_configs/vapeopen_med.json
index f26302edd77b3f..508015825cef67 100644
--- a/code/datums/greyscale/json_configs/vape_open_med.json
+++ b/code/datums/greyscale/json_configs/vapeopen_med.json
@@ -1,5 +1,5 @@
{
- "vape_open_med": [
+ "vapeopen_med": [
{
"type": "icon_state",
"icon_state": "vapeOutlet",
diff --git a/code/datums/holocall.dm b/code/datums/holocall.dm
index 78ec5f133066cb..c69a279938dd1d 100644
--- a/code/datums/holocall.dm
+++ b/code/datums/holocall.dm
@@ -11,7 +11,7 @@
user.reset_perspective(null)
user.remote_control = null
-//this datum manages it's own references
+//this datum manages its own references
/datum/holocall
///the one that called
diff --git a/code/datums/id_trim/jobs.dm b/code/datums/id_trim/jobs.dm
index 4d4c44138e0c20..190c4a38a299c7 100644
--- a/code/datums/id_trim/jobs.dm
+++ b/code/datums/id_trim/jobs.dm
@@ -77,7 +77,7 @@
return TRUE
/datum/id_trim/job/assistant
- assignment = "Assistant"
+ assignment = JOB_ASSISTANT
trim_state = "trim_assistant"
intern_alt_name = "Intern"
sechud_icon_state = SECHUD_ASSISTANT
@@ -104,7 +104,7 @@
ACCESS_MAINT_TUNNELS)
/datum/id_trim/job/atmospheric_technician
- assignment = "Atmospheric Technician"
+ assignment = JOB_ATMOSPHERIC_TECHNICIAN
trim_state = "trim_atmospherictechnician"
department_color = COLOR_ENGINEERING_ORANGE
subdepartment_color = COLOR_ENGINEERING_ORANGE
@@ -133,7 +133,7 @@
job = /datum/job/atmospheric_technician
/datum/id_trim/job/bartender
- assignment = "Bartender"
+ assignment = JOB_BARTENDER
trim_state = "trim_bartender"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_SERVICE_LIME
@@ -157,7 +157,7 @@
job = /datum/job/bartender
/datum/id_trim/job/bitrunner
- assignment = "Bitrunner"
+ assignment = JOB_BITRUNNER
trim_state = "trim_bitrunner"
department_color = COLOR_CARGO_BROWN
subdepartment_color = COLOR_CARGO_BROWN
@@ -181,7 +181,7 @@
job = /datum/job/bitrunner
/datum/id_trim/job/botanist
- assignment = "Botanist"
+ assignment = JOB_BOTANIST
trim_state = "trim_botanist"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_SERVICE_LIME
@@ -204,7 +204,7 @@
job = /datum/job/botanist
/datum/id_trim/job/bridge_assistant
- assignment = "Bridge Assistant"
+ assignment = JOB_BRIDGE_ASSISTANT
trim_state = "trim_assistant"
department_color = COLOR_COMMAND_BLUE
subdepartment_color = COLOR_COMMAND_BLUE
@@ -226,7 +226,7 @@
job = /datum/job/bridge_assistant
/datum/id_trim/job/captain
- assignment = "Captain"
+ assignment = JOB_CAPTAIN
intern_alt_name = "Captain-in-Training"
trim_state = "trim_captain"
department_color = COLOR_COMMAND_BLUE
@@ -249,7 +249,7 @@
return ..()
/datum/id_trim/job/cargo_technician
- assignment = "Cargo Technician"
+ assignment = JOB_CARGO_TECHNICIAN
trim_state = "trim_cargotechnician"
department_color = COLOR_CARGO_BROWN
subdepartment_color = COLOR_CARGO_BROWN
@@ -274,7 +274,7 @@
job = /datum/job/cargo_technician
/datum/id_trim/job/chaplain
- assignment = "Chaplain"
+ assignment = JOB_CHAPLAIN
trim_state = "trim_chaplain"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_SERVICE_LIME
@@ -296,7 +296,7 @@
job = /datum/job/chaplain
/datum/id_trim/job/chemist
- assignment = "Chemist"
+ assignment = JOB_CHEMIST
trim_state = "trim_chemist"
department_color = COLOR_MEDICAL_BLUE
subdepartment_color = COLOR_MEDICAL_BLUE
@@ -321,7 +321,7 @@
job = /datum/job/chemist
/datum/id_trim/job/chief_engineer
- assignment = "Chief Engineer"
+ assignment = JOB_CHIEF_ENGINEER
intern_alt_name = "Chief Engineer-in-Training"
trim_state = "trim_stationengineer"
department_color = COLOR_COMMAND_BLUE
@@ -362,7 +362,7 @@
job = /datum/job/chief_engineer
/datum/id_trim/job/chief_medical_officer
- assignment = "Chief Medical Officer"
+ assignment = JOB_CHIEF_MEDICAL_OFFICER
intern_alt_name = "Chief Medical Officer-in-Training"
trim_state = "trim_medicaldoctor"
department_color = COLOR_COMMAND_BLUE
@@ -401,7 +401,7 @@
job = /datum/job/chief_medical_officer
/datum/id_trim/job/clown
- assignment = "Clown"
+ assignment = JOB_CLOWN
trim_state = "trim_clown"
department_color = COLOR_MAGENTA
subdepartment_color = COLOR_MAGENTA
@@ -420,7 +420,7 @@
job = /datum/job/clown
/datum/id_trim/job/cook
- assignment = "Cook"
+ assignment = JOB_COOK
trim_state = "trim_cook"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_SERVICE_LIME
@@ -443,11 +443,11 @@
job = /datum/job/cook
/datum/id_trim/job/cook/chef
- assignment = "Chef"
+ assignment = JOB_CHEF
sechud_icon_state = SECHUD_CHEF
/datum/id_trim/job/coroner
- assignment = "Coroner"
+ assignment = JOB_CORONER
trim_state = "trim_coroner"
department_color = COLOR_MEDICAL_BLUE
subdepartment_color = COLOR_SERVICE_LIME
@@ -474,7 +474,7 @@
job = /datum/job/coroner
/datum/id_trim/job/curator
- assignment = "Curator"
+ assignment = JOB_CURATOR
trim_state = "trim_curator"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_SERVICE_LIME
@@ -495,7 +495,7 @@
job = /datum/job/curator
/datum/id_trim/job/detective
- assignment = "Detective"
+ assignment = JOB_DETECTIVE
trim_state = "trim_detective"
department_color = COLOR_SECURITY_RED
subdepartment_color = COLOR_SECURITY_RED
@@ -533,7 +533,7 @@
access |= list(ACCESS_MAINT_TUNNELS)
/datum/id_trim/job/geneticist
- assignment = "Geneticist"
+ assignment = JOB_GENETICIST
trim_state = "trim_geneticist"
department_color = COLOR_SCIENCE_PINK
subdepartment_color = COLOR_SCIENCE_PINK
@@ -561,7 +561,7 @@
job = /datum/job/geneticist
/datum/id_trim/job/head_of_personnel
- assignment = "Head of Personnel"
+ assignment = JOB_HEAD_OF_PERSONNEL
intern_alt_name = "Head of Personnel-in-Training"
trim_state = "trim_headofpersonnel"
department_color = COLOR_COMMAND_BLUE
@@ -614,7 +614,7 @@
job = /datum/job/head_of_personnel
/datum/id_trim/job/head_of_security
- assignment = "Head of Security"
+ assignment = JOB_HEAD_OF_SECURITY
intern_alt_name = "Head of Security-in-Training"
trim_state = "trim_securityofficer"
department_color = COLOR_COMMAND_BLUE
@@ -673,7 +673,7 @@
access |= list(ACCESS_MAINT_TUNNELS)
/datum/id_trim/job/janitor
- assignment = "Janitor"
+ assignment = JOB_JANITOR
trim_state = "trim_janitor"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_SERVICE_LIME
@@ -693,7 +693,7 @@
job = /datum/job/janitor
/datum/id_trim/job/lawyer
- assignment = "Lawyer"
+ assignment = JOB_LAWYER
trim_state = "trim_lawyer"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_SECURITY_RED
@@ -714,7 +714,7 @@
job = /datum/job/lawyer
/datum/id_trim/job/medical_doctor
- assignment = "Medical Doctor"
+ assignment = JOB_MEDICAL_DOCTOR
trim_state = "trim_medicaldoctor"
department_color = COLOR_MEDICAL_BLUE
subdepartment_color = COLOR_MEDICAL_BLUE
@@ -739,7 +739,7 @@
job = /datum/job/doctor
/datum/id_trim/job/mime
- assignment = "Mime"
+ assignment = JOB_MIME
trim_state = "trim_mime"
department_color = COLOR_SILVER
subdepartment_color = COLOR_WHITE
@@ -758,7 +758,7 @@
job = /datum/job/mime
/datum/id_trim/job/paramedic
- assignment = "Paramedic"
+ assignment = JOB_PARAMEDIC
trim_state = "trim_paramedic"
department_color = COLOR_MEDICAL_BLUE
subdepartment_color = COLOR_MEDICAL_BLUE
@@ -790,7 +790,7 @@
job = /datum/job/paramedic
/datum/id_trim/job/prisoner
- assignment = "Prisoner"
+ assignment = JOB_PRISONER
trim_state = "trim_warden"
department_color = COLOR_PRISONER_BLACK
subdepartment_color = COLOR_PRISONER_BLACK
@@ -833,7 +833,7 @@
template_access = null
/datum/id_trim/job/psychologist
- assignment = "Psychologist"
+ assignment = JOB_PSYCHOLOGIST
trim_state = "trim_psychologist"
department_color = COLOR_SERVICE_LIME
subdepartment_color = COLOR_MEDICAL_BLUE
@@ -857,7 +857,7 @@
job = /datum/job/psychologist
/datum/id_trim/job/quartermaster
- assignment = "Quartermaster"
+ assignment = JOB_QUARTERMASTER
intern_alt_name = "Quartermaster-in-Training"
trim_state = "trim_cargotechnician"
department_color = COLOR_COMMAND_BLUE
@@ -895,7 +895,7 @@
job = /datum/job/quartermaster
/datum/id_trim/job/research_director
- assignment = "Research Director"
+ assignment = JOB_RESEARCH_DIRECTOR
intern_alt_name = "Research Director-in-Training"
trim_state = "trim_scientist"
department_color = COLOR_COMMAND_BLUE
@@ -943,7 +943,7 @@
job = /datum/job/research_director
/datum/id_trim/job/roboticist
- assignment = "Roboticist"
+ assignment = JOB_ROBOTICIST
trim_state = "trim_roboticist"
department_color = COLOR_SCIENCE_PINK
subdepartment_color = COLOR_SCIENCE_PINK
@@ -973,7 +973,7 @@
job = /datum/job/roboticist
/datum/id_trim/job/scientist
- assignment = "Scientist"
+ assignment = JOB_SCIENTIST
trim_state = "trim_scientist"
department_color = COLOR_SCIENCE_PINK
subdepartment_color = COLOR_SCIENCE_PINK
@@ -1001,7 +1001,7 @@
/// Sec officers have departmental variants. They each have their own trims with bonus departmental accesses.
/datum/id_trim/job/security_officer
- assignment = "Security Officer"
+ assignment = JOB_SECURITY_OFFICER
trim_state = "trim_securityofficer"
department_color = COLOR_SECURITY_RED
subdepartment_color = COLOR_SECURITY_RED
@@ -1064,7 +1064,7 @@
access |= elevated_access
/datum/id_trim/job/security_officer/supply
- assignment = "Security Officer (Cargo)"
+ assignment = JOB_SECURITY_OFFICER_SUPPLY
subdepartment_color = COLOR_CARGO_BROWN
department_access = list(
ACCESS_BIT_DEN,
@@ -1078,7 +1078,7 @@
)
/datum/id_trim/job/security_officer/engineering
- assignment = "Security Officer (Engineering)"
+ assignment = JOB_SECURITY_OFFICER_ENGINEERING
subdepartment_color = COLOR_ENGINEERING_ORANGE
department_access = list(
ACCESS_ATMOSPHERICS,
@@ -1092,7 +1092,7 @@
)
/datum/id_trim/job/security_officer/medical
- assignment = "Security Officer (Medical)"
+ assignment = JOB_SECURITY_OFFICER_MEDICAL
subdepartment_color = COLOR_MEDICAL_BLUE
department_access = list(
ACCESS_MEDICAL,
@@ -1106,7 +1106,7 @@
)
/datum/id_trim/job/security_officer/science
- assignment = "Security Officer (Science)"
+ assignment = JOB_SECURITY_OFFICER_SCIENCE
subdepartment_color = COLOR_SCIENCE_PINK
department_access = list(
ACCESS_RESEARCH,
@@ -1122,7 +1122,7 @@
)
/datum/id_trim/job/shaft_miner
- assignment = "Shaft Miner"
+ assignment = JOB_SHAFT_MINER
trim_state = "trim_shaftminer"
department_color = COLOR_CARGO_BROWN
subdepartment_color = COLOR_SCIENCE_PINK
@@ -1159,7 +1159,7 @@
template_access = null
/datum/id_trim/job/station_engineer
- assignment = "Station Engineer"
+ assignment = JOB_STATION_ENGINEER
trim_state = "trim_stationengineer"
department_color = COLOR_ENGINEERING_ORANGE
subdepartment_color = COLOR_ENGINEERING_ORANGE
@@ -1188,7 +1188,7 @@
job = /datum/job/station_engineer
/datum/id_trim/job/veteran_advisor
- assignment = "Veteran Security Advisor"
+ assignment = JOB_VETERAN_ADVISOR
trim_state = "trim_veteranadvisor"
department_color = COLOR_SECURITY_RED
subdepartment_color = COLOR_COMMAND_BLUE
@@ -1219,7 +1219,7 @@
/datum/id_trim/job/warden
- assignment = "Warden"
+ assignment = JOB_WARDEN
trim_state = "trim_warden"
department_color = COLOR_SECURITY_RED
subdepartment_color = COLOR_SECURITY_RED
diff --git a/code/datums/lazy_template.dm b/code/datums/lazy_template.dm
index 7b18ff7225f03b..3faefc0cc78b4b 100644
--- a/code/datums/lazy_template.dm
+++ b/code/datums/lazy_template.dm
@@ -130,3 +130,7 @@
/datum/lazy_template/heretic_sacrifice_room
key = LAZY_TEMPLATE_KEY_HERETIC_SACRIFICE
map_name = "heretic_sacrifice"
+
+/datum/lazy_template/voidwalker_void
+ key = LAZY_TEMPLATE_KEY_VOIDWALKER_VOID
+ map_name = "voidwalker_void"
diff --git a/code/datums/looping_sounds/breathing.dm b/code/datums/looping_sounds/breathing.dm
index f9a81c68569264..82b33ee8311b1a 100644
--- a/code/datums/looping_sounds/breathing.dm
+++ b/code/datums/looping_sounds/breathing.dm
@@ -6,4 +6,3 @@
//spess station-
volume = 13
pressure_affected = FALSE
- direct = TRUE
diff --git a/code/datums/martial/boxing.dm b/code/datums/martial/boxing.dm
index 4e6400163a34b1..5c24aaf45b7b2f 100644
--- a/code/datums/martial/boxing.dm
+++ b/code/datums/martial/boxing.dm
@@ -98,6 +98,11 @@
if(honor_check(defender))
var/strength_bonus = HAS_TRAIT(attacker, TRAIT_STRENGTH) ? 2 : 0 //Investing into genetic strength improvements makes you a better boxer
+
+ var/obj/item/organ/internal/cyberimp/chest/spine/potential_spine = attacker.get_organ_slot(ORGAN_SLOT_SPINE) //Getting a cyberspine also pushes you further than just mere meat
+ if(istype(potential_spine))
+ strength_bonus *= potential_spine.strength_bonus
+
damage += round(athletics_skill * check_streak(attacker, defender) + strength_bonus)
grant_experience = TRUE
diff --git a/code/datums/martial/sleeping_carp.dm b/code/datums/martial/sleeping_carp.dm
index 8116084127ecfc..330c224070c3e3 100644
--- a/code/datums/martial/sleeping_carp.dm
+++ b/code/datums/martial/sleeping_carp.dm
@@ -9,7 +9,7 @@
help_verb = /mob/living/proc/sleeping_carp_help
display_combos = TRUE
/// List of traits applied to users of this martial art.
- var/list/scarp_traits = list(TRAIT_NOGUNS, TRAIT_HARDLY_WOUNDED, TRAIT_NODISMEMBER, TRAIT_HEAVY_SLEEPER)
+ var/list/scarp_traits = list(TRAIT_NOGUNS, TRAIT_TOSS_GUN_HARD, TRAIT_HARDLY_WOUNDED, TRAIT_NODISMEMBER, TRAIT_HEAVY_SLEEPER)
/datum/martial_art/the_sleeping_carp/on_teach(mob/living/new_holder)
. = ..()
@@ -188,8 +188,7 @@
return FALSE
if(!(carp_user.mobility_flags & MOBILITY_USE)) //NO UNABLE TO USE
return FALSE
- var/datum/dna/dna = carp_user.has_dna()
- if(dna?.check_mutation(/datum/mutation/human/hulk)) //NO HULK
+ if(HAS_TRAIT(carp_user, TRAIT_HULK)) //NO HULK
return FALSE
if(!isturf(carp_user.loc)) //NO MOTHERFLIPPIN MECHS!
return FALSE
diff --git a/code/datums/materials/meat.dm b/code/datums/materials/meat.dm
index a742a9c71296ea..552fa7a84cdf23 100644
--- a/code/datums/materials/meat.dm
+++ b/code/datums/materials/meat.dm
@@ -1,4 +1,4 @@
-///It's gross, gets the name of it's owner, and is all kinds of fucked up
+///It's gross, gets the name of its owner, and is all kinds of fucked up
/datum/material/meat
name = "meat"
desc = "Meat"
diff --git a/code/datums/mind/antag.dm b/code/datums/mind/antag.dm
index 72674705457165..b71a532539229f 100644
--- a/code/datums/mind/antag.dm
+++ b/code/datums/mind/antag.dm
@@ -215,9 +215,10 @@
N.nukeop_outfit = null
add_antag_datum(N,converter.nuke_team)
-
enslaved_to = WEAKREF(creator)
+ SEND_SIGNAL(current, COMSIG_MOB_ENSLAVED_TO, creator)
+
current.faction |= creator.faction
creator.faction |= "[REF(current)]"
diff --git a/code/datums/mutable_appearance.dm b/code/datums/mutable_appearance.dm
index c066b96cea419d..db5acbca388b68 100644
--- a/code/datums/mutable_appearance.dm
+++ b/code/datums/mutable_appearance.dm
@@ -45,4 +45,7 @@
else if(!isnull(offset_spokesman) && !isatom(offset_spokesman))
stack_trace("Why did you pass in offset_spokesman as [offset_spokesman]? We need an atom to properly offset planes")
+ if(PERFORM_ALL_TESTS(focus_only/topdown_filtering))
+ check_topdown_validity(appearance)
+
return appearance
diff --git a/code/datums/mutations/_combined.dm b/code/datums/mutations/_combined.dm
index baa7c2c1215b57..5b7b5d429015ef 100644
--- a/code/datums/mutations/_combined.dm
+++ b/code/datums/mutations/_combined.dm
@@ -52,3 +52,7 @@
/datum/generecipe/heckacious
required = "/datum/mutation/human/wacky; /datum/mutation/human/stoner"
result = /datum/mutation/human/heckacious
+
+/datum/generecipe/ork
+ required = "/datum/mutation/human/hulk; /datum/mutation/human/clumsy"
+ result = /datum/mutation/human/hulk/ork
diff --git a/code/datums/mutations/_mutations.dm b/code/datums/mutations/_mutations.dm
index d8aaf3baaaa548..dc7b64089bd8a0 100644
--- a/code/datums/mutations/_mutations.dm
+++ b/code/datums/mutations/_mutations.dm
@@ -136,6 +136,7 @@
owner = acquirer
dna = acquirer.dna
dna.mutations += src
+ SEND_SIGNAL(src, COMSIG_MUTATION_GAINED, acquirer)
if(text_gain_indication)
to_chat(owner, text_gain_indication)
if(visual_indicators.len)
@@ -162,6 +163,7 @@
if(!istype(owner) || !(owner.dna.mutations.Remove(src)))
return TRUE
. = FALSE
+ SEND_SIGNAL(src, COMSIG_MUTATION_LOST, owner)
if(text_lose_indication && owner.stat != DEAD)
to_chat(owner, text_lose_indication)
if(visual_indicators.len)
diff --git a/code/datums/mutations/body.dm b/code/datums/mutations/body.dm
index 5c93fa3b6be2e7..d9cb4aabd2580a 100644
--- a/code/datums/mutations/body.dm
+++ b/code/datums/mutations/body.dm
@@ -279,8 +279,8 @@
/datum/mutation/human/race
name = "Monkified"
desc = "A strange genome, believing to be what differentiates monkeys from humans."
- text_gain_indication = "You feel unusually monkey-like."
- text_lose_indication = "You feel like your old self."
+ text_gain_indication = span_green("You feel unusually monkey-like.")
+ text_lose_indication = span_notice("You feel like your old self.")
quality = NEGATIVE
instability = NEGATIVE_STABILITY_MAJOR // mmmonky
remove_on_aheal = FALSE
@@ -290,18 +290,26 @@
var/original_name
/datum/mutation/human/race/on_acquiring(mob/living/carbon/human/owner)
- if(..())
+ . = ..()
+ if(.)
return
- if(!ismonkey(owner))
- original_species = owner.dna.species.type
- original_name = owner.real_name
- owner.fully_replace_character_name(null, "monkey ([rand(1,999)])")
- . = owner.monkeyize()
+ if(ismonkey(owner))
+ return
+ original_species = owner.dna.species.type
+ original_name = owner.real_name
+ owner.monkeyize()
/datum/mutation/human/race/on_losing(mob/living/carbon/human/owner)
- if(!QDELETED(owner) && owner.stat != DEAD && (owner.dna.mutations.Remove(src)) && ismonkey(owner))
- owner.fully_replace_character_name(null, original_name)
- . = owner.humanize(original_species)
+ if(owner.stat == DEAD)
+ return
+ . = ..()
+ if(.)
+ return
+ if(QDELETED(owner))
+ return
+
+ owner.fully_replace_character_name(null, original_name)
+ owner.humanize(original_species)
/datum/mutation/human/glow
name = "Glowy"
@@ -604,9 +612,9 @@
var/obj/item/organ/internal/brain/brain = owner.get_organ_slot(ORGAN_SLOT_BRAIN)
if(brain)
- brain.Remove(owner, special = TRUE)
+ brain.Remove(owner, special = TRUE, movement_flags = NO_ID_TRANSFER)
brain.zone = BODY_ZONE_CHEST
- brain.Insert(owner, special = TRUE)
+ brain.Insert(owner, special = TRUE, movement_flags = NO_ID_TRANSFER)
var/obj/item/bodypart/head/head = owner.get_bodypart(BODY_ZONE_HEAD)
if(head)
@@ -629,9 +637,9 @@
return TRUE
var/obj/item/organ/internal/brain/brain = owner.get_organ_slot(ORGAN_SLOT_BRAIN)
if(brain)
- brain.Remove(owner, special = TRUE)
+ brain.Remove(owner, special = TRUE, movement_flags = NO_ID_TRANSFER)
brain.zone = initial(brain.zone)
- brain.Insert(owner, special = TRUE)
+ brain.Insert(owner, special = TRUE, movement_flags = NO_ID_TRANSFER)
owner.dna.species.regenerate_organs(owner, replace_current = FALSE, excluded_zones = list(BODY_ZONE_CHEST)) //replace_current needs to be FALSE to prevent weird adding and removing mutation healing
owner.apply_damage(damage = 50, damagetype = BRUTE, def_zone = BODY_ZONE_HEAD) //and this to DISCOURAGE organ farming, or at least not make it free.
diff --git a/code/datums/mutations/hulk.dm b/code/datums/mutations/hulk.dm
index 5717f649b11d37..1a44c62ad8c79c 100644
--- a/code/datums/mutations/hulk.dm
+++ b/code/datums/mutations/hulk.dm
@@ -9,28 +9,35 @@
species_allowed = list(SPECIES_HUMAN) //no skeleton/lizard hulk
health_req = 25
instability = POSITIVE_INSTABILITY_MAJOR
+ conflicts = list(/datum/mutation/human/hulk/ork)
var/scream_delay = 50
var/last_scream = 0
+ var/bodypart_color = COLOR_DARK_LIME
/// List of traits to add/remove when someone gets this mutation.
mutation_traits = list(
TRAIT_CHUNKYFINGERS,
TRAIT_HULK,
- TRAIT_IGNOREDAMAGESLOWDOWN,
TRAIT_PUSHIMMUNE,
TRAIT_STUNIMMUNE,
)
+/datum/mutation/human/hulk/New(class, timer, datum/mutation/human/copymut)
+ . = ..()
+ add_speechmod()
+
+/datum/mutation/human/hulk/proc/add_speechmod()
+ AddComponent(/datum/component/speechmod, replacements = list("." = "!"), end_string = "!!", uppercase = TRUE)
/datum/mutation/human/hulk/on_acquiring(mob/living/carbon/human/owner)
if(..())
return
for(var/obj/item/bodypart/part as anything in owner.bodyparts)
- part.variable_color = COLOR_DARK_LIME
+ part.variable_color = bodypart_color
owner.update_body_parts()
owner.add_mood_event("hulk", /datum/mood_event/hulk)
RegisterSignal(owner, COMSIG_LIVING_EARLY_UNARMED_ATTACK, PROC_REF(on_attack_hand))
- RegisterSignal(owner, COMSIG_MOB_SAY, PROC_REF(handle_speech))
RegisterSignal(owner, COMSIG_MOB_CLICKON, PROC_REF(check_swing))
+ owner.add_movespeed_mod_immunities("hulk", /datum/movespeed_modifier/damage_slowdown)
/datum/mutation/human/hulk/proc/on_attack_hand(mob/living/carbon/human/source, atom/target, proximity, modifiers)
SIGNAL_HANDLER
@@ -91,20 +98,8 @@
owner.update_body_parts()
owner.clear_mood_event("hulk")
UnregisterSignal(owner, COMSIG_LIVING_EARLY_UNARMED_ATTACK)
- UnregisterSignal(owner, COMSIG_MOB_SAY)
UnregisterSignal(owner, COMSIG_MOB_CLICKON)
-
-/datum/mutation/human/hulk/proc/handle_speech(datum/source, list/speech_args)
- SIGNAL_HANDLER
-
- var/message = speech_args[SPEECH_MESSAGE]
- if(message)
- message = "[replacetext(message, ".", "!")]!!"
- speech_args[SPEECH_MESSAGE] = message
-
- // the reason we don't just uppertext(message) in this proc is so that our hulk speech
- // can uppercase all other speech moidifiers after they are done (by returning COMPONENT_UPPERCASE_SPEECH)
- return COMPONENT_UPPERCASE_SPEECH
+ owner.remove_movespeed_mod_immunities("hulk", /datum/movespeed_modifier/damage_slowdown)
/// How many steps it takes to throw the mob
#define HULK_TAILTHROW_STEPS 28
@@ -264,6 +259,7 @@
log_combat(the_hulk, yeeted_person, "has thrown by tail")
/datum/mutation/human/hulk/wizardly
+ name = "Hulk (Magical)"
species_allowed = null //yes skeleton/lizard hulk - note that species that dont have skintone changing (like skellies) get custom handling
health_req = 0
instability = 0
@@ -271,19 +267,18 @@
/// List of traits to add/remove when someone gets this mutation.
mutation_traits = list(
TRAIT_HULK,
- TRAIT_IGNOREDAMAGESLOWDOWN,
TRAIT_PUSHIMMUNE,
TRAIT_STUNIMMUNE,
) // no chunk
/datum/mutation/human/hulk/superhuman
+ name = "Hulk (Super)"
health_req = 0
instability = 0
/// List of traits to add/remove when someone gets this mutation.
mutation_traits = list(
TRAIT_CHUNKYFINGERS,
TRAIT_HULK,
- TRAIT_IGNOREDAMAGESLOWDOWN,
TRAIT_NOSOFTCRIT,
TRAIT_NOHARDCRIT,
TRAIT_PUSHIMMUNE,
@@ -294,4 +289,14 @@
/datum/mutation/human/hulk/superhuman/on_life(seconds_per_tick, times_fired)
return
+/datum/mutation/human/hulk/ork
+ name = "Ork"
+ desc = "A mutation caused by a mixup of hulk genes which severely impacts speech centers in owners' brains."
+ text_gain_indication = span_notice("You feel significantly dumber!")
+ bodypart_color = COLOR_ASSISTANT_OLIVE
+ conflicts = list(/datum/mutation/human/hulk)
+
+/datum/mutation/human/hulk/ork/add_speechmod()
+ AddComponent(/datum/component/speechmod, replacements = strings("ork_replacement.json", "ork"), end_string = "!!", uppercase = TRUE)
+
#undef HULK_TAILTHROW_STEPS
diff --git a/code/datums/mutations/speech.dm b/code/datums/mutations/speech.dm
index 98560bb2526795..d6b6f714e5964b 100644
--- a/code/datums/mutations/speech.dm
+++ b/code/datums/mutations/speech.dm
@@ -177,30 +177,11 @@
quality = MINOR_NEGATIVE
text_gain_indication = span_notice("You feel Swedish, however that works.")
text_lose_indication = span_notice("The feeling of Swedishness passes.")
+ var/static/list/language_mutilation = list("w" = "v", "j" = "y", "bo" = "bjo", "a" = list("å","ä","æ","a"), "o" = list("ö","ø","o"))
-/datum/mutation/human/swedish/on_acquiring(mob/living/carbon/human/owner)
- if(..())
- return
- RegisterSignal(owner, COMSIG_MOB_SAY, PROC_REF(handle_speech))
-
-/datum/mutation/human/swedish/on_losing(mob/living/carbon/human/owner)
- if(..())
- return
- UnregisterSignal(owner, COMSIG_MOB_SAY)
-
-/datum/mutation/human/swedish/proc/handle_speech(datum/source, list/speech_args)
- SIGNAL_HANDLER
-
- var/message = speech_args[SPEECH_MESSAGE]
- if(message)
- message = replacetext(message,"w","v")
- message = replacetext(message,"j","y")
- message = replacetext(message,"a",pick("å","ä","æ","a"))
- message = replacetext(message,"bo","bjo")
- message = replacetext(message,"o",pick("ö","ø","o"))
- if(prob(30))
- message += " Bork[pick("",", bork",", bork, bork")]!"
- speech_args[SPEECH_MESSAGE] = trim(message)
+/datum/mutation/human/swedish/New(class, timer, datum/mutation/human/copymut)
+ . = ..()
+ AddComponent(/datum/component/speechmod, replacements = language_mutilation, end_string = list("",", bork",", bork, bork"), end_string_chance = 30)
/datum/mutation/human/chav
name = "Chav"
@@ -210,35 +191,9 @@
text_gain_indication = span_notice("Ye feel like a reet prat like, innit?")
text_lose_indication = span_notice("You no longer feel like being rude and sassy.")
-/datum/mutation/human/chav/on_acquiring(mob/living/carbon/human/owner)
- if(..())
- return
- RegisterSignal(owner, COMSIG_MOB_SAY, PROC_REF(handle_speech))
-
-/datum/mutation/human/chav/on_losing(mob/living/carbon/human/owner)
- if(..())
- return
- UnregisterSignal(owner, COMSIG_MOB_SAY)
-
-/datum/mutation/human/chav/proc/handle_speech(datum/source, list/speech_args)
- SIGNAL_HANDLER
-
- var/message = speech_args[SPEECH_MESSAGE]
- if(message[1] != "*")
- message = " [message]"
- var/list/chav_words = strings("chav_replacement.json", "chav")
-
- for(var/key in chav_words)
- var/value = chav_words[key]
- if(islist(value))
- value = pick(value)
-
- message = replacetextEx(message, " [uppertext(key)]", " [uppertext(value)]")
- message = replacetextEx(message, " [capitalize(key)]", " [capitalize(value)]")
- message = replacetextEx(message, " [key]", " [value]")
- if(prob(30))
- message += ", mate"
- speech_args[SPEECH_MESSAGE] = trim(message)
+/datum/mutation/human/chav/New(class, timer, datum/mutation/human/copymut)
+ . = ..()
+ AddComponent(/datum/component/speechmod, replacements = strings("chav_replacement.json", "chav"), end_string = ", mate", end_string_chance = 30)
/datum/mutation/human/elvis
name = "Elvis"
@@ -248,6 +203,10 @@
text_gain_indication = span_notice("You feel pretty good, honeydoll.")
text_lose_indication = span_notice("You feel a little less conversation would be great.")
+/datum/mutation/human/chav/New(class, timer, datum/mutation/human/copymut)
+ . = ..()
+ AddComponent(/datum/component/speechmod, replacements = strings("elvis_replacement.json", "elvis"))
+
/datum/mutation/human/elvis/on_life(seconds_per_tick, times_fired)
switch(pick(1,2))
if(1)
@@ -259,34 +218,6 @@
if(SPT_PROB(7.5, seconds_per_tick))
owner.visible_message("[owner] [pick("jiggles their hips", "rotates their hips", "gyrates their hips", "taps their foot", "dances to an imaginary song", "jiggles their legs", "snaps their fingers")]!")
-/datum/mutation/human/elvis/on_acquiring(mob/living/carbon/human/owner)
- if(..())
- return
- RegisterSignal(owner, COMSIG_MOB_SAY, PROC_REF(handle_speech))
-
-/datum/mutation/human/elvis/on_losing(mob/living/carbon/human/owner)
- if(..())
- return
- UnregisterSignal(owner, COMSIG_MOB_SAY)
-
-/datum/mutation/human/elvis/proc/handle_speech(datum/source, list/speech_args)
- SIGNAL_HANDLER
-
- var/message = speech_args[SPEECH_MESSAGE]
- if(message)
- message = " [message] "
- message = replacetext(message," i'm not "," I ain't ")
- message = replacetext(message," girl ",pick(" honey "," baby "," baby doll "))
- message = replacetext(message," man ",pick(" son "," buddy "," brother"," pal "," friendo "))
- message = replacetext(message," out of "," outta ")
- message = replacetext(message," thank you "," thank you, thank you very much ")
- message = replacetext(message," thanks "," thank you, thank you very much ")
- message = replacetext(message," what are you "," whatcha ")
- message = replacetext(message," yes ",pick(" sure", "yea "))
- message = replacetext(message," muh valids "," my kicks ")
- speech_args[SPEECH_MESSAGE] = trim(message)
-
-
/datum/mutation/human/stoner
name = "Stoner"
desc = "A common mutation that severely decreases intelligence."
diff --git a/code/datums/quirks/_quirk.dm b/code/datums/quirks/_quirk.dm
index 05e62ab2726877..4e11099989ce85 100644
--- a/code/datums/quirks/_quirk.dm
+++ b/code/datums/quirks/_quirk.dm
@@ -124,10 +124,10 @@
* Used when the quirk has been gained and no client is attached to the mob.
*/
/datum/quirk/proc/on_quirk_holder_first_login(mob/living/source)
- SIGNAL_HANDLER
+ SIGNAL_HANDLER
- UnregisterSignal(source, COMSIG_MOB_LOGIN)
- post_add()
+ UnregisterSignal(source, COMSIG_MOB_LOGIN)
+ post_add()
/// Any effect that should be applied every single time the quirk is added to any mob, even when transferred.
/datum/quirk/proc/add(client/client_source)
diff --git a/code/datums/quirks/positive_quirks/friendly.dm b/code/datums/quirks/positive_quirks/friendly.dm
index 8ab0003639bc39..943bc2c4b8457d 100644
--- a/code/datums/quirks/positive_quirks/friendly.dm
+++ b/code/datums/quirks/positive_quirks/friendly.dm
@@ -9,3 +9,15 @@
quirk_flags = QUIRK_HUMAN_ONLY|QUIRK_MOODLET_BASED
medical_record_text = "Patient demonstrates low-inhibitions for physical contact and well-developed arms. Requesting another doctor take over this case."
mail_goodies = list(/obj/item/storage/box/hug)
+
+/datum/quirk/friendly/add_unique(client/client_source)
+ var/mob/living/carbon/human/human_quirkholder = quirk_holder
+ var/obj/item/organ/internal/heart/holder_heart = human_quirkholder.get_organ_slot(ORGAN_SLOT_HEART)
+ if(isnull(holder_heart) || isnull(holder_heart.reagents))
+ return
+ holder_heart.reagents.maximum_volume = 20
+ // We have a bigger heart full of love!
+ holder_heart.reagents.add_reagent(/datum/reagent/love, 2.5)
+ // Like, physically bigger.
+ holder_heart.reagents.add_reagent(/datum/reagent/consumable/nutriment, 5)
+ holder_heart.transform = holder_heart.transform.Scale(1.5)
diff --git a/code/datums/shuttles/emergency.dm b/code/datums/shuttles/emergency.dm
index 26b50695818a08..4c1dd016680322 100644
--- a/code/datums/shuttles/emergency.dm
+++ b/code/datums/shuttles/emergency.dm
@@ -434,7 +434,7 @@
/datum/map_template/shuttle/emergency/lance
suffix = "lance"
name = "The Lance Crew Evacuation System"
- description = "A brand new shuttle by Nanotrasen's finest in shuttle-engineering, it's designed to tactically slam into a destroyed station, dispatching threats and saving crew at the same time! Be careful to stay out of it's path."
+ description = "A brand new shuttle by Nanotrasen's finest in shuttle-engineering, it's designed to tactically slam into a destroyed station, dispatching threats and saving crew at the same time! Be careful to stay out of its path."
admin_notes = "WARNING: This shuttle is designed to crash into the station. It has turrets, similar to the raven."
credit_cost = CARGO_CRATE_VALUE * 70
occupancy_limit = "50"
diff --git a/code/datums/signals.dm b/code/datums/signals.dm
index 01ca02e41c264f..4a3b9448e22f4b 100644
--- a/code/datums/signals.dm
+++ b/code/datums/signals.dm
@@ -4,7 +4,7 @@
* This sets up a listening relationship such that when the target object emits a signal
* the source datum this proc is called upon, will receive a callback to the given proctype
* Use PROC_REF(procname), TYPE_PROC_REF(type,procname) or GLOBAL_PROC_REF(procname) macros to validate the passed in proc at compile time.
- * PROC_REF for procs defined on current type or it's ancestors, TYPE_PROC_REF for procs defined on unrelated type and GLOBAL_PROC_REF for global procs.
+ * PROC_REF for procs defined on current type or its ancestors, TYPE_PROC_REF for procs defined on unrelated type and GLOBAL_PROC_REF for global procs.
* Return values from procs registered must be a bitfield
*
* Arguments:
diff --git a/code/datums/sprite_accessories.dm b/code/datums/sprite_accessories.dm
index e85c42e5226c0a..dedb624078a938 100644
--- a/code/datums/sprite_accessories.dm
+++ b/code/datums/sprite_accessories.dm
@@ -661,6 +661,10 @@
name = "Short Bangs"
icon_state = "hair_shortbangs"
+/datum/sprite_accessory/hair/shortbangs2
+ name = "Short Bangs 2"
+ icon_state = "hair_shortbangs2"
+
/datum/sprite_accessory/hair/short
name = "Short Hair"
icon_state = "hair_a"
diff --git a/code/datums/station_traits/job_traits.dm b/code/datums/station_traits/job_traits.dm
index 94fb0e220d4d75..4ac95ced8469ba 100644
--- a/code/datums/station_traits/job_traits.dm
+++ b/code/datums/station_traits/job_traits.dm
@@ -210,8 +210,7 @@
SIGNAL_HANDLER
var/datum/job_department/department = SSjob.joinable_departments_by_type[/datum/job_department/silicon]
department.remove_job(/datum/job/ai)
- var/datum/station_trait/triple_ai/triple_ais = locate() in SSstation.station_traits
- if(triple_ais)
+ if(GLOB.triple_ai_controller)
position_amount = 3
/// Gives the AI SAT a fax machine if it doesn't have one. This is copy pasted from Bridge Assistant's coffee maker.
diff --git a/code/datums/station_traits/negative_traits.dm b/code/datums/station_traits/negative_traits.dm
index 4d3c30feb93fa9..45f1504821c58a 100644
--- a/code/datums/station_traits/negative_traits.dm
+++ b/code/datums/station_traits/negative_traits.dm
@@ -185,6 +185,22 @@
for(var/mob/living/found_bot as anything in GLOB.bots_list)
found_bot.randomize_language_if_on_station()
+/datum/station_trait/machine_languages
+ name = "Machine Language Matrix Malfunction"
+ trait_type = STATION_TRAIT_NEGATIVE
+ weight = 2
+ cost = STATION_TRAIT_COST_FULL
+ show_in_report = TRUE
+ report_message = "Your station's machines have had their language matrix fried due to an event, \
+ resulting in some strange and unfamiliar speech patterns."
+ trait_to_give = STATION_TRAIT_MACHINES_GLITCHED
+
+/datum/station_trait/machine_languages/New()
+ . = ..()
+ // What "caused" our machines to go haywire (fluff)
+ var/event_source = pick("an ion storm", "a malfunction", "a software update", "a power surge", "a computer virus", "a subdued machine uprising", "a clown's prank")
+ report_message = "Your station's machinery have had their language matrix fried due to [event_source], resulting in some strange and unfamiliar speech patterns."
+
/datum/station_trait/revenge_of_pun_pun
name = "Revenge of Pun Pun"
trait_type = STATION_TRAIT_NEGATIVE
@@ -230,6 +246,9 @@
weapon?.add_mob_blood(punpun)
punpun.add_mob_blood(punpun)
+ if(!isnull(punpun.ai_controller)) // In case punpun somehow lacks AI
+ QDEL_NULL(punpun.ai_controller)
+
new /datum/ai_controller/monkey/angry(punpun)
var/area/place = get_area(punpun)
diff --git a/code/datums/station_traits/neutral_traits.dm b/code/datums/station_traits/neutral_traits.dm
index 897ccca2ed9436..4e00158df7d313 100644
--- a/code/datums/station_traits/neutral_traits.dm
+++ b/code/datums/station_traits/neutral_traits.dm
@@ -383,64 +383,19 @@
/datum/station_trait/linked_closets/on_round_start()
. = ..()
- var/list/roundstart_non_secure_closets = GLOB.roundstart_station_closets.Copy()
- for(var/obj/structure/closet/closet in roundstart_non_secure_closets)
- if(closet.secure)
- roundstart_non_secure_closets -= closet
+ var/list/roundstart_closets = GLOB.roundstart_station_closets.Copy()
/**
- * The number of links to perform.
- * Combined with 50/50 the probability of the link being triangular, the boundaries of any given
- * on-station, non-secure closet being linked are as high as 1 in 7/8 and as low as 1 in 16-17,
- * nearing an a mean of 1 in 9 to 11/12 the more repetitions are done.
- *
- * There are more than 220 roundstart closets on meta, around 150 of which aren't secure,
- * so, about 13 to 17 closets will be affected by this most of the times.
+ * The number of links to perform. the chance of a closet being linked are about 1 in 10
+ * There are more than 220 roundstart closets on meta, so, about 22 closets will be affected on average.
*/
- var/number_of_links = round(length(roundstart_non_secure_closets) * (rand(350, 450)*0.0001), 1)
+ var/number_of_links = round(length(roundstart_closets) * (rand(400, 430)*0.0001), 1)
for(var/repetition in 1 to number_of_links)
- var/closets_left = length(roundstart_non_secure_closets)
- if(closets_left < 2)
- return
var/list/targets = list()
- for(var/how_many in 1 to min(closets_left, rand(2,3)))
- targets += pick_n_take(roundstart_non_secure_closets)
- if(closets_left == 1) //there's only one closet left. Let's not leave it alone.
- targets += roundstart_non_secure_closets[1]
+ for(var/how_many in 1 to rand(2,3))
+ targets += pick_n_take(roundstart_closets)
GLOB.eigenstate_manager.create_new_link(targets)
-/datum/station_trait/triple_ai
- name = "AI Triumvirate"
- trait_type = STATION_TRAIT_NEUTRAL
- trait_flags = parent_type::trait_flags | STATION_TRAIT_REQUIRES_AI
- show_in_report = TRUE
- weight = 0 // SKYRAT EDIT Original = 1
- report_message = "Your station has been instated with three Nanotrasen Artificial Intelligence models."
-
-/datum/station_trait/triple_ai/New()
- . = ..()
- RegisterSignal(SSjob, COMSIG_OCCUPATIONS_SETUP, PROC_REF(on_occupations_setup))
-
-/datum/station_trait/triple_ai/revert()
- UnregisterSignal(SSjob, COMSIG_OCCUPATIONS_SETUP)
- return ..()
-
-/datum/station_trait/triple_ai/proc/on_occupations_setup(datum/controller/subsystem/job/source)
- SIGNAL_HANDLER
-
- //allows for latejoining AIs
- for(var/obj/effect/landmark/start/ai/secondary/secondary_ai_spawn in GLOB.start_landmarks_list)
- secondary_ai_spawn.latejoin_active = TRUE
-
- var/datum/station_trait/job/human_ai/ai_trait = locate() in SSstation.station_traits
- //human AI quirk will handle adding its own job positions, but for now don't allow more AI slots.
- if(ai_trait)
- return
- for(var/datum/job/ai/ai_datum in SSjob.joinable_occupations)
- ai_datum.spawn_positions = 3
- ai_datum.total_positions = 3
-
-
#define PRO_SKUB "pro-skub"
#define ANTI_SKUB "anti-skub"
#define SKUB_IDFC "i don't frikkin' care"
diff --git a/code/datums/status_effects/_status_effect_helpers.dm b/code/datums/status_effects/_status_effect_helpers.dm
index f887afd91428e9..a5743d2e93ad7a 100644
--- a/code/datums/status_effects/_status_effect_helpers.dm
+++ b/code/datums/status_effects/_status_effect_helpers.dm
@@ -65,7 +65,7 @@
/**
* Checks if this mob has a status effect that shares the passed effect's ID
*
- * checked_effect - TYPEPATH of a status effect to check for. Checks for its ID, not it's typepath
+ * checked_effect - TYPEPATH of a status effect to check for. Checks for its ID, not its typepath
*
* Returns an instance of a status effect, or NULL if none were found.
*/
@@ -99,7 +99,7 @@
* Checks if this mob has a status effect that shares the passed effect's ID
* and has the passed sources are in its list of sources (ONLY works for grouped efects!)
*
- * checked_effect - TYPEPATH of a status effect to check for. Checks for its ID, not it's typepath
+ * checked_effect - TYPEPATH of a status effect to check for. Checks for its ID, not its typepath
*
* Returns an instance of a status effect, or NULL if none were found.
*/
@@ -128,7 +128,7 @@
/**
* Returns a list of all status effects that share the passed effect type's ID
*
- * checked_effect - TYPEPATH of a status effect to check for. Checks for its ID, not it's typepath
+ * checked_effect - TYPEPATH of a status effect to check for. Checks for its ID, not its typepath
*
* Returns a list
*/
diff --git a/code/datums/status_effects/buffs.dm b/code/datums/status_effects/buffs.dm
index 38bb39663e0d2f..522bae96ebc87f 100644
--- a/code/datums/status_effects/buffs.dm
+++ b/code/datums/status_effects/buffs.dm
@@ -84,7 +84,7 @@
icon_state = "blooddrunk"
/datum/status_effect/blooddrunk/on_apply()
- ADD_TRAIT(owner, TRAIT_IGNOREDAMAGESLOWDOWN, BLOODDRUNK_TRAIT)
+ owner.add_movespeed_mod_immunities(id, /datum/movespeed_modifier/damage_slowdown)
if(ishuman(owner))
var/mob/living/carbon/human/human_owner = owner
human_owner.physiology.brute_mod *= 0.1
@@ -104,7 +104,7 @@
human_owner.physiology.tox_mod *= 10
human_owner.physiology.oxy_mod *= 10
human_owner.physiology.stamina_mod *= 10
- REMOVE_TRAIT(owner, TRAIT_IGNOREDAMAGESLOWDOWN, BLOODDRUNK_TRAIT)
+ owner.remove_movespeed_mod_immunities(id, /datum/movespeed_modifier/damage_slowdown)
owner.remove_stun_absorption(id)
//Used by changelings to rapidly heal
@@ -383,7 +383,7 @@
show_duration = TRUE
/datum/status_effect/regenerative_core/on_apply()
- ADD_TRAIT(owner, TRAIT_IGNOREDAMAGESLOWDOWN, STATUS_EFFECT_TRAIT)
+ owner.add_movespeed_mod_immunities(id, /datum/movespeed_modifier/damage_slowdown)
owner.adjustBruteLoss(-25)
owner.adjustStaminaLoss(-40) //Skyrat edit. Removes stamina on usage of regen core.
owner.adjustFireLoss(-25)
@@ -395,7 +395,7 @@
return TRUE
/datum/status_effect/regenerative_core/on_remove()
- REMOVE_TRAIT(owner, TRAIT_IGNOREDAMAGESLOWDOWN, STATUS_EFFECT_TRAIT)
+ owner.remove_movespeed_mod_immunities(id, /datum/movespeed_modifier/damage_slowdown)
/datum/status_effect/lightningorb
id = "Lightning Orb"
@@ -571,7 +571,8 @@
owner.AddElement(/datum/element/forced_gravity, 0)
owner.AddElement(/datum/element/simple_flying)
owner.add_stun_absorption(source = id, priority = 4)
- owner.add_traits(list(TRAIT_IGNOREDAMAGESLOWDOWN, TRAIT_FREE_HYPERSPACE_MOVEMENT), MAD_WIZARD_TRAIT)
+ owner.add_movespeed_mod_immunities(id, /datum/movespeed_modifier/damage_slowdown)
+ ADD_TRAIT(owner, TRAIT_FREE_HYPERSPACE_MOVEMENT, id)
owner.playsound_local(get_turf(owner), 'sound/chemistry/ahaha.ogg', vol = 100, vary = TRUE, use_reverb = TRUE)
return TRUE
@@ -588,7 +589,8 @@
owner.RemoveElement(/datum/element/forced_gravity, 0)
owner.RemoveElement(/datum/element/simple_flying)
owner.remove_stun_absorption(id)
- owner.remove_traits(list(TRAIT_IGNOREDAMAGESLOWDOWN, TRAIT_FREE_HYPERSPACE_MOVEMENT), MAD_WIZARD_TRAIT)
+ owner.remove_movespeed_mod_immunities(id, /datum/movespeed_modifier/damage_slowdown)
+ REMOVE_TRAIT(owner, TRAIT_FREE_HYPERSPACE_MOVEMENT, id)
/// Gives you a brief period of anti-gravity
/datum/status_effect/jump_jet
@@ -623,3 +625,30 @@
name = "Radiation shielding"
desc = "You're immune to radiation, get settled quick!"
icon_state = "radiation_shield"
+
+/// Heal in darkness and potentially trigger other effects, persists for a short duration after leaving
+/datum/status_effect/shadow_regeneration
+ id = "shadow_regeneration"
+ duration = 2 SECONDS
+ status_type = STATUS_EFFECT_REFRESH
+ alert_type = /atom/movable/screen/alert/status_effect/shadow_regeneration
+
+/datum/status_effect/shadow_regeneration/on_apply()
+ . = ..()
+ if (!.)
+ return FALSE
+ heal_owner()
+ return TRUE
+
+/datum/status_effect/shadow_regeneration/refresh(effect)
+ . = ..()
+ heal_owner()
+
+/// Regenerate health whenever this status effect is applied or reapplied
+/datum/status_effect/shadow_regeneration/proc/heal_owner()
+ owner.heal_overall_damage(brute = 1, burn = 1, required_bodytype = BODYTYPE_ORGANIC)
+
+/atom/movable/screen/alert/status_effect/shadow_regeneration
+ name = "Shadow Regeneration"
+ desc = "Bathed in soothing darkness, you will slowly heal yourself."
+ icon_state = "lightless"
diff --git a/code/datums/stock_market_events.dm b/code/datums/stock_market_events.dm
index 4907bf784f63af..b29e52ab0ee11f 100644
--- a/code/datums/stock_market_events.dm
+++ b/code/datums/stock_market_events.dm
@@ -23,7 +23,7 @@
/// When this event is ongoing, what direction will the price trend in?
var/trend_value
- /// When this event is triggered, for how long will it's effects last?
+ /// When this event is triggered, for how long will its effects last?
var/trend_duration
/**
diff --git a/code/datums/storage/storage.dm b/code/datums/storage/storage.dm
index 8c98d7d56bd16e..a01bb21a451e40 100644
--- a/code/datums/storage/storage.dm
+++ b/code/datums/storage/storage.dm
@@ -44,6 +44,9 @@
var/animated = TRUE
/// Determines whether we play a rustle sound when inserting/removing items.
var/rustle_sound = TRUE
+ /// The sound to play when we open/access the storage
+ var/open_sound
+ var/open_sound_vary = TRUE
/// The maximum amount of items that can be inserted into this storage.
var/max_slots = 7
@@ -444,7 +447,7 @@ GLOBAL_LIST_EMPTY(cached_storage_typecaches)
if(!can_insert(to_insert, user, messages = messages, force = force))
return FALSE
- SEND_SIGNAL(parent, COMSIG_STORAGE_STORED_ITEM, to_insert, user, force)
+ SEND_SIGNAL(parent, COMSIG_ATOM_STORED_ITEM, to_insert, user, force)
SEND_SIGNAL(src, COMSIG_STORAGE_STORED_ITEM, to_insert, user, force)
to_insert.forceMove(real_location)
item_insertion_feedback(user, to_insert, override)
@@ -920,7 +923,7 @@ GLOBAL_LIST_EMPTY(cached_storage_typecaches)
animate_parent()
if(rustle_sound)
- playsound(parent, SFX_RUSTLE, 50, TRUE, -5)
+ playsound(parent, (open_sound ? open_sound : SFX_RUSTLE), 50, open_sound_vary, -5)
return TRUE
@@ -1024,7 +1027,7 @@ GLOBAL_LIST_EMPTY(cached_storage_typecaches)
var/atom/movable/movable_loc = real_location
movable_loc.lose_active_storage(src)
- if (isnull(storage_interfaces[to_hide]))
+ if (!length(storage_interfaces) || isnull(storage_interfaces[to_hide]))
return TRUE
is_using -= to_hide
diff --git a/code/datums/storage/subtypes/portable_chem_mixer.dm b/code/datums/storage/subtypes/portable_chem_mixer.dm
new file mode 100644
index 00000000000000..fcf5c6ec412bc4
--- /dev/null
+++ b/code/datums/storage/subtypes/portable_chem_mixer.dm
@@ -0,0 +1,16 @@
+/datum/storage/portable_chem_mixer
+ max_total_storage = 200
+ max_slots = 50
+
+/datum/storage/portable_chem_mixer/New(atom/parent, max_slots, max_specific_storage, max_total_storage)
+ . = ..()
+
+ var/static/list/obj/item/reagent_containers/containers = list(
+ /obj/item/reagent_containers/cup/beaker,
+ /obj/item/reagent_containers/cup/bottle,
+ /obj/item/reagent_containers/cup/tube,
+ /obj/item/reagent_containers/cup/glass/waterbottle,
+ /obj/item/reagent_containers/condiment,
+ )
+
+ set_holdable(containers)
diff --git a/code/datums/weather/weather.dm b/code/datums/weather/weather.dm
index ca9cff19c73a8a..16ffb326f8a864 100644
--- a/code/datums/weather/weather.dm
+++ b/code/datums/weather/weather.dm
@@ -56,7 +56,7 @@
/// The list of z-levels that this weather is actively affecting
var/impacted_z_levels
- /// Since it's above everything else, this is the layer used by default. TURF_LAYER is below mobs and walls if you need to use that.
+ /// Since it's above everything else, this is the layer used by default.
var/overlay_layer = AREA_LAYER
/// Plane for the overlay
var/overlay_plane = AREA_PLANE
diff --git a/code/datums/wires/airlock.dm b/code/datums/wires/airlock.dm
index 8049f08d8dcf44..584e862eb5d512 100644
--- a/code/datums/wires/airlock.dm
+++ b/code/datums/wires/airlock.dm
@@ -126,7 +126,7 @@
A.update_appearance()
if(WIRE_IDSCAN) // Pulse to disable emergency access and flash the red lights.
if(A.hasPower() && A.density)
- A.do_animate("deny")
+ A.run_animation(DOOR_DENY_ANIMATION)
if(A.emergency)
A.emergency = FALSE
A.update_appearance()
diff --git a/code/datums/wires/vending.dm b/code/datums/wires/vending.dm
index 873d092e4f6222..37ed5ab5caef7b 100644
--- a/code/datums/wires/vending.dm
+++ b/code/datums/wires/vending.dm
@@ -15,7 +15,7 @@
var/datum/language_holder/vending_languages = vending_machine.get_language_holder()
if(!length(vending_languages.spoken_languages))
- CRASH("Vending machine [vending_machine] does not have any spoken languages in it's language holder.")
+ CRASH("Vending machine [vending_machine] does not have any spoken languages in its language holder.")
// synch the current language to the language_iterator
for(var/i in vending_languages.spoken_languages)
diff --git a/code/datums/wounds/_wounds.dm b/code/datums/wounds/_wounds.dm
index f713819c817862..47f29a21e9dd57 100644
--- a/code/datums/wounds/_wounds.dm
+++ b/code/datums/wounds/_wounds.dm
@@ -498,7 +498,7 @@
// check if we have a valid treatable tool
if(potential_treater.tool_behaviour in treatable_tools)
return TRUE
- if(TOOL_CAUTERY in treatable_tools && potential_treater.get_temperature() && user == victim) // allow improvised cauterization on yourself without an aggro grab
+ if((TOOL_CAUTERY in treatable_tools) && potential_treater.get_temperature() && (user == victim)) // allow improvised cauterization on yourself without an aggro grab
return TRUE
// failing that, see if we're aggro grabbing them and if we have an item that works for aggro grabs only
if(user.pulling == victim && user.grab_state >= GRAB_AGGRESSIVE && check_grab_treatments(potential_treater, user))
diff --git a/code/datums/wounds/cranial_fissure.dm b/code/datums/wounds/cranial_fissure.dm
index 0b7c00dee7e325..df973d3bdec903 100644
--- a/code/datums/wounds/cranial_fissure.dm
+++ b/code/datums/wounds/cranial_fissure.dm
@@ -81,7 +81,7 @@
)
/datum/wound/cranial_fissure/try_handling(mob/living/user)
- if (user.usable_hands <= 0)
+ if (user.usable_hands <= 0 || user.combat_mode)
return FALSE
if(!isnull(user.hud_used?.zone_select) && (user.zone_selected != BODY_ZONE_HEAD && user.zone_selected != BODY_ZONE_PRECISE_EYES))
diff --git a/code/datums/wounds/pierce.dm b/code/datums/wounds/pierce.dm
index ecefc56817cc9f..c0be047b9381b1 100644
--- a/code/datums/wounds/pierce.dm
+++ b/code/datums/wounds/pierce.dm
@@ -54,7 +54,7 @@
victim.add_splatter_floor(get_step(victim.loc, victim.dir))
/datum/wound/pierce/bleed/get_bleed_rate_of_change()
- //basically if a species doesn't bleed, the wound is stagnant and will not heal on it's own (nor get worse)
+ //basically if a species doesn't bleed, the wound is stagnant and will not heal on its own (nor get worse)
if(!limb.can_bleed())
return BLOOD_FLOW_STEADY
if(HAS_TRAIT(victim, TRAIT_BLOODY_MESS))
diff --git a/code/datums/wounds/slash.dm b/code/datums/wounds/slash.dm
index e8f77e603be998..dd41d48620e991 100644
--- a/code/datums/wounds/slash.dm
+++ b/code/datums/wounds/slash.dm
@@ -122,7 +122,7 @@
return bleed_amt
/datum/wound/slash/flesh/get_bleed_rate_of_change()
- //basically if a species doesn't bleed, the wound is stagnant and will not heal on it's own (nor get worse)
+ //basically if a species doesn't bleed, the wound is stagnant and will not heal on its own (nor get worse)
if(!limb.can_bleed())
return BLOOD_FLOW_STEADY
if(HAS_TRAIT(victim, TRAIT_BLOODY_MESS))
@@ -137,7 +137,7 @@
if (!victim || HAS_TRAIT(victim, TRAIT_STASIS))
return
- // in case the victim has the NOBLOOD trait, the wound will simply not clot on it's own
+ // in case the victim has the NOBLOOD trait, the wound will simply not clot on its own
if(limb.can_bleed())
set_blood_flow(min(blood_flow, WOUND_SLASH_MAX_BLOODFLOW))
diff --git a/code/game/area/areas/mining.dm b/code/game/area/areas/mining.dm
index ff8e22b17b8fad..031a6dd5039d7d 100644
--- a/code/game/area/areas/mining.dm
+++ b/code/game/area/areas/mining.dm
@@ -18,6 +18,10 @@
name = "Mining Station Public Storage"
icon_state = "mining_storage"
+/area/mine/lobby/raptor
+ name = "Nanotrasen Raptor Farm"
+ icon_state = "mining_storage"
+
/area/mine/production
name = "Mining Station Production Wing"
icon_state = "mining_production"
diff --git a/code/game/atom/_atom.dm b/code/game/atom/_atom.dm
index 2ecda8cc8fea75..94446094d03b12 100644
--- a/code/game/atom/_atom.dm
+++ b/code/game/atom/_atom.dm
@@ -5,7 +5,7 @@
* as much as possible to the components/elements system
*/
/atom
- layer = TURF_LAYER
+ layer = ABOVE_NORMAL_TURF_LAYER
plane = GAME_PLANE
appearance_flags = TILE_BOUND|LONG_GLIDE
@@ -166,6 +166,9 @@
if(atom_storage)
QDEL_NULL(atom_storage)
+ if(wires)
+ QDEL_NULL(wires)
+
orbiters = null // The component is attached to us normaly and will be deleted elsewhere
// Checking length(overlays) before cutting has significant speed benefits
@@ -865,7 +868,6 @@
active_hud.screentip_text.maptext = ""
return
- active_hud.screentip_text.maptext_y = 10 // 10px lines us up with the action buttons top left corner
var/lmb_rmb_line = ""
var/ctrl_lmb_ctrl_rmb_line = ""
var/alt_lmb_alt_rmb_line = ""
@@ -935,14 +937,21 @@
if(extra_lines)
extra_context = "
[lmb_rmb_line][ctrl_lmb_ctrl_rmb_line][alt_lmb_alt_rmb_line][shift_lmb_ctrl_shift_lmb_line]"
- //first extra line pushes atom name line up 11px, subsequent lines push it up 9px, this offsets that and keeps the first line in the same place
- active_hud.screentip_text.maptext_y = -1 + (extra_lines - 1) * -9
+ var/new_maptext
if (screentips_enabled == SCREENTIP_PREFERENCE_CONTEXT_ONLY && extra_context == "")
- active_hud.screentip_text.maptext = ""
+ new_maptext = ""
else
//We inline a MAPTEXT() here, because there's no good way to statically add to a string like this
- active_hud.screentip_text.maptext = "[name][extra_context]"
+ new_maptext = "[name][extra_context]"
+
+ INVOKE_ASYNC(src, PROC_REF(set_hover_maptext), client, active_hud, new_maptext)
+
+/atom/proc/set_hover_maptext(client/client, datum/hud/active_hud, new_maptext)
+ var/map_height
+ WXH_TO_HEIGHT(client.MeasureText(new_maptext, null, active_hud.screentip_text.maptext_width), map_height)
+ active_hud.screentip_text.maptext = new_maptext
+ active_hud.screentip_text.maptext_y = 22 - map_height
/**
* This proc is used for telling whether something can pass by this atom in a given direction, for use by the pathfinding system.
diff --git a/code/game/atom/atom_examine.dm b/code/game/atom/atom_examine.dm
index 8df52eb9cb08d0..e728781ee01ba0 100644
--- a/code/game/atom/atom_examine.dm
+++ b/code/game/atom/atom_examine.dm
@@ -5,7 +5,7 @@
/**
* Called when a mob examines (shift click or verb) this atom
*
- * Default behaviour is to get the name and icon of the object and it's reagents where
+ * Default behaviour is to get the name and icon of the object and its reagents where
* the [TRANSPARENT] flag is set on the reagents holder
*
* Produces a signal [COMSIG_ATOM_EXAMINE]
@@ -113,5 +113,6 @@
return name_chaser
/// Used by mobs to determine the name for someone wearing a mask, or with a disfigured or missing face. By default just returns the atom's name. add_id_name will control whether or not we append "(as [id_name])".
-/atom/proc/get_visible_name(add_id_name)
+/// force_real_name will always return real_name and add (as face_name/id_name) if it doesn't match their appearance
+/atom/proc/get_visible_name(add_id_name, force_real_name)
return name
diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm
index 57aec84e264889..58e3e0d42cfc3f 100644
--- a/code/game/atoms_movable.dm
+++ b/code/game/atoms_movable.dm
@@ -882,9 +882,10 @@
// Make sure you know what you're doing if you call this
// You probably want CanPass()
/atom/movable/Cross(atom/movable/crossed_atom)
- . = TRUE
- SEND_SIGNAL(src, COMSIG_MOVABLE_CROSS, crossed_atom)
- SEND_SIGNAL(crossed_atom, COMSIG_MOVABLE_CROSS_OVER, src)
+ if(SEND_SIGNAL(src, COMSIG_MOVABLE_CROSS, crossed_atom) & COMPONENT_BLOCK_CROSS)
+ return FALSE
+ if(SEND_SIGNAL(crossed_atom, COMSIG_MOVABLE_CROSS_OVER, src) & COMPONENT_BLOCK_CROSS)
+ return FALSE
return CanPass(crossed_atom, get_dir(src, crossed_atom))
///default byond proc that is deprecated for us in lieu of signals. do not call
@@ -929,7 +930,8 @@
/atom/movable/Bump(atom/bumped_atom)
if(!bumped_atom)
CRASH("Bump was called with no argument.")
- SEND_SIGNAL(src, COMSIG_MOVABLE_BUMP, bumped_atom)
+ if(SEND_SIGNAL(src, COMSIG_MOVABLE_BUMP, bumped_atom) & COMPONENT_INTERCEPT_BUMPED)
+ return
. = ..()
if(!QDELETED(throwing))
throwing.finalize(hit = TRUE, target = bumped_atom)
@@ -1426,7 +1428,15 @@
/atom/movable/proc/CanPassThrough(atom/blocker, movement_dir, blocker_opinion)
SHOULD_CALL_PARENT(TRUE)
SHOULD_BE_PURE(TRUE)
- return blocker_opinion
+
+ var/blocking_signal = SEND_SIGNAL(src, COMSIG_MOVABLE_CAN_PASS_THROUGH, blocker, movement_dir)
+ if(!blocking_signal)
+ return blocker_opinion
+
+ if(blocking_signal & COMSIG_COMPONENT_PERMIT_PASSAGE)
+ return TRUE
+ else //we have a COMSIG_COMPONENT_REFUSE_PASSAGE but like its either this or that, unlike someone wanna adds half-passing through but fuck you
+ return FALSE
/// called when this atom is removed from a storage item, which is passed on as S. The loc variable is already set to the new destination before this is called.
/atom/movable/proc/on_exit_storage(datum/storage/master_storage)
diff --git a/code/game/data_huds.dm b/code/game/data_huds.dm
index c3c277e73c6739..4a36b89d384db5 100644
--- a/code/game/data_huds.dm
+++ b/code/game/data_huds.dm
@@ -290,7 +290,7 @@ Security HUDs! Basic mode shows only the job.
/mob/living/proc/sec_hud_set_implants()
var/image/holder
- for(var/i in list(IMPSEC_FIRST_HUD, IMPLOYAL_HUD, IMPSEC_SECOND_HUD))
+ for(var/i in (list(IMPSEC_FIRST_HUD, IMPLOYAL_HUD, IMPSEC_SECOND_HUD) & hud_list))
holder = hud_list[i]
holder.icon_state = null
set_hud_image_inactive(i)
diff --git a/code/game/machinery/_machinery.dm b/code/game/machinery/_machinery.dm
index 2e159f264ba0dd..863101fc46c32f 100644
--- a/code/game/machinery/_machinery.dm
+++ b/code/game/machinery/_machinery.dm
@@ -177,7 +177,7 @@
flags_1 |= PREVENT_CONTENTS_EXPLOSION_1
}
- if(HAS_TRAIT(SSstation, STATION_TRAIT_BOTS_GLITCHED))
+ if(HAS_TRAIT(SSstation, STATION_TRAIT_MACHINES_GLITCHED) && mapload)
randomize_language_if_on_station()
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_NEW_MACHINE, src)
@@ -284,9 +284,17 @@
/obj/machinery/proc/locate_machinery()
return
+///Early process for machines added to SSmachines.processing_early to prioritize power draw
+/obj/machinery/proc/process_early()
+ return PROCESS_KILL
+
/obj/machinery/process()//If you dont use process or power why are you here
return PROCESS_KILL
+///Late process for machines added to SSmachines.processing_late to gather accurate recordings
+/obj/machinery/proc/process_late()
+ return PROCESS_KILL
+
/obj/machinery/proc/process_atmos()//If you dont use process why are you here
return PROCESS_KILL
@@ -405,6 +413,10 @@
/obj/machinery/proc/close_machine(atom/movable/target, density_to_set = TRUE)
state_open = FALSE
set_density(density_to_set)
+ if (!density)
+ update_appearance()
+ return
+
if(!target)
for(var/atom in loc)
if (!(can_be_occupant(atom)))
diff --git a/code/game/machinery/ai_slipper.dm b/code/game/machinery/ai_slipper.dm
index 117577e66eb831..08cd5bdc61a11c 100644
--- a/code/game/machinery/ai_slipper.dm
+++ b/code/game/machinery/ai_slipper.dm
@@ -4,7 +4,7 @@
icon = 'icons/obj/devices/tool.dmi'
icon_state = "ai-slipper0"
base_icon_state = "ai-slipper"
- layer = PROJECTILE_HIT_THRESHHOLD_LAYER
+ layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
max_integrity = 200
armor_type = /datum/armor/machinery_ai_slipper
diff --git a/code/game/machinery/announcement_system.dm b/code/game/machinery/announcement_system.dm
index edb945f483e9c2..1700abb0af1abe 100644
--- a/code/game/machinery/announcement_system.dm
+++ b/code/game/machinery/announcement_system.dm
@@ -32,6 +32,9 @@ GLOBAL_LIST_EMPTY(announcement_systems)
radio = new /obj/item/radio/headset/silicon/ai(src)
update_appearance()
+/obj/machinery/announcement_system/randomize_language_if_on_station()
+ return
+
/obj/machinery/announcement_system/update_icon_state()
icon_state = "[base_icon_state]_[is_operational ? "On" : "Off"][panel_open ? "_Open" : null]"
return ..()
diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm
index d1025b52b321f9..07c3b0c0575842 100644
--- a/code/game/machinery/autolathe.dm
+++ b/code/game/machinery/autolathe.dm
@@ -53,7 +53,6 @@
/obj/machinery/autolathe/Destroy()
QDEL_NULL(print_sound)
materials = null
- QDEL_NULL(wires)
return ..()
/obj/machinery/autolathe/examine(mob/user)
diff --git a/code/game/machinery/computer/_computer.dm b/code/game/machinery/computer/_computer.dm
index 72c339aa519e34..bb5c5a04e229b2 100644
--- a/code/game/machinery/computer/_computer.dm
+++ b/code/game/machinery/computer/_computer.dm
@@ -93,7 +93,7 @@
return
for(var/obj/item/circuitboard/computer/board in src.contents)
if(!contents || board.GetComponent(/datum/component/gps))
- return
+ CRASH("[src] Called imprint_gps without setting gps_tag")
board.AddComponent(/datum/component/gps, "[tracker]")
balloon_alert_to_viewers("board tracker enabled", vision_distance = 1)
diff --git a/code/game/machinery/computer/atmos_computers/_air_sensor.dm b/code/game/machinery/computer/atmos_computers/_air_sensor.dm
index 1c365dd0876492..91a616cc5f6786 100644
--- a/code/game/machinery/computer/atmos_computers/_air_sensor.dm
+++ b/code/game/machinery/computer/atmos_computers/_air_sensor.dm
@@ -57,7 +57,7 @@
/obj/machinery/air_sensor/examine(mob/user)
. = ..()
- . += span_notice("Use multitool to link it to an injector/vent or reset it's ports")
+ . += span_notice("Use multitool to link it to an injector/vent or reset its ports")
. += span_notice("Click with hand to turn it off.")
/obj/machinery/air_sensor/attack_hand(mob/living/user, list/modifiers)
@@ -196,7 +196,7 @@
if(initial(sensor.chamber_id) != target_chamber)
continue
- //make real air sensor in it's place
+ //make real air sensor in its place
var/obj/machinery/air_sensor/new_sensor = new sensor(get_turf(src))
new_sensor.inlet_id = input_id
new_sensor.outlet_id = output_id
diff --git a/code/game/machinery/computer/atmos_computers/_atmos_control.dm b/code/game/machinery/computer/atmos_computers/_atmos_control.dm
index 094f12e36e36af..cdd0349ac85b97 100644
--- a/code/game/machinery/computer/atmos_computers/_atmos_control.dm
+++ b/code/game/machinery/computer/atmos_computers/_atmos_control.dm
@@ -19,7 +19,7 @@
/// Whether we are allowed to reconnect.
var/reconnecting = TRUE
- /// Was this computer multitooled before. If so copy the list connected_sensors as it now mantain's it's own sensors independent of the map loaded one's
+ /// Was this computer multitooled before. If so copy the list connected_sensors as it now maintain's its own sensors independent of the map loaded one's
var/was_multi_tooled = FALSE
/// list of all sensors[key is chamber id, value is id of air sensor linked to this chamber] monitered by this computer
@@ -96,7 +96,7 @@
if(!was_multi_tooled)
connected_sensors = connected_sensors.Copy()
was_multi_tooled = TRUE
- //register the sensor's unique ID with it's assositated chamber
+ //register the sensor's unique ID with its assositated chamber
connected_sensors[sensor.chamber_id] = sensor.id_tag
user.balloon_alert(user, "sensor connected to [src]")
return ITEM_INTERACT_SUCCESS
diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm
index 9fb0293fc54d59..c2c87c732b0cb5 100644
--- a/code/game/machinery/computer/camera.dm
+++ b/code/game/machinery/computer/camera.dm
@@ -133,7 +133,7 @@
var/list/visible_turfs = list()
- // Get the camera's turf to correctly gather what's visible from it's turf, in case it's located in a moving object (borgs / mechs)
+ // Get the camera's turf to correctly gather what's visible from its turf, in case it's located in a moving object (borgs / mechs)
var/new_cam_turf = get_turf(active_camera)
// If we're not forcing an update for some reason and the cameras are in the same location,
diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm
index 6117966207cddd..8001c4bea835ac 100755
--- a/code/game/machinery/computer/communications.dm
+++ b/code/game/machinery/computer/communications.dm
@@ -394,27 +394,7 @@ GLOBAL_VAR_INIT(cops_arrived, FALSE)
post_status(picture)
else
if(picture == "currentalert") // You cannot set Code Blue display during Code Red and similiar
- switch(SSsecurity_level.get_current_level_as_number())
- if(SEC_LEVEL_DELTA)
- post_status("alert", "deltaalert")
- if(SEC_LEVEL_RED)
- post_status("alert", "redalert")
- if(SEC_LEVEL_BLUE)
- post_status("alert", "bluealert")
- if(SEC_LEVEL_GREEN)
- post_status("alert", "greenalert")
- // SKYRAT EDIT ADD START - Alert Levels
- if(SEC_LEVEL_VIOLET)
- post_status("alert", "violetalert")
- if(SEC_LEVEL_ORANGE)
- post_status("alert", "orangealert")
- if(SEC_LEVEL_AMBER)
- post_status("alert", "amberalert")
- if(SEC_LEVEL_EPSILON)
- post_status("alert", "epsilonalert")
- if(SEC_LEVEL_GAMMA)
- post_status("alert", "gammaalert")
- // SKYRAT EDIT ADD END - Alert Levels
+ post_status("alert", SSsecurity_level?.current_security_level?.status_display_icon_state || "greenalert")
else
post_status("alert", picture)
diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm
index 8e00e591fa2a5e..80f59501f0272e 100644
--- a/code/game/machinery/computer/dna_console.dm
+++ b/code/game/machinery/computer/dna_console.dm
@@ -35,7 +35,7 @@
#define GENETIC_DAMAGE_ACCURACY_MULTIPLIER 3
/// Special status indicating a scanner occupant is transforming eg. from monkey to human
-#define STATUS_TRANSFORMING 4
+#define STATUS_TRANSFORMING 5
/// Multiplier for how much genetic damage received from DNA Console functionality
#define GENETIC_DAMAGE_IRGENETIC_DAMAGE_MULTIPLIER 1
diff --git a/code/game/machinery/computer/law.dm b/code/game/machinery/computer/law.dm
index 383a980a64da09..742166b2856592 100644
--- a/code/game/machinery/computer/law.dm
+++ b/code/game/machinery/computer/law.dm
@@ -28,7 +28,7 @@
current = null
return
M.install(current.laws, user)
- imprint_gps(gps_tag = "Weak Upload Signal")
+ imprint_gps("Weak Upload Signal")
else
return ..()
diff --git a/code/game/machinery/dna_infuser/organ_sets/carp_organs.dm b/code/game/machinery/dna_infuser/organ_sets/carp_organs.dm
index 0c181ad043e77e..aa3e9441d84a0e 100644
--- a/code/game/machinery/dna_infuser/organ_sets/carp_organs.dm
+++ b/code/game/machinery/dna_infuser/organ_sets/carp_organs.dm
@@ -104,6 +104,7 @@
icon_state = "brain"
greyscale_config = /datum/greyscale_config/mutant_organ
greyscale_colors = CARP_COLORS
+ can_smoothen_out = FALSE
///Timer counting down. When finished, the owner gets a bad moodlet.
var/cooldown_timer
diff --git a/code/game/machinery/dna_infuser/organ_sets/fly_organs.dm b/code/game/machinery/dna_infuser/organ_sets/fly_organs.dm
index e75513941314c1..f86a161b1ceb4e 100644
--- a/code/game/machinery/dna_infuser/organ_sets/fly_organs.dm
+++ b/code/game/machinery/dna_infuser/organ_sets/fly_organs.dm
@@ -42,26 +42,28 @@
toxic_foodtypes = NONE // these fucks eat vomit, i am sure they can handle drinking bleach or whatever too
modifies_speech = TRUE
languages_native = list(/datum/language/buzzwords)
+ var/static/list/speech_replacements = list(
+ new /regex("z+", "g") = "zzz",
+ new /regex("Z+", "g") = "ZZZ",
+ "s" = "z",
+ "S" = "Z",
+ )
+ // SKYRAT EDIT ADDITION START - Russian version
+ var/static/list/russian_speech_replacements = list(
+ new /regex("z+", "g") = "zzz",
+ new /regex("Z+", "g") = "ZZZ",
+ new /regex("з+", "g") = "ззз",
+ new /regex("З+", "g") = "ЗЗЗ",
+ "s" = "z",
+ "S" = "Z",
+ "с" = "з",
+ "С" = "З",
+ )
+ // SKYRAT EDIT ADDITION END
-/obj/item/organ/internal/tongue/fly/modify_speech(datum/source, list/speech_args)
- var/static/regex/fly_buzz = new("z+", "g")
- var/static/regex/fly_buZZ = new("Z+", "g")
- var/message = speech_args[SPEECH_MESSAGE]
- if(message[1] != "*")
- message = fly_buzz.Replace(message, "zzz")
- message = fly_buZZ.Replace(message, "ZZZ")
- message = replacetext(message, "s", "z")
- message = replacetext(message, "S", "Z")
-//SKYRAT EDIT START: Adding russian version to autohiss
- if(CONFIG_GET(flag/russian_text_formation))
- var/static/regex/fly_buzz_ru = new("з+", "g")
- var/static/regex/fly_buZZ_ru = new("З+", "g")
- message = fly_buzz_ru.Replace(message, "ззз")
- message = fly_buZZ_ru.Replace(message, "ЗЗЗ")
- message = replacetext(message, "с", "з")
- message = replacetext(message, "С", "З")
-//SKYRAT EDIT END: Adding russian version to autohiss
- speech_args[SPEECH_MESSAGE] = message
+/obj/item/organ/internal/tongue/fly/New(class, timer, datum/mutation/human/copymut)
+ . = ..()
+ AddComponent(/datum/component/speechmod, replacements = CONFIG_GET(flag/russian_text_formation) ? russian_speech_replacements : speech_replacements, should_modify_speech = CALLBACK(src, PROC_REF(should_modify_speech))) // SKYRAT EDIT CHANGE - ORIGINAL:AddComponent(/datum/component/speechmod, replacements = speech_replacements, should_modify_speech = CALLBACK(src, PROC_REF(should_modify_speech)))
/obj/item/organ/internal/tongue/fly/Initialize(mapload)
. = ..()
diff --git a/code/game/machinery/dna_infuser/organ_sets/goliath_organs.dm b/code/game/machinery/dna_infuser/organ_sets/goliath_organs.dm
index ac3dae39b7019a..385878cb255a42 100644
--- a/code/game/machinery/dna_infuser/organ_sets/goliath_organs.dm
+++ b/code/game/machinery/dna_infuser/organ_sets/goliath_organs.dm
@@ -58,6 +58,7 @@
icon_state = "brain"
greyscale_config = /datum/greyscale_config/mutant_organ
greyscale_colors = GOLIATH_COLORS
+ can_smoothen_out = FALSE
var/obj/item/goliath_infuser_hammer/hammer
diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm
index 02df1984e1a69c..0b325951e292c6 100644
--- a/code/game/machinery/doors/airlock.dm
+++ b/code/game/machinery/doors/airlock.dm
@@ -151,6 +151,9 @@
/// Used for papers and photos pinned to the airlock
var/note_overlay_file = 'icons/obj/doors/airlocks/station/overlays.dmi'//OVERRIDDEN IN SKYRAT AESTHETICS - SEE MODULE
+ /// Airlock pump that overrides airlock controlls when set up for cycling
+ var/obj/machinery/atmospherics/components/unary/airlock_pump/cycle_pump
+
var/cyclelinkeddir = 0
var/obj/machinery/door/airlock/cyclelinkedairlock
var/shuttledocked = 0
@@ -298,7 +301,6 @@
qdel(src)
/obj/machinery/door/airlock/Destroy()
- QDEL_NULL(wires)
QDEL_NULL(electronics)
if (cyclelinkedairlock)
if (cyclelinkedairlock.cyclelinkedairlock == src)
@@ -605,13 +607,13 @@
. += floorlight
*/
-/obj/machinery/door/airlock/do_animate(animation)
+/obj/machinery/door/airlock/run_animation(animation)
switch(animation)
- if("opening")
+ if(DOOR_OPENING_ANIMATION)
update_icon(ALL, AIRLOCK_OPENING)
- if("closing")
+ if(DOOR_OPENING_ANIMATION)
update_icon(ALL, AIRLOCK_CLOSING)
- if("deny")
+ if(DOOR_DENY_ANIMATION)
if(!machine_stat)
update_icon(ALL, AIRLOCK_DENY)
playsound(src,doorDeni,50,FALSE,3)
@@ -621,6 +623,28 @@
if(airlock_state == AIRLOCK_DENY)
update_icon(ALL, AIRLOCK_CLOSED)
+/obj/machinery/door/airlock/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 0.6 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 0.6 SECONDS
+
+/obj/machinery/door/airlock/animation_segment_delay(animation)
+ switch(animation)
+ if(AIRLOCK_OPENING_TRANSPARENT)
+ return 0.1 SECONDS
+ if(AIRLOCK_OPENING_PASSABLE)
+ return 0.5 SECONDS
+ if(AIRLOCK_OPENING_FINISHED)
+ return 0.6 SECONDS
+ if(AIRLOCK_CLOSING_UNPASSABLE)
+ return 0.2 SECONDS
+ if(AIRLOCK_CLOSING_OPAQUE)
+ return 0.5 SECONDS
+ if(AIRLOCK_CLOSING_FINISHED)
+ return 0.6 SECONDS
+
/obj/machinery/door/airlock/examine(mob/user)
. = ..()
if(closeOtherId)
@@ -1215,6 +1239,10 @@
INVOKE_ASYNC(src, density ? PROC_REF(open) : PROC_REF(close), BYPASS_DOOR_CHECKS)
/obj/machinery/door/airlock/open(forced = DEFAULT_DOOR_CHECKS)
+ if(cycle_pump && !operating && !welded && !seal && locked && density)
+ cycle_pump.airlock_act(src)
+ return FALSE // The rest will be handled by the pump
+
if( operating || welded || locked || seal )
return FALSE
@@ -1249,18 +1277,21 @@
SEND_SIGNAL(src, COMSIG_AIRLOCK_OPEN, forced)
operating = TRUE
update_icon(ALL, AIRLOCK_OPENING, TRUE)
- sleep(0.1 SECONDS)
+ var/transparent_delay = animation_segment_delay(AIRLOCK_OPENING_TRANSPARENT)
+ sleep(transparent_delay)
set_opacity(0)
if(multi_tile)
filler.set_opacity(FALSE)
update_freelook_sight()
- sleep(0.4 SECONDS)
+ var/passable_delay = animation_segment_delay(AIRLOCK_OPENING_PASSABLE) - transparent_delay
+ sleep(passable_delay)
set_density(FALSE)
if(multi_tile)
filler.set_density(FALSE)
flags_1 &= ~PREVENT_CLICK_UNDER_1
air_update_turf(TRUE, FALSE)
- sleep(0.1 SECONDS)
+ var/open_delay = animation_segment_delay(AIRLOCK_OPENING_FINISHED) - transparent_delay - passable_delay
+ sleep(open_delay)
layer = OPEN_DOOR_LAYER
update_icon(ALL, AIRLOCK_OPEN, TRUE)
operating = FALSE
@@ -1330,14 +1361,16 @@
filler.density = TRUE
flags_1 |= PREVENT_CLICK_UNDER_1
air_update_turf(TRUE, TRUE)
- sleep(0.1 SECONDS)
+ var/unpassable_delay = animation_segment_delay(AIRLOCK_CLOSING_UNPASSABLE)
+ sleep(unpassable_delay)
if(!air_tight)
set_density(TRUE)
if(multi_tile)
filler.density = TRUE
flags_1 |= PREVENT_CLICK_UNDER_1
air_update_turf(TRUE, TRUE)
- sleep(0.4 SECONDS)
+ var/opaque_delay = animation_segment_delay(AIRLOCK_CLOSING_OPAQUE) - unpassable_delay
+ sleep(opaque_delay)
if(dangerous_close)
crush()
if(visible && !glass)
@@ -1345,7 +1378,8 @@
if(multi_tile)
filler.set_opacity(TRUE)
update_freelook_sight()
- sleep(0.1 SECONDS)
+ var/close_delay = animation_segment_delay(AIRLOCK_CLOSING_FINISHED) - unpassable_delay - opaque_delay
+ sleep(close_delay)
update_icon(ALL, AIRLOCK_CLOSED, 1)
operating = FALSE
delayed_close_requested = FALSE
@@ -1444,9 +1478,9 @@
return
if(!density) //Already open
return ..()
+ if(user.combat_mode)
+ return ..()
if(locked || welded || seal) //Extremely generic, as aliens only understand the basics of how airlocks work.
- if(user.combat_mode)
- return ..()
to_chat(user, span_warning("[src] refuses to budge!"))
return
add_fingerprint(user)
@@ -1811,6 +1845,17 @@
/obj/structure/fluff/airlock_filler/singularity_pull(S, current_size)
return
+/obj/machinery/door/airlock/proc/set_cycle_pump(obj/machinery/atmospherics/components/unary/airlock_pump/pump)
+ RegisterSignal(pump, COMSIG_QDELETING, PROC_REF(unset_cycle_pump))
+ cycle_pump = pump
+
+/obj/machinery/door/airlock/proc/unset_cycle_pump()
+ SIGNAL_HANDLER
+ if(locked)
+ unbolt()
+ say("Link broken, unbolting.")
+ cycle_pump = null
+
// Station Airlocks Regular
/obj/machinery/door/airlock/command
diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm
index 8c5e1d9e811aba..bc330824f2e43d 100644
--- a/code/game/machinery/doors/door.dm
+++ b/code/game/machinery/doors/door.dm
@@ -3,7 +3,7 @@
name = "door"
desc = "It opens and closes."
icon = 'icons/obj/doors/doorint.dmi'
- icon_state = "door1"
+ icon_state = "door_closed"
base_icon_state = "door"
opacity = TRUE
density = TRUE
@@ -24,6 +24,8 @@
idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 0.1
active_power_usage = BASE_MACHINE_ACTIVE_CONSUMPTION * 0.2
+ /// The animation we're currently playing, if any
+ var/animation
var/visible = TRUE
var/operating = FALSE
var/glass = FALSE
@@ -100,6 +102,8 @@
else
flags_1 &= ~PREVENT_CLICK_UNDER_1
+ if(glass)
+ passwindow_on(src, INNATE_TRAIT)
//doors only block while dense though so we have to use the proc
real_explosion_block = explosion_block
update_explosive_block()
@@ -252,7 +256,7 @@
if(requiresID() && check_access(I))
open()
else
- do_animate("deny")
+ run_animation(DOOR_DENY_ANIMATION)
return
/obj/machinery/door/Move()
@@ -282,7 +286,7 @@
else if(requiresID() && allowed(user))
open()
else
- do_animate("deny")
+ run_animation(DOOR_DENY_ANIMATION)
/obj/machinery/door/attack_hand(mob/user, list/modifiers)
. = ..()
@@ -310,7 +314,7 @@
close()
return TRUE
if(density)
- do_animate("deny")
+ run_animation(DOOR_DENY_ANIMATION)
/obj/machinery/door/allowed(mob/M)
if(emergency)
@@ -410,24 +414,68 @@
INVOKE_ASYNC(src, PROC_REF(open))
/obj/machinery/door/update_icon_state()
- icon_state = "[base_icon_state][density]"
- return ..()
-
-/obj/machinery/door/proc/do_animate(animation)
+ . = ..()
switch(animation)
- if("opening")
+ if(DOOR_OPENING_ANIMATION)
if(panel_open)
- flick("o_doorc0", src)
+ icon_state = "o_door_opening"
else
- flick("doorc0", src)
- if("closing")
+ icon_state = "door_opening"
+ if(DOOR_CLOSING_ANIMATION)
if(panel_open)
- flick("o_doorc1", src)
+ icon_state = "o_door_closing"
else
- flick("doorc1", src)
- if("deny")
+ icon_state = "door_closing"
+ if(DOOR_DENY_ANIMATION)
if(!machine_stat)
- flick("door_deny", src)
+ icon_state = "door_deny"
+ else
+ icon_state = "[base_icon_state]_[density ? "closed" : "open"]"
+
+/obj/machinery/door/update_overlays()
+ . = ..()
+ if(panel_open)
+ . += mutable_appearance(icon, "panel_open")
+
+/// Returns the delay to use for the passed in animation
+/// We'll do our cleanup once the delay runs out
+/obj/machinery/door/proc/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 0.6 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 0.6 SECONDS
+ if(DOOR_DENY_ANIMATION)
+ return 0.3 SECONDS
+
+/// Returns the time required to hit particular points in an animation
+/// Used to manage delays for opening/closing and such
+/obj/machinery/door/proc/animation_segment_delay(animation)
+ switch(animation)
+ if(DOOR_OPENING_PASSABLE)
+ return 0.5 SECONDS
+ if(DOOR_OPENING_FINISHED)
+ return 0.6 SECONDS
+ if(DOOR_CLOSING_UNPASSABLE)
+ return 0.2 SECONDS
+ if(DOOR_CLOSING_FINISHED)
+ return 0.6 SECONDS
+
+/// Override this to do misc tasks on animation start
+/obj/machinery/door/proc/animation_effects(animation)
+ return
+
+/// Used to start a new animation
+/// Accepts the animation to start as an arg
+/obj/machinery/door/proc/run_animation(animation)
+ set_animation(animation)
+ addtimer(CALLBACK(src, PROC_REF(set_animation), null), animation_length(animation), TIMER_UNIQUE|TIMER_OVERRIDE)
+ animation_effects(animation)
+
+// React to our animation changing
+/obj/machinery/door/proc/set_animation(animation)
+ src.animation = animation
+ update_appearance()
/// Public proc that simply handles opening the door. Returns TRUE if the door was opened, FALSE otherwise.
/// Use argument "forced" in conjunction with try_to_force_door_open if you want/need additional checks depending on how sorely you need the door opened.
@@ -438,12 +486,14 @@
return FALSE
operating = TRUE
use_energy(active_power_usage)
- do_animate("opening")
+ run_animation(DOOR_OPENING_ANIMATION)
set_opacity(0)
- SLEEP_NOT_DEL(0.5 SECONDS)
+ var/passable_delay = animation_segment_delay(DOOR_OPENING_PASSABLE)
+ SLEEP_NOT_DEL(passable_delay)
set_density(FALSE)
flags_1 &= ~PREVENT_CLICK_UNDER_1
- SLEEP_NOT_DEL(0.5 SECONDS)
+ var/open_delay = animation_segment_delay(DOOR_OPENING_FINISHED) - passable_delay
+ SLEEP_NOT_DEL(open_delay)
layer = initial(layer)
update_appearance()
set_opacity(0)
@@ -475,12 +525,14 @@
operating = TRUE
- do_animate("closing")
+ run_animation(DOOR_CLOSING_ANIMATION)
layer = closingLayer
- SLEEP_NOT_DEL(0.5 SECONDS)
+ var/unpassable_delay = animation_segment_delay(DOOR_CLOSING_UNPASSABLE)
+ SLEEP_NOT_DEL(unpassable_delay)
set_density(TRUE)
flags_1 |= PREVENT_CLICK_UNDER_1
- SLEEP_NOT_DEL(0.5 SECONDS)
+ var/close_delay = animation_segment_delay(DOOR_CLOSING_FINISHED) - unpassable_delay
+ SLEEP_NOT_DEL(close_delay)
update_appearance()
if(visible && !glass)
set_opacity(1)
@@ -561,6 +613,26 @@
/obj/machinery/door/get_dumping_location()
return null
+/obj/machinery/door/morgue/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 1.5 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 1.5 SECONDS
+ if(DOOR_DENY_ANIMATION)
+ return 0.1 SECONDS
+
+/obj/machinery/door/morgue/animation_segment_delay(animation)
+ switch(animation)
+ if(DOOR_OPENING_PASSABLE)
+ return 1.4 SECONDS
+ if(DOOR_OPENING_FINISHED)
+ return 1.5 SECONDS
+ if(DOOR_CLOSING_UNPASSABLE)
+ return 0.2 SECONDS
+ if(DOOR_CLOSING_FINISHED)
+ return 1.5 SECONDS
+
/obj/machinery/door/proc/lock()
return
diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm
index a707853452a0e9..e742eb2c020107 100644
--- a/code/game/machinery/doors/firedoor.dm
+++ b/code/game/machinery/doors/firedoor.dm
@@ -429,6 +429,10 @@
ignore_alarms = FALSE
if(!alarm_type || active) // If we have no alarm type, or are already active, go away
return
+ // Do we even care about temperature?
+ for(var/area/place in affecting_areas)
+ if(!place.fire_detect) // If any area is set to disable detection
+ return
// Otherwise, reactivate ourselves
start_activation_process(alarm_type)
@@ -544,7 +548,7 @@
if(density)
being_held_open = TRUE
- user.balloon_alert_to_viewers("holding [src] open", "holding [src] open")
+ user.balloon_alert_to_viewers("holding firelock open", "holding firelock open")
COOLDOWN_START(src, activation_cooldown, REACTIVATION_DELAY)
open()
if(QDELETED(user))
@@ -581,7 +585,7 @@
UnregisterSignal(user, COMSIG_LIVING_SET_BODY_POSITION)
UnregisterSignal(user, COMSIG_QDELETING)
if(user)
- user.balloon_alert_to_viewers("released [src]", "released [src]")
+ user.balloon_alert_to_viewers("released firelock", "released firelock")
/obj/machinery/door/firedoor/attack_ai(mob/user)
add_fingerprint(user)
@@ -601,22 +605,43 @@
/obj/machinery/door/firedoor/attack_alien(mob/user, list/modifiers)
add_fingerprint(user)
if(welded)
- to_chat(user, span_warning("[src] refuses to budge!"))
+ balloon_alert(user, "refuses to budge!")
return
open()
if(active)
addtimer(CALLBACK(src, PROC_REF(correct_state)), 2 SECONDS, TIMER_UNIQUE)
-/obj/machinery/door/firedoor/do_animate(animation)
- switch(animation)
- if("opening")
- flick("[base_icon_state]_opening", src)
- if("closing")
- flick("[base_icon_state]_closing", src)
-
/obj/machinery/door/firedoor/update_icon_state()
. = ..()
- icon_state = "[base_icon_state]_[density ? "closed" : "open"]"
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ icon_state = "[base_icon_state]_opening"
+ if(DOOR_CLOSING_ANIMATION)
+ icon_state = "[base_icon_state]_closing"
+ if(DOOR_DENY_ANIMATION)
+ icon_state = "[base_icon_state]_deny"
+ else
+ icon_state = "[base_icon_state]_[density ? "closed" : "open"]"
+
+/obj/machinery/door/firedoor/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 1.2 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 1.2 SECONDS
+ if(DOOR_DENY_ANIMATION)
+ return 0.3 SECONDS
+
+/obj/machinery/door/firedoor/animation_segment_delay(animation)
+ switch(animation)
+ if(DOOR_OPENING_PASSABLE)
+ return 1.0 SECONDS
+ if(DOOR_OPENING_FINISHED)
+ return 1.2 SECONDS
+ if(DOOR_CLOSING_UNPASSABLE)
+ return 0.2 SECONDS
+ if(DOOR_CLOSING_FINISHED)
+ return 1.2 SECONDS
/obj/machinery/door/firedoor/update_overlays()
. = ..()
diff --git a/code/game/machinery/doors/passworddoor.dm b/code/game/machinery/doors/passworddoor.dm
index df8f7fa936afdc..bccc243381ba4d 100644
--- a/code/game/machinery/doors/passworddoor.dm
+++ b/code/game/machinery/doors/passworddoor.dm
@@ -62,22 +62,44 @@
if(access_bypass || ask_for_pass(user))
open()
else
- do_animate("deny")
+ run_animation(DOOR_DENY_ANIMATION)
/obj/machinery/door/password/update_icon_state()
. = ..()
- icon_state = density ? "closed" : "open"
+ //Deny animation would be nice to have.
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ icon_state = "opening"
+ if(DOOR_CLOSING_ANIMATION)
+ icon_state = "closing"
+ else
+ icon_state = density ? "closed" : "open"
+
+/obj/machinery/door/password/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 1.1 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 1.1 SECONDS
+
+/obj/machinery/door/password/animation_segment_delay(animation)
+ switch(animation)
+ if(DOOR_OPENING_PASSABLE)
+ return 0.5 SECONDS
+ if(DOOR_OPENING_FINISHED)
+ return 1.1 SECONDS
+ if(DOOR_CLOSING_UNPASSABLE)
+ return 0.2 SECONDS
+ if(DOOR_CLOSING_FINISHED)
+ return 1.1 SECONDS
-/obj/machinery/door/password/do_animate(animation)
+/obj/machinery/door/password/animation_effects(animation)
switch(animation)
- if("opening")
- flick("opening", src)
+ if(DOOR_OPENING_ANIMATION)
playsound(src, door_open, 50, TRUE)
- if("closing")
- flick("closing", src)
+ if(DOOR_CLOSING_ANIMATION)
playsound(src, door_close, 50, TRUE)
- if("deny")
- //Deny animation would be nice to have.
+ if(DOOR_DENY_ANIMATION)
playsound(src, door_deny, 30, TRUE)
/obj/machinery/door/password/proc/ask_for_pass(mob/user)
diff --git a/code/game/machinery/doors/poddoor.dm b/code/game/machinery/doors/poddoor.dm
index 2f94d6cb7c70fa..a8ee8c4b58bd0d 100644
--- a/code/game/machinery/doors/poddoor.dm
+++ b/code/game/machinery/doors/poddoor.dm
@@ -211,19 +211,43 @@
return FALSE
return ..()
-/obj/machinery/door/poddoor/do_animate(animation)
+/obj/machinery/door/poddoor/update_icon_state()
+ . = ..()
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ icon_state = "opening"
+ if(DOOR_CLOSING_ANIMATION)
+ icon_state = "closing"
+ if(DOOR_DENY_ANIMATION)
+ icon_state = "deny"
+ else
+ icon_state = density ? "closed" : "open"
+
+/obj/machinery/door/poddoor/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 1.1 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 1.1 SECONDS
+
+/obj/machinery/door/poddoor/animation_segment_delay(animation)
switch(animation)
- if("opening")
- flick("opening", src)
+ if(DOOR_OPENING_PASSABLE)
+ return 0.5 SECONDS
+ if(DOOR_OPENING_FINISHED)
+ return 1.1 SECONDS
+ if(DOOR_CLOSING_UNPASSABLE)
+ return 0.2 SECONDS
+ if(DOOR_CLOSING_FINISHED)
+ return 1.1 SECONDS
+
+/obj/machinery/door/poddoor/animation_effects(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
playsound(src, animation_sound, 50, TRUE)
- if("closing")
- flick("closing", src)
+ if(DOOR_CLOSING_ANIMATION)
playsound(src, animation_sound, 50, TRUE)
-/obj/machinery/door/poddoor/update_icon_state()
- . = ..()
- icon_state = density ? "closed" : "open"
-
/obj/machinery/door/poddoor/attack_alien(mob/living/carbon/alien/adult/user, list/modifiers)
if(density & !(resistance_flags & INDESTRUCTIBLE))
add_fingerprint(user)
diff --git a/code/game/machinery/doors/shutters.dm b/code/game/machinery/doors/shutters.dm
index 0df6024ca827ac..56e2f5a9743b2f 100644
--- a/code/game/machinery/doors/shutters.dm
+++ b/code/game/machinery/doors/shutters.dm
@@ -11,6 +11,24 @@
recipe_type = /datum/crafting_recipe/shutters
animation_sound = 'sound/machines/shutter.ogg'
+/obj/machinery/door/poddoor/shutters/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 1.388 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 1.388 SECONDS
+
+/obj/machinery/door/poddoor/shutters/animation_segment_delay(animation)
+ switch(animation)
+ if(DOOR_OPENING_PASSABLE)
+ return 0.76 SECONDS
+ if(DOOR_OPENING_FINISHED)
+ return 1.388 SECONDS
+ if(DOOR_CLOSING_UNPASSABLE)
+ return 0.152 SECONDS
+ if(DOOR_CLOSING_FINISHED)
+ return 1.388 SECONDS
+
/obj/machinery/door/poddoor/shutters/preopen
icon_state = "open"
density = FALSE
diff --git a/code/game/machinery/doors/windowdoor.dm b/code/game/machinery/doors/windowdoor.dm
index 828177f90a81b7..0c897c68096665 100644
--- a/code/game/machinery/doors/windowdoor.dm
+++ b/code/game/machinery/doors/windowdoor.dm
@@ -76,7 +76,15 @@
/obj/machinery/door/window/update_icon_state()
. = ..()
- icon_state = "[base_state][density ? null : "open"]"
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ icon_state = "[base_state]opening"
+ if(DOOR_CLOSING_ANIMATION)
+ icon_state = "[base_state]closing"
+ if(DOOR_DENY_ANIMATION)
+ icon_state = "[base_state]deny"
+ else
+ icon_state = "[base_state][density ? null : "open"]"
if(hasPower() && unres_sides)
set_light(l_range = 2, l_power = 1)
@@ -84,6 +92,24 @@
set_light(l_range = 0)
+/obj/machinery/door/window/animation_length(animation)
+ switch(animation)
+ if(DOOR_OPENING_ANIMATION)
+ return 0.9 SECONDS
+ if(DOOR_CLOSING_ANIMATION)
+ return 0.9 SECONDS
+
+/obj/machinery/door/window/animation_segment_delay(animation)
+ switch(animation)
+ if(DOOR_OPENING_PASSABLE)
+ return 0.7 SECONDS
+ if(DOOR_OPENING_FINISHED)
+ return 0.9 SECONDS
+ if(DOOR_CLOSING_UNPASSABLE)
+ return 0.2 SECONDS
+ if(DOOR_CLOSING_FINISHED)
+ return 0.9 SECONDS
+
/obj/machinery/door/window/update_overlays()
. = ..()
@@ -135,7 +161,7 @@
if(allowed(occupant))
open_and_close()
return
- do_animate("deny")
+ run_animation(DOOR_DENY_ANIMATION)
return
if(!SSticker)
return
@@ -159,7 +185,7 @@
open_and_close()
else
- do_animate("deny")
+ run_animation(DOOR_DENY_ANIMATION)
return
@@ -218,11 +244,13 @@
if(!operating) //in case of emag
operating = TRUE
- do_animate("opening")
+ run_animation(DOOR_OPENING_ANIMATION)
playsound(src, 'sound/machines/windowdoor.ogg', 100, TRUE)
- icon_state ="[base_state]open"
- sleep(1 SECONDS)
+ var/passable_delay = animation_segment_delay(DOOR_OPENING_PASSABLE)
+ sleep(passable_delay)
set_density(FALSE)
+ var/open_delay = animation_segment_delay(DOOR_OPENING_FINISHED) - passable_delay
+ sleep(open_delay)
air_update_turf(TRUE, FALSE)
update_freelook_sight()
@@ -261,14 +289,15 @@
return FALSE
operating = TRUE
- do_animate("closing")
+ run_animation(DOOR_CLOSING_ANIMATION)
playsound(src, 'sound/machines/windowdoor.ogg', 100, TRUE)
- icon_state = base_state
-
+ var/unpassable_delay = animation_segment_delay(DOOR_CLOSING_UNPASSABLE)
+ sleep(unpassable_delay)
set_density(TRUE)
air_update_turf(TRUE, TRUE)
update_freelook_sight()
- sleep(1 SECONDS)
+ var/close_delay = animation_segment_delay(DOOR_CLOSING_FINISHED) - unpassable_delay
+ sleep(close_delay)
operating = FALSE
return TRUE
@@ -439,15 +468,6 @@
else
to_chat(user, span_warning("The door's motors resist your efforts to force it!"))
-/obj/machinery/door/window/do_animate(animation)
- switch(animation)
- if("opening")
- flick("[base_state]opening", src)
- if("closing")
- flick("[base_state]closing", src)
- if("deny")
- flick("[base_state]deny", src)
-
/obj/machinery/door/window/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd)
switch(the_rcd.mode)
if(RCD_DECONSTRUCT)
diff --git a/code/game/machinery/firealarm.dm b/code/game/machinery/firealarm.dm
index c89260f7ceb63c..3fc4dcf219adb8 100644
--- a/code/game/machinery/firealarm.dm
+++ b/code/game/machinery/firealarm.dm
@@ -179,27 +179,7 @@
var/current_level = SSsecurity_level.get_current_level_as_number()
. += mutable_appearance(icon, "fire_[current_level]")
. += emissive_appearance(icon, "fire_level_e", src, alpha = src.alpha)
- switch(current_level)
- if(SEC_LEVEL_GREEN)
- set_light(l_color = LIGHT_COLOR_BLUEGREEN)
- if(SEC_LEVEL_BLUE)
- set_light(l_color = LIGHT_COLOR_ELECTRIC_CYAN)
- if(SEC_LEVEL_RED)
- set_light(l_color = LIGHT_COLOR_FLARE)
- if(SEC_LEVEL_DELTA)
- set_light(l_color = LIGHT_COLOR_INTENSE_RED)
- //SKYRAT EDIT ADDITION BEGIN - ADDITIONAL ALERT LEVELS
- if(SEC_LEVEL_VIOLET)
- set_light(l_color = COLOR_VIOLET)
- if(SEC_LEVEL_ORANGE)
- set_light(l_color = LIGHT_COLOR_ORANGE)
- if(SEC_LEVEL_AMBER)
- set_light(l_color = LIGHT_COLOR_DIM_YELLOW)
- if(SEC_LEVEL_EPSILON)
- set_light(l_color = COLOR_ASSEMBLY_WHITE)
- if(SEC_LEVEL_GAMMA)
- set_light(l_color = COLOR_ASSEMBLY_PURPLE)
- //SKYRAT EDIT ADDITION END
+ set_light(l_color = SSsecurity_level?.current_security_level?.fire_alarm_light_color || LIGHT_COLOR_BLUEGREEN)
else
. += mutable_appearance(icon, "fire_offstation")
. += emissive_appearance(icon, "fire_level_e", src, alpha = src.alpha)
@@ -497,6 +477,9 @@
my_area.fire_detect = !my_area.fire_detect
for(var/obj/machinery/firealarm/fire_panel in my_area.firealarms)
fire_panel.update_icon()
+ // Used to force all the firelocks to update, if the zone is not manually activated
+ if (my_area.fault_status != AREA_FAULT_MANUAL)
+ reset() // Don't send user to prevent double balloon_alert() and the action is already logged in this proc.
if (user)
balloon_alert(user, "thermal sensors [my_area.fire_detect ? "enabled" : "disabled"]")
user.log_message("[ my_area.fire_detect ? "enabled" : "disabled" ] firelock sensors using [src].", LOG_GAME)
diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm
index 96da9e8b57c3f6..a2d67f8be49b0d 100644
--- a/code/game/machinery/hologram.dm
+++ b/code/game/machinery/hologram.dm
@@ -39,9 +39,9 @@ Possible to do for anyone motivated enough:
icon = 'icons/obj/machines/floor.dmi'
icon_state = "holopad0"
base_icon_state = "holopad"
- layer = LOW_OBJ_LAYER
/// The plane is set such that it shows up without being covered by pipes/wires in a map editor, we change this on initialize.
- plane = GAME_PLANE
+ layer = MAP_SWITCH(ABOVE_OPEN_TURF_LAYER, LOW_OBJ_LAYER)
+ plane = MAP_SWITCH(FLOOR_PLANE, GAME_PLANE)
req_access = list(ACCESS_KEYCARD_AUTH) //Used to allow for forced connecting to other (not secure) holopads. Anyone can make a call, though.
max_integrity = 300
armor_type = /datum/armor/machinery_holopad
@@ -101,9 +101,6 @@ Possible to do for anyone motivated enough:
/obj/machinery/holopad/Initialize(mapload)
. = ..()
- /// We set the plane on mapload such that we can see the holopad render over atmospherics pipe and cabling in a map editor (without initialization), but so it gets that "inset" look in the floor in-game.
- SET_PLANE_IMPLICIT(src, FLOOR_PLANE)
- update_appearance()
var/static/list/hovering_mob_typechecks = list(
/mob/living/silicon = list(
diff --git a/code/game/machinery/igniter.dm b/code/game/machinery/igniter.dm
index 9ad6bcac58dc0f..3fa7d25767f2f7 100644
--- a/code/game/machinery/igniter.dm
+++ b/code/game/machinery/igniter.dm
@@ -4,6 +4,7 @@
icon = 'icons/obj/machines/floor.dmi'
icon_state = "igniter0"
base_icon_state = "igniter"
+ layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
max_integrity = 300
armor_type = /datum/armor/machinery_igniter
diff --git a/code/game/machinery/incident_display.dm b/code/game/machinery/incident_display.dm
index b8452675c71aaf..77194a26dd7ba6 100644
--- a/code/game/machinery/incident_display.dm
+++ b/code/game/machinery/incident_display.dm
@@ -1,4 +1,8 @@
-GLOBAL_LIST_EMPTY(map_delamination_counters)
+/**
+ * List of incident displays on the map
+ * Required as persistence subsystem loads after the ones present at mapload, and to reset to 0 upon explosion.
+ */
+GLOBAL_LIST_EMPTY(map_incident_displays)
/// Display days since last delam on incident sign
#define DISPLAY_DELAM (1<<0)
@@ -13,25 +17,28 @@ DEFINE_BITFIELD(sign_features, list(
#define TREND_RISING "rising"
#define TREND_FALLING "falling"
-#define NAME_DUAL "safety incident display"
#define NAME_DELAM "delamination incident display"
#define NAME_TRAM "tram incident display"
-#define DESC_DUAL "A display that provides information on the station's safety record. Features an advert for SAFETY MOTH."
#define DESC_DELAM "A signs describe how long it's been since the last delamination incident. Features an advert for SAFETY MOTH."
-#define DESC_TRAM "A display that provides the number of tram related safety incidents this shift. Features an advert for SAFETY MOTH."
+#define DESC_TRAM "A display that provides the number of tram related safety incidents this shift."
-/**
- * List of safety statistic signs on the map that have delam counting enabled.
- * Required as persistence subsystem loads after the ones present at mapload, and to reset to 0 upon explosion.
- */
+#define DISPLAY_PIXEL_1_W 21
+#define DISPLAY_PIXEL_1_Z -2
+#define DISPLAY_PIXEL_2_W 16
+#define DISPLAY_PIXEL_2_Z -2
+#define DISPLAY_BASE_ALPHA 64
+#define DISPLAY_PIXEL_ALPHA 96
+
+#define LIGHT_COLOR_NORMAL "#4b4290"
+#define LIGHT_COLOR_SHAME "#e24e76"
/obj/machinery/incident_display
name = NAME_DELAM
desc = DESC_DELAM
icon = 'icons/obj/machines/incident_display.dmi'
- icon_preview = "stat_display_delam"
- icon_state = "stat_display_delam"
+ icon_preview = "display_normal"
+ icon_state = "display_normal"
verb_say = "beeps"
verb_ask = "bloops"
verb_exclaim = "blares"
@@ -41,6 +48,10 @@ DEFINE_BITFIELD(sign_features, list(
custom_materials = list(/datum/material/titanium = SHEET_MATERIAL_AMOUNT * 4, /datum/material/alloy/titaniumglass = SHEET_MATERIAL_AMOUNT * 4)
/// What statistics we want the sign to display
var/sign_features = DISPLAY_DELAM
+ /// Delam digits color
+ var/delam_display_color = COLOR_DISPLAY_YELLOW
+ /// Tram hits digits color
+ var/tram_display_color = COLOR_DISPLAY_BLUE
/// Tram hits before hazard warning
var/hit_threshold = 0
/// Tram hits
@@ -49,49 +60,88 @@ DEFINE_BITFIELD(sign_features, list(
var/last_delam = 0
/// Delam record high-score
var/delam_record = 0
-
-/obj/machinery/incident_display/dual
- name = NAME_DUAL
- desc = DESC_DUAL
- icon_preview = "stat_display_dual"
- icon_state = "stat_display_dual"
- sign_features = DISPLAY_DELAM | DISPLAY_TRAM
+ /// If the display is currently running live updated content
+ var/live_display = FALSE
+ /// The default advert to show on this display
+ var/configured_advert
+ /// Duration of the advert set on this display
+ var/configured_advert_duration
+ /// How often to show an advert
+ var/advert_frequency = 30 SECONDS
+ /// Timer for sign currently showing an advert
+ COOLDOWN_DECLARE(active_advert)
+ /// Cooldown until next advert
+ COOLDOWN_DECLARE(advert_cooldown)
+
+/obj/machinery/incident_display/bridge
/obj/machinery/incident_display/delam
name = NAME_DELAM
desc = DESC_DELAM
- icon_preview = "stat_display_delam"
- icon_state = "stat_display_delam"
sign_features = DISPLAY_DELAM
+ configured_advert = "advert_meson"
+ configured_advert_duration = 7 SECONDS
/obj/machinery/incident_display/tram
name = NAME_TRAM
desc = DESC_TRAM
- icon_preview = "stat_display_tram"
- icon_state = "stat_display_tram"
sign_features = DISPLAY_TRAM
-MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display, 32)
+MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/bridge, 32)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/delam, 32)
-MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/dual, 32)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
/obj/machinery/incident_display/Initialize(mapload)
..()
+ register_context()
return INITIALIZE_HINT_LATELOAD
/obj/machinery/incident_display/post_machine_initialize()
. = ..()
- GLOB.map_delamination_counters += src
+ GLOB.map_incident_displays += src
update_delam_count(SSpersistence.rounds_since_engine_exploded, SSpersistence.delam_highscore)
RegisterSignal(SStransport, COMSIG_TRAM_COLLISION, PROC_REF(update_tram_count))
update_appearance()
/obj/machinery/incident_display/Destroy()
- GLOB.map_delamination_counters -= src
+ GLOB.map_incident_displays -= src
return ..()
+/obj/machinery/incident_display/process()
+ if(!isnull(configured_advert) && COOLDOWN_FINISHED(src, advert_cooldown))// time to show an advert
+ show_advert(advert = configured_advert, duration = configured_advert_duration)
+ COOLDOWN_START(src, advert_cooldown, rand(advert_frequency - 5 SECONDS, advert_frequency + 5 SECONDS))
+ return
+
+ if(!live_display) // displaying static content, no processing required
+ return
+
+ if(machine_stat & (NOPOWER|BROKEN|MAINT))
+ return
+
+ if(COOLDOWN_FINISHED(src, active_advert)) // advert finished, revert to static content
+ COOLDOWN_RESET(src, active_advert)
+ live_display = FALSE
+ update_appearance()
+
+/obj/machinery/incident_display/add_context(atom/source, list/context, obj/item/held_item, mob/user)
+ if(!isliving(user))
+ return
+
+ var/mob/living/living_user = user
+
+ if(held_item?.tool_behaviour == TOOL_WELDER && !living_user.combat_mode && atom_integrity < max_integrity)
+ context[SCREENTIP_CONTEXT_LMB] = "repair display"
+
+ if(held_item?.tool_behaviour == TOOL_MULTITOOL && !living_user.combat_mode)
+ if(sign_features == DISPLAY_TRAM)
+ context[SCREENTIP_CONTEXT_LMB] = "change to delam mode"
+ else
+ context[SCREENTIP_CONTEXT_LMB] = "change to tram mode"
+
+ return CONTEXTUAL_SCREENTIP_SET
+
/obj/machinery/incident_display/welder_act(mob/living/user, obj/item/tool)
if(user.combat_mode)
return FALSE
@@ -101,7 +151,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
return TRUE
balloon_alert(user, "repairing display...")
- if(!tool.use_tool(src, user, 4 SECONDS, amount = 0, volume=50))
+ if(!tool.use_tool(src, user, 4 SECONDS, amount = 0, volume = 50))
return TRUE
balloon_alert(user, "repaired")
@@ -117,35 +167,22 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
if(sign_features == DISPLAY_TRAM)
tool.play_tool_sound(src)
- balloon_alert(user, "set to dual")
- name = NAME_DUAL
- desc = DESC_DUAL
- icon_state = "stat_display_dual"
- sign_features = DISPLAY_DELAM | DISPLAY_TRAM
+ balloon_alert(user, "set to delam")
+ name = NAME_DELAM
+ desc = DESC_DELAM
+ sign_features = DISPLAY_DELAM
update_delam_count(SSpersistence.rounds_since_engine_exploded, SSpersistence.delam_highscore)
- update_tram_count(src, SSpersistence.tram_hits_this_round)
update_appearance()
return TRUE
- else if(sign_features == DISPLAY_DELAM)
+ else
tool.play_tool_sound(src)
balloon_alert(user, "set to tram")
name = NAME_TRAM
desc = DESC_TRAM
- icon_state = "stat_display_tram"
sign_features = DISPLAY_TRAM
update_tram_count(src, SSpersistence.tram_hits_this_round)
update_appearance()
return TRUE
- else if(sign_features == (DISPLAY_DELAM + DISPLAY_TRAM))
- tool.play_tool_sound(src)
- balloon_alert(user, "set to delam")
- name = NAME_DELAM
- desc = DESC_DELAM
- icon_state = "stat_display_delam"
- sign_features = DISPLAY_DELAM
- update_delam_count(SSpersistence.rounds_since_engine_exploded, SSpersistence.delam_highscore)
- update_appearance()
- return TRUE
// EMP causes the display to display random numbers or outright break.
/obj/machinery/incident_display/emp_act(severity)
@@ -154,14 +191,17 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
set_machine_stat(machine_stat | BROKEN)
update_appearance()
return
- name = NAME_DUAL
- desc = DESC_DUAL
- icon_state = "stat_display_dual"
- sign_features = DISPLAY_DELAM | DISPLAY_TRAM
+
hit_threshold = rand(1,99)
hit_count = rand(1,99)
- last_delam = rand(1,99)
- delam_record = rand(1,99)
+
+ if(prob(33))
+ last_delam = 0
+ delam_record = 0
+ else
+ last_delam = rand(1,99)
+ delam_record = rand(1,99)
+
update_appearance()
/obj/machinery/incident_display/on_deconstruction(disassembled)
@@ -169,159 +209,165 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
new /obj/item/shard(drop_location())
new /obj/item/shard(drop_location())
+/**
+ * Update the delamination count on the display
+ *
+ * Use the provided args to update the incident display when in delam mode.
+ * Arguments:
+ * * new_count - number of shifts without a delam
+ * * record - current high score for the delam count
+ */
/obj/machinery/incident_display/proc/update_delam_count(new_count, record)
delam_record = record
last_delam = min(new_count, 199)
update_appearance()
+/**
+ * Update the tram hit count on the display
+ *
+ * Sign receives a signal from SStransport that the tram has hit someone, and updates the count.
+ * Arguments:
+ * * source - hopefully is the transport subsystem
+ * * tram_collisions - current number of tram hits
+ */
/obj/machinery/incident_display/proc/update_tram_count(source, tram_collisions)
SIGNAL_HANDLER
hit_count = min(tram_collisions, 199)
update_appearance()
-/obj/machinery/incident_display/update_appearance(updates=ALL)
+/**
+ * Run an animated advert on the display
+ *
+ * Arguments:
+ * * advert - icon state to flick to
+ * * duration - length of the advert animation
+ */
+/obj/machinery/incident_display/proc/show_advert(advert, duration = 7 SECONDS)
+ COOLDOWN_START(src, active_advert, duration)
+ live_display = TRUE
+ update_appearance()
+ flick(advert, src)
+
+/obj/machinery/incident_display/update_appearance(updates = ALL)
. = ..()
if(machine_stat & NOPOWER)
- icon_state = "stat_display_blank"
+ icon_state = "display_normal"
set_light(l_on = FALSE)
return
-
- if(machine_stat & BROKEN)
- icon_state = "stat_display_broken"
- else if(sign_features == (DISPLAY_DELAM + DISPLAY_TRAM))
- icon_state = "stat_display_dual"
- else if(sign_features == DISPLAY_DELAM)
- icon_state = "stat_display_delam"
- else if(sign_features == DISPLAY_TRAM)
- icon_state = "stat_display_tram"
-
- set_light(l_range = 1.7, l_power = 1.5, l_color = LIGHT_COLOR_FAINT_CYAN, l_on = TRUE)
+ else if(machine_stat & BROKEN)
+ icon_state = "display_broken"
+ set_light(l_range = 1.7, l_power = 1.5, l_color = LIGHT_COLOR_NORMAL, l_on = TRUE)
+ else if((sign_features & DISPLAY_DELAM) && last_delam <= 0) // you done fucked up
+ icon_state = "display_shame"
+ set_light(l_range = 1.7, l_power = 1.5, l_color = LIGHT_COLOR_SHAME, l_on = TRUE)
+ else
+ icon_state = "display_normal"
+ set_light(l_range = 1.7, l_power = 1.5, l_color = LIGHT_COLOR_NORMAL, l_on = TRUE)
/obj/machinery/incident_display/update_overlays()
. = ..()
if(machine_stat & (NOPOWER|BROKEN))
return
- var/mutable_appearance/moff_base_emissive = emissive_appearance(icon, "moff_base_emissive", src, alpha = src.alpha)
- . += moff_base_emissive
+ . += emissive_appearance(icon, "display_emissive", src, alpha = DISPLAY_BASE_ALPHA)
+
+ if(COOLDOWN_STARTED(src, active_advert)) // we don't show the static content during adverts
+ return
if(sign_features & DISPLAY_DELAM)
- var/mutable_appearance/delam_base_emissive = emissive_appearance(icon, "delam_base_emissive", src, alpha = src.alpha)
- var/delam_display_color
- . += delam_base_emissive
- if(last_delam <= 0)
- delam_display_color = COLOR_DISPLAY_RED
- else
- delam_display_color = COLOR_DISPLAY_YELLOW
+ . += mutable_appearance(icon, "overlay_delam")
+ . += emissive_appearance(icon, "overlay_delam", src, alpha = DISPLAY_PIXEL_ALPHA)
var/delam_pos1 = clamp(last_delam, 0, 199) % 10
var/mutable_appearance/delam_pos1_overlay = mutable_appearance(icon, "num_[delam_pos1]")
- var/mutable_appearance/delam_pos1_emissive = emissive_appearance(icon, "num_[delam_pos1]_e", src, alpha = src.alpha)
+ var/mutable_appearance/delam_pos1_emissive = emissive_appearance(icon, "num_[delam_pos1]", src, alpha = DISPLAY_PIXEL_ALPHA)
delam_pos1_overlay.color = delam_display_color
- delam_pos1_overlay.pixel_w = 9
- delam_pos1_emissive.pixel_w = 9
- delam_pos1_overlay.pixel_z = 4
- delam_pos1_emissive.pixel_z = 4
+ delam_pos1_overlay.pixel_w = DISPLAY_PIXEL_1_W
+ delam_pos1_emissive.pixel_w = DISPLAY_PIXEL_1_W
+ delam_pos1_overlay.pixel_z = DISPLAY_PIXEL_1_Z
+ delam_pos1_emissive.pixel_z = DISPLAY_PIXEL_1_Z
. += delam_pos1_overlay
. += delam_pos1_emissive
var/delam_pos2 = (clamp(last_delam, 0, 199) / 10) % 10
var/mutable_appearance/delam_pos2_overlay = mutable_appearance(icon, "num_[delam_pos2]")
- var/mutable_appearance/delam_pos2_emissive = emissive_appearance(icon, "num_[delam_pos2]_e", src, alpha = src.alpha)
+ var/mutable_appearance/delam_pos2_emissive = emissive_appearance(icon, "num_[delam_pos2]", src, alpha = DISPLAY_PIXEL_ALPHA)
delam_pos2_overlay.color = delam_display_color
- delam_pos2_overlay.pixel_w = 4
- delam_pos2_emissive.pixel_w = 4
- delam_pos2_overlay.pixel_z = 4
- delam_pos2_emissive.pixel_z = 4
+ delam_pos2_overlay.pixel_w = DISPLAY_PIXEL_2_W
+ delam_pos2_emissive.pixel_w = DISPLAY_PIXEL_2_W
+ delam_pos2_overlay.pixel_z = DISPLAY_PIXEL_2_Z
+ delam_pos2_emissive.pixel_z = DISPLAY_PIXEL_2_Z
. += delam_pos2_overlay
. += delam_pos2_emissive
if(last_delam >= 100)
- var/mutable_appearance/there_i_fixed_it_overlay = mutable_appearance(icon, "num_100_red")
- var/mutable_appearance/there_i_fixed_it_emissive = emissive_appearance(icon, "num_100_red", src, alpha = src.alpha)
- . += there_i_fixed_it_overlay
- . += there_i_fixed_it_emissive
+ . += mutable_appearance(icon, "num_100_red")
+ . += emissive_appearance(icon, "num_100_red", src, alpha = DISPLAY_BASE_ALPHA)
if(last_delam == delam_record)
var/mutable_appearance/delam_trend_overlay = mutable_appearance(icon, TREND_RISING)
- var/mutable_appearance/delam_trend_emissive = emissive_appearance(icon, "[TREND_RISING]_e", src, alpha = src.alpha)
+ var/mutable_appearance/delam_trend_emissive = emissive_appearance(icon, "[TREND_RISING]", src, alpha = DISPLAY_PIXEL_ALPHA)
delam_trend_overlay.color = COLOR_DISPLAY_GREEN
- delam_trend_overlay.pixel_w = 1
- delam_trend_emissive.pixel_w = 1
- delam_trend_overlay.pixel_z = 6
- delam_trend_emissive.pixel_z = 6
. += delam_trend_overlay
. += delam_trend_emissive
else
var/mutable_appearance/delam_trend_overlay = mutable_appearance(icon, TREND_FALLING)
- var/mutable_appearance/delam_trend_emissive = emissive_appearance(icon, "[TREND_FALLING]_e", src, alpha = src.alpha)
+ var/mutable_appearance/delam_trend_emissive = emissive_appearance(icon, "[TREND_FALLING]", src, alpha = DISPLAY_PIXEL_ALPHA)
delam_trend_overlay.color = COLOR_DISPLAY_RED
- delam_trend_overlay.pixel_w = 1
- delam_trend_emissive.pixel_w = 1
- delam_trend_overlay.pixel_z = 6
- delam_trend_emissive.pixel_z = 6
. += delam_trend_overlay
. += delam_trend_emissive
if(sign_features & DISPLAY_TRAM)
- var/mutable_appearance/tram_base_emissive = emissive_appearance(icon, "tram_base_emissive", src, alpha = src.alpha)
- var/tram_display_color = COLOR_DISPLAY_BLUE
+ . += mutable_appearance(icon, "overlay_tram")
+ . += emissive_appearance(icon, "overlay_tram", src, alpha = DISPLAY_PIXEL_ALPHA)
var/tram_pos1 = hit_count % 10
var/mutable_appearance/tram_pos1_overlay = mutable_appearance(icon, "num_[tram_pos1]")
- var/mutable_appearance/tram_pos1_emissive = emissive_appearance(icon, "num_[tram_pos1]_e", src, alpha = src.alpha)
- . += tram_base_emissive
+ var/mutable_appearance/tram_pos1_emissive = emissive_appearance(icon, "num_[tram_pos1]", src, alpha = DISPLAY_PIXEL_ALPHA)
tram_pos1_overlay.color = tram_display_color
- tram_pos1_overlay.pixel_w = 9
- tram_pos1_emissive.pixel_w = 9
- tram_pos1_overlay.pixel_z = -6
- tram_pos1_emissive.pixel_z = -6
+ tram_pos1_overlay.pixel_w = DISPLAY_PIXEL_1_W
+ tram_pos1_emissive.pixel_w = DISPLAY_PIXEL_1_W
+ tram_pos1_overlay.pixel_z = DISPLAY_PIXEL_1_Z
+ tram_pos1_emissive.pixel_z = DISPLAY_PIXEL_1_Z
. += tram_pos1_overlay
. += tram_pos1_emissive
var/tram_pos2 = (hit_count / 10) % 10
var/mutable_appearance/tram_pos2_overlay = mutable_appearance(icon, "num_[tram_pos2]")
- var/mutable_appearance/tram_pos2_emissive = emissive_appearance(icon, "num_[tram_pos2]_e", src, alpha = src.alpha)
+ var/mutable_appearance/tram_pos2_emissive = emissive_appearance(icon, "num_[tram_pos2]", src, alpha = DISPLAY_PIXEL_ALPHA)
tram_pos2_overlay.color = tram_display_color
- tram_pos2_overlay.pixel_w = 4
- tram_pos2_emissive.pixel_w = 4
- tram_pos2_overlay.pixel_z = -6
- tram_pos2_emissive.pixel_z = -6
+ tram_pos2_overlay.pixel_w = DISPLAY_PIXEL_2_W
+ tram_pos2_emissive.pixel_w = DISPLAY_PIXEL_2_W
+ tram_pos2_overlay.pixel_z = DISPLAY_PIXEL_2_Z
+ tram_pos2_emissive.pixel_z = DISPLAY_PIXEL_2_Z
. += tram_pos2_overlay
. += tram_pos2_emissive
if(hit_count >= 100)
- var/mutable_appearance/there_i_fixed_it_overlay = mutable_appearance(icon, "num_100_blue")
- var/mutable_appearance/there_i_fixed_it_emissive = emissive_appearance(icon, "num_100_blue", src, alpha = src.alpha)
- . += there_i_fixed_it_overlay
- . += there_i_fixed_it_emissive
+ . += mutable_appearance(icon, "num_100_blue")
+ . += emissive_appearance(icon, "num_100_blue", src, alpha = DISPLAY_BASE_ALPHA)
if(hit_count > SSpersistence.tram_hits_last_round)
var/mutable_appearance/tram_trend_overlay = mutable_appearance(icon, TREND_RISING)
- var/mutable_appearance/tram_trend_emissive = emissive_appearance(icon, "[TREND_RISING]_e", src, alpha = src.alpha)
+ var/mutable_appearance/tram_trend_emissive = emissive_appearance(icon, "[TREND_RISING]", src, alpha = DISPLAY_PIXEL_ALPHA)
tram_trend_overlay.color = COLOR_DISPLAY_RED
- tram_trend_overlay.pixel_w = 1
- tram_trend_emissive.pixel_w = 1
- tram_trend_overlay.pixel_z = -4
- tram_trend_emissive.pixel_z = -4
. += tram_trend_overlay
. += tram_trend_emissive
else
var/mutable_appearance/tram_trend_overlay = mutable_appearance(icon, TREND_FALLING)
- var/mutable_appearance/tram_trend_emissive = emissive_appearance(icon, "[TREND_FALLING]_e", src, alpha = src.alpha)
+ var/mutable_appearance/tram_trend_emissive = emissive_appearance(icon, "[TREND_FALLING]", src, alpha = DISPLAY_PIXEL_ALPHA)
tram_trend_overlay.color = COLOR_DISPLAY_GREEN
- tram_trend_overlay.pixel_w = 1
- tram_trend_emissive.pixel_w = 1
- tram_trend_overlay.pixel_z = -4
- tram_trend_emissive.pixel_z = -4
. += tram_trend_overlay
. += tram_trend_emissive
/obj/machinery/incident_display/examine(mob/user)
. = ..()
+ if(atom_integrity < max_integrity)
+ . += span_notice("It can be repaired with a [EXAMINE_HINT("welder")].")
if(sign_features & DISPLAY_DELAM)
+ . += span_notice("It can be changed to display tram hits with a [EXAMINE_HINT("multitool")].")
if(last_delam >= 0)
. += span_info("It has been [last_delam] shift\s since the last delamination event at this Nanotrasen facility.")
switch(last_delam)
@@ -339,6 +385,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
. += span_info("The supermatter crystal has delaminated, in case you didn't notice.")
if(sign_features & DISPLAY_TRAM)
+ . += span_notice("It can be changed to display delam-free shifts with a [EXAMINE_HINT("multitool")].")
. += span_info("The station has had [hit_count] tram incident\s this shift.")
switch(hit_count)
if(0)
@@ -357,13 +404,21 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
#undef DISPLAY_DELAM
#undef DISPLAY_TRAM
-#undef NAME_DUAL
#undef NAME_DELAM
#undef NAME_TRAM
-#undef DESC_DUAL
#undef DESC_DELAM
#undef DESC_TRAM
#undef TREND_RISING
#undef TREND_FALLING
+
+#undef DISPLAY_PIXEL_1_W
+#undef DISPLAY_PIXEL_1_Z
+#undef DISPLAY_PIXEL_2_W
+#undef DISPLAY_PIXEL_2_Z
+#undef DISPLAY_BASE_ALPHA
+#undef DISPLAY_PIXEL_ALPHA
+
+#undef LIGHT_COLOR_NORMAL
+#undef LIGHT_COLOR_SHAME
diff --git a/code/game/machinery/launch_pad.dm b/code/game/machinery/launch_pad.dm
index 391cf38b74b7d6..8733ca548632ea 100644
--- a/code/game/machinery/launch_pad.dm
+++ b/code/game/machinery/launch_pad.dm
@@ -98,7 +98,7 @@
/// Updates diagnostic huds
/obj/machinery/launchpad/proc/update_hud()
var/image/holder = hud_list[DIAG_LAUNCHPAD_HUD]
- var/mutable_appearance/target = mutable_appearance('icons/effects/effects.dmi', "launchpad_target", ABOVE_OPEN_TURF_LAYER, src, GAME_PLANE)
+ var/mutable_appearance/target = mutable_appearance('icons/effects/effects.dmi', "launchpad_target", ABOVE_NORMAL_TURF_LAYER, src, GAME_PLANE)
holder.appearance = target
update_indicator()
diff --git a/code/game/machinery/mass_driver.dm b/code/game/machinery/mass_driver.dm
index 5f534ec95b4ed4..401245613e1b05 100644
--- a/code/game/machinery/mass_driver.dm
+++ b/code/game/machinery/mass_driver.dm
@@ -31,7 +31,6 @@
for(var/obj/machinery/computer/pod/control as anything in SSmachines.get_machines_by_type_and_subtypes(/obj/machinery/computer/pod))
if(control.id == id)
control.connected = null
- QDEL_NULL(wires)
return ..()
/obj/machinery/mass_driver/connect_to_shuttle(mapload, obj/docking_port/mobile/port, obj/docking_port/stationary/dock)
diff --git a/code/game/machinery/medical_kiosk.dm b/code/game/machinery/medical_kiosk.dm
index 3041423ea53a90..608e5480fe4a3f 100644
--- a/code/game/machinery/medical_kiosk.dm
+++ b/code/game/machinery/medical_kiosk.dm
@@ -322,7 +322,7 @@
patient_status = pick(
"The only kiosk is kiosk, but is the only patient, patient?",
"Breathing manually.",
- "Constact NTOS site admin.",
+ "Contact NTOS site admin.",
"97% carbon, 3% natural flavoring",
"The ebb and flow wears us all in time.",
"It's Lupus. You have Lupus.",
diff --git a/code/game/machinery/pipe/construction.dm b/code/game/machinery/pipe/construction.dm
index 929383b178c62b..80289a201be986 100644
--- a/code/game/machinery/pipe/construction.dm
+++ b/code/game/machinery/pipe/construction.dm
@@ -53,6 +53,9 @@ Buildable meters
/obj/item/pipe/directional/he_exchanger
icon_state_preview = "heunary"
pipe_type = /obj/machinery/atmospherics/components/unary/heat_exchanger
+/obj/item/pipe/directional/airlock_pump
+ icon_state_preview = "airlock_pump"
+ pipe_type = /obj/machinery/atmospherics/components/unary/airlock_pump
/obj/item/pipe/binary
RPD_type = PIPE_STRAIGHT
/obj/item/pipe/binary/layer_adapter
diff --git a/code/game/machinery/recycler.dm b/code/game/machinery/recycler.dm
index 28aae488866218..ce1b82a83b4083 100644
--- a/code/game/machinery/recycler.dm
+++ b/code/game/machinery/recycler.dm
@@ -174,7 +174,7 @@
/**
* we process the list in reverse so that atoms without parents/contents are deleted first & their parents are deleted next & so on.
- * this is the reverse order in which get_all_contents() returns it's list
+ * this is the reverse order in which get_all_contents() returns its list
* if we delete an atom containing stuff then all its stuff are deleted with it as well so we will end recycling deleted items down the list and gain nothing from them
*/
for(var/i = length(nom); i >= 1; i--)
diff --git a/code/game/machinery/roulette_machine.dm b/code/game/machinery/roulette_machine.dm
index ba4a5136a89789..fc443c247f1d8e 100644
--- a/code/game/machinery/roulette_machine.dm
+++ b/code/game/machinery/roulette_machine.dm
@@ -277,7 +277,7 @@
var/value = coin_values[coin_type] //Change this to use initial value once we change to mat datum coins.
var/coin_count = round(remaining_payout / value)
- if(!coin_count) //Cant make coins of this type, as we can't reach it's value.
+ if(!coin_count) //Cant make coins of this type, as we can't reach its value.
continue
remaining_payout -= value * coin_count
diff --git a/code/game/machinery/scan_gate.dm b/code/game/machinery/scanner_gate.dm
similarity index 74%
rename from code/game/machinery/scan_gate.dm
rename to code/game/machinery/scanner_gate.dm
index 4ff8161de1b57b..34f3ceb2ad2abc 100644
--- a/code/game/machinery/scan_gate.dm
+++ b/code/game/machinery/scanner_gate.dm
@@ -5,6 +5,7 @@
#define SCANGATE_WANTED "Wanted"
#define SCANGATE_SPECIES "Species"
#define SCANGATE_NUTRITION "Nutrition"
+#define SCANGATE_CONTRABAND "Contraband"
#define SCANGATE_HUMAN "human"
#define SCANGATE_LIZARD "lizard"
@@ -38,14 +39,14 @@
desc = "A gate able to perform mid-depth scans on any organisms who pass under it."
icon = 'icons/obj/machines/scangate.dmi'
icon_state = "scangate"
+ layer = ABOVE_MOB_LAYER
circuit = /obj/item/circuitboard/machine/scanner_gate
+ COOLDOWN_DECLARE(next_beep)
var/scanline_timer
- ///Internal timer to prevent audio spam.
- var/next_beep = 0
///Bool to check if the scanner's controls are locked by an ID.
var/locked = FALSE
- ///Which setting is the scanner checking for? See defines in scan_gate.dm for the list.
+ ///Which setting is the scanner checking for? See defines in scanner_gate.dm for the list.
var/scangate_mode = SCANGATE_NONE
///Is searching for a disease, what severity is enough to trigger the gate?
var/disease_threshold = DISEASE_SEVERITY_MINOR
@@ -62,6 +63,12 @@
///Does the scanner ignore light_pass and light_fail for sending signals?
var/ignore_signals = FALSE
var/detect_gender = "male" //SKYRAT EDIT - MORE SCANNER GATE OPTIONS
+ ///Modifier to the chance of scanner being false positive/negative
+ var/minus_false_beep = 0
+ ///Base false positive/negative chance
+ var/base_false_beep = 5
+ ///Is an n-spect scanner attached to the gate? Enables contraband scanning.
+ var/obj/item/inspector/n_spect = null
/obj/machinery/scanner_gate/Initialize(mapload)
@@ -72,18 +79,39 @@
COMSIG_ATOM_ENTERED = PROC_REF(on_entered),
)
AddElement(/datum/element/connect_loc, loc_connections)
+ register_context()
-/obj/machinery/scanner_gate/Destroy()
- qdel(wires)
- set_wires(null)
+/obj/machinery/scanner_gate/RefreshParts()
. = ..()
+ for(var/datum/stock_part/scanning_module/scanning_module in component_parts)
+ minus_false_beep = scanning_module.tier //The better are scanninning modules - the lower is chance of False Positives
+
+/obj/machinery/scanner_gate/atom_deconstruct(disassembled)
+ . = ..()
+ if(n_spect)
+ n_spect.forceMove(drop_location())
+ n_spect = null
/obj/machinery/scanner_gate/examine(mob/user)
. = ..()
+
+ . += span_notice("It's set to scan for [span_boldnotice(scangate_mode)].")
if(locked)
. += span_notice("The control panel is ID-locked. Swipe a valid ID to unlock it.")
else
. += span_notice("The control panel is unlocked. Swipe an ID to lock it.")
+ if(n_spect)
+ . += span_notice("The scanner is equipped with an N-Spect scanner. Use a [span_boldnotice("crowbar")] to uninstall.")
+
+/obj/machinery/scanner_gate/add_context(atom/source, list/context, obj/item/held_item, mob/user)
+ . = ..()
+ if(n_spect && held_item?.tool_behaviour == TOOL_CROWBAR)
+ context[SCREENTIP_CONTEXT_LMB] = "Remove N-Spect scanner"
+ return CONTEXTUAL_SCREENTIP_SET
+ if(!n_spect && istype(held_item, /obj/item/inspector))
+ context[SCREENTIP_CONTEXT_LMB] = "Install N-Spect scanner"
+ return CONTEXTUAL_SCREENTIP_SET
+
/obj/machinery/scanner_gate/proc/on_entered(datum/source, atom/movable/AM)
SIGNAL_HANDLER
@@ -100,6 +128,19 @@
if(duration)
scanline_timer = addtimer(CALLBACK(src, PROC_REF(set_scanline), "passive"), duration, TIMER_STOPPABLE)
+/obj/machinery/scanner_gate/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
+ if(istype(tool, /obj/item/inspector))
+ if(n_spect)
+ to_chat(user, span_warning("The scanner is already equipped with an N-Spect scanner."))
+ return ITEM_INTERACT_BLOCKING
+ else
+ to_chat(user, span_notice("You install an N-Spect scanner on [src]."))
+ n_spect = tool
+ if(!user.transferItemToLoc(tool, src))
+ return ITEM_INTERACT_BLOCKING
+ return ITEM_INTERACT_SUCCESS
+ return NONE
+
/obj/machinery/scanner_gate/attackby(obj/item/W, mob/user, params)
var/obj/item/card/id/card = W.GetID()
if(card)
@@ -122,6 +163,24 @@
wires.interact(user)
return ..()
+/obj/machinery/scanner_gate/crowbar_act(mob/living/user, obj/item/tool)
+ . = ..()
+ if(n_spect)
+ if(locked)
+ balloon_alert(user, "locked!")
+ return ITEM_INTERACT_BLOCKING
+
+ to_chat(user, span_notice("You uninstall [n_spect] from [src]."))
+ n_spect.forceMove(drop_location())
+ return ITEM_INTERACT_SUCCESS
+
+/obj/machinery/scanner_gate/Exited(atom/gone)
+ . = ..()
+ if(gone == n_spect)
+ n_spect = null
+ if(scangate_mode == SCANGATE_CONTRABAND)
+ scangate_mode = SCANGATE_NONE
+
/obj/machinery/scanner_gate/emag_act(mob/user, obj/item/card/emag/emag_card)
if(obj_flags & EMAGGED)
return FALSE
@@ -134,20 +193,24 @@
/obj/machinery/scanner_gate/proc/perform_scan(mob/living/M)
var/beep = FALSE
var/color = null
+ var/detected_thing = null
switch(scangate_mode)
if(SCANGATE_NONE)
return
if(SCANGATE_WANTED)
if(ishuman(M))
+ detected_thing = "Warrant"
var/mob/living/carbon/human/H = M
var/perpname = H.get_face_name(H.get_id_name())
var/datum/record/crew/target = find_record(perpname)
if(!target || (target.wanted_status == WANTED_ARREST))
beep = TRUE
if(SCANGATE_MINDSHIELD)
+ detected_thing = "Mindshield"
if(HAS_TRAIT(M, TRAIT_MINDSHIELD))
beep = TRUE
if(SCANGATE_DISEASE)
+ detected_thing = "[disease_threshold] infection"
if(iscarbon(M))
var/mob/living/carbon/C = M
if(get_disease_severity_value(C.check_virus()) >= get_disease_severity_value(disease_threshold))
@@ -158,22 +221,31 @@
var/datum/species/scan_species = /datum/species/human
switch(detect_species)
if(SCANGATE_LIZARD)
+ detected_thing = "Lizardperson"
scan_species = /datum/species/lizard
if(SCANGATE_FLY)
+ detected_thing = "Flyperson"
scan_species = /datum/species/fly
if(SCANGATE_FELINID)
+ detected_thing = "Felinid"
scan_species = /datum/species/human/felinid
if(SCANGATE_PLASMAMAN)
+ detected_thing = "Plasmaman"
scan_species = /datum/species/plasmaman
if(SCANGATE_MOTH)
+ detected_thing = "Mothperson"
scan_species = /datum/species/moth
if(SCANGATE_JELLY)
+ detected_thing = "Jellyperson"
scan_species = /datum/species/jelly
if(SCANGATE_POD)
+ detected_thing = "Podperson"
scan_species = /datum/species/pod
if(SCANGATE_GOLEM)
+ detected_thing = "Golem"
scan_species = /datum/species/golem
if(SCANGATE_ZOMBIE)
+ detected_thing = "Zombie"
scan_species = /datum/species/zombie
//SKYRAT EDIT BEGIN - MORE SCANNER GATE OPTIONS
if(SCANGATE_MAMMAL)
@@ -204,10 +276,12 @@
if(is_species(H, scan_species))
beep = TRUE
if(detect_species == SCANGATE_ZOMBIE) //Can detect dormant zombies
+ detected_thing = "Romerol infection"
if(H.get_organ_slot(ORGAN_SLOT_ZOMBIE))
beep = TRUE
if(SCANGATE_GUNS)
for(var/I in M.get_contents())
+ detected_thing = "Weapons"
if(isgun(I))
beep = TRUE
break
@@ -216,8 +290,10 @@
var/mob/living/carbon/human/H = M
if(H.nutrition <= detect_nutrition && detect_nutrition == NUTRITION_LEVEL_STARVING)
beep = TRUE
+ detected_thing = "Starvation"
if(H.nutrition >= detect_nutrition && detect_nutrition == NUTRITION_LEVEL_FAT)
beep = TRUE
+ detected_thing = "Obesity"
//SKYRAT EDIT BEGIN - MORE SCANNER GATE OPTIONS
if(SCANGATE_GENDER)
if(ishuman(M))
@@ -226,11 +302,23 @@
if(scanned_human.gender == detect_gender)
beep = TRUE
//SKYRAT EDIT END - MORE SCANNER GATE OPTIONS
+ if(SCANGATE_CONTRABAND)
+ for(var/obj/item/content in M.get_all_contents_skipping_traits(TRAIT_CONTRABAND_BLOCKER))
+ detected_thing = "Contraband"
+ if(content.is_contraband())
+ beep = TRUE
+ break
+ if(!n_spect.scans_correctly)
+ beep = !beep //We do a little trolling
if(reverse)
beep = !beep
+
+ if(prob(base_false_beep - minus_false_beep)) //False positive/negative
+ beep = prob(50)
+
if(beep)
- alarm_beep()
+ alarm_beep(detected_thing)
SEND_SIGNAL(src, COMSIG_SCANGATE_PASS_TRIGGER, M)
if(!ignore_signals)
color = wires.get_color_of_wire(WIRE_ACCEPT)
@@ -246,12 +334,15 @@
use_energy(active_power_usage)
-/obj/machinery/scanner_gate/proc/alarm_beep()
- if(next_beep <= world.time)
- next_beep = world.time + (2 SECONDS)
- playsound(src, 'sound/machines/scanbuzz.ogg', 100, FALSE)
- var/mutable_appearance/alarm_display = mutable_appearance(icon, "alarm_light")
- flick_overlay_view(alarm_display, 2 SECONDS)
+/obj/machinery/scanner_gate/proc/alarm_beep(detected_thing)
+ if(!COOLDOWN_FINISHED(src, next_beep))
+ return
+
+ if(detected_thing)
+ say("[detected_thing][reverse ? " not " : " "]detected!!")
+
+ COOLDOWN_START(src, next_beep, 2 SECONDS)
+ playsound(src, 'sound/machines/scanbuzz.ogg', 100, FALSE)
set_scanline("alarm", 2 SECONDS)
/obj/machinery/scanner_gate/can_interact(mob/user)
@@ -274,6 +365,7 @@
data["target_species"] = detect_species
data["target_nutrition"] = detect_nutrition
data["target_gender"] = detect_gender //SKYRAT EDIT - MORE SCANNER GATE OPTIONS
+ data["contraband_enabled"] = !!n_spect
return data
/obj/machinery/scanner_gate/ui_act(action, params)
@@ -331,6 +423,11 @@
. = TRUE
//SKYRAT EDIT END - MORE SCANNER GATE OPTIONS
+/obj/machinery/scanner_gate/preset_guns
+ locked = TRUE
+ req_access = ACCESS_SECURITY
+ scangate_mode = SCANGATE_GUNS
+
#undef SCANGATE_NONE
#undef SCANGATE_MINDSHIELD
#undef SCANGATE_DISEASE
@@ -338,6 +435,7 @@
#undef SCANGATE_WANTED
#undef SCANGATE_SPECIES
#undef SCANGATE_NUTRITION
+#undef SCANGATE_CONTRABAND
#undef SCANGATE_HUMAN
#undef SCANGATE_LIZARD
diff --git a/code/game/machinery/shieldgen.dm b/code/game/machinery/shieldgen.dm
index 1ef5e9d18c0cce..d5dc9e3a26ef8c 100644
--- a/code/game/machinery/shieldgen.dm
+++ b/code/game/machinery/shieldgen.dm
@@ -324,6 +324,8 @@
/obj/machinery/power/shieldwallgen/Initialize(mapload)
. = ..()
+ //Add to the early process queue to prioritize power draw
+ SSmachines.processing_early += src
if(anchored)
connect_to_network()
RegisterSignal(src, COMSIG_ATOM_SINGULARITY_TRY_MOVE, PROC_REF(block_singularity_if_active))
@@ -356,7 +358,7 @@
return FALSE
. = ..()
-/obj/machinery/power/shieldwallgen/process()
+/obj/machinery/power/shieldwallgen/process_early()
if(active)
if(active == ACTIVE_SETUPFIELDS)
var/fields = 0
diff --git a/code/game/machinery/spaceheater.dm b/code/game/machinery/spaceheater.dm
index 8915a5d5099388..90218cef96d1e3 100644
--- a/code/game/machinery/spaceheater.dm
+++ b/code/game/machinery/spaceheater.dm
@@ -2,7 +2,7 @@
#define HEATER_MODE_HEAT "heat"
#define HEATER_MODE_COOL "cool"
#define HEATER_MODE_AUTO "auto"
-#define BASE_HEATING_ENERGY (STANDARD_CELL_RATE * 4)
+#define BASE_HEATING_ENERGY (40 KILO JOULES)
/obj/machinery/space_heater
anchored = FALSE
@@ -32,7 +32,7 @@
///How much heat/cold we can deliver
var/heating_energy = BASE_HEATING_ENERGY
///How efficiently we can deliver that heat/cold (higher indicates less cell consumption)
- var/efficiency = 200
+ var/efficiency = 20 MEGA JOULES / STANDARD_CELL_CHARGE
///The amount of degrees above and below the target temperature for us to change mode to heater or cooler
var/temperature_tolerance = 1
///What's the middle point of our settable temperature (30 °C)
@@ -176,7 +176,7 @@
for(var/datum/stock_part/capacitor/capacitor in component_parts)
cap += capacitor.tier
- heating_energy = laser * BASE_HEATING_ENERGY
+ heating_energy = laser * initial(heating_energy)
settable_temperature_range = cap * initial(settable_temperature_range)
efficiency = (cap + 1) * initial(efficiency) * 0.5
@@ -295,7 +295,14 @@
on = !on
mode = HEATER_MODE_STANDBY
if(!isnull(user))
- balloon_alert(user, "turned [on ? "on" : "off"]")
+ if(QDELETED(cell))
+ balloon_alert(user, "no cell!")
+ else if(!cell.charge())
+ balloon_alert(user, "no charge!")
+ else if(!is_operational)
+ balloon_alert(user, "not operational!")
+ else
+ balloon_alert(user, "turned [on ? "on" : "off"]")
update_appearance()
if(on)
SSair.start_processing_machine(src)
@@ -310,11 +317,18 @@
//We inherit the cell from the heater prior
cell = null
interaction_flags_click = FORBID_TELEKINESIS_REACH
+ display_panel = FALSE
+ settable_temperature_range = 50
///The beaker within the heater
var/obj/item/reagent_containers/beaker = null
- ///How powerful the heating is, upgrades with parts. (ala chem_heater.dm's method, basically the same level of heating, but this is restricted)
- var/chem_heating_power = 1
- display_panel = FALSE
+ /// How quickly it delivers heat to the reagents. In watts per joule of the thermal energy difference of the reagent from the temperature difference of the current and target temperatures.
+ var/beaker_conduction_power = 0.1
+ /// The subsystem we're being processed by.
+ var/datum/controller/subsystem/processing/our_subsystem
+
+/obj/machinery/space_heater/improvised_chem_heater/Initialize(mapload)
+ our_subsystem = locate(subsystem_type) in Master.subsystems
+ . = ..()
/obj/machinery/space_heater/improvised_chem_heater/Destroy()
. = ..()
@@ -322,11 +336,10 @@
/obj/machinery/space_heater/improvised_chem_heater/heating_examine()
. = ..()
-
- var/power_mod = 0.1 * chem_heating_power
- if(set_mode == HEATER_MODE_AUTO)
- power_mod *= 0.5
- . += span_notice("Heating power for beaker: [display_power(heating_energy * power_mod, convert = TRUE)]")
+ // Conducted energy per joule of thermal energy difference in a tick.
+ var/conduction_energy = beaker_conduction_power * (set_mode == HEATER_MODE_AUTO ? 0.5 : 1) * our_subsystem.wait / (1 SECONDS)
+ // This accounts for the timestep inaccuracy.
+ . += span_notice("Reagent conduction power: [conduction_energy < 1 ? display_power(-log(1 - conduction_energy) SECONDS / our_subsystem.wait, convert = FALSE) : "∞W"]/J")
/obj/machinery/space_heater/improvised_chem_heater/toggle_power(user)
. = ..()
@@ -341,10 +354,10 @@
return PROCESS_KILL
if(beaker.reagents.total_volume)
- var/power_mod = 0.1 * chem_heating_power
+ var/conduction_modifier = beaker_conduction_power
switch(set_mode)
if(HEATER_MODE_AUTO)
- power_mod *= 0.5
+ conduction_modifier *= 0.5
if(HEATER_MODE_HEAT)
if(target_temperature < beaker.reagents.chem_temp)
return
@@ -352,7 +365,7 @@
if(target_temperature > beaker.reagents.chem_temp)
return
- var/required_energy = abs(target_temperature - beaker.reagents.chem_temp) * power_mod * seconds_per_tick * beaker.reagents.heat_capacity()
+ var/required_energy = abs(target_temperature - beaker.reagents.chem_temp) * conduction_modifier * seconds_per_tick * beaker.reagents.heat_capacity()
required_energy = min(required_energy, heating_energy, cell.charge * efficiency)
if(required_energy < 1)
return
@@ -468,16 +481,17 @@
for(var/datum/stock_part/capacitor/capacitor in component_parts)
capacitors_rating += capacitor.tier
- heating_energy = lasers_rating * BASE_HEATING_ENERGY
+ heating_energy = lasers_rating * initial(heating_energy)
- settable_temperature_range = capacitors_rating * 50 //-20 - 80 at base
- efficiency = (capacitors_rating + 1) * 10
+ settable_temperature_range = capacitors_rating * initial(settable_temperature_range) //-20 - 80 at base
+ efficiency = (capacitors_rating + 1) * initial(efficiency) * 0.5
target_temperature = clamp(target_temperature,
max(settable_temperature_median - settable_temperature_range, TCMB),
settable_temperature_median + settable_temperature_range)
- chem_heating_power = efficiency / 20
+ // No time integration is used, so we should clamp this to prevent being able to overshoot if there was a subtype with a high initial value.
+ beaker_conduction_power = min((capacitors_rating + 1) * 0.5 * initial(beaker_conduction_power), 1 SECONDS / our_subsystem.wait)
#undef HEATER_MODE_STANDBY
#undef HEATER_MODE_HEAT
diff --git a/code/game/machinery/syndicatebomb.dm b/code/game/machinery/syndicatebomb.dm
index e4f7b0a8338b8a..3a7cc849acd301 100644
--- a/code/game/machinery/syndicatebomb.dm
+++ b/code/game/machinery/syndicatebomb.dm
@@ -107,7 +107,6 @@
end_processing()
/obj/machinery/syndicatebomb/Destroy()
- QDEL_NULL(wires)
QDEL_NULL(countdown)
end_processing()
return ..()
diff --git a/code/game/machinery/telecomms/broadcasting.dm b/code/game/machinery/telecomms/broadcasting.dm
index 4c53cc5e4189d9..5887c776675068 100644
--- a/code/game/machinery/telecomms/broadcasting.dm
+++ b/code/game/machinery/telecomms/broadcasting.dm
@@ -13,6 +13,10 @@
/// If this list contains `0`, then it will be receivable on every single
/// z-level.
var/list/levels
+ /// Blacklisted spans we don't want being put into comms by anything, ever - a place to put any new spans we want to make without letting them annoy people on comms
+ var/list/blacklisted_spans = list(
+ SPAN_SOAPBOX,
+ )
/datum/signal/subspace/New(data)
src.data = data || list()
@@ -175,7 +179,7 @@
if(!hearer)
stack_trace("null found in the hearers list returned by the spatial grid. this is bad")
continue
-
+ spans -= blacklisted_spans
hearer.Hear(rendered, virt, language, message, frequency, spans, message_mods, message_range = INFINITY)
// This following recording is intended for research and feedback in the use of department radio channels
diff --git a/code/game/machinery/telecomms/machines/hub.dm b/code/game/machinery/telecomms/machines/hub.dm
index 83d0f6e3209a02..8136aed843514a 100644
--- a/code/game/machinery/telecomms/machines/hub.dm
+++ b/code/game/machinery/telecomms/machines/hub.dm
@@ -63,7 +63,6 @@
"s_relay",
"m_relay",
"r_relay",
- "h_relay",
"science",
"medical",
"supply",
diff --git a/code/game/machinery/washing_machine.dm b/code/game/machinery/washing_machine.dm
index a7495e530ff505..8266f3e9df55a4 100644
--- a/code/game/machinery/washing_machine.dm
+++ b/code/game/machinery/washing_machine.dm
@@ -63,7 +63,7 @@ GLOBAL_LIST_INIT(dye_registry, list(
DYE_QM = /obj/item/clothing/gloves/color/brown,
DYE_CAPTAIN = /obj/item/clothing/gloves/captain,
DYE_HOP = /obj/item/clothing/gloves/color/grey,
- DYE_HOS = /obj/item/clothing/gloves/color/black,
+ DYE_HOS = /obj/item/clothing/gloves/color/black/security,
DYE_CE = /obj/item/clothing/gloves/chief_engineer,
DYE_RD = /obj/item/clothing/gloves/color/grey,
DYE_CMO = /obj/item/clothing/gloves/latex/nitrile,
diff --git a/code/game/objects/effects/anomalies/anomalies_bioscrambler.dm b/code/game/objects/effects/anomalies/anomalies_bioscrambler.dm
index c57a629d85c2b2..ab53099ed34e22 100644
--- a/code/game/objects/effects/anomalies/anomalies_bioscrambler.dm
+++ b/code/game/objects/effects/anomalies/anomalies_bioscrambler.dm
@@ -24,7 +24,7 @@
if(!COOLDOWN_FINISHED(src, pulse_cooldown))
return
- new /obj/effect/temp_visual/bioscrambler_wave(get_turf(src))
+ new /obj/effect/temp_visual/circle_wave/bioscrambler(get_turf(src))
playsound(src, 'sound/magic/cosmic_energy.ogg', vol = 50, vary = TRUE)
COOLDOWN_START(src, pulse_cooldown, pulse_delay)
for(var/mob/living/carbon/nearby in hearers(range, src))
@@ -81,18 +81,25 @@
return
/// Visual effect spawned when the bioscrambler scrambles your bio
-/obj/effect/temp_visual/bioscrambler_wave
+/obj/effect/temp_visual/circle_wave
icon = 'icons/effects/64x64.dmi'
icon_state = "circle_wave"
pixel_x = -16
pixel_y = -16
duration = 0.5 SECONDS
color = COLOR_LIME
+ var/max_alpha = 255
-/obj/effect/temp_visual/bioscrambler_wave/Initialize(mapload)
+/obj/effect/temp_visual/circle_wave/Initialize(mapload)
transform = matrix().Scale(0.1)
animate(src, transform = matrix().Scale(2), time = duration, flags = ANIMATION_PARALLEL)
- animate(src, alpha = 255, time = duration * 0.6, flags = ANIMATION_PARALLEL)
+ animate(src, alpha = max_alpha, time = duration * 0.6, flags = ANIMATION_PARALLEL)
animate(alpha = 0, time = duration * 0.4)
apply_wibbly_filters(src)
return ..()
+
+/obj/effect/temp_visual/circle_wave/bioscrambler
+ color = COLOR_LIME
+
+/obj/effect/temp_visual/circle_wave/bioscrambler/light
+ max_alpha = 128
diff --git a/code/game/objects/effects/anomalies/anomalies_gravity.dm b/code/game/objects/effects/anomalies/anomalies_gravity.dm
index 08becc48c7531b..82b55542246c7d 100644
--- a/code/game/objects/effects/anomalies/anomalies_gravity.dm
+++ b/code/game/objects/effects/anomalies/anomalies_gravity.dm
@@ -61,7 +61,7 @@
if(target && !target.stat)
O.throw_at(target, 5, 10)
- //anomaly quickly contracts then slowly expands it's ring
+ //anomaly quickly contracts then slowly expands its ring
animate(warp, time = seconds_per_tick*3, transform = matrix().Scale(0.5,0.5))
animate(time = seconds_per_tick*7, transform = matrix())
diff --git a/code/game/objects/effects/blessing.dm b/code/game/objects/effects/blessing.dm
index d07ced626dbc55..d1267c59c747cc 100644
--- a/code/game/objects/effects/blessing.dm
+++ b/code/game/objects/effects/blessing.dm
@@ -12,7 +12,7 @@
for(var/obj/effect/blessing/B in loc)
if(B != src)
return INITIALIZE_HINT_QDEL
- var/image/I = image(icon = 'icons/effects/effects.dmi', icon_state = "blessed", layer = ABOVE_OPEN_TURF_LAYER, loc = src)
+ var/image/I = image(icon = 'icons/effects/effects.dmi', icon_state = "blessed", layer = ABOVE_NORMAL_TURF_LAYER, loc = src)
I.alpha = 64
I.appearance_flags = RESET_ALPHA
add_alt_appearance(/datum/atom_hud/alternate_appearance/basic/blessed_aware, "blessing", I)
diff --git a/code/game/objects/effects/decals/cleanable.dm b/code/game/objects/effects/decals/cleanable.dm
index 21eff5028b57e2..b6837df6f95467 100644
--- a/code/game/objects/effects/decals/cleanable.dm
+++ b/code/game/objects/effects/decals/cleanable.dm
@@ -1,5 +1,6 @@
/obj/effect/decal/cleanable
gender = PLURAL
+ plane = GAME_PLANE
layer = FLOOR_CLEAN_LAYER
var/list/random_icon_states = null
///I'm sorry but cleanable/blood code is ass, and so is blood_DNA
diff --git a/code/game/objects/effects/decals/decal.dm b/code/game/objects/effects/decals/decal.dm
index 941034ec511be4..646713a21d74a4 100644
--- a/code/game/objects/effects/decals/decal.dm
+++ b/code/game/objects/effects/decals/decal.dm
@@ -1,5 +1,6 @@
/obj/effect/decal
name = "decal"
+ layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
anchored = TRUE
resistance_flags = FIRE_PROOF | UNACIDABLE | ACID_PROOF
diff --git a/code/game/objects/effects/phased_mob.dm b/code/game/objects/effects/phased_mob.dm
index dcd4e39189c879..b1df969b45c921 100644
--- a/code/game/objects/effects/phased_mob.dm
+++ b/code/game/objects/effects/phased_mob.dm
@@ -84,11 +84,15 @@
return
var/area/destination_area = newloc.loc
movedelay = world.time + movespeed
+
+ if(SEND_SIGNAL(src, COMSIG_MOB_PHASED_CHECK, user, newloc) & COMPONENT_BLOCK_PHASED_MOVE)
+ return null
+
if(newloc.turf_flags & NOJAUNT)
to_chat(user, span_warning("Some strange aura is blocking the way."))
return
if(destination_area.area_flags & NOTELEPORT || SSmapping.level_trait(newloc.z, ZTRAIT_NOPHASE))
- to_chat(user, span_danger("Some dull, universal force is blocking the way. It's overwhelmingly oppressive force feels dangerous."))
+ to_chat(user, span_danger("Some dull, universal force is blocking the way. Its overwhelmingly oppressive force feels dangerous."))
return
if (direction == UP || direction == DOWN)
newloc = can_z_move(direction, get_turf(src), newloc, ZMOVE_INCAPACITATED_CHECKS | ZMOVE_FEEDBACK | ZMOVE_ALLOW_ANCHORED, user)
diff --git a/code/game/objects/effects/posters/contraband.dm b/code/game/objects/effects/posters/contraband.dm
index 52528c251b6597..04bc790daea837 100644
--- a/code/game/objects/effects/posters/contraband.dm
+++ b/code/game/objects/effects/posters/contraband.dm
@@ -4,6 +4,10 @@
poster_type = /obj/structure/sign/poster/contraband/random
icon_state = "rolled_poster"
+/obj/item/poster/random_contraband/Initialize(mapload, obj/structure/sign/poster/new_poster_structure)
+ . = ..()
+ ADD_TRAIT(src, TRAIT_CONTRABAND, INNATE_TRAIT)
+
/obj/structure/sign/poster/contraband
poster_item_name = "contraband poster"
poster_item_desc = "This poster comes with its own automatic adhesive mechanism, for easy pinning to any vertical surface. Its vulgar themes have marked it as contraband aboard Nanotrasen space facilities."
diff --git a/code/game/objects/effects/spawners/random/clothing.dm b/code/game/objects/effects/spawners/random/clothing.dm
index e3193b05836d83..119697c53171bf 100644
--- a/code/game/objects/effects/spawners/random/clothing.dm
+++ b/code/game/objects/effects/spawners/random/clothing.dm
@@ -211,7 +211,7 @@
/obj/item/clothing/head/costume/lobsterhat,
/obj/item/clothing/head/costume/cardborg,
/obj/item/clothing/head/costume/football_helmet,
- /obj/item/clothing/head/costume/tv_head/fov_less,
+ /obj/item/clothing/head/costume/tv_head,
/obj/item/clothing/head/costume/tmc,
/obj/item/clothing/head/costume/deckers,
/obj/item/clothing/head/costume/yuri,
diff --git a/code/game/objects/effects/spawners/random/contraband.dm b/code/game/objects/effects/spawners/random/contraband.dm
index f17656c61191ab..c32d46125c0196 100644
--- a/code/game/objects/effects/spawners/random/contraband.dm
+++ b/code/game/objects/effects/spawners/random/contraband.dm
@@ -25,6 +25,12 @@
/obj/item/reagent_containers/pill/maintenance = 5,
)
+
+/obj/effect/spawner/random/contraband/make_item(spawn_loc, type_path_to_make)
+ var/obj/item/made = ..()
+ ADD_TRAIT(made, TRAIT_CONTRABAND, INNATE_TRAIT)
+ return made
+
/obj/effect/spawner/random/contraband/plus
name = "contraband loot spawner plus"
desc = "Where'd ya find this?"
diff --git a/code/game/objects/effects/spawners/random/maintenance.dm b/code/game/objects/effects/spawners/random/maintenance.dm
index 997c3bb1f0cdbd..e5bebdef672f19 100644
--- a/code/game/objects/effects/spawners/random/maintenance.dm
+++ b/code/game/objects/effects/spawners/random/maintenance.dm
@@ -9,6 +9,11 @@
/// decals such as ashes will cause NeverShouldHaveComeHere() to fail on such turfs, which creates annoying rng based CI failures
/obj/effect/spawner/random/maintenance/no_decals
+/obj/effect/spawner/random/maintenance/no_decals/can_spawn(loot)
+ if(ispath(loot, /obj/effect/decal))
+ return FALSE
+ return ..()
+
/obj/effect/spawner/random/maintenance/examine(mob/user)
. = ..()
. += span_info("This spawner has an effective loot count of [get_effective_lootcount()].")
diff --git a/code/game/objects/effects/spawners/random/random.dm b/code/game/objects/effects/spawners/random/random.dm
index fae8ff14cda072..9614c4a17813c0 100644
--- a/code/game/objects/effects/spawners/random/random.dm
+++ b/code/game/objects/effects/spawners/random/random.dm
@@ -103,7 +103,7 @@
var/loot_weight = loot_list[loot_type]
if(loot_weight <= 1)
if(exponent < 1)
- loot_list[loot_type] *= precision
+ loot_list[loot_type] = precision
continue
loot_list[loot_type] = round(loot_weight ** exponent * precision, 1)
diff --git a/code/game/objects/effects/temporary_visuals/cult.dm b/code/game/objects/effects/temporary_visuals/cult.dm
index a53d4df9b925aa..caeede1ec20961 100644
--- a/code/game/objects/effects/temporary_visuals/cult.dm
+++ b/code/game/objects/effects/temporary_visuals/cult.dm
@@ -49,6 +49,7 @@
/obj/effect/temp_visual/cult/turf/floor
icon_state = "floorglow"
duration = 5
+ layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
/obj/effect/temp_visual/cult/portal
diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm
index 2ce505c3b8f917..25494e12b3fd0d 100644
--- a/code/game/objects/items.dm
+++ b/code/game/objects/items.dm
@@ -79,6 +79,8 @@
var/pickup_sound
///Sound uses when dropping the item, or when its thrown.
var/drop_sound
+ ///Do the drop and pickup sounds vary?
+ var/sound_vary = FALSE
///Whether or not we use stealthy audio levels for this item's attack sounds
var/stealthy_audio = FALSE
///Sound which is produced when blocking an attack
@@ -701,7 +703,7 @@
item_flags &= ~IN_INVENTORY
SEND_SIGNAL(src, COMSIG_ITEM_DROPPED, user)
if(!silent)
- playsound(src, drop_sound, DROP_SOUND_VOLUME, ignore_walls = FALSE)
+ playsound(src, drop_sound, DROP_SOUND_VOLUME, vary = sound_vary, ignore_walls = FALSE)
user?.update_equipment_speed_mods()
/// called just as an item is picked up (loc is not yet changed)
@@ -1308,7 +1310,7 @@
if((item_flags & ABSTRACT) || HAS_TRAIT(src, TRAIT_NODROP))
return
user.dropItemToGround(src, silent = TRUE)
- if(throwforce && HAS_TRAIT(user, TRAIT_PACIFISM))
+ if(throwforce && (HAS_TRAIT(user, TRAIT_PACIFISM)) || HAS_TRAIT(user, TRAIT_NO_THROWING))
to_chat(user, span_notice("You set [src] down gently on the ground."))
return
return src
@@ -1827,6 +1829,20 @@
SEND_SIGNAL(loc, COMSIG_ATOM_CONTENTS_WEIGHT_CLASS_CHANGED, src, old_w_class, new_w_class)
return TRUE
+/**
+ * Used to determine if an item should be considered contraband by N-spect scanners or scanner gates.
+ * Returns true when an item has the contraband trait, or is included in the traitor uplink.
+ */
+/obj/item/proc/is_contraband()
+ if(HAS_TRAIT(src, TRAIT_CONTRABAND))
+ return TRUE
+ for(var/datum/uplink_item/traitor_item as anything in SStraitor.uplink_items)
+ if(istype(src, traitor_item.item))
+ if(!(traitor_item.uplink_item_flags & SYNDIE_TRIPS_CONTRABAND))
+ return FALSE
+ return TRUE
+ return FALSE
+
/// Fetches embedding data
/obj/item/proc/get_embed()
RETURN_TYPE(/datum/embed_data)
diff --git a/code/game/objects/items/cards_ids.dm b/code/game/objects/items/cards_ids.dm
index f9cb3dfc8ec559..7524152c65b030 100644
--- a/code/game/objects/items/cards_ids.dm
+++ b/code/game/objects/items/cards_ids.dm
@@ -840,6 +840,11 @@
/obj/item/card/id/proc/get_trim_sechud_icon_state()
return trim?.sechud_icon_state || SECHUD_UNKNOWN
+/obj/item/card/id/interact_with_atom(atom/interacting_with, mob/living/user, list/modifiers)
+ if(iscash(interacting_with))
+ return insert_money(interacting_with, user) ? ITEM_INTERACT_SUCCESS : ITEM_INTERACT_BLOCKING
+ return NONE
+
/obj/item/card/id/away
name = "\proper a perfectly generic identification card"
desc = "A perfectly generic identification card. Looks like it could use some flavor."
@@ -1442,7 +1447,7 @@
theft_target = WEAKREF(interacting_with)
ui_interact(user)
return ITEM_INTERACT_SUCCESS
- return NONE
+ return ..()
/obj/item/card/id/advanced/chameleon/interact_with_atom_secondary(atom/interacting_with, mob/living/user, list/modifiers)
// If we're attacking a human, we want it to be covert. We're not ATTACKING them, we're trying
diff --git a/code/game/objects/items/cigs_lighters.dm b/code/game/objects/items/cigs_lighters.dm
index 476882da84dcc6..524ebad18c3f5c 100644
--- a/code/game/objects/items/cigs_lighters.dm
+++ b/code/game/objects/items/cigs_lighters.dm
@@ -1181,13 +1181,13 @@ CIGARETTE PACKETS ARE IN FANCY.DM
to_chat(user, span_notice("You open the cap on [src]."))
reagents.flags |= OPENCONTAINER
if(obj_flags & EMAGGED)
- icon_state = "vape_open_high"
+ icon_state = "vapeopen_high"
set_greyscale(new_config = /datum/greyscale_config/vape/open_high)
else if(super)
- icon_state = "vape_open_med"
+ icon_state = "vapeopen_med"
set_greyscale(new_config = /datum/greyscale_config/vape/open_med)
else
- icon_state = "vape_open_low"
+ icon_state = "vapeopen_low"
set_greyscale(new_config = /datum/greyscale_config/vape/open_low)
else
screw = FALSE
@@ -1202,12 +1202,12 @@ CIGARETTE PACKETS ARE IN FANCY.DM
if(!super)
super = TRUE
to_chat(user, span_notice("You increase the voltage of [src]."))
- icon_state = "vape_open_med"
+ icon_state = "vapeopen_med"
set_greyscale(new_config = /datum/greyscale_config/vape/open_med)
else
super = FALSE
to_chat(user, span_notice("You decrease the voltage of [src]."))
- icon_state = "vape_open_low"
+ icon_state = "vapeopen_low"
set_greyscale(new_config = /datum/greyscale_config/vape/open_low)
if(screw && (obj_flags & EMAGGED))
@@ -1226,7 +1226,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
obj_flags |= EMAGGED
super = FALSE
balloon_alert(user, "voltage maximized")
- icon_state = "vape_open_high"
+ icon_state = "vapeopen_high"
set_greyscale(new_config = /datum/greyscale_config/vape/open_high)
var/datum/effect_system/spark_spread/sp = new /datum/effect_system/spark_spread //for effect
sp.set_up(5, 1, src)
diff --git a/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm
index 2d3c697fbe3602..1c6b468286d759 100644
--- a/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm
+++ b/code/game/objects/items/circuitboards/machines/machine_circuitboards.dm
@@ -329,7 +329,7 @@
/obj/item/circuitboard/machine/scanner_gate
name = "Scanner Gate"
- greyscale_colors = CIRCUIT_COLOR_ENGINEERING
+ greyscale_colors = CIRCUIT_COLOR_SECURITY
build_path = /obj/machinery/scanner_gate
req_components = list(
/datum/stock_part/scanning_module = 3)
@@ -572,6 +572,11 @@
return
. += span_info("[src] is set to [fridges_name_paths[build_path]]. You can use a screwdriver to reconfigure it.")
+/obj/item/circuitboard/machine/dehydrator
+ name = "Dehydrator"
+ build_path = /obj/machinery/smartfridge/drying
+ req_components = list(/datum/stock_part/matter_bin = 1)
+ needs_anchored = FALSE
/obj/item/circuitboard/machine/space_heater
name = "Space Heater"
diff --git a/code/game/objects/items/climbingrope.dm b/code/game/objects/items/climbingrope.dm
index 693f850be2a980..e68e5087712489 100644
--- a/code/game/objects/items/climbingrope.dm
+++ b/code/game/objects/items/climbingrope.dm
@@ -50,7 +50,19 @@
playsound(user_turf, 'sound/effects/picaxe1.ogg', 50)
var/list/effects = list(new /obj/effect/temp_visual/climbing_hook(target, away_dir), new /obj/effect/temp_visual/climbing_hook(user_turf, away_dir))
- if(do_after(user, climb_time, target))
+ // Our climbers athletics ability
+ var/fitness_level = user.mind?.get_skill_level(/datum/skill/athletics)
+
+ // Misc bonuses to the climb speed.
+ var/misc_multiplier = 1
+
+ var/obj/item/organ/internal/cyberimp/chest/spine/potential_spine = user.get_organ_slot(ORGAN_SLOT_SPINE)
+ if(istype(potential_spine))
+ misc_multiplier *= potential_spine.athletics_boost_multiplier
+
+ var/final_climb_time = (climb_time - fitness_level) * misc_multiplier
+
+ if(do_after(user, final_climb_time, target))
user.forceMove(target)
uses--
diff --git a/code/game/objects/items/defib.dm b/code/game/objects/items/defib.dm
index d8fd28b8b744c3..0abf30a6f247f5 100644
--- a/code/game/objects/items/defib.dm
+++ b/code/game/objects/items/defib.dm
@@ -252,7 +252,7 @@
update_power()
/obj/item/defibrillator/proc/cooldowncheck()
- addtimer(CALLBACK(src, PROC_REF(finish_charging)), cooldown_duration)
+ addtimer(CALLBACK(src, PROC_REF(finish_charging)), cooldown_duration)
/obj/item/defibrillator/proc/finish_charging()
if(cell)
diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm
index 43a32fb65f7e97..f6917ee3c48e53 100644
--- a/code/game/objects/items/devices/flashlight.dm
+++ b/code/game/objects/items/devices/flashlight.dm
@@ -932,6 +932,7 @@
light_range = 4
light_power = 2
alpha = 0
+ layer = ABOVE_OPEN_TURF_LAYER
plane = FLOOR_PLANE
anchored = TRUE
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
diff --git a/code/game/objects/items/devices/lightreplacer.dm b/code/game/objects/items/devices/lightreplacer.dm
index 07a1db55a9c98b..4039b412ebe78a 100644
--- a/code/game/objects/items/devices/lightreplacer.dm
+++ b/code/game/objects/items/devices/lightreplacer.dm
@@ -133,7 +133,7 @@
if(src.uses >= max_uses)
break
- //consume the item only if it's an light tube,bulb or shard
+ //consume the item only if it's a light tube, bulb or shard
loaded = FALSE
if(istype(item_to_check, /obj/item/light))
var/obj/item/light/found_light = item_to_check
diff --git a/code/game/objects/items/devices/megaphone.dm b/code/game/objects/items/devices/megaphone.dm
index 7ae17c5343ad67..718f3ac7219796 100644
--- a/code/game/objects/items/devices/megaphone.dm
+++ b/code/game/objects/items/devices/megaphone.dm
@@ -17,26 +17,39 @@
user.say("AAAAAAAAAAAARGHHHHH", forced="megaphone suicide")//he must have died while coding this
return OXYLOSS
-/obj/item/megaphone/equipped(mob/M, slot)
+/obj/item/megaphone/equipped(mob/equipper, slot)
. = ..()
- if ((slot & ITEM_SLOT_HANDS) && !HAS_TRAIT(M, TRAIT_SIGN_LANG))
- RegisterSignal(M, COMSIG_MOB_SAY, PROC_REF(handle_speech))
- else
- UnregisterSignal(M, COMSIG_MOB_SAY)
+ if ((slot & ITEM_SLOT_HANDS))
+ RegisterSignal(equipper, COMSIG_MOB_SAY, PROC_REF(handle_speech))
+ RegisterSignal(equipper, COMSIG_LIVING_TREAT_MESSAGE, PROC_REF(add_tts_filter))
-/obj/item/megaphone/dropped(mob/M)
+/obj/item/megaphone/dropped(mob/dropper)
. = ..()
- UnregisterSignal(M, COMSIG_MOB_SAY)
+ UnregisterSignal(dropper, list(COMSIG_MOB_SAY, COMSIG_LIVING_TREAT_MESSAGE))
+
+/obj/item/megaphone/proc/handle_speech(mob/living/user, list/speech_args)
+ SIGNAL_HANDLER
+ if(HAS_TRAIT(user, TRAIT_SIGN_LANG) || user.get_active_held_item() != src)
+ return
+ if(spamcheck > world.time)
+ to_chat(user, span_warning("\The [src] needs to recharge!"))
+ else
+ playsound(loc, 'sound/items/megaphone.ogg', 100, FALSE, TRUE)
+ speech_args[SPEECH_SPANS] |= voicespan
-/obj/item/megaphone/proc/handle_speech(mob/living/carbon/user, list/speech_args)
+/obj/item/megaphone/proc/add_tts_filter(mob/living/carbon/user, list/message_args)
SIGNAL_HANDLER
- if (user.get_active_held_item() == src)
- if(spamcheck > world.time)
- to_chat(user, span_warning("\The [src] needs to recharge!"))
- else
- playsound(loc, 'sound/items/megaphone.ogg', 100, FALSE, TRUE)
- spamcheck = world.time + 50
- speech_args[SPEECH_SPANS] |= voicespan
+ if(HAS_TRAIT(user, TRAIT_SIGN_LANG) || user.get_active_held_item() != src)
+ return
+ if(spamcheck > world.time)
+ return
+ spamcheck = world.time + 5 SECONDS
+ if(obj_flags & EMAGGED)
+ ///somewhat compressed and ear-grating, crusty and noisy with a bit of echo.
+ message_args[TREAT_TTS_FILTER_ARG] += "acrusher=samples=9:level_out=7,aecho=delays=100:decays=0.4,aemphasis=type=emi,crystalizer=i=6,acontrast=60,rubberband=pitch=0.9"
+ else
+ ///A sharper and louder sound with a bit of echo
+ message_args[TREAT_TTS_FILTER_ARG] += "acrusher=samples=2:level_out=6,aecho=delays=90:decays=0.3,aemphasis=type=cd,acontrast=30,crystalizer=i=5"
/obj/item/megaphone/emag_act(mob/user, obj/item/card/emag/emag_card)
if(obj_flags & EMAGGED)
diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm
index 808f53f8c13457..6768b9293822d8 100644
--- a/code/game/objects/items/devices/radio/radio.dm
+++ b/code/game/objects/items/devices/radio/radio.dm
@@ -122,7 +122,6 @@
/obj/item/radio/Destroy()
remove_radio_all(src) //Just to be sure
- QDEL_NULL(wires)
if(istype(keyslot))
QDEL_NULL(keyslot)
return ..()
@@ -397,7 +396,6 @@
// left hands are odd slots
if (idx && (idx % 2) == (message_mods[RADIO_EXTENSION] == MODE_L_HAND))
return
-
talk_into(speaker, raw_message, , spans, language=message_language, message_mods=filtered_mods)
/// Checks if this radio can receive on the given frequency.
diff --git a/code/game/objects/items/devices/scanners/health_analyzer.dm b/code/game/objects/items/devices/scanners/health_analyzer.dm
index 38bf0c2c9dde49..ff614b22cc24f0 100644
--- a/code/game/objects/items/devices/scanners/health_analyzer.dm
+++ b/code/game/objects/items/devices/scanners/health_analyzer.dm
@@ -345,7 +345,7 @@
// Hulk and body temperature
var/datum/species/targetspecies = humantarget.dna.species
- var/mutant = humantarget.dna.check_mutation(/datum/mutation/human/hulk)
+ var/mutant = HAS_TRAIT(humantarget, TRAIT_HULK)
render_list += "Species: [targetspecies.name][mutant ? "-derived mutant" : ""]\n"
var/core_temperature_message = "Core temperature: [round(humantarget.coretemperature-T0C, 0.1)] °C ([round(humantarget.coretemperature*1.8-459.67,0.1)] °F)"
diff --git a/code/game/objects/items/devices/spyglasses.dm b/code/game/objects/items/devices/spyglasses.dm
index 8be7666bf96aef..58c18f87427df5 100644
--- a/code/game/objects/items/devices/spyglasses.dm
+++ b/code/game/objects/items/devices/spyglasses.dm
@@ -92,7 +92,7 @@
default_raw_text = @{"
Thank you for your purchase of the Nerd Co SpySpeks tm, this paper will be your quick-start guide to violating the privacy of your crewmates in three easy steps!
Step One: Nerd Co SpySpeks tm upon your face.
-Step Two: Place the included "ProfitProtektor tm" camera assembly in a place of your choosing - make sure to make heavy use of it's inconspicous design!
+Step Two: Place the included "ProfitProtektor tm" camera assembly in a place of your choosing - make sure to make heavy use of its inconspicous design!
Step Three: Press the "Activate Remote View" Button on the side of your SpySpeks tm to open a movable camera display in the corner of your vision, it's just that easy!
+ You are a creature from the void between stars. You were + attracted to the radio signals being broadcasted by this + station. ++