mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: fleet role settings is unlocked after clear mode
This commit is contained in:
parent
076996a76a
commit
c5908433bf
@ -313,7 +313,8 @@ class FastForwardHandler(AutoSearchHandler):
|
||||
return False
|
||||
if not self.is_call_submarine_at_boss:
|
||||
return False
|
||||
if not self.map_is_auto_search:
|
||||
# 2025.09.22, correct that fleet role settings is unlocked after clear mode
|
||||
if not self.map_is_clear_mode:
|
||||
logger.warning('Can not set submarine call because auto search not available, assuming disabled')
|
||||
logger.warning('Please do the followings: '
|
||||
'goto any stage -> auto search role -> set submarine role to standby')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user