fix
This commit is contained in:
@@ -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')) break;
|
if ($.gridType && ($.gridType === 'boom' || $.gridType === 'road_block' || $.gridType === 'scan_good')) break;
|
||||||
await $.wait(3000);
|
await $.wait(3000);
|
||||||
switch ($.gridType) {
|
switch ($.gridType) {
|
||||||
case 'give_dice':
|
case 'give_dice':
|
||||||
|
|||||||
Reference in New Issue
Block a user