From ae3ed58aef7843da346e33ad5bc34c2120d75a29 Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Fri, 21 May 2021 10:06:52 +0800 Subject: [PATCH] fix --- jd_jump.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_jump.js b/jd_jump.js index 1cd8bb22..9719c106 100644 --- a/jd_jump.js +++ b/jd_jump.js @@ -137,7 +137,7 @@ async function jump() { while ($.oneJumpInfo.userInfo.diceLeft > 0 && flag) { //丢骰子 await throwDice(); - if ($.gridType && ($.gridType === 'boom' || $.gridType === 'road_block')) break; + if ($.gridType && ($.gridType === 'boom' || $.gridType === 'road_block' || $.gridType === 'scan_good')) break; await $.wait(3000); switch ($.gridType) { case 'give_dice':