CookieMonsterTeam / CookieMonster

Addon for Cookie Clicker that offers a wide range of tools and statistics to enhance the game
MIT License
488 stars 200 forks source link

Fix buying with block protection & exact cookies #1142

Closed costas-basdekis closed 1 year ago

costas-basdekis commented 1 year ago

The check was wrong, since it wouldn't allow you to buy a building for the exact amount of cookies in your bank, for example when you're trying to buy your first cursor after clicking exactly 15 times.

DanielNoord commented 1 year ago

You'll need to rebuild the final file. This is not set up in the CI to be done automatically sadly.

costas-basdekis commented 1 year ago

Thanks @DanielNoord, I have now rebuilt with npm run build-dev

DanielNoord commented 1 year ago

Could you also build with npm run build? That way those users that don't use the dev version will also get this fix!

costas-basdekis commented 1 year ago

I run npm run build-final (there wasn't a build command)

DanielNoord commented 1 year ago

I run npm run build-final (there wasn't a build command)

It has been quite some time since I built this myself :sweat_smile: Thanks!