mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Accidentally exit fort in meow_chores
This commit is contained in:
@@ -28,6 +28,12 @@ class MeowfficerFort(MeowfficerBase):
|
|||||||
else:
|
else:
|
||||||
self.device.screenshot()
|
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 \
|
if self.appear(MEOWFFICER_FORT_GET_XP_1) or \
|
||||||
self.appear(MEOWFFICER_FORT_GET_XP_2):
|
self.appear(MEOWFFICER_FORT_GET_XP_2):
|
||||||
check_timer.reset()
|
check_timer.reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user