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

Correctly handle liquid's birthday when stored into standing tanks #63760

Merged
merged 2 commits into from
Feb 25, 2023

Conversation

SurFlurer
Copy link
Contributor

@SurFlurer SurFlurer commented Feb 24, 2023

Summary

Bugfixes "Correctly handle liquid's birthday when stored into standing tanks"

Purpose of change

Fix #63728

Describe the solution

Instead of using calender::turn_zero as the birthday, inherit the birthday of the liquid.

Describe alternatives you've considered

None.

Testing

Actually fixes #63728 , and there's no impact on the liquid's rotting process. All tests passed.

Additional context

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) json-styled JSON lint passed, label assigned by github actions labels Feb 24, 2023
@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Feb 24, 2023
@kevingranade kevingranade merged commit 98ccdc6 into CleverRaven:master Feb 25, 2023
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 <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standing tanks can instantly finish fermenting/blanching process
2 participants