feat(content,port): port collapsible mop item #5836
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.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.Optional
Co-Authored-By
in the commit message.Purpose of change
ports dda change
CleverRaven/Cataclysm-DDA#55965
Describe the solution
add the collapsible mop
mop_folded
item, which is a smaller, rarer version of the normal mop to incentivize players to clean things like acid off the floor more often while away from home.adds
mop_folded
to the relevant itemgroups, and to areas where the normal mop is found with a lower chance. the change only splits the mop spawns between these two, and does not increase the rate of mop spawns overall.Describe alternatives you've considered
Testing
tested item and spawn locations. the mop functions as expected when used. tested the cleaning item group and the collapsible mop spawns around 40-60% as often as the normal mop.
Additional context