Skip to content

Commit

Permalink
fix: 修复偶现吃糖卡住的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Mar 2, 2024
1 parent 9b94360 commit 29920c8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions assets/resource/base/pipeline/eat_candy.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"action": "Click",
"next": [
"EatCandyConfirm",
"MiniCandy24HNotEnough"
"MiniCandy24HNotEnough",
"EatMiniCandy24H"
]
},
"EatSmallCandy24H": {
Expand All @@ -92,7 +93,8 @@
"action": "Click",
"next": [
"EatCandyConfirm",
"SmallCandy24HNotEnough"
"SmallCandy24HNotEnough",
"EatSmallCandy24H"
]
},
"EatBigCandy24H": {
Expand All @@ -107,7 +109,8 @@
"action": "Click",
"next": [
"EatCandyConfirm",
"BigCandy24HNotEnough"
"BigCandy24HNotEnough",
"EatBigCandy24H"
]
},
"EatCandyConfirm": {
Expand Down

0 comments on commit 29920c8

Please sign in to comment.