mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 19:17:21 +08:00
Upd: delete gg_handler
This commit is contained in:
@@ -291,17 +291,16 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
|
||||
# Go to Gacha
|
||||
self.ui_goto_gacha()
|
||||
|
||||
# OCR Gold and Cubes
|
||||
self.device.screenshot()
|
||||
self.shop_currency()
|
||||
self.build_cube_count = OCR_BUILD_CUBE_COUNT.ocr(self.device.image)
|
||||
|
||||
# Flush queue of any pre-existing
|
||||
# builds to ensure starting fresh
|
||||
# Upon exit, expected to be in
|
||||
# main Build page
|
||||
self.gacha_flush_queue()
|
||||
|
||||
# OCR Gold and Cubes
|
||||
self.shop_currency()
|
||||
self.build_cube_count = OCR_BUILD_CUBE_COUNT.ocr(self.device.image)
|
||||
|
||||
# Transition to appropriate target construction pool
|
||||
# Returns appropriate costs for gacha as well
|
||||
actual_pool = self.gacha_goto_pool(self.config.Gacha_Pool)
|
||||
|
||||
Reference in New Issue
Block a user