mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Do dorm feed first, then collect
This commit is contained in:
@@ -301,9 +301,8 @@ class RewardDorm(UI):
|
||||
return
|
||||
self.ui_goto(page_dorm, skip_first_screenshot=True)
|
||||
|
||||
if collect:
|
||||
self.dorm_collect()
|
||||
|
||||
# Feed first to handle DORM_INFO
|
||||
# DORM_INFO may cover dorm coins and loves
|
||||
if feed:
|
||||
self.ui_click(click_button=DORM_FEED_ENTER, appear_button=DORM_CHECK, check_button=DORM_FEED_CHECK,
|
||||
additional=self.ui_additional, retry_wait=3, skip_first_screenshot=True)
|
||||
@@ -311,6 +310,9 @@ class RewardDorm(UI):
|
||||
self.ui_click(click_button=DORM_FEED_ENTER, appear_button=DORM_FEED_CHECK, check_button=DORM_CHECK,
|
||||
skip_first_screenshot=True)
|
||||
|
||||
if collect:
|
||||
self.dorm_collect()
|
||||
|
||||
def run(self):
|
||||
"""
|
||||
Pages:
|
||||
|
||||
Reference in New Issue
Block a user