mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Submarine daily index when daily skip is not unlocked
This commit is contained in:
parent
929f6494e5
commit
3f91c91ec4
@ -189,7 +189,7 @@ class Daily(Combat, DailyEquipment):
|
||||
result = self.daily_enter(button)
|
||||
if not result:
|
||||
break
|
||||
if self.daily_current == 2:
|
||||
if self.daily_current == self.supply_line_disruption_index:
|
||||
logger.info('Submarine daily skip not unlocked, skip')
|
||||
self.ui_click(click_button=BACK_ARROW, check_button=daily_enter_check, skip_first_screenshot=True)
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user