mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 11:25:36 +08:00
Fix: Missing offset in ash combat status
This commit is contained in:
@@ -38,7 +38,7 @@ class AshCombat(Combat):
|
|||||||
return False
|
return False
|
||||||
if super().handle_battle_status(drop=drop):
|
if super().handle_battle_status(drop=drop):
|
||||||
return True
|
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:
|
if drop:
|
||||||
drop.handle_add(self)
|
drop.handle_add(self)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user