diff --git a/grepolis.user.js b/grepolis.user.js index 0559610..0708049 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.1.8 +// @version 1.1.9 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -71,7 +71,7 @@ town_countdown.textContent = "" + towns[town_id] + ":"; timerWindow.append(town_countdown); farm_ids[town_id].forEach(function(xFarmId) { - var tmout = 5000 + rand(5); + var tmout = 20000 + rand(10); setTimeout(getWaresTick(town_id, xFarmId), tmout); var tmoutId = 'farm-' + xFarmId $(town_countdown).append(', ');