mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-04 02:14:50 +08:00
Merge remote-tracking branch 'origin/master' into app
This commit is contained in:
@@ -108,6 +108,12 @@ class RewardDorm(UI):
|
|||||||
if self.ui_additional():
|
if self.ui_additional():
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# DORM_CHECK on screen before attempt
|
||||||
|
# Stacked popup may fail detection as
|
||||||
|
# may be in progress of appearing
|
||||||
|
if not self.appear(DORM_CHECK):
|
||||||
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
# - If max _dorm_receive_attempt (3+) reached
|
# - If max _dorm_receive_attempt (3+) reached
|
||||||
# - If _dorm_receive_click returns 0 (no coins/loves clicked)
|
# - If _dorm_receive_click returns 0 (no coins/loves clicked)
|
||||||
|
|||||||
Reference in New Issue
Block a user