gas_leaker ![code/datums/components/gas_leaker.dm 6](git.png)
A component to leak gas over time from damaged objects with gas storage
Vars | |
atmos_processing | Mirror of the machine var signifying whether this is live in the air subsystem |
---|---|
integrity_leak_percent | The percent of max integrity that we start leaking. From 0 to 1 |
leak_rate | The rate at which gas leaks, you probably want this very low. From 0 to 1 |
process_type | Keeps track of what type we were attached to so we don't need to istype every process |
Var Details
atmos_processing ![code/datums/components/gas_leaker.dm 17](git.png)
Mirror of the machine var signifying whether this is live in the air subsystem
integrity_leak_percent ![code/datums/components/gas_leaker.dm 11](git.png)
The percent of max integrity that we start leaking. From 0 to 1
leak_rate ![code/datums/components/gas_leaker.dm 14](git.png)
The rate at which gas leaks, you probably want this very low. From 0 to 1
process_type ![code/datums/components/gas_leaker.dm 8](git.png)
Keeps track of what type we were attached to so we don't need to istype every process