1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

fix auto search continue bug

This commit is contained in:
Cyunmi
2021-08-12 07:06:22 +08:00
parent 796556751c
commit a323695cb2
3 changed files with 3 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ class FleetPreparation(ModuleBase):
if self.config.GEMS_AUTO_SEARCH_FARMING:
from module.combat.level import LevelOcr
level_ocr = LevelOcr(buttons=(427, 161, 470, 181),name='FLAG SHIP LEVEL')
level_ocr = LevelOcr(buttons=(427, 161, 470, 181), name='FLAG SHIP LEVEL')
flag_ship_level = level_ocr.ocr(self.device.image)
if flag_ship_level > 32:
self.config.LV32_TRIGGERED = True