1
0
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:
LmeSzinc
2025-03-28 01:43:09 +08:00
parent 6ba14c4873
commit 6c4739fb60
3 changed files with 2 additions and 2 deletions

View File

@@ -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