mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 23:09:24 +08:00
Fix: Click GET_CLUE faster and safer
This commit is contained in:
@@ -16,7 +16,7 @@ class HospitalUI(UI):
|
||||
Returns:
|
||||
bool: If clicked
|
||||
"""
|
||||
if self.appear_then_click(GET_CLUE, offset=(20, 20), interval=3):
|
||||
if self.appear_then_click(GET_CLUE, offset=(20, 20), interval=1):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user