mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: 修复退役后出现行走超时的问题
This commit is contained in:
@@ -125,6 +125,12 @@ class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
result_mystery = mystery
|
||||
|
||||
# Combat
|
||||
if self.config.ENABLE_MAP_FLEET_LOCK and not self.is_in_map():
|
||||
if self.handle_retirement():
|
||||
self.map_offensive()
|
||||
walk_timeout.reset()
|
||||
if self.handle_combat_low_emotion():
|
||||
walk_timeout.reset()
|
||||
if self.combat_appear():
|
||||
self.combat(expected_end=self._expected_combat_end(expected), fleet_index=self.fleet_current_index)
|
||||
self.hp_get()
|
||||
|
||||
Reference in New Issue
Block a user