Skip to content

Commit

Permalink
fix: 修复命中SOD_Ending任务后卡死SOD_Main任务的情况
Browse files Browse the repository at this point in the history
fix #268
  • Loading branch information
Windsland52 committed Dec 8, 2024
1 parent 7986be7 commit 9448ef1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,15 @@
],
"action": "Click",
"count": 9,
"post_delay": 1500,
"post_wait_freezes": {
"time": 300,
"target": [
0,
324,
106,
319
]
},
"next": [
"SOD_EndingSelecct",
"SOD_Departure",
Expand All @@ -2676,7 +2684,15 @@
192
],
"action": "Click",
"post_delay": 1500,
"post_wait_freezes": {
"time": 300,
"target": [
0,
324,
106,
319
]
},
"next": [
"SOD_EndingSelecct",
"SOD_Departure",
Expand Down

0 comments on commit 9448ef1

Please sign in to comment.