1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: shop infrastructure update; update currency call

This commit is contained in:
nEEtdo0d 2022-01-19 21:43:12 -05:00
parent bd4f878504
commit 2b928a7ae8
2 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
self.gacha_flush_queue()
# OCR Gold and Cubes
self.shop_get_currency(key='general')
self.shop_currency()
self.build_cube_count = OCR_BUILD_CUBE_COUNT.ocr(self.device.image)
# Transition to appropriate target construction pool

View File

@ -140,7 +140,7 @@ class RewardShipyard(ShipyardUI, GeneralShop):
# Retrieve information from page_main instead
if not self.ui_page_appear(page_main):
self.ui_goto_main()
self.shop_get_currency(key='general')
self.shop_currency()
self.ui_ensure(page_shipyard)
if not self.shipyard_set_focus(series=series, index=index) \