mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 23:57:23 +08:00
Fix: Handle AUTO_SEARCH_REWARD in action_point_enter()
This commit is contained in:
@@ -344,6 +344,8 @@ class ActionPointHandler(UI, MapEventHandler):
|
|||||||
continue
|
continue
|
||||||
if self.handle_map_event():
|
if self.handle_map_event():
|
||||||
continue
|
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):
|
def action_point_set(self, zone=None, pinned=None, cost=None, keep_current_ap=True):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user