/ ‘grepolis.user.js’
This commit is contained in:
parent
dbbd6f3ef4
commit
e60c534582
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// @match http://*.grepolis.com/game/*
|
// @match http://*.grepolis.com/game/*
|
||||||
//
|
//
|
||||||
// @version 1.0.23
|
// @version 1.0.24
|
||||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
@ -99,7 +99,7 @@
|
|||||||
function getWaresFromFarm(xGetWaresButton, xFarmId) {
|
function getWaresFromFarm(xGetWaresButton, xFarmId) {
|
||||||
if(xMood > 80)
|
if(xMood > 80)
|
||||||
{
|
{
|
||||||
w(xGetWaresButton).call('claimLoad', xFarmId.toString(), 'dobule', 300);
|
w(xGetWaresButton).call('claimLoad', xFarmId.toString(), 'double', 300);
|
||||||
} else {
|
} else {
|
||||||
w(xGetWaresButton).call('claimLoad', xFarmId.toString(), 'normal', 300);
|
w(xGetWaresButton).call('claimLoad', xFarmId.toString(), 'normal', 300);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user