mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Mission zone detection
- Fix: Mission quit condition and port quit condition - Fix: Detection of MISSION_FINISH in mission submit change to template matching
This commit is contained in:
@@ -27,7 +27,7 @@ class PortHandler(ShopHandler):
|
||||
in: PORT_CHECK
|
||||
out: IN_MAP
|
||||
"""
|
||||
self.ui_back(appear_button=PORT_CHECK, check_button=PORT_ENTER,
|
||||
self.ui_back(appear_button=PORT_CHECK, check_button=self.is_in_map,
|
||||
skip_first_screenshot=skip_first_screenshot)
|
||||
# Buttons at the bottom has an animation to show
|
||||
self.device.sleep(0.3)
|
||||
|
||||
Reference in New Issue
Block a user