Skip to content

Commit 49b40ff

Browse files
committed
Fix: Check bottom-right corner as boss covered the left edge
1 parent a9772c5 commit 49b40ff

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

campaign/event_20231221_cn/a3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class Config(ConfigBase):
6262
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
6363
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
6464
MAP_WALK_USE_CURRENT_FLEET = True
65+
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
6566

6667

6768
class Campaign(CampaignBase):

campaign/event_20231221_cn/c3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class Config(ConfigBase):
6363
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
6464
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
6565
MAP_WALK_USE_CURRENT_FLEET = True
66+
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
6667

6768

6869
class Campaign(CampaignBase):

0 commit comments

Comments
 (0)