|
|
|
|
|
by pdknsk
4739 days ago
|
|
In case anyone wants to accelerate the game slightly, but still play it as intended, set this in the Chrome console. window.Engine._incomeTimeout = setTimeout(Engine.collectIncome, 500) // default 1000 IMO it's not a cheat, because it just shortens somewhat tedious waiting early in the game, but doesn't alter it otherwise. |
|
function pushButtons(){if(!$("#gatherButton,#trapsButton").hasClass('disabled')){$("#gatherButton,#trapsButton").trigger('click');}}setInterval(pushButtons, 1000);