From 40a9e901e29b55e8bf0405690879e893a8af3491 Mon Sep 17 00:00:00 2001 From: Air111 <54128005+Air111@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:24:19 +0800 Subject: [PATCH] Fix: siren has boss icon small in event 20221222 rerun (#4502) --- campaign/event_20221222_cn/a1.py | 2 +- campaign/event_20221222_cn/b1.py | 2 +- campaign/event_20221222_cn/c1.py | 2 +- campaign/event_20221222_cn/d1.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/campaign/event_20221222_cn/a1.py b/campaign/event_20221222_cn/a1.py index f6e980041..3b2c8f854 100644 --- a/campaign/event_20221222_cn/a1.py +++ b/campaign/event_20221222_cn/a1.py @@ -57,7 +57,7 @@ class Config: MAP_HAS_MYSTERY = False # ===== End of generated config ===== - MAP_SIREN_HAS_BOSS_ICON = True + MAP_SIREN_HAS_BOSS_ICON_SMALL = True INTERNAL_LINES_FIND_PEAKS_PARAMETERS = { 'height': (80, 255 - 33), 'width': (1.5, 10), diff --git a/campaign/event_20221222_cn/b1.py b/campaign/event_20221222_cn/b1.py index 473cad7ee..bcae61ae5 100644 --- a/campaign/event_20221222_cn/b1.py +++ b/campaign/event_20221222_cn/b1.py @@ -58,7 +58,7 @@ class Config: MAP_HAS_MYSTERY = False # ===== End of generated config ===== - MAP_SIREN_HAS_BOSS_ICON = True + MAP_SIREN_HAS_BOSS_ICON_SMALL = True INTERNAL_LINES_FIND_PEAKS_PARAMETERS = { 'height': (80, 255 - 33), 'width': (1.5, 10), diff --git a/campaign/event_20221222_cn/c1.py b/campaign/event_20221222_cn/c1.py index bc47b32db..bf5499f07 100644 --- a/campaign/event_20221222_cn/c1.py +++ b/campaign/event_20221222_cn/c1.py @@ -57,7 +57,7 @@ class Config: MAP_HAS_MYSTERY = False # ===== End of generated config ===== - MAP_SIREN_HAS_BOSS_ICON = True + MAP_SIREN_HAS_BOSS_ICON_SMALL = True INTERNAL_LINES_FIND_PEAKS_PARAMETERS = { 'height': (80, 255 - 24), 'width': (1.5, 10), diff --git a/campaign/event_20221222_cn/d1.py b/campaign/event_20221222_cn/d1.py index a08c78a5a..664def63c 100644 --- a/campaign/event_20221222_cn/d1.py +++ b/campaign/event_20221222_cn/d1.py @@ -58,7 +58,7 @@ class Config: MAP_HAS_MYSTERY = False # ===== End of generated config ===== - MAP_SIREN_HAS_BOSS_ICON = True + MAP_SIREN_HAS_BOSS_ICON_SMALL = True INTERNAL_LINES_FIND_PEAKS_PARAMETERS = { 'height': (80, 255 - 24), 'width': (1.5, 10),