mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: [EN] added Counterattack Within the Fjord event to EN server
- added stop triggered if get a new ship
This commit is contained in:
@@ -303,6 +303,9 @@ class Combat(HPBalancer, EnemySearchingHandler, Retirement, SubmarineCall, Comba
|
||||
bool:
|
||||
"""
|
||||
if self.appear_then_click(GET_SHIP, screenshot=save_get_items, genre='get_ship'):
|
||||
if self.appear(NEW_SHIP, interval=1):
|
||||
logger.info('Get a new SHIP')
|
||||
self.config.GET_SHIP_TRIGGERED = True
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user