We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After the end of a level, the day count will not increment by 1 if the order of key presses is incorrect.
Steps to reproduce the behaviour:
Once the moral decision is cleared from the players screen, the day should only increment by 1. (could also prompt player to click the correct order)
Add any other context about the problem here.
To temporarily fix it, the key order 'p', 'p', 'm', must be followed:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
After the end of a level, the day count will not increment by 1 if the order of key presses is incorrect.
How To Reproduce
Steps to reproduce the behaviour:
Expected Behaviour
Once the moral decision is cleared from the players screen, the day should only increment by 1.
(could also prompt player to click the correct order)
Screenshots
Additional Context
Add any other context about the problem here.
Temporary Fix
To temporarily fix it, the key order 'p', 'p', 'm', must be followed:
The text was updated successfully, but these errors were encountered: