mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: 修复
- 优化章节名OCR, 防止地图特效影响识别 - 修复等待精英移动 - 修复回到出击界面
This commit is contained in:
@@ -100,7 +100,7 @@ class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
arrived = False
|
||||
# Wait to confirm fleet arrived. It does't appear immediately if fleet in combat .
|
||||
add = self.config.MAP_SIREN_MOVE_WAIT * self.config.MAP_SIREN_COUNT \
|
||||
if not self.config.ENABLE_FAST_FORWARD else 0
|
||||
if self.config.MAP_HAS_MOVABLE_ENEMY and not self.config.ENABLE_FAST_FORWARD else 0
|
||||
arrive_timer = Timer(0.3 + add)
|
||||
arrive_unexpected_timer = Timer(1.5 + add)
|
||||
# Wait after ambushed.
|
||||
|
||||
Reference in New Issue
Block a user