mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 21:37:22 +08:00
Fix: Submarine daily index when daily skip is not unlocked
This commit is contained in:
@@ -189,7 +189,7 @@ class Daily(Combat, DailyEquipment):
|
|||||||
result = self.daily_enter(button)
|
result = self.daily_enter(button)
|
||||||
if not result:
|
if not result:
|
||||||
break
|
break
|
||||||
if self.daily_current == 2:
|
if self.daily_current == self.supply_line_disruption_index:
|
||||||
logger.info('Submarine daily skip not unlocked, skip')
|
logger.info('Submarine daily skip not unlocked, skip')
|
||||||
self.ui_click(click_button=BACK_ARROW, check_button=daily_enter_check, skip_first_screenshot=True)
|
self.ui_click(click_button=BACK_ARROW, check_button=daily_enter_check, skip_first_screenshot=True)
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user