1
0
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:
LmeSzinc
2022-05-31 23:04:40 +08:00
parent f1e5420cc8
commit 01fd16c8bf
5 changed files with 23 additions and 5 deletions

View File

@@ -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