Skip to content

Commit 6ea708f

Browse files
committed
fix: honor lost void redetect after unstuck
1 parent 8d018cf commit 6ea708f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zzz_od/application/hollow_zero/lost_void/operation/lost_void_move_by_det.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def handle_not_in_world(self, screen: MatLike) -> OperationRoundResult:
198198
else:
199199
return self.round_retry('未在大世界画面')
200200

201-
@node_from(from_name='脱困')
201+
@node_from(from_name='脱困', status=STATUS_CONTINUE)
202202
@node_from(from_name='无目标处理', status=STATUS_CONTINUE)
203203
@operation_node(name='移动前转向', node_max_retry_times=20, is_start_node=True)
204204
def turn_at_first(self) -> OperationRoundResult:

0 commit comments

Comments
 (0)