#constellation bugs out when above 53%
1 messages · Page 1 of 1 (latest)
This is called floating point error
basically as numbers get bigger and bigger, the game is *barely * off of the correct output
but why didn't thunk choose to display up to 1 decimal for jokers with 1 decimal increments
cuz it takes more code to display less numbers
but yeah, thunk should probably hide that from the user
(or change how the incrementing is implemented)
mhm like integer increments but always divided by 10 in the final calculation