diff --git a/grepolis.user.js b/grepolis.user.js index e346dbf..5de0f1a 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.1.33 +// @version 1.1.34 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -202,7 +202,7 @@ if(Game.town_id != xTownId) { Game.townId = xTownId; } - if(xMood >= 80) { + if(xMood-6 > 80) { log("Plündere " + xFarmId + " @ Mood: " + xMood); xWindow.call('claimLoad', xFarmId.toString(), 'double', 300); return 300;