mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Click interval on GET_SHIP
This commit is contained in:
parent
57c062f542
commit
a7fa97c5b4
@ -375,8 +375,8 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
|
|||||||
Returns:
|
Returns:
|
||||||
bool:
|
bool:
|
||||||
"""
|
"""
|
||||||
if self.appear_then_click(GET_SHIP):
|
if self.appear_then_click(GET_SHIP, interval=1):
|
||||||
if self.appear(NEW_SHIP, interval=1):
|
if self.appear(NEW_SHIP):
|
||||||
logger.info('Get a new SHIP')
|
logger.info('Get a new SHIP')
|
||||||
if drop:
|
if drop:
|
||||||
drop.handle_add(self)
|
drop.handle_add(self)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user