mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Faster retry on order_enter
This commit is contained in:
parent
5905127b5b
commit
e8945eca1f
@ -22,7 +22,7 @@ class MapOrderHandler(MapOperation, ActionPointHandler, EnemySearchingHandler, Z
|
||||
out: is_in_map_order
|
||||
"""
|
||||
self.ui_click(ORDER_ENTER, appear_button=self.is_in_map, check_button=self.is_in_map_order,
|
||||
skip_first_screenshot=True)
|
||||
skip_first_screenshot=True, retry_wait=2)
|
||||
|
||||
def order_quit(self):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user