From 12ff9dc2ba68aede36a3e7ef8906ef9b8a1d6868 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Mon, 15 May 2023 06:31:01 -0400 Subject: [PATCH] Bots: Lv.1 doesn't wait as long for items 3sec -> 2sec --- src/k_bot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_bot.h b/src/k_bot.h index 595938af6..9b598dc09 100644 --- a/src/k_bot.h +++ b/src/k_bot.h @@ -38,7 +38,7 @@ extern "C" { #define BOTRESPAWNCONFIRM (5*TICRATE) // How long it takes for a Lv.1 bot to decide to pick an item. -#define BOT_ITEM_DECISION_TIME (3*TICRATE) +#define BOT_ITEM_DECISION_TIME (2*TICRATE) // Point for bots to aim for struct botprediction_t {