mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Fix: Missing offset on BATTLE_PREPARATION
This commit is contained in:
@@ -25,7 +25,7 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.appear(BATTLE_PREPARATION, interval=2):
|
||||
if self.appear(BATTLE_PREPARATION, offset=(20, 20), interval=2):
|
||||
# self.equipment_take_on()
|
||||
pass
|
||||
|
||||
@@ -131,7 +131,7 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.appear(BATTLE_PREPARATION):
|
||||
if self.appear(BATTLE_PREPARATION, offset=(20, 20)):
|
||||
break
|
||||
|
||||
def _preparation_quit(self):
|
||||
|
||||
Reference in New Issue
Block a user