From 77ab86ab34174723dd4c71c05859a1ce7079729c Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sun, 14 May 2023 19:33:38 -0400 Subject: [PATCH] Bots: Increase spindash confirm further Felt like they were spindashing just sliiiightly too often. --- 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 274b57858..c06c90a93 100644 --- a/src/k_bot.h +++ b/src/k_bot.h @@ -32,7 +32,7 @@ extern "C" { #define BOTTURNCONFIRM 4 // How many tics with only one spindash-viable condition before we'll let you spindash. -#define BOTSPINDASHCONFIRM (3*TICRATE) +#define BOTSPINDASHCONFIRM (4*TICRATE) // How many tics without being able to make progress before we'll let you respawn. #define BOTRESPAWNCONFIRM (5*TICRATE)