1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00

Fix: Continue gacha even if UR exchange point is full (#3582)

This commit is contained in:
LmeSzinc
2024-03-29 03:28:29 +08:00
parent c98a5a7ad9
commit 6c4b477000

View File

@@ -68,6 +68,10 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
ocr_submit = OCR_BUILD_SUBMIT_WW_COUNT
confirm_timer.reset()
continue
# Continue gacha even if UR exchange point is full
if self.handle_popup_confirm('GACHA_PREP'):
confirm_timer.reset()
continue
# End
if self.appear(BUILD_PLUS, offset=index_offset) \