Notification for sleep mode

This commit is contained in:
Andrew Tomaka 2015-04-14 13:27:04 -04:00
parent e06c4c1558
commit 39d58f3c23

2
bot.js
View file

@ -322,10 +322,12 @@ function botToggleUI() {
function botToggleSleep() {
if(botSleeping) {
console.log('Stopping sleep mode');
botFightRandom = true;
botFightGlobal = true;
botSleeping = false;
} else {
console.log('Starting sleep mode');
botFightRandom = false;
botFightGlobal = false;
botBuySlimes = false;