mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-19 01:49:32 +08:00
Fix: Handle STORY_CLOSE after B3
This commit is contained in:
@@ -419,6 +419,9 @@ class InfoHandler(ModuleBase):
|
||||
if self.appear_then_click(GAME_TIPS, offset=(20, 20), interval=2):
|
||||
self.story_popup_timeout.reset()
|
||||
return True
|
||||
if self.appear_then_click(STORY_CLOSE, offset=(10, 10), interval=2):
|
||||
self.story_popup_timeout.reset()
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user