mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Double clicked BATTLE_PREPARATION in exercise
This commit is contained in:
@@ -25,7 +25,7 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.appear(BATTLE_PREPARATION):
|
||||
if self.appear(BATTLE_PREPARATION, interval=2):
|
||||
# self.equipment_take_on()
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user