mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Beacon data reached the limit to hold but daily limit is not
This commit is contained in:
@@ -116,6 +116,9 @@ class OSAsh(UI, MapEventHandler):
|
||||
if daily >= 200:
|
||||
logger.info('Ash beacon fully collected today')
|
||||
self._ash_fully_collected = True
|
||||
elif status >= 200:
|
||||
logger.info('Ash beacon data reached the holding limit')
|
||||
self._ash_fully_collected = True
|
||||
|
||||
if status < 0:
|
||||
status = 0
|
||||
|
||||
Reference in New Issue
Block a user