mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: medal shop get stuck when buy bulin >5 (#2194)
This commit is contained in:
parent
d6f0915ad6
commit
9e21688d8e
@ -5,7 +5,7 @@ from module.base.button import ButtonGrid
|
||||
from module.base.decorator import cached_property
|
||||
from module.base.filter import Filter
|
||||
from module.base.timer import Timer
|
||||
from module.combat.assets import GET_ITEMS_1, GET_SHIP
|
||||
from module.combat.assets import GET_ITEMS_1, GET_SHIP, GET_ITEMS_3
|
||||
from module.logger import logger
|
||||
from module.shop.assets import *
|
||||
from module.shop.shop_select_globals import *
|
||||
@ -189,6 +189,9 @@ class ShopBase(ModuleBase):
|
||||
if self.appear(GET_ITEMS_1, interval=1):
|
||||
self.device.click(SHOP_CLICK_SAFE_AREA)
|
||||
return True
|
||||
if self.appear(GET_ITEMS_3, interval=1):
|
||||
self.device.click(SHOP_CLICK_SAFE_AREA)
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user