diff --git a/scripts/com.r2studio.TapTitans2/index.js b/scripts/com.r2studio.TapTitans2/index.js index e8ce7b8b..a8f36297 100644 --- a/scripts/com.r2studio.TapTitans2/index.js +++ b/scripts/com.r2studio.TapTitans2/index.js @@ -1017,7 +1017,8 @@ var GameAssistant = function () { console.log('we are not in game, try back 30 secs later'); sleep(30000); - keycode('BACK', 3500); + keycode('BACK', 30000); + console.log('back clicked, wait 30 secs for fairy reward loading') this.refreshScreen(); if (this.gInfo.fairyCollectReward.check(this._img)) { console.log('fairy reward collected'); diff --git a/scripts/com.r2studio.TapTitans2/index.zip b/scripts/com.r2studio.TapTitans2/index.zip index 6a31481a..8b1afa52 100644 Binary files a/scripts/com.r2studio.TapTitans2/index.zip and b/scripts/com.r2studio.TapTitans2/index.zip differ