1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 08:01:30 +08:00

Fix: Skip NPC character when entering first ship in dock (#4725, #3678)

This commit is contained in:
LmeSzinc
2025-04-11 01:44:50 +08:00
parent 6c88930b43
commit ea4a73ff24
6 changed files with 64 additions and 9 deletions

View File

@@ -54,9 +54,7 @@ class Enhancement(Dock):
if self.appear(DOCK_EMPTY, offset=(30, 30)):
return False
self.ship_info_enter(
CARD_GRIDS[(0, 0)], check_button=SHIP_DETAIL_CHECK, long_click=False)
return True
return self.dock_enter_first()
def _enhance_quit(self):
"""