mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Fix: 修复一些稀有bug
- 修复了镜头没对准导致舰队图标被UI挡住, 走路卡住的问题 - 增加了镜头重新对准至格子中心的方法 - 修复了运输船刷在BOSS点时, 以为打的是BOSS的情况
This commit is contained in:
@@ -64,6 +64,7 @@ class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
"""
|
||||
location = location_ensure(location)
|
||||
self.in_sight(location, sight=(-3, 0, 3, 2))
|
||||
self.focus_to_grid_center()
|
||||
grid = self.convert_map_to_grid(location)
|
||||
result_mystery = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user