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

Progress update while heating food #57598

Merged
merged 1 commit into from
May 11, 2022

Conversation

RoyBerube
Copy link
Contributor

Summary

Interface "Progress update while heating food"

Purpose of change

Fixes #57472

Heating up food had no progress update. Large batches can take a very long time without knowing when it will end.

Describe the solution

Added ACT_HEATING to the list of activities that get updates.

Describe alternatives you've considered

Converting it to an activity actor. Not necessary at this time.

Testing

Heated up large stacks of food. Progress bar percentage gradually increased from 0% to 100%.

Additional context

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels May 10, 2022
@dseguin dseguin merged commit 9b1541e into CleverRaven:master May 11, 2022
@RoyBerube RoyBerube deleted the heating-food-updates branch May 11, 2022 02:20
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 [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Heating up food takes an unknown amount of time
2 participants