mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Edge detection in OpSi obscure and abyssal
- Fix: Increase threshold of OCR_SHOP_YELLOW_COINS - Fix: Akashi's shop has been checked twice
This commit is contained in:
@@ -276,6 +276,8 @@ class OSMap(OSFleet, Map, GlobeCamera):
|
||||
# Record current zone, skip this if no rewards from auto search.
|
||||
drop.add(self.device.image)
|
||||
|
||||
self._solved_map_event = set()
|
||||
self._solved_fleet_mechanism = False
|
||||
self.clear_question(drop)
|
||||
if rescan:
|
||||
self.map_rescan(drop)
|
||||
@@ -395,8 +397,6 @@ class OSMap(OSFleet, Map, GlobeCamera):
|
||||
logger.info('Current zone is a port, do not need rescan')
|
||||
return False
|
||||
|
||||
self._solved_map_event = set()
|
||||
self._solved_fleet_mechanism = False
|
||||
for _ in range(5):
|
||||
if not self._solved_fleet_mechanism:
|
||||
self.fleet_set(self.config.OpsiFleet_Fleet)
|
||||
|
||||
Reference in New Issue
Block a user