mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-19 15:49:29 +08:00
Add: STORY_CHOOSE_LONG_3 to choose the first option
This commit is contained in:
@@ -145,6 +145,11 @@ class InfoHandler(ModuleBase):
|
||||
self.interval_reset(STORY_SKIP)
|
||||
self.interval_reset(STORY_LETTERS_ONLY)
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE_LONG_3, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
self.interval_reset(STORY_SKIP)
|
||||
self.interval_reset(STORY_LETTERS_ONLY)
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOSE_LONG, offset=True, interval=2):
|
||||
self.story_popup_timout.reset()
|
||||
self.interval_reset(STORY_SKIP)
|
||||
|
||||
Reference in New Issue
Block a user