From bb1242402e1c2066bf53cc83ae8452622e203fcb Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:49:56 +0800 Subject: [PATCH] Fix: Remove DORM_RED_DOT check, as dorm card has a slow appear animation --- module/dorm/dorm.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/module/dorm/dorm.py b/module/dorm/dorm.py index 109ad61f8..0496c5c8a 100644 --- a/module/dorm/dorm.py +++ b/module/dorm/dorm.py @@ -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