mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: No ship to enhance
- When there ship to enhance, but dock full, try one_click_retire - Fix retire SR ship when using one_click_retire
This commit is contained in:
@@ -36,7 +36,7 @@ class Dock(UI, Equipment):
|
||||
self.handle_dock_cards_loading()
|
||||
|
||||
def _dock_quit_check_func(self):
|
||||
return not self.appear(DOCK_CHECK)
|
||||
return not self.appear(DOCK_CHECK, offset=(20, 20))
|
||||
|
||||
def dock_quit(self):
|
||||
self.ui_back(check_button=self._dock_quit_check_func, skip_first_screenshot=True)
|
||||
|
||||
Reference in New Issue
Block a user