chem
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 |
ui_interact | figure out which buffer to transfer to restore balance if solution is getting too basic(high ph) add some acid to lower it's value else if solution is getting too acidic(low ph) add some base to increase it's value |
Var Details
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
Proc Details
Destroy
Make sure beakers are deleted when being deconstructed
ui_interact
figure out which buffer to transfer to restore balance if solution is getting too basic(high ph) add some acid to lower it's value else if solution is getting too acidic(low ph) add some base to increase it's value