Skip to content

Commit

Permalink
修正杜鹃花形活动在助战选择失败返回后的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-bilibili committed May 22, 2022
1 parent 2f27640 commit ad78258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floatUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -7665,7 +7665,7 @@ function algo_init() {
click(convertCoords(clickSets.back));
find(string.support, parseInt(limit.timeout));
}
if (findID("questLinkList") || findID("questWrapTitle")) {
if (findID("questLinkList") || findID("questWrapTitle") || match(string.regex_event_branch)) {
//助战选择失败后会点击返回
//这里不检测BATTLE文字是否出现,避免叫做“BATTLE”的恶搞玩家名干扰
state = STATE_MENU;
Expand Down

0 comments on commit ad78258

Please sign in to comment.