mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: Timer _story_confirm conflict with STORY_SKIP timer
This commit is contained in:
@@ -318,6 +318,8 @@ class InfoHandler(ModuleBase):
|
|||||||
self._story_confirm.reset()
|
self._story_confirm.reset()
|
||||||
self.story_popup_timeout.reset()
|
self.story_popup_timeout.reset()
|
||||||
return True
|
return True
|
||||||
|
else:
|
||||||
|
self.interval_clear(STORY_SKIP)
|
||||||
else:
|
else:
|
||||||
self._story_confirm.reset()
|
self._story_confirm.reset()
|
||||||
if self.appear_then_click(GAME_TIPS, offset=(20, 20), interval=2):
|
if self.appear_then_click(GAME_TIPS, offset=(20, 20), interval=2):
|
||||||
|
|||||||
Reference in New Issue
Block a user