defaults
This commit is contained in:
parent
a3ed4d1da0
commit
e99ae04e07
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ var botFightingGlobalBoss = false;
|
||||||
var botBuySlimes = false;
|
var botBuySlimes = false;
|
||||||
var botBuyWorkers = false;
|
var botBuyWorkers = false;
|
||||||
var botFightGlobal = true;
|
var botFightGlobal = true;
|
||||||
var botFightRandom = true;
|
var botFightRandom = false;
|
||||||
var botSpendBossCoins = true;
|
var botSpendBossCoins = true;
|
||||||
var botChatClear = true;
|
var botChatClear = true;
|
||||||
var botSaveSpears = true;
|
var botSaveSpears = false;
|
||||||
var botRaidTarget = null;
|
var botRaidTarget = null;
|
||||||
var botLastRandom = 0;
|
var botLastRandom = 0;
|
||||||
var botLastRaid = 0;
|
var botLastRaid = 0;
|
||||||
|
|
Loading…
Reference in a new issue