From ccc4300f89c8eff0172ff50aa5aea4bfd808b050 Mon Sep 17 00:00:00 2001
From: Potato-Masher <33107541+Potato-Masher@users.noreply.github.com>
Date: Fri, 8 Nov 2019 16:28:00 -0500
Subject: [PATCH] OldStation (Beta/Charlie/Delta) QoL Improvements (#47576)
* Beta/Charlie/Delta station QoL improvements
Atmospherics is now actually a considerable part of Beta station with basic scrubber setup.
Missing atmos pipes added, air alarms are all now unlocked rather than just some, a slight increase in available metal and glass, removed access requirements on engineering external access airlocks, one extra fuel canister, and added light switches and trash cans due to the lack of disposals.
Delta: Added an autolathe to RnD, removed most instances of multiple resin floors on one turf/resin floors in walls, reduced resin spread to be just in the AI chamber, and one extra scrubber in the AI chamber to deal with the miasma buildup after long rounds.
* Minor changes to atmos and added a camera assembly crate in AI chamber
Moved the external filling station port pipes so they are not inside walls, fixed a missing floor decal. Added a camera assembly crate in the AI chamber for making a basic camera network in the event one would like to repair the AI.
---
_maps/RandomRuins/SpaceRuins/oldstation.dmm | 2916 ++++++++++++-----
code/game/area/areas/ruins/space.dm | 29 +-
.../ruins/spaceruin_code/oldstation.dm | 13 +-
3 files changed, 2179 insertions(+), 779 deletions(-)
diff --git a/_maps/RandomRuins/SpaceRuins/oldstation.dmm b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
index 310b9013f10..bc3dee7ab72 100644
--- a/_maps/RandomRuins/SpaceRuins/oldstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
@@ -12,10 +12,6 @@
"ad" = (
/turf/closed/wall/r_wall,
/area/ruin/space/has_grav/ancientstation/deltaai)
-"ae" = (
-/obj/structure/alien/weeds,
-/turf/closed/wall/r_wall,
-/area/ruin/space/has_grav/ancientstation/deltaai)
"af" = (
/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien,
@@ -44,8 +40,9 @@
"aj" = (
/obj/machinery/door/airlock/command,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"ak" = (
/turf/closed/wall/rust,
/area/ruin/space/has_grav/ancientstation/comm)
@@ -157,6 +154,10 @@
dir = 4
},
/obj/item/card/id/away/old/apc,
+/obj/item/stock_parts/cell{
+ charge = 100;
+ maxcharge = 15000
+ },
/obj/item/stock_parts/cell{
charge = 100;
maxcharge = 15000
@@ -458,9 +459,14 @@
/area/ruin/space/has_grav/ancientstation/comm)
"bl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/comm)
"bm" = (
@@ -494,15 +500,16 @@
/area/ruin/space/has_grav/ancientstation/deltaai)
"bq" = (
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"br" = (
/obj/effect/spawner/structure/window/hollow/reinforced,
/turf/open/floor/plating{
heat_capacity = 1e+006;
icon_state = "platingdmg1"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"bs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -556,7 +563,7 @@
"bw" = (
/obj/machinery/door/airlock/maintenance_hatch,
/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"bx" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/maintenance_hatch,
@@ -572,6 +579,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/comm)
"bA" = (
@@ -592,6 +600,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"bD" = (
@@ -603,28 +614,31 @@
"bF" = (
/obj/structure/grille,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"bG" = (
/obj/structure/lattice,
/turf/closed/wall/rust,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"bH" = (
/obj/machinery/door/firedoor/closed,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"bI" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"bJ" = (
/turf/closed/wall/rust,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"bK" = (
/obj/effect/spawner/structure/window/hollow/reinforced,
/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"bL" = (
/obj/effect/spawner/structure/window/hollow/reinforced,
/turf/open/floor/plating,
@@ -753,6 +767,7 @@
id = "ancient"
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"ce" = (
@@ -761,18 +776,21 @@
/obj/structure/cable,
/obj/machinery/power/apc{
dir = 1;
- name = "Beta Station North Corridor APC";
+ name = "Beta Station Main Corridor APC";
pixel_y = 28;
start_charge = 0
},
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"cf" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"cg" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -780,11 +798,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"ch" = (
/turf/closed/wall,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"ci" = (
/obj/structure/window/reinforced{
dir = 4
@@ -806,8 +827,12 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"ck" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -816,19 +841,26 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"cl" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/proto)
"cm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/mining)
"cn" = (
@@ -837,6 +869,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"co" = (
@@ -846,6 +881,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"cp" = (
@@ -854,6 +892,9 @@
dir = 9
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"cq" = (
@@ -861,8 +902,11 @@
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"cr" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"cs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/transit_tube/station/reverse/flipped{
@@ -911,6 +955,7 @@
req_access_txt = "200"
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"cz" = (
@@ -994,7 +1039,7 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg2"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"cM" = (
/obj/effect/spawner/structure/window/hollow/reinforced/end{
dir = 4
@@ -1004,6 +1049,9 @@
/area/ruin/space/has_grav/ancientstation/comm)
"cN" = (
/obj/machinery/door/airlock/external,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/mining)
"cO" = (
@@ -1021,6 +1069,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"cQ" = (
@@ -1069,10 +1118,10 @@
/area/ruin/space/has_grav/ancientstation)
"cX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"cY" = (
@@ -1093,6 +1142,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"db" = (
@@ -1149,13 +1201,12 @@
/obj/effect/turf_decal/tile/purple{
dir = 8
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"dj" = (
/obj/structure/sign/poster/official/nanomichi_ad,
/turf/closed/wall/rust,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"dk" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate/secure/engineering{
@@ -1297,11 +1348,6 @@
"dy" = (
/turf/closed/wall/rust,
/area/ruin/space/has_grav/ancientstation/rnd)
-"dz" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/deltacorridor)
"dA" = (
/obj/machinery/door/airlock/research{
name = "Research and Development"
@@ -1328,17 +1374,13 @@
"dD" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/roller,
-/turf/open/floor/plasteel/airless/white/side{
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
-"dE" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/deltacorridor)
+/turf/open/floor/plasteel/airless,
+/area/ruin/space/has_grav/ancientstation/medbay)
"dF" = (
/obj/structure/lattice,
/turf/template_noop,
@@ -1347,25 +1389,19 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
-/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/drone,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"dH" = (
/obj/structure/lattice/catwalk,
/turf/template_noop,
-/area/template_noop)
-"dI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/deltacorridor)
+/area/solar/ancientstation)
"dJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"dK" = (
@@ -1382,6 +1418,8 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/comm)
"dM" = (
@@ -1389,8 +1427,11 @@
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"dN" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -1468,11 +1509,10 @@
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/sec)
"dV" = (
-/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/science,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"dW" = (
@@ -1494,6 +1534,9 @@
start_charge = 0
},
/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/comm)
"dX" = (
@@ -1508,7 +1551,6 @@
/area/ruin/space/has_grav/ancientstation/rnd)
"dZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds/node,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"ea" = (
@@ -1531,7 +1573,6 @@
pixel_y = 28;
start_charge = 0
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"ed" = (
@@ -1562,7 +1603,7 @@
"eg" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"eh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -1589,6 +1630,7 @@
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"ek" = (
@@ -1597,6 +1639,7 @@
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"el" = (
@@ -1635,7 +1678,6 @@
pixel_y = 4
},
/obj/item/cultivator,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/item/shovel/spade,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
@@ -1656,12 +1698,15 @@
/obj/item/seeds/poppy,
/obj/item/seeds/grape,
/obj/effect/decal/cleanable/dirt,
+/obj/item/seeds/wheat,
+/obj/item/seeds/wheat/rice,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"es" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"et" = (
@@ -1723,25 +1768,33 @@
dir = 4
},
/obj/structure/cable,
-/obj/structure/alien/weeds,
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = 26
+ },
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"eA" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"eB" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/autolathe,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"eC" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/airalarm/all_access{
+ dir = 8;
+ pixel_x = 24
+ },
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"eD" = (
@@ -1753,7 +1806,6 @@
/obj/effect/turf_decal/tile/purple{
dir = 4
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"eE" = (
@@ -1761,26 +1813,26 @@
/obj/machinery/light{
dir = 8
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"eF" = (
/obj/machinery/computer/rdconsole/core,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"eG" = (
/obj/structure/closet/crate/medical,
/obj/item/circuitboard/machine/sleeper,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"eH" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/airless/white/side{
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/turf/open/floor/plasteel/airless,
+/area/ruin/space/has_grav/ancientstation/medbay)
"eI" = (
/turf/closed/wall,
/area/ruin/space/has_grav/ancientstation/engi)
@@ -1829,6 +1881,9 @@
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"eO" = (
@@ -1847,6 +1902,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"eQ" = (
@@ -1861,10 +1917,10 @@
/area/ruin/space/has_grav/ancientstation/hydroponics)
"eR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"eS" = (
@@ -1884,6 +1940,7 @@
dir = 8
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"eU" = (
@@ -1910,15 +1967,6 @@
},
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/sec)
-"eW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/deltacorridor)
"eX" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
@@ -1937,7 +1985,6 @@
"fa" = (
/obj/machinery/rnd/destructive_analyzer,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"fb" = (
@@ -1988,32 +2035,33 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"fi" = (
/obj/structure/girder,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"fj" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small,
/obj/effect/turf_decal/tile/green,
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = -26
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
-"fk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/rnd)
"fl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
/obj/effect/turf_decal/tile/green{
dir = 8
},
+/obj/structure/closet/crate/bin,
+/obj/machinery/airalarm/all_access{
+ dir = 1;
+ pixel_y = -22
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"fm" = (
@@ -2031,7 +2079,6 @@
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"fo" = (
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"fp" = (
@@ -2062,6 +2109,7 @@
/obj/effect/turf_decal/tile/red{
dir = 4
},
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/sec)
"ft" = (
@@ -2076,7 +2124,6 @@
"fu" = (
/obj/machinery/mecha_part_fabricator,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"fv" = (
@@ -2087,7 +2134,6 @@
pixel_x = 3;
pixel_y = 3
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"fw" = (
@@ -2095,7 +2141,6 @@
/obj/machinery/light{
dir = 4
},
-/obj/structure/alien/weeds/node,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"fx" = (
@@ -2104,7 +2149,6 @@
dir = 8;
pixel_x = -24
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"fy" = (
@@ -2121,7 +2165,7 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg2"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"fB" = (
/obj/effect/spawner/structure/window/hollow/reinforced/end{
dir = 8
@@ -2160,7 +2204,7 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/powered)
+/area/ruin/space/has_grav/ancientstation/engi)
"fH" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -2168,19 +2212,11 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation)
-"fI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/sec)
+/area/ruin/space/has_grav/ancientstation)
"fJ" = (
/obj/machinery/light/small{
dir = 8
@@ -2188,6 +2224,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"fK" = (
@@ -2261,15 +2300,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
-"fT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
-/obj/structure/alien/egg/burst,
-/turf/open/floor/plasteel/white,
-/area/ruin/space/has_grav/ancientstation/rnd)
"fU" = (
/turf/closed/mineral/bscrystal,
/area/ruin/unpowered)
@@ -2283,8 +2315,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds/node,
-/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/drone,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -2296,14 +2326,15 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"fZ" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"ga" = (
/turf/closed/wall,
/area/ruin/space/has_grav/ancientstation/mining)
@@ -2320,10 +2351,11 @@
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/mining)
"gd" = (
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating/airless{
icon_state = "platingdmg1"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"ge" = (
/obj/structure/alien/weeds,
/obj/structure/cable,
@@ -2333,10 +2365,12 @@
pixel_x = 24;
start_charge = 0
},
-/obj/effect/decal/cleanable/xenoblood,
+/obj/effect/decal/cleanable/blood/gibs/old,
+/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/ancientstation/deltaai)
"gf" = (
+/obj/structure/closet/crate/bin,
/turf/open/floor/plating/airless{
icon_state = "platingdmg3"
},
@@ -2355,6 +2389,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/mining)
"gi" = (
@@ -2362,8 +2397,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"gj" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -2375,9 +2411,9 @@
/obj/effect/turf_decal/tile/green{
dir = 8
},
-/obj/structure/closet/crate,
/obj/item/reagent_containers/spray/weedspray,
/obj/item/reagent_containers/spray/pestspray,
+/obj/structure/closet/crate/hydroponics,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"gk" = (
@@ -2390,14 +2426,17 @@
/obj/machinery/door/airlock/maintenance_hatch,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/kitchen)
"gm" = (
/obj/machinery/door/firedoor/closed,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"gn" = (
/obj/effect/spawner/structure/window/hollow/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -2407,8 +2446,11 @@
id = "ancient"
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/powered)
+/area/ruin/space/has_grav/ancientstation/engi)
"go" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -2416,6 +2458,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"gp" = (
@@ -2423,6 +2468,7 @@
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"gq" = (
@@ -2432,6 +2478,9 @@
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation)
"gr" = (
@@ -2440,12 +2489,16 @@
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation)
"gs" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/cafeteria,
/area/ruin/space/has_grav/ancientstation/kitchen)
"gt" = (
@@ -2455,6 +2508,9 @@
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation)
"gu" = (
@@ -2464,7 +2520,7 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg2"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"gv" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm/all_access{
@@ -2480,6 +2536,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/sec)
"gx" = (
@@ -2495,6 +2554,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"gz" = (
@@ -2504,6 +2566,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"gA" = (
@@ -2515,6 +2580,9 @@
id = "ancient"
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/sec)
"gB" = (
@@ -2524,6 +2592,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/sec)
"gC" = (
@@ -2537,7 +2608,6 @@
pixel_x = 24
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/drone,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -2559,12 +2629,15 @@
pixel_y = -28;
start_charge = 0
},
+/obj/item/reagent_containers/glass/bottle/nutrient/ez,
+/obj/item/reagent_containers/glass/bottle/nutrient/l4z,
+/obj/item/reagent_containers/glass/bottle/nutrient/rh,
+/obj/structure/closet/crate/hydroponics,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"gG" = (
/obj/machinery/rnd/production/protolathe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"gH" = (
@@ -2595,14 +2668,8 @@
/obj/machinery/rnd/production/circuit_imprinter,
/obj/effect/decal/cleanable/dirt,
/obj/item/reagent_containers/dropper,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
-"gN" = (
-/obj/structure/alien/weeds,
-/obj/structure/alien/egg/burst,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/rnd)
"gO" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -2616,7 +2683,6 @@
/obj/structure/table,
/obj/item/tank/internals/anesthetic,
/obj/item/clothing/mask/breath/medical,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"gQ" = (
@@ -2625,7 +2691,6 @@
name = "Robotics Operating Table"
},
/obj/item/surgical_drapes,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"gR" = (
@@ -2640,7 +2705,6 @@
/obj/effect/turf_decal/tile/purple{
dir = 8
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"gS" = (
@@ -2654,15 +2718,16 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"gU" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/rack,
/obj/item/clothing/mask/breath,
/obj/item/clothing/mask/breath,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"gV" = (
/obj/effect/spawner/structure/window/hollow/reinforced/directional{
dir = 5
@@ -2703,15 +2768,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/sec)
-"hc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/sec)
"hd" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
@@ -2747,6 +2803,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"hj" = (
@@ -2782,12 +2839,17 @@
/area/ruin/space/has_grav/ancientstation/engi)
"hn" = (
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/all_access{
+ dir = 4;
+ pixel_x = -23
+ },
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"ho" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/yellow,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"hp" = (
@@ -2851,7 +2913,7 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg2"
},
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"hx" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/processor,
@@ -2888,7 +2950,6 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -2912,10 +2973,10 @@
"hD" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"hE" = (
-/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/drone,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
@@ -2974,24 +3035,14 @@
},
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
-"hI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/deltacorridor)
"hJ" = (
-/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/science,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"hK" = (
@@ -3005,7 +3056,7 @@
},
/obj/structure/alien/weeds,
/obj/structure/cable,
-/obj/effect/decal/cleanable/blood/xtracks,
+/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/ancientstation/deltaai)
"hM" = (
@@ -3016,6 +3067,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"hO" = (
@@ -3045,6 +3097,9 @@
pixel_y = 5
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"hQ" = (
@@ -3057,6 +3112,9 @@
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"hR" = (
@@ -3072,7 +3130,6 @@
/obj/effect/turf_decal/tile/purple{
dir = 8
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"hT" = (
@@ -3087,9 +3144,8 @@
/obj/item/reagent_containers/food/condiment/enzyme{
layer = 5
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/cafeteria,
/area/ruin/space/has_grav/ancientstation/kitchen)
"hV" = (
@@ -3114,9 +3170,6 @@
"hX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -3154,6 +3207,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"ib" = (
@@ -3169,8 +3225,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/powered)
+/area/ruin/space/has_grav/ancientstation)
"ic" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/transit_tube_pod{
@@ -3184,13 +3244,13 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"id" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/solar_control{
- name = "Station Solar Control Computer"
- },
/obj/item/paper/guides/jobs/engi/solars,
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -3200,6 +3260,11 @@
dir = 8
},
/obj/structure/cable,
+/obj/machinery/power/solar_control{
+ dir = 1;
+ id = "aftport";
+ name = "Station Solar Control"
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"ie" = (
@@ -3215,6 +3280,7 @@
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"ig" = (
@@ -3255,6 +3321,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation)
"ik" = (
@@ -3303,6 +3372,9 @@
/obj/item/folder/white,
/obj/item/reagent_containers/glass/beaker,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"ip" = (
@@ -3312,6 +3384,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"iq" = (
@@ -3323,7 +3398,6 @@
/obj/effect/turf_decal/tile/purple{
dir = 8
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"ir" = (
@@ -3333,6 +3407,7 @@
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"is" = (
@@ -3398,6 +3473,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/template_noop,
/area/space/nearstation)
"iw" = (
@@ -3438,8 +3516,14 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
/obj/machinery/door/firedoor/closed,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"iz" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/rack,
@@ -3451,10 +3535,6 @@
pixel_x = 2;
pixel_y = 2
},
-/obj/machinery/airalarm/unlocked{
- dir = 4;
- pixel_x = -23
- },
/obj/effect/turf_decal/tile/red{
dir = 1
},
@@ -3462,6 +3542,10 @@
/obj/effect/turf_decal/tile/red{
dir = 8
},
+/obj/machinery/airalarm/all_access{
+ dir = 4;
+ pixel_x = -23
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/sec)
"iA" = (
@@ -3491,6 +3575,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"iD" = (
@@ -3505,6 +3590,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/recharger,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"iF" = (
@@ -3548,7 +3636,14 @@
"iI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
-/obj/item/kitchen/fork,
+/obj/item/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/food/condiment/peppermill{
+ pixel_x = 5;
+ pixel_y = -2
+ },
/turf/open/floor/plasteel/cafeteria,
/area/ruin/space/has_grav/ancientstation/kitchen)
"iJ" = (
@@ -3567,21 +3662,14 @@
/area/ruin/space/has_grav/ancientstation/kitchen)
"iL" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/peppermill{
- pixel_x = 5;
- pixel_y = -2
- },
-/obj/item/reagent_containers/food/condiment/saltshaker{
- pixel_x = -2;
- pixel_y = 2
- },
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel/cafeteria,
/area/ruin/space/has_grav/ancientstation/kitchen)
"iM" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
/obj/item/trash/plate,
+/obj/item/kitchen/fork,
/turf/open/floor/plasteel/cafeteria,
/area/ruin/space/has_grav/ancientstation/kitchen)
"iN" = (
@@ -3601,6 +3689,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/template_noop,
/area/space/nearstation)
"iP" = (
@@ -3715,6 +3806,7 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"jc" = (
@@ -3732,6 +3824,7 @@
},
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"je" = (
@@ -3740,7 +3833,6 @@
dir = 10
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"jf" = (
@@ -3761,7 +3853,18 @@
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"jh" = (
/obj/structure/cable,
-/turf/open/floor/plating/airless,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"ji" = (
/obj/effect/decal/cleanable/dirt,
@@ -3783,16 +3886,20 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
/turf/open/floor/plating/airless{
icon_state = "platingdmg1"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"jl" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"jm" = (
@@ -3802,6 +3909,9 @@
dir = 1
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"jn" = (
@@ -3811,6 +3921,9 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"jo" = (
@@ -3819,6 +3932,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"jp" = (
@@ -3835,6 +3951,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"jq" = (
@@ -3845,6 +3964,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"jr" = (
@@ -3854,6 +3976,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"js" = (
@@ -3875,7 +4000,6 @@
dir = 5
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"ju" = (
@@ -3892,6 +4016,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"jx" = (
@@ -3903,7 +4028,6 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"jy" = (
@@ -3913,7 +4037,6 @@
pixel_x = 24
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"jz" = (
@@ -3955,7 +4078,7 @@
/obj/item/solar_assembly,
/obj/structure/cable,
/turf/open/floor/plating/airless,
-/area/template_noop)
+/area/solar/ancientstation)
"jE" = (
/turf/closed/wall/rust,
/area/ruin/space/has_grav/ancientstation/mining)
@@ -3983,6 +4106,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"jJ" = (
@@ -4040,6 +4166,10 @@
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/proto)
"jO" = (
+/obj/machinery/light/small/broken{
+ icon_state = "bulb-broken";
+ dir = 1
+ },
/turf/open/floor/plating/airless,
/area/ruin/space/has_grav/ancientstation/atmo)
"jP" = (
@@ -4087,6 +4217,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"jV" = (
@@ -4117,12 +4248,14 @@
/obj/effect/turf_decal/tile/purple{
dir = 8
},
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"jX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/hydroponics)
"jY" = (
@@ -4134,7 +4267,12 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
-/turf/open/floor/plasteel/airless,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"jZ" = (
/obj/effect/decal/cleanable/dirt,
@@ -4152,13 +4290,22 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"kb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"kc" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
@@ -4183,6 +4330,10 @@
/obj/machinery/light{
dir = 1
},
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = 26
+ },
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/proto)
"kg" = (
@@ -4204,6 +4355,7 @@
"ki" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/proto)
"kj" = (
@@ -4230,6 +4382,9 @@
/area/ruin/space/has_grav/ancientstation/proto)
"km" = (
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
/turf/open/floor/plasteel/airless,
/area/ruin/space/has_grav/ancientstation/atmo)
"kn" = (
@@ -4242,10 +4397,17 @@
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"ko" = (
-/obj/effect/spawner/structure/window/hollow/reinforced/end{
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4;
+ name = "O2 Input"
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/turf/open/floor/plating/airless,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"kp" = (
/obj/effect/turf_decal/stripes/line{
@@ -4288,6 +4450,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"kt" = (
@@ -4343,22 +4506,16 @@
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/proto)
"kA" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon{
- dir = 8;
- id_tag = "oldstation_air_out";
- name = "air output"
- },
-/turf/open/floor/engine/n2,
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"kB" = (
-/obj/effect/spawner/structure/window/hollow/reinforced/middle{
- dir = 4
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "O2 Output"
},
-/turf/open/floor/plating/airless,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"kC" = (
/obj/effect/decal/cleanable/dirt,
@@ -4391,28 +4548,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
-"kG" = (
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access_txt = "200"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/engi)
"kH" = (
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access_txt = "200"
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 8
},
/obj/structure/cable,
+/obj/machinery/door/airlock/external{
+ name = "Engineering External Access"
+ },
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/engi)
"kI" = (
@@ -4436,19 +4580,36 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
"kK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/atmo)
-"kL" = (
-/obj/machinery/light/small{
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/visible{
+ icon_state = "pipe11-2";
dir = 4
},
-/obj/machinery/pipedispenser,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"kL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 8
+ },
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/airless,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"kM" = (
/obj/structure/sign/poster/official/work_for_a_future,
@@ -4504,12 +4665,11 @@
"kS" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/chair,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/proto)
-"kT" = (
-/obj/structure/lattice,
-/turf/closed/wall,
-/area/ruin/space/has_grav/ancientstation/atmo)
"kU" = (
/obj/machinery/light{
dir = 4
@@ -4521,20 +4681,26 @@
"kV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"kW" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8
- },
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/airless,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "pipe11-2";
+ dir = 5
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"kX" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
},
-/turf/open/floor/engine/n2,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"kY" = (
/obj/machinery/door/airlock/maintenance_hatch{
@@ -4564,7 +4730,9 @@
/obj/item/electronics/airalarm,
/obj/item/electronics/airalarm,
/obj/item/electronics/airalarm,
-/obj/structure/closet/crate/engineering/electrical,
+/obj/structure/closet/crate/engineering/electrical{
+ name = "electronics crate"
+ },
/obj/item/electronics/tracker,
/obj/item/stack/cable_coil,
/obj/item/clothing/gloves/color/fyellow/old,
@@ -4585,28 +4753,28 @@
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/proto)
"ld" = (
-/obj/structure/alien/weeds/node,
/obj/structure/cable,
-/obj/effect/decal/cleanable/blood/xtracks,
+/obj/effect/decal/cleanable/blood/tracks,
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/ancientstation/deltaai)
"le" = (
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 1
},
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon{
- dir = 8;
- id_tag = "oldstation_air_out";
- name = "air output"
- },
-/turf/open/floor/engine/o2,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"lf" = (
-/obj/effect/spawner/structure/window/hollow/reinforced/end,
-/turf/open/floor/plating/airless,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4;
+ name = "N2 Input"
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"lg" = (
/obj/structure/lattice/catwalk,
@@ -4688,7 +4856,7 @@
"lt" = (
/obj/item/stack/rods,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"lu" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/maintenance_hatch,
@@ -4705,6 +4873,7 @@
pixel_x = 24;
start_charge = 0
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"lw" = (
@@ -4720,6 +4889,9 @@
start_charge = 0
},
/obj/structure/cable,
+/obj/machinery/light/small{
+ dir = 1
+ },
/turf/open/floor/plasteel/cafeteria,
/area/ruin/space/has_grav/ancientstation/kitchen)
"ly" = (
@@ -4727,7 +4899,7 @@
/area/ruin/space/has_grav/ancientstation/kitchen)
"lz" = (
/turf/open/floor/plating/airless,
-/area/template_noop)
+/area/solar/ancientstation)
"lA" = (
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -4761,6 +4933,7 @@
req_access_txt = "200"
},
/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/white/side,
/area/ruin/space/has_grav/ancientstation/proto)
"lF" = (
@@ -4818,6 +4991,7 @@
pixel_x = 24
},
/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"lM" = (
@@ -4828,6 +5002,7 @@
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"lO" = (
@@ -4866,60 +5041,76 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/all_access{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = 26
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"lS" = (
/obj/machinery/power/solar,
/obj/structure/cable,
/turf/open/floor/plating/airless,
-/area/template_noop)
+/area/solar/ancientstation)
"lT" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
-"lU" = (
-/turf/closed/mineral/random/no_caves,
-/area/ruin/space/has_grav/ancientstation/betanorth)
"lV" = (
/obj/structure/grille/broken,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"lW" = (
/obj/structure/grille/broken,
+/obj/item/shard{
+ icon_state = "medium"
+ },
/turf/open/floor/plating/airless{
icon_state = "platingdmg2"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"lX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/door_assembly/door_assembly_mai,
+/obj/machinery/door/airlock/maintenance_hatch,
+/obj/structure/cable,
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"lY" = (
-/obj/machinery/door/airlock/atmos/glass,
-/turf/open/floor/plating/airless,
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Station Atmospherics"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"lZ" = (
/obj/structure/alien/weeds,
/obj/structure/cable,
-/obj/effect/decal/cleanable/blood/xtracks,
+/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/ancientstation/deltaai)
"ma" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"mb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"mc" = (
@@ -4928,18 +5119,18 @@
"md" = (
/obj/structure/girder,
/turf/closed/mineral/random/no_caves,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"me" = (
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mf" = (
/obj/structure/girder,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"mg" = (
/obj/effect/decal/cleanable/dirt,
/turf/closed/mineral/random/no_caves,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/unpowered)
"mh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
@@ -4960,6 +5151,7 @@
/obj/structure/alien/weeds,
/obj/structure/cable,
/obj/effect/decal/cleanable/blood/xtracks,
+/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltaai)
"mk" = (
@@ -4967,17 +5159,17 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"ml" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
-"mm" = (
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/deltacorridor)
"mn" = (
/turf/open/floor/plasteel/white/corner{
dir = 4
@@ -5001,7 +5193,7 @@
dir = 1
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/airalarm{
+/obj/machinery/airalarm/all_access{
dir = 4;
pixel_x = -23
},
@@ -5012,6 +5204,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"mr" = (
@@ -5022,6 +5217,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"ms" = (
@@ -5042,6 +5240,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/mining)
"mu" = (
@@ -5052,31 +5253,43 @@
/obj/item/paper/fluff/ruins/oldstation/protosleep{
info = "*Prototype Sleeper*
We have deliverted the lastest in medical technology to the medical bay for your use."
},
-/turf/open/floor/plasteel/airless/white/side{
- dir = 5
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Beta Station Medbay APC";
+ pixel_y = 28;
+ start_charge = 0
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/space/has_grav/ancientstation/medbay)
"mv" = (
/obj/effect/spawner/structure/window/hollow/reinforced/end{
dir = 8
},
/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mw" = (
/obj/effect/spawner/structure/window/hollow/reinforced/middle,
/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mx" = (
/obj/effect/spawner/structure/window/hollow/reinforced/end{
dir = 4
},
/turf/open/floor/plating,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"my" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable,
/turf/template_noop,
-/area/template_noop)
+/area/solar/ancientstation)
"mz" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -5097,21 +5310,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/mining)
-"mC" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
"mD" = (
/obj/machinery/mineral/unloading_machine{
dir = 4
},
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/mining)
"mE" = (
@@ -5177,6 +5385,8 @@
},
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/mining)
"mN" = (
@@ -5189,6 +5399,13 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/mask/breath,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = -26
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/mining)
"mO" = (
@@ -5234,8 +5451,11 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mT" = (
/obj/effect/turf_decal/tile/brown{
dir = 8
@@ -5251,6 +5471,10 @@
id = "beta"
},
/obj/structure/plasticflaps,
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/mining)
"mV" = (
@@ -5260,17 +5484,20 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mW" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mX" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mY" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -5278,15 +5505,19 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"mZ" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"na" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -5295,8 +5526,15 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/airalarm/all_access{
+ dir = 1;
+ pixel_y = -22
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"nb" = (
/obj/machinery/door/airlock/command{
name = "Beta Station Access"
@@ -5309,14 +5547,21 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"nc" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"nd" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/command{
@@ -5326,6 +5571,7 @@
id = "ancient"
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"ne" = (
@@ -5335,8 +5581,9 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"nf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -5347,20 +5594,19 @@
dir = 8
},
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"ng" = (
-/obj/machinery/airalarm/all_access{
- dir = 8;
- pixel_x = 24
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/pipedispenser/disposal/transit_tube,
-/turf/open/floor/plasteel/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nh" = (
/obj/effect/decal/cleanable/dirt,
/turf/closed/wall/rust,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"ni" = (
/obj/structure/lattice,
/turf/closed/mineral/random/no_caves,
@@ -5373,12 +5619,30 @@
/turf/closed/mineral/plasma,
/area/ruin/space/has_grav/ancientstation/atmo)
"nl" = (
-/obj/structure/lattice,
-/turf/closed/mineral/plasma,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/glass,
+/obj/item/stack/rods,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nm" = (
/obj/effect/decal/cleanable/dirt,
-/turf/closed/mineral/plasma,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/glass,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nn" = (
/obj/machinery/light/small,
@@ -5399,10 +5663,20 @@
dir = 1
},
/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"nq" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/airalarm/all_access{
+ dir = 4;
+ pixel_x = -23
+ },
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"nr" = (
/obj/item/stack/rods,
/turf/template_noop,
@@ -5416,65 +5690,122 @@
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"nt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
dir = 6
},
-/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nu" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/structure/cable,
-/turf/open/floor/plasteel/airless,
+/obj/machinery/atmospherics/pipe/simple/supply/visible{
+ icon_state = "pipe11-2";
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 8
+ },
+/obj/item/stack/rods,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nv" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/door_assembly/door_assembly_atmo,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel/airless,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/atmos/glass{
+ name = "Station Atmospherics"
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plating/airless,
/area/ruin/space/has_grav/ancientstation/atmo)
"nx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
/obj/structure/cable,
+/obj/item/shard,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating/airless,
/area/ruin/space/has_grav/ancientstation/atmo)
"ny" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/atmo)
-"nz" = (
-/obj/machinery/atmospherics/components/trinary/mixer/airmix{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible/layer3{
+ icon_state = "manifold-3";
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/turf/open/floor/plating/airless,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"nz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nA" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8
+/obj/machinery/atmospherics/components/trinary/mixer/airmix{
+ dir = 1
},
-/turf/open/floor/plasteel/airless,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{
+ icon_state = "connector_map-3";
+ dir = 1
},
-/turf/open/floor/plating/airless,
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nC" = (
/obj/structure/closet/crate,
@@ -5488,35 +5819,54 @@
},
/obj/item/retractor,
/obj/item/surgical_drapes,
+/obj/machinery/light/small/broken{
+ icon_state = "bulb-broken";
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"nD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table/optable,
-/turf/open/floor/plasteel/airless/white/side{
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/space/has_grav/ancientstation/medbay)
"nE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"nF" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"nG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/emcloset/anchored,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"nH" = (
/obj/structure/grille/broken,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"nI" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -5533,14 +5883,21 @@
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/engi)
"nK" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plating/airless,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/atmo)
"nL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/alien/weeds,
/obj/structure/cable,
-/obj/effect/decal/cleanable/blood/xtracks,
+/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nM" = (
@@ -5555,11 +5912,13 @@
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"nN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/drone,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
@@ -5574,7 +5933,6 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nQ" = (
@@ -5582,7 +5940,7 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg1"
},
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"nR" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate,
@@ -5596,7 +5954,7 @@
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nS" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nT" = (
@@ -5606,7 +5964,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nU" = (
@@ -5628,7 +5985,7 @@
},
/obj/structure/alien/weeds,
/obj/structure/cable,
-/obj/effect/decal/cleanable/blood/xtracks,
+/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nW" = (
@@ -5641,7 +5998,10 @@
pixel_x = 24
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood/tracks{
+ icon_state = "tracks";
+ dir = 1
+ },
/mob/living/simple_animal/hostile/alien,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -5651,7 +6011,8 @@
dir = 6
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/xenoblood,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nY" = (
@@ -5660,7 +6021,7 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"nZ" = (
@@ -5676,6 +6037,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"ob" = (
@@ -5684,7 +6048,13 @@
dir = 9
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ icon_state = "tracks";
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"oc" = (
@@ -5700,7 +6070,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"oe" = (
@@ -5712,7 +6081,6 @@
/obj/item/stack/sheet/metal/fifty,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"of" = (
@@ -5723,7 +6091,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"og" = (
@@ -5732,7 +6099,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"oh" = (
@@ -5740,7 +6107,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/obj/structure/alien/weeds,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"oi" = (
@@ -5754,7 +6123,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"oj" = (
@@ -5765,7 +6136,6 @@
/obj/item/stack/cable_coil,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"ok" = (
@@ -5779,6 +6149,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/firedoor/closed,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"om" = (
@@ -5802,31 +6173,21 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
-/obj/structure/alien/weeds,
-/obj/effect/decal/cleanable/blood/xtracks,
+/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"op" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"oq" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
-"or" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds/node,
-/obj/structure/alien/egg/burst,
-/turf/open/floor/plasteel,
-/area/ruin/space/has_grav/ancientstation/rnd)
"os" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -5838,11 +6199,10 @@
"ot" = (
/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"ou" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/xenoblood/xgibs/up,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -5853,7 +6213,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -5862,8 +6221,21 @@
icon_state = "plant-25"
},
/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/light/small/broken{
+ icon_state = "bulb-broken";
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"ox" = (
/obj/structure/closet/crate,
/obj/item/stack/sheet/metal{
@@ -5878,7 +6250,7 @@
},
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"oy" = (
/obj/structure/table,
/obj/item/tank/internals/oxygen,
@@ -5913,64 +6285,71 @@
/obj/item/shard,
/obj/effect/decal/cleanable/glass,
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"oB" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"oC" = (
/obj/effect/decal/cleanable/glass,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"oD" = (
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/xenoblood/xgibs/core,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"oE" = (
/obj/item/stack/rods,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"oF" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/shard{
icon_state = "medium"
},
/obj/effect/decal/cleanable/glass,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"oG" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/xenoblood,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"oH" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/xenoblood/xgibs/core,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"oI" = (
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/xenoblood,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation/rnd)
"oJ" = (
-/obj/item/shard{
- icon_state = "medium"
- },
-/obj/item/stack/rods,
+/obj/structure/closet/crate/bin,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/medbay)
"oK" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -5979,6 +6358,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
"oM" = (
@@ -5988,11 +6370,11 @@
},
/obj/structure/cable,
/obj/item/stack/rods,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
@@ -6002,37 +6384,52 @@
icon_state = "medium"
},
/turf/open/floor/plasteel/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oP" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/shard{
icon_state = "medium"
},
/obj/effect/decal/cleanable/glass,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Beta Storage APC";
+ pixel_x = -25;
+ start_charge = 0
+ },
+/obj/structure/cable,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/betanorth)
+/area/ruin/space/has_grav/ancientstation/betastorage)
"oQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
/obj/item/shard{
icon_state = "small"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/light/broken{
+ icon_state = "tube-broken";
+ dir = 8
+ },
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oR" = (
/obj/item/shard,
/turf/template_noop,
/area/space/nearstation)
"oS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/glass,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oT" = (
/obj/item/stack/rods,
/obj/effect/decal/cleanable/glass,
/turf/open/floor/plating/airless,
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
@@ -6049,16 +6446,20 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg2"
},
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oW" = (
/obj/item/shard{
icon_state = "medium"
},
/obj/effect/decal/cleanable/glass,
+/obj/machinery/airalarm/all_access{
+ dir = 8;
+ pixel_x = 24
+ },
/turf/open/floor/plating/airless{
icon_state = "platingdmg3"
},
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oX" = (
/obj/machinery/airalarm/all_access{
dir = 4;
@@ -6074,7 +6475,7 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg3"
},
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"oZ" = (
/obj/item/shard{
icon_state = "small"
@@ -6083,9 +6484,10 @@
/turf/open/floor/plating/airless{
icon_state = "platingdmg1"
},
-/area/ruin/space/has_grav/ancientstation/atmo)
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"pa" = (
/obj/item/stack/rods,
+/obj/machinery/door/firedoor,
/turf/open/floor/plating/airless,
/area/ruin/space/has_grav/ancientstation/atmo)
"pb" = (
@@ -6097,6 +6499,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
/obj/effect/decal/cleanable/glass,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/airless,
/area/ruin/space/has_grav/ancientstation/atmo)
"pd" = (
@@ -6111,8 +6514,18 @@
/turf/template_noop,
/area/space/nearstation)
"pf" = (
-/obj/item/shard,
-/turf/open/floor/plating/airless,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel/airless,
/area/ruin/space/has_grav/ancientstation/atmo)
"pg" = (
/obj/machinery/power/port_gen/pacman/super{
@@ -6186,11 +6599,93 @@
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
"pp" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"pv" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/engine/n2,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"pM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/space/has_grav/ancientstation/kitchen)
+"qh" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/mining)
+"qk" = (
+/obj/machinery/pipedispenser,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"qz" = (
/obj/structure/window/reinforced{
dir = 8
},
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ icon_state = "inje_map-2";
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
/turf/open/floor/engine/o2,
/area/ruin/space/has_grav/ancientstation/atmo)
+"qA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"qF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"qI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"qJ" = (
+/obj/effect/spawner/structure/window/hollow/reinforced,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/medbay)
+"rg" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
"rv" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
@@ -6201,27 +6696,157 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation)
+"sy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/engi)
"sC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation)
+"sY" = (
+/obj/structure/lattice,
+/obj/item/stack/rods,
+/turf/template_noop,
+/area/space/nearstation)
"td" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/particle_accelerator/particle_emitter/center,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"tn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/space/has_grav/ancientstation/kitchen)
+"tz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
"tT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/particle_accelerator/end_cap,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"up" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
+"uB" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"uR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"uT" = (
+/turf/open/floor/engine/n2,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"uY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/sec)
+"vu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/space/has_grav/ancientstation/kitchen)
+"vM" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/machinery/door/airlock/external{
+ name = "Engineering External Access"
+ },
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/engi)
+"vX" = (
+/obj/structure/alien/weeds,
+/obj/structure/closet/crate/engineering{
+ name = "camera assembly crate"
+ },
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/stack/cable_coil,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/turf/open/floor/plasteel/dark,
+/area/ruin/space/has_grav/ancientstation/deltaai)
+"wz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
"wC" = (
/obj/structure/particle_accelerator/power_box,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"wL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/engi)
+"xl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation)
+"xP" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/alien/weeds,
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/dark,
+/area/ruin/space/has_grav/ancientstation/deltaai)
"yk" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/binary/pump{
@@ -6229,11 +6854,77 @@
},
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation)
+"yu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
"yx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"zm" = (
+/obj/machinery/door/window/brigdoor{
+ dir = 8;
+ icon_state = "rightsecure";
+ name = "Plasma Canister Storage"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"zB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/engi)
+"zG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/rnd)
+"zH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/engi)
+"zJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"Aa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
+"Ab" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
"Af" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6242,11 +6933,177 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation)
+"Ax" = (
+/turf/closed/mineral/plasma,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"AF" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"AK" = (
+/turf/closed/wall,
+/area/ruin/space/has_grav/ancientstation/medbay)
+"Bs" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/engine/o2,
+/area/ruin/space/has_grav/ancientstation/atmo)
"BH" = (
/obj/structure/particle_accelerator/particle_emitter/left,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"BX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/glass,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Cj" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"Ck" = (
+/turf/closed/wall/rust,
+/area/ruin/space/has_grav/ancientstation/medbay)
+"Cq" = (
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"Cr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/space/has_grav/ancientstation/kitchen)
+"Cs" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"Dg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Dm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/sec)
+"Dp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Dw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/sec)
+"DB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"DF" = (
+/turf/closed/wall/rust,
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"DJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/rnd)
+"DT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"EP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/space/has_grav/ancientstation/kitchen)
+"EV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"FH" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{
+ icon_state = "connector_map-3";
+ dir = 1
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"FV" = (
+/turf/closed/mineral/random/no_caves,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"GG" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/three,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"GP" = (
+/obj/machinery/pipedispenser/disposal,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"GS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/hydroponics)
+"GU" = (
+/turf/closed/wall,
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"Hn" = (
+/turf/open/floor/engine/o2,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"HA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
"It" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sink{
@@ -6259,6 +7116,68 @@
},
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation)
+"Iw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/all_access{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/tracks,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Iy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"IM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/sec)
+"IV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ icon_state = "tracks";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Jo" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/showcase/machinery/oldpod,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
+"JT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
"Ka" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
@@ -6273,12 +7192,104 @@
/obj/machinery/particle_accelerator/control_box,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Ky" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"KF" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ icon_state = "inje_map-2";
+ dir = 8
+ },
+/obj/machinery/light/small,
+/turf/open/floor/engine/n2,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"KO" = (
+/obj/item/stack/rods,
+/turf/open/floor/plating/airless{
+ icon_state = "platingdmg1"
+ },
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"Le" = (
+/obj/machinery/door/airlock/science,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor/closed,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ icon_state = "tracks";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Lh" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/engine/o2,
+/area/ruin/space/has_grav/ancientstation/atmo)
"Ll" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/particle_accelerator/particle_emitter/right,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Ln" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"LO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/all_access{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible/layer3{
+ icon_state = "manifold-3";
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"LY" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{
+ dir = 8;
+ volume_rate = 200
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Mt" = (
+/obj/effect/spawner/structure/window/hollow/reinforced/end,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"MG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/space/has_grav/ancientstation/kitchen)
"MS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
@@ -6300,18 +7311,102 @@
/obj/item/toy/seashell,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation)
-"OA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+"NQ" = (
+/obj/structure/window/reinforced{
dir = 8
},
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 8;
+ frequency = 1442;
+ id_tag = "syndie_lavaland_n2_out";
+ internal_pressure_bound = 5066;
+ name = "Nitrogen Out"
+ },
+/turf/open/floor/engine/o2,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"On" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"OA" = (
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/ancientstation/rnd)
"OC" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation)
+"OQ" = (
+/obj/structure/girder,
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/medbay)
+"OU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/hydroponics)
+"OV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/sec)
+"Pd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
+"Pn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/sec)
+"Po" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
+"Px" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"PC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/comm)
"PV" = (
/obj/item/twohanded/required/kirbyplants{
icon_state = "plant-25"
@@ -6335,12 +7430,92 @@
},
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation)
+"QQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/hydroponics)
+"QZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/sec)
+"Re" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/paper/fluff/ruins/oldstation/survivor_note,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Ro" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/comm)
+"RL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"RP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/comm)
+"RX" = (
+/obj/machinery/door/airlock/external,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/mining)
+"Se" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/tracks{
+ icon_state = "tracks";
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
"Sf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/particle_accelerator/fuel_chamber,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Sn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
+"Su" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/space/has_grav/ancientstation/kitchen)
"SP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/mirror{
@@ -6349,12 +7524,165 @@
},
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation)
+"ST" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Td" = (
+/obj/item/stack/rods,
+/obj/structure/lattice,
+/turf/template_noop,
+/area/space/nearstation)
+"Tk" = (
+/obj/effect/spawner/structure/window/hollow/reinforced/end{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"TL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/computer{
+ desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages.";
+ dir = 4;
+ name = "Broken Computer"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Ug" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"UE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/all_access{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"UV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation)
+"UW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Ve" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"Vm" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/atmo)
"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/plasteel,
/area/ruin/space/has_grav/ancientstation/engi)
+"Wp" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "N2 Output"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Ws" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/structure/alien/weeds,
+/mob/living/simple_animal/hostile/alien,
+/turf/open/floor/plasteel/dark,
+/area/ruin/space/has_grav/ancientstation/deltaai)
+"WA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/engi)
+"WD" = (
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/betacorridor)
+"WI" = (
+/turf/closed/mineral/random/no_caves,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"WT" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 8;
+ frequency = 1442;
+ id_tag = "syndie_lavaland_o2_out";
+ internal_pressure_bound = 5066;
+ name = "Oxygen Out"
+ },
+/turf/open/floor/engine/n2,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Xh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/rnd)
+"Xr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/hydroponics)
"XJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -6367,6 +7695,15 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/ruin/space/has_grav/ancientstation)
+"Yh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/tracks{
+ icon_state = "tracks";
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
"Yi" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -6381,6 +7718,51 @@
/obj/item/soap/nanotrasen,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/ancientstation)
+"Yr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ icon_state = "tracks";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/deltacorridor)
+"YA" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plating/airless,
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"YM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/space/has_grav/ancientstation/engi)
+"YN" = (
+/turf/open/floor/plating/airless{
+ icon_state = "platingdmg1"
+ },
+/area/ruin/space/has_grav/ancientstation/betastorage)
+"Ze" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/open/floor/engine/n2,
+/area/ruin/space/has_grav/ancientstation/atmo)
+"Zg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer3{
+ icon_state = "pipe11-3";
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/ruin/space/has_grav/ancientstation/atmo)
(1,1,1) = {"
aa
@@ -6415,17 +7797,17 @@ ac
ac
gK
nZ
+mH
+mH
+mH
+mH
+mH
+nZ
+kQ
+mH
+mH
+kQ
gK
-gK
-gK
-gK
-gK
-gK
-gK
-gK
-gK
-gK
-aa
aa
aa
aa
@@ -6445,16 +7827,16 @@ aa
ab
ac
ac
-nr
+Td
gK
-gK
-ch
-ch
-ch
+dF
+AK
+AK
+AK
bF
lV
-ch
-ch
+AK
+AK
gK
aa
aa
@@ -6462,18 +7844,18 @@ ac
ac
ac
ac
-ac
+WI
kQ
mH
-mH
-mH
-mH
+DT
+TL
+Ug
mH
kQ
mH
-mH
-mH
-nZ
+qk
+GP
+kQ
gK
aa
aa
@@ -6493,17 +7875,17 @@ aa
aa
ac
ac
-lU
+ac
me
nQ
me
-ch
+AK
ow
nq
oA
oE
nC
-bJ
+Ck
gK
aa
ac
@@ -6515,17 +7897,17 @@ nk
nl
nt
kK
-kK
+Ln
ny
nz
-kK
+LO
nB
nK
+EV
kQ
-kT
gK
aa
-aa
+nr
aa
aa
"}
@@ -6541,21 +7923,21 @@ aa
aa
aa
ac
-lU
+ac
mg
bJ
bH
bH
-ch
+AK
eG
bq
oB
oF
oJ
lW
+sY
dF
-dF
-ac
+ni
ni
ni
nj
@@ -6565,14 +7947,14 @@ nm
nu
jh
jY
-km
+Ab
nA
-jO
+UW
kW
-km
+HA
ng
mH
-gK
+nr
ab
aa
aa
@@ -6589,19 +7971,19 @@ aa
aa
aa
ab
-ac
+FV
md
bJ
ch
bI
-bI
-bJ
+zJ
+Ck
mu
dD
kb
eH
nD
-ch
+AK
gK
gK
dF
@@ -6644,20 +8026,20 @@ me
ch
ce
cf
-ch
+AK
dj
-bK
+qJ
iy
-bK
-bJ
-mf
+qJ
+Ck
+OQ
me
ch
ch
-kQ
-gJ
-nk
-nk
+ch
+WD
+Ax
+Ax
kQ
jO
nw
@@ -6665,8 +8047,8 @@ gf
mH
ko
kB
-kB
-kB
+Dp
+Wp
lf
mH
ac
@@ -6691,33 +8073,33 @@ gK
lt
me
bw
-bI
+zJ
cg
-mC
+gi
ne
gi
-gi
+Iy
gm
gT
gT
oM
kV
-kV
+qA
oQ
oS
oV
oY
-oS
+BX
pc
nx
pf
kQ
-gK
-gK
-dF
-gK
-gK
-gK
+qz
+NQ
+zm
+WT
+KF
+kQ
ac
lh
lh
@@ -6736,38 +8118,38 @@ aa
aa
aa
aa
-ac
-ac
-ac
+FV
+FV
+FV
bJ
-bI
+zJ
mY
-bI
+UE
nf
-bI
-bI
+zJ
+zJ
bH
-bq
-bq
+Cj
+Cj
fY
oO
+yu
me
-jO
oT
oW
oZ
pa
pd
km
-jO
+FH
+kQ
+Hn
+Lh
+Zg
+pv
+uT
kQ
gK
-aa
-dF
-aa
-aa
-aa
-aa
ac
ac
ac
@@ -6792,35 +8174,35 @@ bJ
aj
cj
bJ
-bJ
-ch
-ch
-ch
-ch
-ch
+DF
+GU
+GU
+GU
+GU
+GU
lX
-bJ
-bJ
+DF
+DF
fi
nH
-mH
+bJ
hw
mH
-mH
gJ
kQ
kQ
-gK
-aa
-dF
-aa
-aa
-aa
-aa
-aa
-aa
+kQ
+Bs
+Lh
+Vm
+pv
+Ze
+mH
+nr
aa
+ac
aa
+nr
aa
"}
(10,1,1) = {"
@@ -6838,18 +8220,18 @@ ac
az
ac
bJ
-bI
+zJ
ck
ch
ox
-me
+Ky
ot
gu
gU
hn
jk
oP
-lV
+Cs
oR
gK
dF
@@ -6858,14 +8240,14 @@ dF
pe
dF
gK
+kQ
+Tk
+Mt
+qF
+Tk
+Mt
+mH
gK
-gK
-aa
-dF
-aa
-aa
-aa
-aa
aa
aa
aa
@@ -6884,21 +8266,21 @@ aa
aa
aa
aa
-ac
+ni
gK
ch
-bI
+zJ
mS
ch
eg
cL
oC
-nQ
-gd
-gd
+KO
+YN
+YN
nE
nG
-ch
+GU
gK
aa
dF
@@ -6906,15 +8288,15 @@ aa
dF
aa
dF
-aa
-aa
-aa
-aa
+gK
dF
-aa
-aa
-aa
-aa
+gK
+gK
+LY
+gK
+gK
+dF
+gK
aa
aa
aa
@@ -6934,20 +8316,20 @@ aa
aa
aa
dF
-gK
+nr
bJ
mW
mV
ch
fA
-nQ
+KO
fZ
gd
oC
-me
-fZ
+YA
+On
nF
-ch
+GU
dF
dF
bf
@@ -6988,15 +8370,15 @@ ch
np
mV
ch
-bJ
+DF
mf
-bJ
-bJ
+DF
+DF
br
bG
-ch
-bJ
-ch
+GU
+DF
+GU
gK
aa
dF
@@ -7032,7 +8414,7 @@ aa
aa
dF
aa
-aa
+gK
ch
cr
dM
@@ -7062,7 +8444,7 @@ aa
jD
my
lz
-aa
+dF
lz
my
lS
@@ -7081,9 +8463,9 @@ aa
aa
dF
aa
-aa
+gK
ch
-cr
+Cq
dM
ch
gK
@@ -7126,7 +8508,7 @@ aa
aa
aa
gK
-gK
+nr
dF
gK
gK
@@ -7157,13 +8539,13 @@ aa
aa
dF
aa
-aa
+dF
dH
+dF
aa
-aa
-aa
+dF
dH
-aa
+dF
aa
"}
(17,1,1) = {"
@@ -7269,7 +8651,7 @@ aa
aa
aa
aa
-aa
+gK
gK
gK
gK
@@ -7318,17 +8700,17 @@ aa
aa
aa
aa
-aa
gK
aZ
dK
+dK
gc
mt
mG
mG
mR
mF
-bI
+zJ
mS
mw
gK
@@ -7353,13 +8735,13 @@ aa
aa
dF
aa
-aa
+dF
my
+dF
aa
-aa
-aa
+dF
my
-aa
+dF
aa
"}
(21,1,1) = {"
@@ -7367,9 +8749,9 @@ aa
aa
aa
aa
-aa
gK
-cN
+RX
+fX
fX
cN
mB
@@ -7416,17 +8798,17 @@ aa
aa
aa
aa
-aa
gK
aZ
dK
+dK
gg
-lk
+qh
mJ
no
mT
mF
-bI
+zJ
mS
mw
gK
@@ -7451,13 +8833,13 @@ aa
aa
dF
aa
-aa
+dF
dH
+dF
aa
-aa
-aa
+dF
dH
-aa
+dF
aa
"}
(23,1,1) = {"
@@ -7465,7 +8847,7 @@ aa
aa
aa
aa
-aa
+gK
gK
gK
gK
@@ -7475,18 +8857,18 @@ mF
mO
mU
jE
-mW
-mV
+uR
+uB
mx
gK
aa
aa
aa
-aa
-aa
+gK
+gK
my
-aa
-aa
+gK
+gK
aa
aa
dF
@@ -7524,7 +8906,7 @@ mA
mE
mK
jE
-bI
+zJ
na
ch
gK
@@ -7532,9 +8914,9 @@ aa
aa
aa
gK
-gK
-my
-gK
+fB
+vM
+fB
gK
aa
aa
@@ -7573,7 +8955,7 @@ jE
jE
mF
ga
-bI
+zJ
mS
bJ
gK
@@ -7581,9 +8963,9 @@ aa
aa
aa
gK
-fB
-kG
-fB
+fC
+XJ
+fC
gK
aa
aa
@@ -7622,7 +9004,7 @@ gK
gK
gK
bK
-bI
+zJ
mV
bJ
gK
@@ -7647,13 +9029,13 @@ aa
aa
dF
aa
-aa
+dF
dH
+dF
aa
-aa
-aa
+dF
my
-aa
+dF
aa
"}
(27,1,1) = {"
@@ -7729,8 +9111,8 @@ bv
eK
fc
Wn
-fE
-Wn
+zB
+YM
hl
hO
id
@@ -7748,10 +9130,10 @@ aa
jD
dH
lz
-aa
+dF
lz
my
-lz
+lS
aa
"}
(29,1,1) = {"
@@ -7800,7 +9182,7 @@ lz
aa
lS
dH
-lz
+lS
aa
"}
(30,1,1) = {"
@@ -7822,17 +9204,17 @@ mW
mS
ch
oy
-em
+wL
el
eL
fe
fE
-Wn
+fE
fE
fe
-em
+zH
if
-em
+sy
hv
eI
iU
@@ -7867,7 +9249,7 @@ aa
aa
gK
ch
-bI
+zJ
mY
ch
ay
@@ -7916,7 +9298,7 @@ gK
gK
gK
bJ
-bI
+zJ
mY
ch
lJ
@@ -7926,7 +9308,7 @@ eN
lK
el
kJ
-Wn
+WA
ho
hQ
ig
@@ -8022,7 +9404,7 @@ bQ
rv
eO
fg
-bQ
+Pd
go
bQ
hq
@@ -8059,26 +9441,26 @@ gK
aT
ed
aY
-aY
+xl
aY
aY
bx
bQ
ka
cP
-bT
-bT
-bT
+UV
+UV
+UV
eP
fh
fH
gp
-fH
+tz
fh
-bT
-bT
-bT
-bT
+UV
+UV
+UV
+UV
cP
jl
jF
@@ -8224,7 +9606,7 @@ gI
hs
ht
ht
-ht
+tn
iI
iY
cn
@@ -8264,15 +9646,15 @@ cn
cS
dp
gE
-dR
-dQ
+Xr
+QQ
dp
ey
gr
gI
+hu
ht
-ht
-ht
+EP
ly
iJ
iZ
@@ -8304,9 +9686,9 @@ au
aJ
bi
aI
+RP
aI
-aI
-bk
+Ro
cM
bN
cn
@@ -8319,14 +9701,14 @@ fj
ey
gr
gY
-hu
+Su
hT
+Cr
ly
-ly
-iK
+ht
iZ
cn
-cq
+wz
jT
bN
bN
@@ -8357,7 +9739,7 @@ bl
bz
bz
dL
-bT
+UV
cp
cS
dq
@@ -8370,16 +9752,16 @@ gt
gl
gs
hU
-ly
+vu
ly
iL
iZ
jm
jI
jU
-bT
-kq
-bT
+UV
+Jo
+Aa
kP
bT
kq
@@ -8402,7 +9784,7 @@ aw
aL
aI
aI
-aI
+PC
aI
bm
bB
@@ -8419,9 +9801,9 @@ aU
gY
gv
hV
-ly
+pM
+ht
ht
-iJ
iZ
cn
bN
@@ -8460,15 +9842,15 @@ cq
cS
dp
gE
-gE
-dO
+OU
+GS
dp
ey
aU
gY
lx
ht
-ht
+MG
ht
iK
iZ
@@ -8518,7 +9900,7 @@ gY
hx
ly
ly
-ht
+tn
iM
ja
cn
@@ -8661,12 +10043,12 @@ dt
fn
fJ
gy
-fJ
+up
iC
mb
mb
ml
-dt
+Po
jb
hN
cq
@@ -8708,7 +10090,7 @@ bN
Ka
bN
bR
-bN
+Sn
gz
gW
jv
@@ -8809,7 +10191,7 @@ et
fL
gB
ha
-hz
+Pn
hW
hz
iz
@@ -8891,7 +10273,7 @@ aa
aa
dF
aa
-aa
+nr
ab
az
az
@@ -8938,7 +10320,7 @@ aa
aa
aa
aa
-aa
+nr
aa
dF
aa
@@ -8951,13 +10333,13 @@ gK
eJ
fd
ew
-kc
-kc
-eu
-gw
-kc
-kc
-kc
+Dm
+IM
+Dw
+QZ
+uY
+uY
+OV
il
eJ
eJ
@@ -9003,8 +10385,8 @@ ex
eV
fs
fO
-fI
-hc
+fO
+fO
hB
hX
im
@@ -9186,7 +10568,7 @@ aa
aa
aa
aa
-aa
+nr
aa
aa
aa
@@ -9329,7 +10711,7 @@ aa
aa
aa
aa
-aa
+nr
aa
aa
aa
@@ -9386,7 +10768,7 @@ aa
aa
gK
bE
-ca
+Re
cx
cX
bE
@@ -9394,7 +10776,7 @@ gK
gK
gK
bD
-dh
+Ve
fV
dh
bE
@@ -9431,7 +10813,7 @@ dF
dF
aa
aa
-aa
+nr
aa
gK
bE
@@ -9492,7 +10874,7 @@ oz
MS
nO
ft
-cD
+Dg
cD
cD
hC
@@ -9547,9 +10929,9 @@ hD
ma
hD
hD
-dX
-dx
-dX
+qI
+RL
+qI
jw
cD
bD
@@ -9620,7 +11002,7 @@ aa
aa
gK
ad
-ae
+ad
ag
aM
cC
@@ -9632,23 +11014,23 @@ ad
ad
gK
bE
-dE
-eW
+cD
+dc
eY
di
eE
fx
-eC
+dZ
gR
-eB
-hf
eb
+hf
+zG
hY
in
iD
iP
eY
-dc
+ST
cD
jA
kd
@@ -9682,7 +11064,7 @@ ad
bE
bE
dG
-eW
+dc
eY
dZ
eF
@@ -9706,7 +11088,7 @@ jA
ku
lO
jA
-gK
+dF
aa
aa
aa
@@ -9728,9 +11110,9 @@ ad
ad
ad
ad
-dz
+df
bE
-dI
+cD
ov
eY
ec
@@ -9755,9 +11137,9 @@ kI
kv
kv
jA
-gK
-aa
-aa
+dF
+dF
+bf
aa
aa
aa
@@ -9779,11 +11161,11 @@ ag
on
df
dg
-dE
-eW
+cD
+dc
eY
ez
-fT
+dZ
oI
fo
hS
@@ -9793,9 +11175,9 @@ eb
eb
ip
iF
-jL
+DJ
eY
-dc
+ST
cD
jA
kg
@@ -9804,7 +11186,7 @@ kw
lF
cE
jA
-gK
+dF
aa
aa
aa
@@ -9832,19 +11214,19 @@ oo
fS
dA
eA
-fk
-fk
-or
-fk
-og
+jL
+jL
+eb
+jL
+gO
ok
eb
ea
-gO
+Xh
eb
mo
jc
-dc
+ST
cD
lD
kh
@@ -9877,14 +11259,14 @@ ad
ad
df
bD
-dJ
-eW
+ca
+dc
kn
-eB
-fk
-gN
-fk
-fk
+eb
+jL
+ls
+jL
+jL
oh
ol
hi
@@ -9894,7 +11276,7 @@ lT
hi
jd
es
-dX
+qI
lE
ki
ki
@@ -9927,7 +11309,7 @@ ad
bE
bE
op
-eW
+dc
eY
di
oD
@@ -9942,7 +11324,7 @@ is
dy
dy
dy
-dc
+ST
ca
jA
kj
@@ -9951,7 +11333,7 @@ lF
kw
cE
jA
-gK
+dF
aa
aa
aa
@@ -9978,11 +11360,11 @@ bE
oq
fW
dy
-eC
+dZ
fu
hE
gP
-eC
+dZ
oi
dy
hF
@@ -10000,9 +11382,9 @@ bV
kx
kx
jA
-gK
-aa
-aa
+dF
+dF
+bf
aa
aa
aa
@@ -10024,14 +11406,14 @@ ag
ad
gK
bE
-dJ
-hI
+ca
+dc
eY
-eC
+dZ
fv
fo
gQ
-eC
+dZ
oj
dy
hG
@@ -10040,7 +11422,7 @@ it
eb
iR
dy
-dc
+IV
ca
jA
ke
@@ -10049,7 +11431,7 @@ jA
ky
lP
jA
-gK
+dF
aa
aa
aa
@@ -10073,15 +11455,15 @@ ai
ad
gK
bE
-dJ
-eW
+ca
+dc
dy
eD
fw
eC
-eC
+dZ
jW
-eB
+eb
dy
hH
hZ
@@ -10089,7 +11471,7 @@ iu
iG
iS
dy
-dc
+Yr
ca
jA
kl
@@ -10138,7 +11520,7 @@ dy
dy
dy
eY
-ei
+Le
oc
jA
jA
@@ -10165,36 +11547,36 @@ aC
aN
ag
ai
-aC
+xP
ag
dB
ad
gK
bE
-dJ
+ca
je
jt
-dJ
-mm
+ca
+lA
nP
-dJ
+ca
dJ
nS
-dJ
-nP
-dJ
-op
-dJ
-dJ
+JT
+rg
+JT
+Px
+JT
+JT
nX
ob
-dJ
+ca
bE
gK
gK
gK
gK
-gK
+dF
gK
gK
aa
@@ -10221,29 +11603,29 @@ ad
gK
bE
ou
-dJ
+ca
jx
jy
gD
nP
oK
-dJ
+DB
oN
-nS
+lw
nT
-mm
-dJ
-jy
+lA
+Se
+Iw
nW
nY
-dJ
+Yh
od
bE
gK
aa
aa
aa
-aa
+dF
aa
aa
aa
@@ -10263,8 +11645,8 @@ aE
aH
ag
gk
-aD
-af
+Ws
+vX
ad
gK
bE
@@ -10292,7 +11674,7 @@ gK
aa
aa
aa
-aa
+dF
aa
aa
aa
@@ -10320,8 +11702,8 @@ bE
dh
dh
dh
-bE
-gK
+fV
+GG
bE
eZ
eZ
@@ -10333,7 +11715,7 @@ nU
td
tT
bE
-dh
+Ve
dh
dh
bE
@@ -10341,7 +11723,7 @@ gK
aa
aa
aa
-aa
+dF
aa
aa
aa
@@ -10369,8 +11751,8 @@ bE
he
os
jf
-bE
-gK
+AF
+fV
bE
eZ
fz
@@ -10386,11 +11768,11 @@ jg
jz
yx
bE
-gK
-aa
-aa
-aa
-aa
+dF
+dF
+dF
+dF
+bf
aa
aa
aa
@@ -10419,7 +11801,7 @@ bE
bE
bE
bE
-gK
+bY
bE
bE
fz
diff --git a/code/game/area/areas/ruins/space.dm b/code/game/area/areas/ruins/space.dm
index 859d00dfb76..da0ee2cfadc 100644
--- a/code/game/area/areas/ruins/space.dm
+++ b/code/game/area/areas/ruins/space.dm
@@ -243,19 +243,17 @@
/area/ruin/space/has_grav/ancientstation/atmo
name = "Beta Station Atmospherics"
icon_state = "red"
+ ambientsounds = ENGINEERING
has_gravity = TRUE
-/area/ruin/space/has_grav/ancientstation/betanorth
- name = "Beta Station North Corridor"
- icon_state = "blue"
-
-/area/ruin/space/has_grav/ancientstation/solar
- name = "Station Solar Array"
- icon_state = "panelsAP"
+/area/ruin/space/has_grav/ancientstation/betacorridor
+ name = "Beta Station Main Corridor"
+ icon_state = "bluenew"
/area/ruin/space/has_grav/ancientstation/engi
name = "Charlie Station Engineering"
icon_state = "engine"
+ ambientsounds = ENGINEERING
/area/ruin/space/has_grav/ancientstation/comm
name = "Charlie Station Command"
@@ -287,11 +285,24 @@
/area/ruin/space/has_grav/ancientstation/deltaai
name = "Delta Station AI Core"
- icon_state = "teleporter"
+ icon_state = "ai"
+ ambientsounds = list('sound/ambience/ambimalf.ogg', 'sound/ambience/ambitech.ogg', 'sound/ambience/ambitech2.ogg', 'sound/ambience/ambiatmos.ogg', 'sound/ambience/ambiatmos2.ogg')
/area/ruin/space/has_grav/ancientstation/mining
name = "Beta Station Mining Equipment"
- icon_state = "green"
+ icon_state = "mining"
+
+/area/ruin/space/has_grav/ancientstation/medbay
+ name = "Beta Station Medbay"
+ icon_state = "medbay"
+
+/area/ruin/space/has_grav/ancientstation/betastorage
+ name = "Beta Station Storage"
+ icon_state = "storage"
+
+/area/solar/ancientstation
+ name = "Charlie Station Solar Array"
+ icon_state = "panelsP"
//DERELICT
diff --git a/code/modules/ruins/spaceruin_code/oldstation.dm b/code/modules/ruins/spaceruin_code/oldstation.dm
index dd9035b73b6..b9885f635c6 100644
--- a/code/modules/ruins/spaceruin_code/oldstation.dm
+++ b/code/modules/ruins/spaceruin_code/oldstation.dm
@@ -6,7 +6,7 @@
/obj/item/paper/fluff/ruins/oldstation/damagereport
name = "Damage Report"
- info = "*Damage Report*
Alpha Station - Destroyed
Beta Station - Catastrophic Damage. Medical, destroyed. Atmospherics, partially destroyed. Engine Core, destroyed.
Charlie Station - Intact. Loss of oxygen to eastern side of main corridor.
Delta Station - Intact. WARNING: Unknown force occupying Delta Station. Intent unknown. Species unknown. Numbers unknown.
Recommendation - Reestablish station powernet via solar array. Reestablish station atmospherics system to restore air."
+ info = "*Damage Report*
Alpha Station - Destroyed
Beta Station - Catastrophic Damage. Medical, destroyed. Atmospherics, partially destroyed. Engine Core, destroyed.
Charlie Station - Multiple asteroid impacts, no loss in air pressure.
Delta Station - Intact. WARNING: Unknown force occupying Delta Station. Intent unknown. Species unknown. Numbers unknown.
Recommendation - Reestablish station powernet via solar array. Reestablish station atmospherics system to restore air."
/obj/item/paper/fluff/ruins/oldstation/protosuit
name = "B01-RIG Hardsuit Report"
@@ -46,7 +46,8 @@
info = "Artificial Program's report to surviving crewmembers.
Crew were placed into cryostasis on March 10th, 2445.
Crew were awoken from cryostasis around June, 2557.
\
SIGNIFICANT EVENTS OF NOTE
1: The primary radiation detectors were taken offline after 112 years due to power failure, secondary radiation detectors showed no residual \
radiation on station. Deduction, primarily detector was malfunctioning and was producing a radiation signal when there was none.
2: A data burst from a nearby Nanotrasen Space \
- Station was received, this data burst contained research data that has been uploaded to our RnD labs.
3: Unknown invasion force has occupied Delta station."
+ Station was received, this data burst contained research data that has been uploaded to our RnD labs.
3: An unknown force has occupied Delta station. Additionally, a school of common space carp have \
+ taken refuge in the space surrounding all remaining stations, primarily Beta station. "
/obj/item/paper/fluff/ruins/oldstation/generator_manual
name = "S.U.P.E.R.P.A.C.M.A.N.-type portable generator manual"
@@ -54,5 +55,11 @@
/obj/item/paper/fluff/ruins/oldstation/protosleep
name = "Prototype Delivery"
- info = "*Prototype Sleeper*
We have deliverted the lastest in medical technology to the medical bay."
+ info = "*Prototype Sleeper*
We have delivered the lastest in medical technology to the medical bay: circuitry for a new prototype sleeper. Looks like it didn't come with the parts to actually build it figures. Get engineering on this."
+/obj/item/paper/fluff/ruins/oldstation/survivor_note
+ name = "To those who find this"
+ info = "You can barely make out a faded message...
I come back to the station after a simple mining mission, and nobody is here. Well, they COULD have gone to cryo... I didn't really check. Doesn't matter, I have bigger issues now. There is something out there. \
+ I have no fucking idea what they are, all I know is that they don't like me. On occasion I hear them hissing and clawing on the airlock... good idea I barricaded the way in. Bad news: the transit tube is still broken, the damn engineers never fixed it. \
+ So basically, I'm stuck here until someone comes to rescue us. And I have no food or water.
If you're reading this, I'm probably dead. These things have taken over part of Delta station, and I think they somehow came from the AI core... \
+ Whatever you do, DON'T OPEN THE FIRELOCKS unless you have something to kill them. Look in security, maybe there might be some gear left in there.
So hungry... I don't want to go out like this..."
\ No newline at end of file