mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Fix: Daily skip, because after daily skip ends, AL go back to daily enter now
This commit is contained in:
@@ -151,6 +151,9 @@ class Daily(Reward, DailyEquipment):
|
||||
return False
|
||||
if self.info_bar_count():
|
||||
return False
|
||||
if self.appear(DAILY_ENTER_CHECK):
|
||||
if self.info_bar_count():
|
||||
return False
|
||||
if self.combat_appear():
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user