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

Fix #33486 'All furniture storage became 1000L' by reverting furniture max_volume #33534

Merged

Conversation

ampersand55
Copy link
Contributor

@ampersand55 ampersand55 commented Aug 25, 2019

Summary

SUMMARY: Bugfixes "Fix #33486 'All furniture storage became 1000L' by reverting furniture max_volume"

Purpose of change

Fixes #33486 which was caused by #33367.

Apparently furniture and terrain max_volume can't handle metric units so they all default to 1000L.

Describe the solution

Revert change in furniture to integer units of 250ml.

Describe alternatives you've considered

It would be better to make furniture and terrain handle metric units for max_volume.

Additional context

This is intended as an optional temporary fix until furniture and terrain can handle metric units.

Close this if that's done.

@ZhilkinSerg ZhilkinSerg added <Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. labels Aug 26, 2019
@ZhilkinSerg ZhilkinSerg merged commit c5956b7 into CleverRaven:master Aug 26, 2019
misterprimus pushed a commit to misterprimus/Cataclysm-DDA that referenced this pull request Sep 21, 2019
…ng furniture max_volume (CleverRaven#33534)

* revert furniture max_volume to int units

* revert furniture max_volume to int units in furniture.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. [JSON] Changes (can be) made in JSON
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All furniture storage became 1000L
2 participants