Skip to content
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

Increase the size of the set of clothes pocket #73991

Merged
merged 1 commit into from
May 24, 2024

Conversation

TheAthenaCabin0
Copy link
Contributor

Summary

None

Purpose of change

When the set of clothes is limited to only 100 L and 100 kg, issues may easily arise when wearing a lot of objects with lots of volume among them, which has the potential to not let everything being worn be inserted into the set of clothes, and potential loss of items when the input volume or weight is larger than the limit during json verification on save loading was bad.

Describe the solution

Increase both the volume and weight capacity of the set of clothes to 1000 L and 1000 kg respectively, as suggested by Renech on the discord.

Describe alternatives you've considered

Changing the volume and size by less, leaving both as they are.

Testing

Increasing the volume and mass capacity stops errors from being called in the instances where I had an issue with it.

Additional context

When the set of clothes is limited to only 100 L and 100 kg, issues may
easily arise when wearing a lot of objects with lots of volume among
them, which has the potential to not let everything being worn be
inserted into the set of clothes, and potential loss of items when the
input volume or weight is larger than the limit during json verification
on save loading was bad.
@github-actions github-actions bot added [JSON] Changes (can be) made in JSON astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels May 21, 2024
@Maleclypse Maleclypse merged commit 8b1645f into CleverRaven:master May 24, 2024
22 of 26 checks passed
@TheAthenaCabin0 TheAthenaCabin0 deleted the Set-Of-Clothes-Size branch June 6, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants