mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 12:29:03 +08:00
Fix: Continue gacha even if UR exchange point is full (#3582)
This commit is contained in:
@@ -68,6 +68,10 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
|
|||||||
ocr_submit = OCR_BUILD_SUBMIT_WW_COUNT
|
ocr_submit = OCR_BUILD_SUBMIT_WW_COUNT
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
# Continue gacha even if UR exchange point is full
|
||||||
|
if self.handle_popup_confirm('GACHA_PREP'):
|
||||||
|
confirm_timer.reset()
|
||||||
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.appear(BUILD_PLUS, offset=index_offset) \
|
if self.appear(BUILD_PLUS, offset=index_offset) \
|
||||||
|
|||||||
Reference in New Issue
Block a user