1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-05-23 17:19:37 +00:00
11 changed files with 30 additions and 14 deletions

View File

@@ -92,8 +92,8 @@ class StrategicSearchHandler(MapEventHandler):
logger.attr('encounter_merchant', 'continue')
self.device.click(STRATEGIC_SEARCH_MERCHANT_STOP)
continue
if self.appear(STRATEGIC_SEARCH_ZONEMODE_REPEAT) \
and self.appear(STRATEGIC_SEARCH_MERCHANT_STOP):
if self._strategy_option_selected(STRATEGIC_SEARCH_ZONEMODE_REPEAT) \
and self._strategy_option_selected(STRATEGIC_SEARCH_MERCHANT_STOP):
logger.attr('zone_mode', 'repeat')
logger.attr('encounter_merchant', 'stop')
skip_first_screenshot = True