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

You need 501 cowbells instead of 500 to buy an extra milkbottle #19

Open
toams opened this issue May 5, 2019 · 0 comments
Open

You need 501 cowbells instead of 500 to buy an extra milkbottle #19

toams opened this issue May 5, 2019 · 0 comments

Comments

@toams
Copy link

toams commented May 5, 2019

This condition:
if (price < global.saved_cowbells):
is only true if you have 501 or more cowbells.
changing this in something like
if (global.saved_cowbells >= price):
will fix this

(I'm to lazy to clone and figure out how to build to test this fix myself sorry 😃 )

@toams toams changed the title you need 501 cowbells instead of 500 to buy an extra milkbottle You need 501 cowbells instead of 500 to buy an extra milkbottle May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant