mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Tweaks Filtering and Toxic Gases
This commit is contained in:
@@ -91,7 +91,7 @@ var/list/restricted_camera_networks = list(NETWORK_ERT,NETWORK_MERCENARY,"Secret
|
|||||||
|
|
||||||
// Will not bother pumping or filtering if the gas source as fewer than this amount of moles, to help with performance.
|
// Will not bother pumping or filtering if the gas source as fewer than this amount of moles, to help with performance.
|
||||||
#define MINIMUM_MOLES_TO_PUMP 0.01
|
#define MINIMUM_MOLES_TO_PUMP 0.01
|
||||||
#define MINIMUM_MOLES_TO_FILTER 0.1
|
#define MINIMUM_MOLES_TO_FILTER 0.04
|
||||||
|
|
||||||
// The flow rate/effectiveness of various atmos devices is limited by their internal volume,
|
// The flow rate/effectiveness of various atmos devices is limited by their internal volume,
|
||||||
// so for many atmos devices these will control maximum flow rates in L/s.
|
// so for many atmos devices these will control maximum flow rates in L/s.
|
||||||
|
|||||||
@@ -375,7 +375,7 @@
|
|||||||
safe_pressure_min *= 1.25
|
safe_pressure_min *= 1.25
|
||||||
|
|
||||||
var/safe_exhaled_max = 10
|
var/safe_exhaled_max = 10
|
||||||
var/safe_toxins_max = 0.005
|
var/safe_toxins_max = 0.2
|
||||||
var/SA_para_min = 1
|
var/SA_para_min = 1
|
||||||
var/SA_sleep_min = 5
|
var/SA_sleep_min = 5
|
||||||
var/inhaled_gas_used = 0
|
var/inhaled_gas_used = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user