-
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
Make adhesive bandages recipe craft multiples. #63824
Make adhesive bandages recipe craft multiples. #63824
Conversation
I rather like the idea of being able to make an adhesive bandage with a cotton patch, but that would be in addition to this PR rather than instead of, this making a bunch of them with gauze and tape also makes sense. |
Not sure what failed, exactly? It looked like something to do with the mutation code, but I didn't touch that... |
You probably need more duct tape/medical tape to make 30 bandages, though otherwise the rationale makes sense. |
Will need to be restarted after #63856 |
How do I restart? |
I'll get it |
4782eb1
to
f2e8af7
Compare
Heads up: #63434 changes adhesive bandages from comestible to generic; it will no longer have charges. In case that PR is merged first, change |
It almost certainly won't be (though it is on my list to review and test). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to increase time and merge it so that this can get in
Summary
None
Purpose of change
Crafting adhesive bandages from medical gauze causes >95% of the gauze to be wasted. This changes things so that only ~33% is wasted. By contrast, crafting bandages from medical gauze wastes ~22% of the material, so for multiple smaller cuts, ~33% seems reasonable wastage.
Describe the solution
Edited the adhesive bandage crafting recipe to craft 30 bandages instead of 1.
Describe alternatives you've considered
Changing the recipe to use something other than medical gauze (perhaps a cotton patch? That would make these a field-craftable dressing, now that makeshift bandages are more difficult to craft on the spot)
Testing
Created new character with Health Care 2.
Checked crafting screen, found Adhesive Bandage recipe.
Recipe indicates 30 will be created.
Grabbed first aid kit from evac shelter basement.
Crafted adhesive bandages.
30 were crafted.
Additional context