mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
fix
This commit is contained in:
parent
bf1033f464
commit
ae3ed58aef
@ -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':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user