mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 13:45:34 +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
|
return False
|
||||||
if self.info_bar_count():
|
if self.info_bar_count():
|
||||||
return False
|
return False
|
||||||
|
if self.appear(DAILY_ENTER_CHECK):
|
||||||
|
if self.info_bar_count():
|
||||||
|
return False
|
||||||
if self.combat_appear():
|
if self.combat_appear():
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user