Greatly reduces amount of gas that pipes can contain, increases initial air supply pressure to compensate.

This commit is contained in:
mikomyazaki
2022-02-16 22:59:15 +00:00
parent 2e51f9b5ce
commit 152147ea1b
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -168,9 +168,9 @@
var/minimum_temperature_difference = 300
var/thermal_conductivity = 0 //WALL_HEAT_TRANSFER_COEFFICIENT No
var/maximum_pressure = 70*ONE_ATMOSPHERE
var/fatigue_pressure = 55*ONE_ATMOSPHERE
alert_pressure = 55*ONE_ATMOSPHERE
var/maximum_pressure = 50*ONE_ATMOSPHERE
var/fatigue_pressure = 40*ONE_ATMOSPHERE
alert_pressure = 40*ONE_ATMOSPHERE
level = 1
gfi_layer_rotation = GFI_ROTATION_DEFDIR
+1 -1
View File
@@ -110,7 +110,7 @@ var/list/restricted_camera_networks = list(NETWORK_ERT,NETWORK_MERCENARY,"Secret
#define ATMOS_DEFAULT_VOLUME_PUMP 200 // Liters.
#define ATMOS_DEFAULT_VOLUME_FILTER 200 // L.
#define ATMOS_DEFAULT_VOLUME_MIXER 200 // L.
#define ATMOS_DEFAULT_VOLUME_PIPE 70 // L.
#define ATMOS_DEFAULT_VOLUME_PIPE 7 // L.
// Misc process flags.
+1 -1
View File
@@ -9169,7 +9169,7 @@
},
/obj/machinery/atmospherics/binary/pump{
name = "Air to Distro";
target_pressure = 200;
target_pressure = 2000;
use_power = 1
},
/turf/simulated/floor/plating,