1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

perf: momotalk

This commit is contained in:
RedDeadDepresso
2024-01-03 23:51:36 +00:00
committed by YoursFunny
parent a627f76197
commit ee87f92252
2 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class MomoTalk(MomoTalkUI):
return MomoTalkStatus.OPEN
case MomoTalkStatus.STORY:
if self.skip_story():
return MomoTalkStatus.OPEN
return MomoTalkStatus.CHAT
case MomoTalkStatus.FINISHED:
return status
case _: