From 5682ca4891b3f4931158073074a9241f1ac32aa6 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:25:04 +0800 Subject: [PATCH] Fix: Init position in Luofu_Cloudford_F1_X281Y873 --- route/rogue/Combat/Luofu_Cloudford_F1.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/route/rogue/Combat/Luofu_Cloudford_F1.py b/route/rogue/Combat/Luofu_Cloudford_F1.py index 71f1dbae2..a89d53f6e 100644 --- a/route/rogue/Combat/Luofu_Cloudford_F1.py +++ b/route/rogue/Combat/Luofu_Cloudford_F1.py @@ -120,6 +120,8 @@ class Route(RouteBase): Luofu_Cloudford_F1_X281Y873 is the same as Luofu_Cloudford_F1_X283Y865 but for wrong spawn point detected """ + # Re-init position to be the same as origin + self.minimap.init_position(position=(283.4, 865.3), locked=True) self.clear_enemy(enemy) @locked_position