Fix: handle story skip in emotion withdraw

This commit is contained in:
LmeSzinc 2023-10-29 23:10:49 +08:00
parent f4277912cb
commit ab014c86a7

View File

@ -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