Forum Discussion
1 year ago
You, my friend, just encountered one of the oldest coding bugs in the book, this game uses a 31-but coding system (from my deductions ofc, i’m not a game developer so don’t quote me on that) and when you reset your ascension points, it, for some reason, bugged, causing you to go to -1 ascension points. And ofc, the code can’t handle a negative number, so it resets it back to the highest 31 digit integer, which just so happens to be 2,147,483,647, causing your bug.