mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:07:36 +08:00
Fix: handle story skip in emotion withdraw
This commit is contained in:
parent
f4277912cb
commit
ab014c86a7
@ -38,6 +38,8 @@ class GemsCampaignOverride(CampaignBase):
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.handle_story_skip():
|
||||
continue
|
||||
if self.handle_popup_cancel('IGNORE_LOW_EMOTION'):
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user