mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: 修复和优化
- 纠正了5-3刷新数据 - 更改出错截图文件名为毫秒时间戳 - 修复了伏击出现时, 仍会识别队伍的情况 - 修复了不开启截图时获得紧急委托时不点击的情况
This commit is contained in:
@@ -123,7 +123,7 @@ class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
if self.handle_map_cat_attack():
|
||||
continue
|
||||
|
||||
if grid.predict_fleet():
|
||||
if self.is_in_map() and grid.predict_fleet():
|
||||
arrive_timer.start()
|
||||
arrive_unexpected_timer.start()
|
||||
if not arrive_timer.reached():
|
||||
|
||||
Reference in New Issue
Block a user