mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 08:18:18 +00:00
Fix: Walking around item of Luofu_StargazerNavalia_F2Rogue_X574Y275
This commit is contained in:
parent
c843ef5c20
commit
2630d0198e
@ -40,7 +40,7 @@ class Route(RouteBase):
|
||||
| exit_ | Waypoint((515.4, 299.2)), | 239.8 | 239 |
|
||||
"""
|
||||
self.map_init(plane=Luofu_StargazerNavalia, floor="F2Rogue", position=(574.8, 275.0))
|
||||
item = Waypoint((553.4, 273.2))
|
||||
item = Waypoint((553.4, 273.2)).set_threshold(7)
|
||||
herta = Waypoint((533.4, 286.9))
|
||||
exit_ = Waypoint((515.4, 299.2))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user