Full notes
Full Lhama Clicker update
Read the full published notes in a cleaner layout. The original post stays linked below.
Repeated intro
Hello everyone!
What changed
- Gameplay
Lhama Clicker changes
This is a small hotfix to address a bug that caused upgrade values to reach infinity after around 600 purchases.
✅ Bug fix:
Thanks to user Prof.Vaharrak, we discovered that the upgrade multiplier was using a float type, which has a maximum value of 3.402823466e+38. This was causing calculations to overflow and return Infinity.
The multiplier calculation now uses double, which supports values up to 1.79769E+308.
Additionally, a safety cap has been added to prevent values from exceeding 1.79769E+308, ensuring they never become infinite again.
Thank you again to Prof.Vaharrak for the report.
Source
Changelog.gg summarizes and formats this update. How we read updates.
