Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Sets reagent holder minimum volume to 0.01 (#666)
* Sets reagent holder minimum volume to 0.01 (#81131) ## About The Pull Request - Fixes #81096 Basically if the reagent volume inside an reagent holder falls below `CHEMICAL_VOLUME_ROUNDING`(or 0.01) only then is it garbage collected. Helps with small transfer rates like the plumbing iv drip This means volumes like 0.01 of a reagent can now exist inside your beaker, previously this was 0.05 ## Changelog :cl: fix: sets minimum volume of reagent allowed to exist inside anything to 0.01 therefore allowing plumbing iv drip small transfer rates to occur without reagents disappearing. /:cl: * Sets reagent holder minimum volume to 0.01 --------- Co-authored-by: SyncIt21 <[email protected]>
- Loading branch information