1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-15 04:29:25 +08:00

Fix: Timer _story_confirm conflict with STORY_SKIP timer

This commit is contained in:
LmeSzinc
2022-08-05 23:41:00 +08:00
parent 771debd24d
commit e27ebbfab3

View File

@@ -318,6 +318,8 @@ class InfoHandler(ModuleBase):
self._story_confirm.reset()
self.story_popup_timeout.reset()
return True
else:
self.interval_clear(STORY_SKIP)
else:
self._story_confirm.reset()
if self.appear_then_click(GAME_TIPS, offset=(20, 20), interval=2):