mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 20:43:33 +08:00
Fix: Clicking at the PLUS button of gems when receiving ships from gacha
This commit is contained in:
@@ -194,6 +194,8 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
|
|||||||
# and end up in Gacha/Build page
|
# and end up in Gacha/Build page
|
||||||
confirm_timer = Timer(1, count=2).start()
|
confirm_timer = Timer(1, count=2).start()
|
||||||
confirm_mode = True # Drill, Lock Ship
|
confirm_mode = True # Drill, Lock Ship
|
||||||
|
# Clear button offset, or will click at the PLUS button of gems or HOME button
|
||||||
|
STORY_SKIP.clear_offset()
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
skip_first_screenshot = False
|
skip_first_screenshot = False
|
||||||
|
|||||||
Reference in New Issue
Block a user