From 49b40ff6481422476ae4defb50a4d676bbe025a1 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Sat, 23 Dec 2023 23:32:37 +0800 Subject: [PATCH] Fix: Check bottom-right corner as boss covered the left edge --- campaign/event_20231221_cn/a3.py | 1 + campaign/event_20231221_cn/c3.py | 1 + 2 files changed, 2 insertions(+) diff --git a/campaign/event_20231221_cn/a3.py b/campaign/event_20231221_cn/a3.py index abe556196..843d6da9e 100644 --- a/campaign/event_20231221_cn/a3.py +++ b/campaign/event_20231221_cn/a3.py @@ -62,6 +62,7 @@ class Config(ConfigBase): MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095) MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062) MAP_WALK_USE_CURRENT_FLEET = True + MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right' class Campaign(CampaignBase): diff --git a/campaign/event_20231221_cn/c3.py b/campaign/event_20231221_cn/c3.py index 76787a8f1..9766fbb3f 100644 --- a/campaign/event_20231221_cn/c3.py +++ b/campaign/event_20231221_cn/c3.py @@ -63,6 +63,7 @@ class Config(ConfigBase): MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095) MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062) MAP_WALK_USE_CURRENT_FLEET = True + MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right' class Campaign(CampaignBase):