Fix: Enlarge STORY_OPTION searching to match 2 rows of option text

This commit is contained in:
LmeSzinc 2024-03-11 01:58:26 +08:00
parent f59764afee
commit 11eb3a5eb5

View File

@ -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))