Skip to content

Commit

Permalink
temp shield, radiator smes, relief regulator air mix
Browse files Browse the repository at this point in the history
Makes the holodeck room temp shielded
Adds a radiator to the engine smes room
Adds a relief regulator to the atmos setup

Makes the engine room temperature shielded
  • Loading branch information
izac112 committed Mar 9, 2024
1 parent 688c258 commit 279b7f4
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 12 deletions.
3 changes: 2 additions & 1 deletion code/game/area/Space Station 13 areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
dynamic_lighting = 0
sound_env = LARGE_ENCLOSED
forbid_events = TRUE
flags = AREA_FLAG_IS_NOT_PERSISTENT
flags = AREA_FLAG_IS_NOT_PERSISTENT|TEMPERATURE_SHIELDED // YW EDIT: makes the holodeck room temp shielded

/area/holodeck/alphadeck
name = "\improper Holodeck Alpha"
Expand Down Expand Up @@ -1429,6 +1429,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
icon_state = "engine"
sound_env = LARGE_ENCLOSED
forbid_events = TRUE
flags = TEMPERATURE_SHIELDED // YW EDIT: makes the engine room temp shielded so the core does not freeze

/area/engineering/engine_airlock
name = "\improper Engine Room Airlock"
Expand Down
54 changes: 48 additions & 6 deletions maps/yw/cryogaia-04-maintenance.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -9673,6 +9673,18 @@
/obj/structure/cryofeed,
/turf/simulated/floor/tiled/techfloor/grid,
/area/crew_quarters/sleep/cryo)
"fLc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/light{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 4
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
"fLg" = (
/obj/structure/cable/green{
d1 = 1;
Expand Down Expand Up @@ -34604,6 +34616,15 @@
},
/turf/simulated/floor/plating,
/area/maintenance/medical_lower)
"teR" = (
/obj/machinery/atmospherics/binary/passive_gate/on{
regulate_mode = 1;
target_pressure = 4500;
dir = 8;
name = "Air pressure regulator"
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
"teZ" = (
/obj/machinery/smartfridge/produce/persistent_lossy{
description_info = "Produce stored in here will remain for serveral rounds with a slight loss for each round depending on the amounts of produce inside.";
Expand Down Expand Up @@ -39247,6 +39268,27 @@
/obj/structure/showcase/yw/chaplain2,
/turf/simulated/floor/tiled/dark,
/area/chapel/main)
"vzA" = (
/obj/structure/window/reinforced{
dir = 8
},
/obj/machinery/door/firedoor/border_only,
/obj/structure/grille,
/obj/structure/window/reinforced{
dir = 4
},
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "atmoslockdown";
name = "Atmospherics Lockdown";
opacity = 0
},
/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
dir = 8
},
/turf/simulated/floor,
/area/engineering/atmos)
"vzD" = (
/obj/structure/bed/chair/comfy/beige{
dir = 4
Expand Down Expand Up @@ -51430,10 +51472,10 @@ cZU
ffV
cZU
dxe
dxe
dxe
cHV
jrb
vzA
jrb
jrb
jrb
jrb
Expand Down Expand Up @@ -51592,7 +51634,7 @@ cZU
tPm
sja
lPS
sla
fLc
raN
mue
xVX
Expand Down Expand Up @@ -51754,7 +51796,7 @@ lTY
lNL
lmT
nZs
tUr
teR
poI
mCp
dqG
Expand Down Expand Up @@ -51916,7 +51958,7 @@ ndL
btV
tUr
tUr
tUr
lDX
fky
lLh
avh
Expand Down Expand Up @@ -52078,7 +52120,7 @@ qFg
tpP
sQr
tUr
rOu
lLh
qKj
mMI
wiu
Expand Down
9 changes: 4 additions & 5 deletions maps/yw/cryogaia-05-main.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -23865,6 +23865,9 @@
d2 = 8;
icon_state = "4-8"
},
/obj/machinery/stationboiler_radiator{
dir = 8
},
/turf/simulated/floor/tiled,
/area/engineering/engine_smes)
"jlz" = (
Expand Down Expand Up @@ -25698,10 +25701,6 @@
/obj/machinery/chem_master/condimaster,
/turf/simulated/floor/tiled/freezer,
/area/chapel/monastery/brew)
"jVa" = (
/obj/machinery/stationboiler_radiator,
/turf/simulated/floor,
/area/engineering/engine_room)
"jVL" = (
/obj/machinery/washing_machine,
/obj/machinery/light{
Expand Down Expand Up @@ -71315,7 +71314,7 @@ iJV
jwU
guK
aeP
jVa
nlN
aNC
xnU
vuC
Expand Down

0 comments on commit 279b7f4

Please sign in to comment.