mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Disable MAP_MYSTERY_MAP_CLICK in chapter TH
This commit is contained in:
@@ -39,6 +39,8 @@ class MysteryHandler(StrategyHandler, EnemySearchingHandler):
|
||||
Returns:
|
||||
bool: If handled.
|
||||
"""
|
||||
if not self.config.MAP_MYSTERY_MAP_CLICK:
|
||||
button = MYSTERY_ITEM
|
||||
if button is None or area_in_area(button.button, MYSTERY_ITEM.area, threshold=20):
|
||||
button = MYSTERY_ITEM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user