mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Handle map event in map order enter
This commit is contained in:
@@ -22,7 +22,7 @@ class MapOrderHandler(MapOperation, ActionPointHandler, MapEventHandler, ZoneMan
|
||||
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, retry_wait=2)
|
||||
skip_first_screenshot=True, additional=self.handle_map_event, retry_wait=2)
|
||||
|
||||
def order_quit(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user