mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Enlarge STORY_OPTION searching to match 2 rows of option text
This commit is contained in:
parent
f59764afee
commit
11eb3a5eb5
@ -59,7 +59,7 @@ class Daemon(RouteBase, DaemonBase, AimDetectorMixin):
|
|||||||
else:
|
else:
|
||||||
logger.warning(f'Maatouch contact on {builder.contact}, may cause interruptions')
|
logger.warning(f'Maatouch contact on {builder.contact}, may cause interruptions')
|
||||||
|
|
||||||
STORY_OPTION.set_search_offset((-5, -5, 32, 5))
|
STORY_OPTION.set_search_offset((-5, -10, 32, 5))
|
||||||
INTERACT_COLLECT.set_search_offset((-5, -5, 32, 5))
|
INTERACT_COLLECT.set_search_offset((-5, -5, 32, 5))
|
||||||
INTERACT_INVESTIGATE.set_search_offset((-5, -5, 32, 5))
|
INTERACT_INVESTIGATE.set_search_offset((-5, -5, 32, 5))
|
||||||
INTERACT_TREASURE.set_search_offset((-5, -5, 32, 5))
|
INTERACT_TREASURE.set_search_offset((-5, -5, 32, 5))
|
||||||
|
Loading…
Reference in New Issue
Block a user