mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
Fix: Accidentally exit fort in meow_chores
This commit is contained in:
parent
458986553a
commit
d018bb08ff
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user