mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08: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…
x
Reference in New Issue
Block a user