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