mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: 修复一些bug
- 修复了收完菜后不重新检查潜艇的问题 - 修复了使用潜艇时, 经验结算卡住的问题 - 调整了日常委托和教材类委托的权重, 不然一天下来, 日常委托做不完
This commit is contained in:
@@ -314,3 +314,8 @@ class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
def fleet_checked_reset(self):
|
||||
self.map_fleet_checked = False
|
||||
self.fleet_1_formation_fixed = False
|
||||
self.fleet_2_formation_fixed = False
|
||||
|
||||
Reference in New Issue
Block a user