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