Just click them both

This commit is contained in:
Andrew Tomaka 2016-05-26 10:27:25 -04:00
parent 719f661556
commit 3b9553b365

View file

@ -40,11 +40,8 @@ function mainLoop() {
botLastRandom = botTimestamp(); botLastRandom = botTimestamp();
break; break;
case 'Are you sure?': case 'Are you sure?':
if(botDropping) { clickButton('Drop Item');
clickButton('Drop Item'); clickButton('Activate Item');
} else {
clickButton('Activate Item');
}
break; break;
case 'ARE YOU SURE?': case 'ARE YOU SURE?':
case 'CONFIRM PURCHASE': case 'CONFIRM PURCHASE':