chem ![code/modules/plumbing/plumbers/reaction_chamber.dm 171](git.png)
Chemistry version of reaction chamber that allows for acid and base buffers to be used while reacting
Vars | |
acidic_beaker | beaker that holds the acidic buffer(50u) |
---|---|
acidic_limit | If below this pH, we start dumping buffer into it |
alkaline_beaker | beaker that holds the alkaline buffer(50u). |
alkaline_limit | If above this pH, we start dumping acid into it |
Procs | |
Destroy | Make sure beakers are deleted when being deconstructed |
Var Details
acidic_beaker ![code/modules/plumbing/plumbers/reaction_chamber.dm 180](git.png)
beaker that holds the acidic buffer(50u)
acidic_limit ![code/modules/plumbing/plumbers/reaction_chamber.dm 175](git.png)
If below this pH, we start dumping buffer into it
alkaline_beaker ![code/modules/plumbing/plumbers/reaction_chamber.dm 184](git.png)
beaker that holds the alkaline buffer(50u).
alkaline_limit ![code/modules/plumbing/plumbers/reaction_chamber.dm 177](git.png)
If above this pH, we start dumping acid into it
Proc Details
Destroy
Make sure beakers are deleted when being deconstructed