mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Add: [EN] GET_MEOWFFICER_ITEMS_2, possible two row acquired items
Opt: [EN] GET_MEOWFFICER_ITEMS_1 rename from original to indicate one row acquired items TODO: [CN, JP, TW] Replace GET_MEOWFFICER_ITEMS_*
This commit is contained in:
@@ -13,7 +13,10 @@ class MapEventHandler(InfoHandler):
|
||||
if self.appear(GET_ADAPTABILITY, interval=2):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
if self.appear(GET_MEOWFFICER_ITEMS, interval=2):
|
||||
if self.appear(GET_MEOWFFICER_ITEMS_1, interval=2):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
if self.appear(GET_MEOWFFICER_ITEMS_2, interval=2):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user