Skip to content

Commit

Permalink
chore: text
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmusen214 committed Aug 2, 2024
1 parent 85d8d04 commit 983c3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/AllTask/SubTask/FightQuest.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def on_run(self) -> None:
break
else:
logging.info({"zh_CN": "无法匹配右上暂停", "en_US": "Cannot match the upper right fight pause"})
logging.warn({"zh_CN": "请确认游戏设置:战斗时上下黑边 为 关", "en_US": "Please confirm the game settings: Black edges during battle are off"})
# 2. 如果是剧情,跳过剧情
if match(button_pic(ButtonName.BUTTON_STORY_MENU)):
logging.info({"zh_CN": "剧情中...", "en_US": "In the plot..."})
Expand Down

0 comments on commit 983c3ca

Please sign in to comment.