1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 17:57:01 +08:00

Fix: Handle AUTO_SEARCH_REWARD in action_point_enter()

This commit is contained in:
LmeSzinc
2023-01-03 02:35:47 +08:00
parent 178b679256
commit 1c0425aa7b

View File

@@ -344,6 +344,8 @@ class ActionPointHandler(UI, MapEventHandler):
continue
if self.handle_map_event():
continue
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50)):
continue
def action_point_set(self, zone=None, pinned=None, cost=None, keep_current_ap=True):
"""