Add new pop-up handler
This commit is contained in:
parent
60b40bd394
commit
8624e5e421
1 changed files with 2 additions and 1 deletions
3
bot.js
3
bot.js
|
@ -9,7 +9,7 @@ var botFightingGlobalBoss = false;
|
|||
var botBuySlimes = false;
|
||||
var botFightGlobal = true;
|
||||
var botRaidTarget = null;
|
||||
var botLastRandom;
|
||||
var botLastRandom = 0;
|
||||
|
||||
function mainLoop() {
|
||||
if($('#popup').is(':visible')) {
|
||||
|
@ -54,6 +54,7 @@ function mainLoop() {
|
|||
case 'Lobby closed':
|
||||
case 'Wait':
|
||||
case 'ACTIVITY FAILED!':
|
||||
case 'Game in progress':
|
||||
clickButton('CONTINUE');
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue