reaction_chamber ![code/modules/plumbing/plumbers/reaction_chamber.dm 2](git.png)
a reaction chamber for plumbing. pretty much everything can react, but this one keeps the reagents seperated and only reacts under your given terms
Vars | |
emptying | our reagent goal has been reached, so now we lock our inputs and start emptying |
---|---|
required_reagents | *list of set reagents that the reaction_chamber allows in, and must all be present before mixing is enabled. * example: list(/datum/reagent/water = 20, /datum/reagent/fuel/oil = 50) |
Var Details
emptying ![code/modules/plumbing/plumbers/reaction_chamber.dm 14](git.png)
our reagent goal has been reached, so now we lock our inputs and start emptying
required_reagents ![code/modules/plumbing/plumbers/reaction_chamber.dm 12](git.png)
*list of set reagents that the reaction_chamber allows in, and must all be present before mixing is enabled. * example: list(/datum/reagent/water = 20, /datum/reagent/fuel/oil = 50)