mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 11:39:03 +08:00
Fix: Remove DORM_RED_DOT check, as dorm card has a slow appear animation
This commit is contained in:
parent
f31da700a0
commit
bb1242402e
@ -480,11 +480,12 @@ class RewardDorm(UI):
|
||||
|
||||
self.ui_ensure(page_dormmenu)
|
||||
self.handle_info_bar()
|
||||
if not self.appear(DORM_RED_DOT, offset=(30, 30)):
|
||||
logger.info('Nothing to collect. Dorm collecting skipped.')
|
||||
collect = False
|
||||
if not feed and not buy_furniture:
|
||||
return
|
||||
# 2025.10.17 Remove DORM_RED_DOT check, as dorm card has a slow appear animation
|
||||
# if not self.appear(DORM_RED_DOT, offset=(30, 30)):
|
||||
# logger.info('Nothing to collect. Dorm collecting skipped.')
|
||||
# collect = False
|
||||
# if not feed and not buy_furniture:
|
||||
# return
|
||||
self.ui_goto(page_dorm, skip_first_screenshot=True)
|
||||
|
||||
# Feed first to handle DORM_INFO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user