mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 06:18:01 +08:00
Fix: enhance phase re-entered after fallback retire; DOCK_CHECK still detected
This commit is contained in:
@@ -125,7 +125,8 @@ class Retirement(Enhancement):
|
|||||||
|
|
||||||
def _retirement_quit(self):
|
def _retirement_quit(self):
|
||||||
def check_func():
|
def check_func():
|
||||||
return not self.appear(IN_RETIREMENT_CHECK)
|
return not self.appear(IN_RETIREMENT_CHECK) \
|
||||||
|
and not self.appear(DOCK_CHECK)
|
||||||
|
|
||||||
self.ui_back(check_button=check_func, skip_first_screenshot=True)
|
self.ui_back(check_button=check_func, skip_first_screenshot=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user