mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Opt: New category type '?' allows ALAS to choose random, configurable ship count check
This commit is contained in:
@@ -249,8 +249,7 @@ class Enhancement(Dock):
|
||||
logger.hr(f'Dock Empty by ship type {ship_type}')
|
||||
continue
|
||||
|
||||
# current_count = self.config.ENHANCE_CHECK_PER_CATEGORY
|
||||
current_count = 2
|
||||
current_count = self.config.ENHANCE_CHECK_PER_CATEGORY
|
||||
while 1:
|
||||
choose_result, current_count = self._enhance_choose(ship_count=current_count)
|
||||
if not choose_result:
|
||||
|
||||
Reference in New Issue
Block a user