-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code fix for #71971 Water purification tablets only purify up to 4 water each #76326
Code fix for #71971 Water purification tablets only purify up to 4 water each #76326
Conversation
The failed test is caused by master code, which contains the dubious practice of naming a variable the same as the type. It's probably caused by the rework of eggs and baby monsters, and should be dealt with separated from unrelated PRs. |
Do what you think is best. I don't care about credits etc. but @ZeroInternalReflection might. I've done nothing to keep commits intact: it's all how it happened to end up when I followed the instructions on how to get hold of and upload the changed code. |
Normally in situations like this we don't squash commits even if they had a bunch of gibberish commits in here to preserve credit. This doesn't have a lot of gibberish commits so it's an even easier merge. |
Also apparently github recognized this was a continuation of the PR and counts it as merged as well |
Should water purification tablets not purify 6 each since they are designed to purify a one quart canteen? |
It is best to make an issue when you suspect changes need to be made to an already merged PR. Especially in this case where the author of this PR updated the mapgen parts of an earlier abandoned PR. Making a new issue will make it more likely that someone who will do something about the issue you are raising will see it. |
I just saw the notifications for this getting merged and had to track down my GitHub password. Thanks for getting this over the finish line. Now, hopefully there weren't any bugs left in my cod- Oh. |
Summary
None
Purpose of change
Fix compilation errors in #71971, requested by @Maleclypse for merge into that PR.
Describe the solution
Describe alternatives you've considered
Just do the tripoints.
Testing
Loaded a "random" save without any crashes or error messages.
Additional context
As stated above, this PR is intended to be used "sideways". As such, I didn't bother to give this PR a readable title, just a PR number reference, which I strongly discourage in general practice.