liquid_pump ![code/modules/plumbing/plumbers/pumps.dm 2](git.png)
We pump liquids from activated(plungerated) geysers to a plumbing outlet. We need to be wired.
Vars | |
geyser | The geyser object |
---|---|
geyserless | set to true if the loop couldnt find a geyser in process, so it remembers and stops checking every loop until moved. more accurate name would be absolutely_no_geyser_under_me_so_dont_try |
pump_power | units we pump per second |
volume | volume of our internal buffer |
Procs | |
default_unfasten_wrench | please note that the component has a hook in the parent call, wich handles activating and deactivating |
pump | pump up that sweet geyser nectar |
Var Details
geyser ![code/modules/plumbing/plumbers/pumps.dm 17](git.png)
The geyser object
geyserless ![code/modules/plumbing/plumbers/pumps.dm 15](git.png)
set to true if the loop couldnt find a geyser in process, so it remembers and stops checking every loop until moved. more accurate name would be absolutely_no_geyser_under_me_so_dont_try
pump_power ![code/modules/plumbing/plumbers/pumps.dm 13](git.png)
units we pump per second
volume ![code/modules/plumbing/plumbers/pumps.dm 19](git.png)
volume of our internal buffer
Proc Details
default_unfasten_wrench
please note that the component has a hook in the parent call, wich handles activating and deactivating
pump
pump up that sweet geyser nectar