1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-16 08:03:32 +08:00

Fix: Entered wrong sub-page in meowfficer (fixed #1513)

This commit is contained in:
LmeSzinc
2022-08-21 00:05:42 +08:00
parent eb1e43dd52
commit 190d934538
4 changed files with 36 additions and 10 deletions

View File

@@ -72,8 +72,7 @@ class MeowfficerFort(MeowfficerBase):
logger.hr('Meowfficer fort', level=1)
# Enter MEOWFFICER_FORT window
self.ui_click(MEOWFFICER_FORT_ENTER, check_button=MEOWFFICER_FORT_CHECK, additional=self.meow_additional,
retry_wait=3, confirm_wait=0, skip_first_screenshot=True)
self.meow_enter(MEOWFFICER_FORT_ENTER, check_button=MEOWFFICER_FORT_CHECK)
# Perform fort chore operations
self.meow_chores()