Skip to content

Commit

Permalink
Cranks power ratings to match demand of the intake supply loop
Browse files Browse the repository at this point in the history
  • Loading branch information
izac112 committed Mar 9, 2024
1 parent c3f70f5 commit 688c258
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
16 changes: 12 additions & 4 deletions maps/yw/cryogaia-04-maintenance.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -16554,7 +16554,9 @@
/obj/machinery/atmospherics/omni/atmos_filter{
tag_east = 2;
tag_west = 1;
tag_south = 5
tag_south = 5;
power_rating = 60000;
desc = "An advanced High power version of the gas filter, able to be configured for filtering of multiple gasses."
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
Expand Down Expand Up @@ -19114,7 +19116,9 @@
/obj/machinery/atmospherics/omni/atmos_filter{
tag_east = 2;
tag_south = 1;
tag_north = 4
tag_north = 4;
power_rating = 60000;
desc = "An advanced High power version of the gas filter, able to be configured for filtering of multiple gasses."
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
Expand Down Expand Up @@ -22337,7 +22341,9 @@
/obj/machinery/atmospherics/omni/atmos_filter{
tag_north = 3;
tag_south = 2;
tag_west = 1
tag_west = 1;
power_rating = 60000;
desc = "An advanced High power version of the gas filter, able to be configured for filtering of multiple gasses."
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
Expand Down Expand Up @@ -40503,7 +40509,9 @@
tag_north_con = null;
tag_east = 1;
tag_west_con = 0.79;
tag_west = 1
tag_west = 1;
power_rating = 60000;
desc = "An advanced High power version of the gas mixer, able to be configured for mixing of multiple gasses."
},
/turf/simulated/floor/tiled,
/area/engineering/atmos)
Expand Down
4 changes: 3 additions & 1 deletion maps/yw/cryogaia-05-main.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -35891,7 +35891,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4;
external_pressure_bound = 105;
external_pressure_bound_default = 105
external_pressure_bound_default = 105;
desc = "High power vent, Has a valve and pump attached to it";
power_rating = 60000
},
/turf/simulated/floor/plating/snow/plating/cryogaia,
/area/engineering/engine_room)
Expand Down
8 changes: 5 additions & 3 deletions maps/yw/cryogaia-06-upper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -11143,12 +11143,14 @@
"Ks" = (
/obj/machinery/atmospherics/unary/vent_pump/siphon/on{
dir = 4;
internal_pressure_bound = 101.325;
internal_pressure_bound_default = 101.325;
internal_pressure_bound = 250;
internal_pressure_bound_default = 250;
pressure_checks = 2;
pressure_checks_default = 2;
frequency = 1441;
id_tag = "roof_air_out"
id_tag = "roof_air_out";
power_rating = 120000;
desc = "High power vent, Has a valve and pump attached to it"
},
/turf/simulated/floor/plating/snow/plating/cryogaia,
/area/civilian/atrium/upper)
Expand Down

0 comments on commit 688c258

Please sign in to comment.