mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 04:45:03 +08:00
Fix: Increase max trial of ONE_CLICK_RETIREMENT
Game client on slow devices may take a long time to select ships in dock
This commit is contained in:
@@ -188,8 +188,8 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
|
|||||||
break
|
break
|
||||||
|
|
||||||
# Click
|
# Click
|
||||||
if click_count >= 3:
|
if click_count >= 7:
|
||||||
logger.warning('Failed to select ships using ONE_CLICK_RETIREMENT after 3 trial, '
|
logger.warning('Failed to select ships using ONE_CLICK_RETIREMENT after 7 trial, '
|
||||||
'probably because game bugged, a re-enter should fix it')
|
'probably because game bugged, a re-enter should fix it')
|
||||||
# Mark as retire finished, higher level will call retires
|
# Mark as retire finished, higher level will call retires
|
||||||
end = True
|
end = True
|
||||||
|
|||||||
Reference in New Issue
Block a user