mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Fix: Rename GET_OS_STATUS to GET_ADAPTABILITY
This commit is contained in:
@@ -10,7 +10,7 @@ class MapEventHandler(InfoHandler):
|
||||
or self.appear(GET_ITEMS_3, interval=2):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
if self.appear(GET_OS_STATUS, interval=2):
|
||||
if self.appear(GET_ADAPTABILITY, interval=2):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
if self.appear(GET_MEOWFFICER_ITEMS, interval=2):
|
||||
|
||||
Reference in New Issue
Block a user