From a5f623ef1c415039a8fae4bacb9c0a5cc346619c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 23 Oct 2025 19:13:43 +0200 Subject: Boost bots after only .5s --- server/bot/src/step.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/bot/src/step.rs b/server/bot/src/step.rs index f5f74f38..8f103cff 100644 --- a/server/bot/src/step.rs +++ b/server/bot/src/step.rs @@ -156,7 +156,7 @@ impl StepState { out.push(PacketS::Movement { player: self.me, dir, - boost: self.path.is_stuck(2.), + boost: self.path.is_stuck(0.5), pos: None, }); } -- cgit v1.3