The calculation used by the game for "Five-finger discount" is slightly incorrect. The description promises "All upgrades are 1% cheaper per 100 cursors", however the actual code for the game uses the formula 1-0.99^(CursorNum/100), which leads to a slightly smaller discount than expected. For example at 200 cursors the discount should be 2% from the description, but the game will only use 1.99%.
0
Comments