1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

Upd: raid EXP_INFO_D

This commit is contained in:
sui_feng
2025-01-17 23:56:15 +08:00
committed by GitHub
parent b03ab152c4
commit 66dabddd72

View File

@@ -418,6 +418,12 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
if self.appear_then_click(EXP_INFO_B):
self.device.sleep((0.25, 0.5))
return True
if self.appear_then_click(EXP_INFO_C):
self.device.sleep((0.25, 0.5))
return True
if self.appear_then_click(EXP_INFO_D):
sslf.device.sleep((0.25, 0.5))
return True
return False