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
An 'a' in the dungeon represents one apple, but two are added to the inventory when you walk over it.
T: Inf | HP: 10 | $: 0 | a: 2 Collected apple (+1 a)
The text was updated successfully, but these errors were encountered:
It's because the apple-collection if statement appears twice in the start_game() loop.
if
start_game()
Sorry, something went wrong.
Fix apple bug, close #31; fix battle bug, close #29
29b5d94
Fix collision and apple bugs (#33)
3b7c61c
* Remove battle bug, introduce new battle bug * Fix apple bug, close #31; fix battle bug, close #29 * Update setup-r to v2 * update setup-r to v2 in tests and check * Update setup-r-dependencies to v2
Successfully merging a pull request may close this issue.
An 'a' in the dungeon represents one apple, but two are added to the inventory when you walk over it.
The text was updated successfully, but these errors were encountered: