Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I just noticed that my MW are increasing about 10x slower than my displayed rate implies they should... okay, I've narrowed it down to two causes: 1) the "income is always based on max income" upgrade is bugged to reduce income by a factor of 2.5, and 2) my browser appears to be throttling the game's setInterval by a factor of 5.

The throttling is probably happening because the game is running my CPU at 100%.  In any case, the solution to the throttling is to calculate income based on actual time passed (from the system clock) rather than on the intended time between ticks.