This commit is contained in:
wisz2021
2021-05-21 10:09:08 +08:00
parent ae3ed58aef
commit 6532e3afb1

View File

@ -137,7 +137,7 @@ async function jump() {
while ($.oneJumpInfo.userInfo.diceLeft > 0 && flag) { while ($.oneJumpInfo.userInfo.diceLeft > 0 && flag) {
//丢骰子 //丢骰子
await throwDice(); await throwDice();
if ($.gridType && ($.gridType === 'boom' || $.gridType === 'road_block' || $.gridType === 'scan_good')) break; if ($.gridType && ($.gridType === 'boom' || $.gridType === 'road_block' || $.gridType === 'scan_good' || $.gridType === 'add_cart')) break;
await $.wait(3000); await $.wait(3000);
switch ($.gridType) { switch ($.gridType) {
case 'give_dice': case 'give_dice':
@ -159,7 +159,6 @@ async function jump() {
case 'follow_channel': case 'follow_channel':
case 'scan_good': case 'scan_good':
case 'add_cart': case 'add_cart':
break;
case 'join_member': case 'join_member':
case 'boom': case 'boom':
case 'road_block': case 'road_block':