Skip to content

Commit

Permalink
Temp shield and atmos bump
Browse files Browse the repository at this point in the history
Temps shields: all shuttles
Temps shields: Arrivals
Temps shields: Teleporter
Doubles the already increased speed of the inlet, outlet and filters in regard to new supply loop
  • Loading branch information
izac112 committed Mar 17, 2024
1 parent 279b7f4 commit f97f005
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
5 changes: 3 additions & 2 deletions code/game/area/Space Station 13 areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station

/area/shuttle
requires_power = 0
flags = RAD_SHIELDED | AREA_FLAG_IS_NOT_PERSISTENT
flags = RAD_SHIELDED | AREA_FLAG_IS_NOT_PERSISTENT|TEMPERATURE_SHIELDED // YW EDIT: makes all shuttles temp shielded
sound_env = SMALL_ENCLOSED
base_turf = /turf/space
forbid_events = TRUE
Expand Down Expand Up @@ -885,6 +885,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
/area/hallway/secondary/entry/docking_lounge
name = "\improper Docking Lounge"
icon_state = "docking_lounge"
flags = TEMPERATURE_SHIELDED // YW EDIT: makes arrivals temp shielded

/area/hallway/secondary/escape/dock_escape_pod_hallway_port
name = "\improper Dock Escape Pod Hallway Port"
Expand Down Expand Up @@ -1559,7 +1560,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "\improper Teleporter"
icon_state = "teleporter"
music = "signal"
flags = RAD_SHIELDED
flags = RAD_SHIELDED|TEMPERATURE_SHIELDED // YW EDIT: makes arrivals teleporter temp shielded

/area/gateway
name = "\improper Gateway"
Expand Down
26 changes: 20 additions & 6 deletions maps/yw/cryogaia-04-maintenance.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -16567,7 +16567,7 @@
tag_east = 2;
tag_west = 1;
tag_south = 5;
power_rating = 60000;
power_rating = 120000;
desc = "An advanced High power version of the gas filter, able to be configured for filtering of multiple gasses."
},
/turf/simulated/floor/tiled,
Expand Down Expand Up @@ -19129,7 +19129,7 @@
tag_east = 2;
tag_south = 1;
tag_north = 4;
power_rating = 60000;
power_rating = 120000;
desc = "An advanced High power version of the gas filter, able to be configured for filtering of multiple gasses."
},
/turf/simulated/floor/tiled,
Expand Down Expand Up @@ -20340,6 +20340,13 @@
},
/turf/simulated/floor/wood,
/area/maintenance/lowfloor1)
"ldT" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4;
name = "N2 to Mix"
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
"leb" = (
/obj/structure/cable/green{
d1 = 1;
Expand Down Expand Up @@ -22052,6 +22059,13 @@
},
/turf/simulated/floor/tiled,
/area/hallway/lower/dorms)
"lWH" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4;
name = "O2 to Mix"
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
"lXy" = (
/obj/machinery/light/small{
dir = 1
Expand Down Expand Up @@ -22354,7 +22368,7 @@
tag_north = 3;
tag_south = 2;
tag_west = 1;
power_rating = 60000;
power_rating = 120000;
desc = "An advanced High power version of the gas filter, able to be configured for filtering of multiple gasses."
},
/turf/simulated/floor/tiled,
Expand Down Expand Up @@ -40552,7 +40566,7 @@
tag_east = 1;
tag_west_con = 0.79;
tag_west = 1;
power_rating = 60000;
power_rating = 120000;
desc = "An advanced High power version of the gas mixer, able to be configured for mixing of multiple gasses."
},
/turf/simulated/floor/tiled,
Expand Down Expand Up @@ -52284,7 +52298,7 @@ mJw
tUr
vJS
dIn
vJS
ldT
xRD
veA
mlu
Expand Down Expand Up @@ -52451,7 +52465,7 @@ khA
oUp
yir
sQr
vJS
lWH
fVE
tUr
tUr
Expand Down
2 changes: 1 addition & 1 deletion maps/yw/cryogaia-05-main.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -35892,7 +35892,7 @@
external_pressure_bound = 105;
external_pressure_bound_default = 105;
desc = "High power vent, Has a valve and pump attached to it";
power_rating = 60000
power_rating = 240000
},
/turf/simulated/floor/plating/snow/plating/cryogaia,
/area/engineering/engine_room)
Expand Down
2 changes: 1 addition & 1 deletion maps/yw/cryogaia-06-upper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -11149,7 +11149,7 @@
pressure_checks_default = 2;
frequency = 1441;
id_tag = "roof_air_out";
power_rating = 120000;
power_rating = 240000;
desc = "High power vent, Has a valve and pump attached to it"
},
/turf/simulated/floor/plating/snow/plating/cryogaia,
Expand Down

0 comments on commit f97f005

Please sign in to comment.