mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: More edge cases in OpSi detection
Fix: Retry after handle_retirement() in OpSi Fix: Stuck after getting OS auto search reward Fix: Handle AUTO_SEARCH_REWARD at map detection Set all offset of AUTO_SEARCH_REWARD to (50, 50) Fix: Accidentally entered globe map in wait_until_walk_stable()
This commit is contained in:
@@ -287,6 +287,12 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
else:
|
||||
continue
|
||||
|
||||
# Accident click
|
||||
if self.is_in_globe():
|
||||
self.os_globe_goto_map()
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
# Enemy searching
|
||||
if not enemy_searching_appear and self.enemy_searching_appear():
|
||||
enemy_searching_appear = True
|
||||
|
||||
Reference in New Issue
Block a user