mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: Route never pass through node2 in Jarilo_BackwaterPass_F1_X475Y49
This commit is contained in:
parent
415fa61df9
commit
aeb7926f6d
@ -63,7 +63,7 @@ class Route(RouteBase):
|
|||||||
)
|
)
|
||||||
# 2
|
# 2
|
||||||
self.clear_enemy(
|
self.clear_enemy(
|
||||||
node2,
|
node2.set_threshold(3),
|
||||||
enemy2.straight_run(),
|
enemy2.straight_run(),
|
||||||
)
|
)
|
||||||
# 3
|
# 3
|
||||||
|
Loading…
Reference in New Issue
Block a user