1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Merge pull request #1813 from Horizon101011/dockScanner

Opt: Decrease retire level threshold; Print all candidate ships
This commit is contained in:
LmeSzinc
2022-11-03 23:33:24 +08:00
committed by GitHub
2 changed files with 15 additions and 8 deletions

View File

@@ -281,7 +281,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
self.dock_favourite_set(False)
scanner = ShipScanner(
rarity='common', fleet=0, status='free', level=(30, 100))
rarity='common', fleet=0, status='free', level=(24, 100))
scanner.disable('emotion')
total = 0