mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 20:57:23 +08:00
Upd: raid EXP_INFO_D
This commit is contained in:
@@ -418,6 +418,12 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
|||||||
if self.appear_then_click(EXP_INFO_B):
|
if self.appear_then_click(EXP_INFO_B):
|
||||||
self.device.sleep((0.25, 0.5))
|
self.device.sleep((0.25, 0.5))
|
||||||
return True
|
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
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user