From 5abfef52a95e2773437b3a7cbda1e98688079825 Mon Sep 17 00:00:00 2001 From: W1NDes Date: Fri, 14 Nov 2025 15:24:08 +0800 Subject: [PATCH] =?UTF-8?q?Fix(Event):=20=E4=BF=AE=E5=A4=8D=E4=BA=86?= =?UTF-8?q?=E5=A4=8D=E5=88=BB=E6=B4=BB=E5=8A=A8=E5=9B=BE=E4=B8=ADsiren?= =?UTF-8?q?=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- campaign/event_20230914_cn/a1.py | 1 + campaign/event_20230914_cn/b1.py | 1 + campaign/event_20230914_cn/c1.py | 1 + campaign/event_20230914_cn/d1.py | 1 + 4 files changed, 4 insertions(+) diff --git a/campaign/event_20230914_cn/a1.py b/campaign/event_20230914_cn/a1.py index 9a7ee2a89..99eca3dc7 100644 --- a/campaign/event_20230914_cn/a1.py +++ b/campaign/event_20230914_cn/a1.py @@ -58,6 +58,7 @@ class Config: # ===== 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 - 17), 'width': (0.9, 10), diff --git a/campaign/event_20230914_cn/b1.py b/campaign/event_20230914_cn/b1.py index 8a0a57f89..f1b6bd8d8 100644 --- a/campaign/event_20230914_cn/b1.py +++ b/campaign/event_20230914_cn/b1.py @@ -56,6 +56,7 @@ class Config: # ===== 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 - 17), 'width': (0.9, 10), diff --git a/campaign/event_20230914_cn/c1.py b/campaign/event_20230914_cn/c1.py index 5baeb29b0..716da9d08 100644 --- a/campaign/event_20230914_cn/c1.py +++ b/campaign/event_20230914_cn/c1.py @@ -58,6 +58,7 @@ class Config: # ===== End of generated config ===== MAP_SIREN_HAS_BOSS_ICON = True + MAP_SIREN_HAS_BOSS_ICON_SMALL = True MAP_SWIPE_MULTIPLY = (1.074, 1.095) MAP_SWIPE_MULTIPLY_MINITOUCH = (1.039, 1.058) MAP_SWIPE_MULTIPLY_MAATOUCH = (1.009, 1.027) diff --git a/campaign/event_20230914_cn/d1.py b/campaign/event_20230914_cn/d1.py index 721e2c5af..05a9554a4 100644 --- a/campaign/event_20230914_cn/d1.py +++ b/campaign/event_20230914_cn/d1.py @@ -56,6 +56,7 @@ class Config: # ===== 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 - 17), 'width': (0.9, 10),