fix bleach ratio for water purification - #88512
Open
dynst wants to merge 2 commits into
Open
Conversation
A 1:2500 ratio is still too concentrated. It needs to be near 5x that much, a 1:12000 ratio.
no one is gonna keep a bleach jug around with 1 ml left in it. revert the smallest possible amount left to the same it was before the bleach changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Balance "Use less bleach to purify more water"
Purpose of change
For the new recipe in #88030 the bleach:water ratio is 1:2500, which is still way too concentrated for producing potable water.
Describe the solution
Clorox discontinued manufacturing of 6% concentration bleach years ago, so all
bleachin the game should be assumed to be 8.25% bleach.There are over 768 teaspoons in a gallon.
The EPA says to use 1/4 teaspoon of 8.25% bleach on 4 gallons of water.
So set a bleach:water ratio of 1:12000.
Also while here, make it so people don't inexplicably leave bleach jugs with only 1 or 2 mL left in them lying around.
Describe alternatives you've considered
Testing
Additional context