fix: mre actually gives 1 pur tablet this time #4232
Merged
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.
Purpose of change
So I could've sworn I nerfed MREs to not yield half a dozen purification tablets due to how much more effective they are. Turns out, in #3297 I edited the
mre_accessory
uncraft...which was long ago obsoleted, MREs actually produce their accessories via themre_accessory_list
CRAFTING REQUIREMENT instead. Auuuugh.Describe the solution
Toned down number of tablets given by
mre_accessory_list
from 6 to 1, like I tried and failed to do already, derp. It still goes from "meant to make 1.5 liters of water" to 2 liters worth, 6 liters from a single MRE meanwhile is not intended yield. :3Describe alternatives you've considered
screm
Testing
Additional context
A single tablet cleans 2 liters of water instead of 250 ml, as of this PR: #2832
Checklist