1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-11 14:32:30 +08:00

Fix: Use RAID_FLEET_PREPARATION instead of classic FLEET_PREPARATION

This commit is contained in:
LmeSzinc
2025-03-28 04:33:18 +08:00
parent 4aab24b817
commit ebbef98ff1
3 changed files with 5 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ class HospitalClue(HospitalUI):
skip_first_screenshot = False
else:
self.device.screenshot()
if self.appear(RAID_FLEET_PREPARATION, offset=(20, 50)):
if self.appear(RAID_FLEET_PREPARATION, offset=(30, 30)):
return True
if self.is_in_clue(interval=2):