mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: skip task when there are only hazard 2 obscure loggers
This commit is contained in:
parent
c299f4fd2c
commit
cf1317a90c
@ -270,8 +270,7 @@ class StorageHandler(GlobeOperation, ZoneManager):
|
||||
if TEMPLATE_STORAGE_OBSCURE_HAZARD_2.match(crop_image, similarity=0.92):
|
||||
continue
|
||||
self._storage_coordinate_checkout(button, types=(item,))
|
||||
break
|
||||
return True
|
||||
return True
|
||||
if confirm_timer.reached():
|
||||
logger.info(f'No more {item} items in storage')
|
||||
self.storage_quit()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user