improvised_chem_heater ![code/game/machinery/spaceheater.dm 311](git.png)
For use with heating reagents in a ghetto way
Vars | |
beaker | The beaker within the heater |
---|---|
beaker_conduction_power | How quickly it delivers heat to the reagents. In watts per joule of the thermal energy difference of the reagent from the temperature difference of the current and target temperatures. |
our_subsystem | The subsystem we're being processed by. |
Procs | |
attackby | Slightly modified to ignore the open_hatch - it's always open, we hacked it. |
Var Details
beaker ![code/game/machinery/spaceheater.dm 323](git.png)
The beaker within the heater
beaker_conduction_power ![code/game/machinery/spaceheater.dm 325](git.png)
How quickly it delivers heat to the reagents. In watts per joule of the thermal energy difference of the reagent from the temperature difference of the current and target temperatures.
our_subsystem ![code/game/machinery/spaceheater.dm 329](git.png)
The subsystem we're being processed by.
Proc Details
attackby
Slightly modified to ignore the open_hatch - it's always open, we hacked it.