From 3fb79e4a1f8ba8a0e06511c6d15e452260b6bc31 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Tue, 22 Apr 2025 16:41:04 -0400 Subject: [PATCH] Start chaining at half of sneaker time for more consistency --- src/k_botitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_botitem.cpp b/src/k_botitem.cpp index cfc7dcf57..f99fe9cc3 100644 --- a/src/k_botitem.cpp +++ b/src/k_botitem.cpp @@ -1364,7 +1364,7 @@ static void K_BotItemRings(player_t *player, ticcmd_t *cmd) if (K_ChainingActive()) { - if (((player->sneakertimer > 0) && player->sneakertimer <= (sneakertime/3)) + if (((player->sneakertimer > 0) && player->sneakertimer <= (sneakertime/2)) || ((player->driftboost > 0) && player->driftboost <= 20)) { // Chain your boost with some rings for extra fun.