mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Accidentally exit fort in meow_chores
This commit is contained in:
@@ -28,6 +28,12 @@ class MeowfficerFort(MeowfficerBase):
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
# Accidentally exit fort
|
||||
if self.appear_then_click(MEOWFFICER_FORT_ENTER, offset=(20, 20), interval=3):
|
||||
check_timer.reset()
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
if self.appear(MEOWFFICER_FORT_GET_XP_1) or \
|
||||
self.appear(MEOWFFICER_FORT_GET_XP_2):
|
||||
check_timer.reset()
|
||||
|
||||
Reference in New Issue
Block a user