1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-06-13 12:47:25 +08:00

Fix: slower boss_goto to avoid early exit to update_os

This commit is contained in:
guoh064
2026-06-04 09:54:35 +08:00
committed by LmeSzinc
parent fd423cc256
commit edcda840c5

View File

@@ -675,7 +675,7 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
# Wait until arrived
# Having new screenshots
self.wait_until_walk_stable(confirm_timer=Timer(1.5, count=4), walk_out_of_step=False, drop=drop)
self.wait_until_walk_stable(confirm_timer=Timer(4, count=6), walk_out_of_step=False, drop=drop)
def get_boss_leave_button(self):
for grid in self.view: