mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Mix Pipe Connection to Bluespace Drive (#20380)
Adds a pipe connection from Atmospherics to the storage room behind the Bluespace Drive. It's my understanding the intended mode of operating the BSDrive was for Atmos Techs to lay down a pipe all the way to Atmospherics, but it's an extremely time consuming and tedious process to cross such a massive distance (maybe not point-to-point, but in practice there's a great deal of twisting turns and doorways to go through) with a pipeline, especially every single round. It's either a huge timesink nobody wants to do for a "just in case" scenario, or it takes too long to be viable if a jump is urgently needed. Admittedly, I think a mix chamber in the BSDrive itself would be better, but I don't want to go against the spirit of the intent.   Personally I feel this is a nice compromise. It cuts past the hardest and most tedious part of laying pipe (the maintenance area between atmos/custodial/grav generator are extremely congested for pipe traffic), but doesn't do the whole job for you. It lets you fill canisters in the storage room to haul back into the BSDrive, or if you want a direct line-in, it's close enough now that it won't be a 20 minute job. The Bluespace Drive is awesome, and I'd love to see it used more.
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Furrycactus
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Added a pipe connection from the connectors in Atmospherics to a connector in storage behind the Bluespace Drive, to cut out the hardest and most tedious portion of piping a gas mix to the drive."
|
||||
@@ -3178,6 +3178,7 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"avJ" = (
|
||||
@@ -6816,6 +6817,9 @@
|
||||
dir = 6
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 5
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"aWv" = (
|
||||
@@ -7786,6 +7790,9 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
|
||||
dir = 6
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"bcm" = (
|
||||
@@ -9200,6 +9207,9 @@
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"bmx" = (
|
||||
@@ -17090,6 +17100,9 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"crs" = (
|
||||
@@ -17562,9 +17575,6 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 10
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/aux{
|
||||
dir = 9
|
||||
},
|
||||
@@ -17581,7 +17591,8 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/green{
|
||||
dir = 9
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/engineering)
|
||||
"cwa" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/purple{
|
||||
@@ -18064,6 +18075,9 @@
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"cAA" = (
|
||||
@@ -20134,6 +20148,9 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"cRt" = (
|
||||
@@ -21143,6 +21160,7 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/meter,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"cZh" = (
|
||||
@@ -21766,6 +21784,9 @@
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"dej" = (
|
||||
@@ -24378,7 +24399,6 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow/diagonal,
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
|
||||
dir = 4
|
||||
@@ -24389,7 +24409,8 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/green{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/engineering)
|
||||
"dvO" = (
|
||||
/obj/structure/cable/green{
|
||||
@@ -26471,11 +26492,11 @@
|
||||
/turf/simulated/floor/wood,
|
||||
/area/chapel/office)
|
||||
"dMa" = (
|
||||
/obj/machinery/atmospherics/portables_connector{
|
||||
dir = 1
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/universal{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/obj/machinery/meter,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"dMb" = (
|
||||
/obj/structure/table/standard,
|
||||
@@ -26739,6 +26760,18 @@
|
||||
/obj/random/dirt_75,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/wing/port/far)
|
||||
"dOx" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
name = "Mix to Connector"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"dOC" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/device/flashlight/lamp/green,
|
||||
@@ -29259,6 +29292,10 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/visible{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/meter,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"ehM" = (
|
||||
@@ -39229,6 +39266,17 @@
|
||||
},
|
||||
/turf/space/transit/east,
|
||||
/area/template_noop)
|
||||
"fFR" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
name = "Mix to Connector";
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"fFV" = (
|
||||
/obj/machinery/flasher{
|
||||
id = "permflash"
|
||||
@@ -40439,6 +40487,9 @@
|
||||
/obj/effect/map_effect/door_helper/unres{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/hatch_door/engineering{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos)
|
||||
"fPG" = (
|
||||
@@ -42388,6 +42439,9 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/green{
|
||||
dir = 5
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 10
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"gdY" = (
|
||||
@@ -43441,6 +43495,18 @@
|
||||
/obj/machinery/firealarm/west,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/security/checkpoint)
|
||||
"gmM" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"gmO" = (
|
||||
/obj/machinery/door/airlock/highsecurity{
|
||||
name = "Emergency Exit";
|
||||
@@ -45019,9 +45085,6 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/horizon/stairwell/central)
|
||||
"gxR" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/black{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow,
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 1
|
||||
@@ -45029,6 +45092,12 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
|
||||
dir = 9
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"gxT" = (
|
||||
@@ -45515,6 +45584,11 @@
|
||||
icon_state = "railing0-0"
|
||||
},
|
||||
/obj/machinery/firealarm/east,
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/obj/machinery/atmospherics/portables_connector{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/portable_atmospherics/canister/empty,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"gBz" = (
|
||||
@@ -49202,7 +49276,6 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow/full,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/aux{
|
||||
dir = 8
|
||||
},
|
||||
@@ -49212,7 +49285,8 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/green{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/engineering)
|
||||
"hcD" = (
|
||||
/obj/machinery/light/small{
|
||||
@@ -49702,19 +49776,6 @@
|
||||
},
|
||||
/turf/unsimulated/floor/plating,
|
||||
/area/shuttle/syndicate_elite)
|
||||
"hgA" = (
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
dir = 4;
|
||||
name = "Waste to Filtering";
|
||||
use_power = 1
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/corner/dark_blue,
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos)
|
||||
"hgG" = (
|
||||
/obj/effect/floor_decal/corner/green,
|
||||
/turf/unsimulated/floor,
|
||||
@@ -50778,6 +50839,9 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"hpB" = (
|
||||
@@ -50849,8 +50913,8 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
name = "Mix to Connector"
|
||||
/obj/machinery/atmospherics/portables_connector{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos)
|
||||
@@ -59547,7 +59611,13 @@
|
||||
/turf/unsimulated/floor,
|
||||
/area/centcom/control)
|
||||
"iFd" = (
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
dir = 4;
|
||||
name = "Waste to Filtering";
|
||||
use_power = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos)
|
||||
"iFf" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
|
||||
@@ -60711,7 +60781,10 @@
|
||||
dir = 1;
|
||||
req_one_access = list(11,24)
|
||||
},
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/obj/effect/floor_decal/industrial/hatch_door/engineering{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos/air)
|
||||
"iMZ" = (
|
||||
/obj/structure/closet/crate,
|
||||
@@ -65165,9 +65238,6 @@
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/area/horizon/security/investigations_hallway)
|
||||
"jue" = (
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 5
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/aux{
|
||||
dir = 1
|
||||
},
|
||||
@@ -65175,6 +65245,9 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/green,
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 5
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/engineering)
|
||||
"juk" = (
|
||||
@@ -68487,10 +68560,8 @@
|
||||
},
|
||||
/area/centcom/distress_prep)
|
||||
"jTJ" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/visible/black{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/meter,
|
||||
/obj/machinery/atmospherics/pipe/manifold/visible/black,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"jTO" = (
|
||||
@@ -71704,6 +71775,9 @@
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
|
||||
/obj/effect/map_effect/door_helper/unres,
|
||||
/obj/effect/floor_decal/industrial/hatch_door/engineering{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos)
|
||||
"kqH" = (
|
||||
@@ -80960,12 +81034,10 @@
|
||||
/turf/simulated/floor/bluegrid/server,
|
||||
/area/server)
|
||||
"lJi" = (
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
dir = 8;
|
||||
name = "Connectors to Filtering"
|
||||
/obj/machinery/atmospherics/pipe/manifold/visible{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"lJj" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
@@ -84664,7 +84736,8 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/green{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/engineering)
|
||||
"mlC" = (
|
||||
/obj/machinery/portable_atmospherics/canister/empty,
|
||||
@@ -87355,14 +87428,15 @@
|
||||
/turf/simulated/floor/grass,
|
||||
/area/horizon/hallway/deck_three/primary/port)
|
||||
"mGp" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/black{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light,
|
||||
/obj/effect/floor_decal/corner/yellow,
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/meter,
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"mGs" = (
|
||||
@@ -93251,6 +93325,9 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"nAX" = (
|
||||
@@ -94715,6 +94792,7 @@
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"nME" = (
|
||||
@@ -99479,6 +99557,14 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/horizon/hallway/deck_three/primary/starboard/docks)
|
||||
"oxi" = (
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
dir = 8;
|
||||
name = "Connectors to Filtering"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos)
|
||||
"oxq" = (
|
||||
/obj/structure/bed/stool/chair/shuttle,
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -104446,6 +104532,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"pkP" = (
|
||||
@@ -110664,9 +110751,6 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/horizon/hydroponics)
|
||||
"qew" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/black{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/camera/network/engineering{
|
||||
c_tag = "Engineering - Atmospherics Control 1";
|
||||
dir = 1
|
||||
@@ -110675,6 +110759,9 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"qey" = (
|
||||
@@ -111217,13 +111304,8 @@
|
||||
dir = 10
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 10
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/engineering)
|
||||
"qio" = (
|
||||
/obj/effect/floor_decal/corner/dark_green/full,
|
||||
@@ -116947,6 +117029,9 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/engineering/atmos)
|
||||
"qYy" = (
|
||||
@@ -117381,6 +117466,20 @@
|
||||
},
|
||||
/turf/simulated/floor/carpet/rubber,
|
||||
/area/tcommsat/chamber)
|
||||
"rbp" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 5
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"rbq" = (
|
||||
/obj/effect/floor_decal/corner/dark_green{
|
||||
dir = 6
|
||||
@@ -117843,6 +117942,9 @@
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 5
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"reV" = (
|
||||
@@ -122122,9 +122224,6 @@
|
||||
/turf/simulated/floor/carpet/art,
|
||||
/area/crew_quarters/lounge/secondary)
|
||||
"rNe" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/black{
|
||||
dir = 9
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow,
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
@@ -122132,6 +122231,11 @@
|
||||
/obj/structure/sign/nosmoking_1{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
dir = 8;
|
||||
name = "Connectors to Storage"
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"rNi" = (
|
||||
@@ -123541,6 +123645,9 @@
|
||||
req_one_access = list(12)
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"rYW" = (
|
||||
@@ -126208,17 +126315,6 @@
|
||||
/obj/machinery/door/firedoor,
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/storage/shields)
|
||||
"sua" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/universal{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/meter,
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/corner/dark_blue,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"sub" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
icon_state = "propulsion_l";
|
||||
@@ -128809,6 +128905,7 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/meter,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"sNO" = (
|
||||
@@ -129113,6 +129210,9 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"sPZ" = (
|
||||
@@ -133454,6 +133554,7 @@
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
@@ -134416,6 +134517,9 @@
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 10
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"tEY" = (
|
||||
@@ -134584,6 +134688,9 @@
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"tGE" = (
|
||||
@@ -140336,6 +140443,9 @@
|
||||
dir = 6
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 6
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/storage/lower)
|
||||
"uwL" = (
|
||||
@@ -145526,14 +145636,14 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"vjW" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 1
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/dark_blue,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/atmos)
|
||||
"vjX" = (
|
||||
/obj/effect/floor_decal/spline/plain{
|
||||
@@ -149931,6 +150041,9 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/visible{
|
||||
dir = 9
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/engineering/atmos)
|
||||
"vTV" = (
|
||||
@@ -152968,17 +153081,17 @@
|
||||
/turf/unsimulated/floor,
|
||||
/area/centcom/evac)
|
||||
"wqr" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/corner/dark_blue,
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/atmos)
|
||||
"wqs" = (
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
@@ -162594,6 +162707,9 @@
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/engineering)
|
||||
"xHA" = (
|
||||
@@ -164564,7 +164680,6 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/corner/yellow/diagonal,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
|
||||
dir = 4
|
||||
},
|
||||
@@ -164578,7 +164693,8 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/green{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/engineering)
|
||||
"xVk" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
@@ -193130,9 +193246,9 @@ awJ
|
||||
gIc
|
||||
uwB
|
||||
txK
|
||||
cSt
|
||||
gmM
|
||||
pkK
|
||||
cSt
|
||||
rbp
|
||||
gvd
|
||||
nIw
|
||||
cSt
|
||||
@@ -193389,7 +193505,7 @@ tGC
|
||||
gbY
|
||||
lbX
|
||||
pfQ
|
||||
nWA
|
||||
fFR
|
||||
tbX
|
||||
lye
|
||||
lye
|
||||
@@ -198018,7 +198134,7 @@ qop
|
||||
xmg
|
||||
mnQ
|
||||
dee
|
||||
sua
|
||||
vjW
|
||||
eIS
|
||||
kzv
|
||||
nmQ
|
||||
@@ -198275,7 +198391,7 @@ oDd
|
||||
fLz
|
||||
fRu
|
||||
xaE
|
||||
hgA
|
||||
vjW
|
||||
eIS
|
||||
vJM
|
||||
cEl
|
||||
@@ -198786,7 +198902,7 @@ jCK
|
||||
jCK
|
||||
jCK
|
||||
sNH
|
||||
fkH
|
||||
dOx
|
||||
hpU
|
||||
dMa
|
||||
qew
|
||||
@@ -199559,7 +199675,7 @@ dVG
|
||||
hqV
|
||||
fkH
|
||||
xol
|
||||
mzL
|
||||
oxi
|
||||
ehH
|
||||
oDB
|
||||
wXF
|
||||
|
||||
Reference in New Issue
Block a user