mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-28 22:59:05 +08:00
Opt: limit bruteforce clicking timer after coalition battle
This commit is contained in:
@@ -19,7 +19,7 @@ class CoalitionCombat(CoalitionUI, CampaignBase):
|
|||||||
logger.info('Coalition combat re-enter')
|
logger.info('Coalition combat re-enter')
|
||||||
status_clicked = False
|
status_clicked = False
|
||||||
click_timer = Timer(0.3)
|
click_timer = Timer(0.3)
|
||||||
click_last = Timer(2)
|
click_last = Timer(1, count=3)
|
||||||
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