Skip to content

Commit 74c6e61

Browse files
authored
perf: 迷失之地战斗结束判断加速 (#2484)
1 parent 582d998 commit 74c6e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ def in_battle(self) -> OperationRoundResult:
960960
else:
961961
self.no_in_battle_times = 0
962962

963-
if self.no_in_battle_times >= 10:
963+
if self.no_in_battle_times >= 3:
964964
self.ctx.auto_battle_context.stop_auto_battle()
965965
self.no_in_battle_times = 0
966966

0 commit comments

Comments
 (0)