From edcda840c576b34a6ab5e972a1c43777e7e1d854 Mon Sep 17 00:00:00 2001 From: guoh064 <50830808+guoh064@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:54:35 +0800 Subject: [PATCH] Fix: slower boss_goto to avoid early exit to update_os --- module/os/fleet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/os/fleet.py b/module/os/fleet.py index e2cec213a..4417f8719 100644 --- a/module/os/fleet.py +++ b/module/os/fleet.py @@ -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: