mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-11 02:44:31 +08:00
Fix: slower boss_goto to avoid early exit to update_os
This commit is contained in:
@@ -675,7 +675,7 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
|||||||
|
|
||||||
# Wait until arrived
|
# Wait until arrived
|
||||||
# Having new screenshots
|
# 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):
|
def get_boss_leave_button(self):
|
||||||
for grid in self.view:
|
for grid in self.view:
|
||||||
|
|||||||
Reference in New Issue
Block a user