mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Clicking get items when is in map in OS semi auto
This commit is contained in:
@@ -5,6 +5,9 @@ from module.os_handler.assets import *
|
||||
|
||||
class MapEventHandler(InfoHandler):
|
||||
def handle_map_get_items(self):
|
||||
if self.appear(IN_MAP):
|
||||
return False
|
||||
|
||||
if self.appear(GET_ITEMS_1, interval=2) \
|
||||
or self.appear(GET_ITEMS_2, interval=2) \
|
||||
or self.appear(GET_ITEMS_3, interval=2):
|
||||
|
||||
Reference in New Issue
Block a user