Skip to content

Commit 40a9e90

Browse files
authored
Fix: siren has boss icon small in event 20221222 rerun (#4502)
1 parent 78c9083 commit 40a9e90

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

campaign/event_20221222_cn/a1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Config:
5757
MAP_HAS_MYSTERY = False
5858
# ===== End of generated config =====
5959

60-
MAP_SIREN_HAS_BOSS_ICON = True
60+
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
6161
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
6262
'height': (80, 255 - 33),
6363
'width': (1.5, 10),

campaign/event_20221222_cn/b1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Config:
5858
MAP_HAS_MYSTERY = False
5959
# ===== End of generated config =====
6060

61-
MAP_SIREN_HAS_BOSS_ICON = True
61+
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
6262
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
6363
'height': (80, 255 - 33),
6464
'width': (1.5, 10),

campaign/event_20221222_cn/c1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Config:
5757
MAP_HAS_MYSTERY = False
5858
# ===== End of generated config =====
5959

60-
MAP_SIREN_HAS_BOSS_ICON = True
60+
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
6161
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
6262
'height': (80, 255 - 24),
6363
'width': (1.5, 10),

campaign/event_20221222_cn/d1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Config:
5858
MAP_HAS_MYSTERY = False
5959
# ===== End of generated config =====
6060

61-
MAP_SIREN_HAS_BOSS_ICON = True
61+
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
6262
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
6363
'height': (80, 255 - 24),
6464
'width': (1.5, 10),

0 commit comments

Comments
 (0)