scrubber 
Vars | |
heat_limit | Max amount of heat allowed inside of the canister before it starts to melt (different tiers have different limits) |
---|---|
on | Is the machine on? |
overpressure_m | Multiplier with ONE_ATMOSPHERE, if the enviroment pressure is higher than that, the scrubber won't work |
pressure_limit | Max amount of pressure allowed inside of the canister before it starts to break (different tiers have different limits) |
scrubbing | List of gases that are being scrubbed. |
use_overlays | Should the machine use overlay in update_overlays() when open/close? |
volume_rate | the rate the machine will scrub air |
Procs | |
scrub | Called in process_atmos(), handles the scrubbing of the given gas_mixture Arguments: |
Var Details
heat_limit 
Max amount of heat allowed inside of the canister before it starts to melt (different tiers have different limits)
on 
Is the machine on?
overpressure_m 
Multiplier with ONE_ATMOSPHERE, if the enviroment pressure is higher than that, the scrubber won't work
pressure_limit 
Max amount of pressure allowed inside of the canister before it starts to break (different tiers have different limits)
scrubbing 
List of gases that are being scrubbed.
use_overlays 
Should the machine use overlay in update_overlays() when open/close?
volume_rate 
the rate the machine will scrub air
Proc Details
scrub
Called in process_atmos(), handles the scrubbing of the given gas_mixture Arguments:
- mixture: the gas mixture to be scrubbed