mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 12:47:13 +08:00
Fix: outdated ash beacon logger
This commit is contained in:
@@ -92,6 +92,7 @@ class AshCombat(Combat):
|
|||||||
|
|
||||||
# If ash beacon is outdated, game with exit preparation page and return to beacon select page
|
# If ash beacon is outdated, game with exit preparation page and return to beacon select page
|
||||||
if self.appear(ASH_START, offset=(30, 30)):
|
if self.appear(ASH_START, offset=(30, 30)):
|
||||||
|
logger.info("Failed to start this ash beacon combat, select another beacon.")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user