From 3f3c38326128518c653f1b731c28d028c2a45c40 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 13 Aug 2024 17:08:51 +0200 Subject: slow down customers --- server/bot/src/algos/customer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/bot/src/algos/customer.rs') diff --git a/server/bot/src/algos/customer.rs b/server/bot/src/algos/customer.rs index 0fc7a42b..556f5ce5 100644 --- a/server/bot/src/algos/customer.rs +++ b/server/bot/src/algos/customer.rs @@ -108,7 +108,7 @@ impl BotAlgo for Customer { } } else { BotInput { - direction: path.next_direction(pos), + direction: path.next_direction(pos) * 0.5, ..Default::default() } } @@ -260,7 +260,7 @@ impl BotAlgo for Customer { } } else { BotInput { - direction: path.next_direction(pos), + direction: path.next_direction(pos) * 0.5, ..Default::default() } } -- cgit v1.2.3-70-g09d2