mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Greatly reduces amount of gas that pipes can contain, increases initial air supply pressure to compensate.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user