mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: 修复一些bug
- 修复了日常结束后不收菜的问题 - 修复登录 - 增加不能使用潜艇的地图的覆盖设置 - 修复了因图片不更新导致二队不会跳过阵容检查的问题 - 修复了一些过场图导致进入战斗判断错误的问题
This commit is contained in:
@@ -48,11 +48,11 @@ class Fleet(Camera, AmbushHandler, MysteryHandler, MapOperation):
|
||||
self.fleet_switch_click()
|
||||
self.fleet_current_index = 1 if self.fleet_current_index == 2 else 2
|
||||
self.camera = self.fleet_current
|
||||
self.handle_strategy(index=self.fleet_current_index)
|
||||
self.update()
|
||||
self.find_path_initial()
|
||||
self.map.show_cost()
|
||||
self.show_fleet()
|
||||
self.handle_strategy(index=self.fleet_current_index)
|
||||
|
||||
def switch_to(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user