1
0
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:
LmeSzinc
2021-12-11 11:54:36 +08:00
parent a612f2054d
commit 6cce7a4e33

View File

@@ -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):
"""