Lower the range of dirt guns are spawned with #34699
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.
Summary
SUMMARY: Bugfixes "Lower how much dirt guns are spawned with"
Purpose of change
The range of dirt that guns are currently spawned with is far too wide - all guns must be slightly dirty, and many will be very heavily fouled. The vast majority of guns will not be heavily fouled, and there will be guns that are pristine.
Describe the solution
Change the range from 100-9999 to 0-500. This will ensure that most guns aren't very heavily fouled, because unless they're using blackpowder ammunition, dirt won't build up that fast.
Describe alternatives you've considered
Different range.
Testing
Spawned in a large amount of zombie soldiers before this change, debug killed them all, and inspected the level of dirt on their guns.
Then did the same after this change and compared it.
Additional context