mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Missing offset in ash combat status
This commit is contained in:
parent
9043a0d684
commit
976ea5d3dc
@ -38,7 +38,7 @@ class AshCombat(Combat):
|
||||
return False
|
||||
if super().handle_battle_status(drop=drop):
|
||||
return True
|
||||
if self.appear(BATTLE_STATUS, interval=self.battle_status_click_interval):
|
||||
if self.appear(BATTLE_STATUS, offset=(20, 20), interval=self.battle_status_click_interval):
|
||||
if drop:
|
||||
drop.handle_add(self)
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user