Start chaining at half of sneaker time for more consistency

This commit is contained in:
NepDisk 2025-04-22 16:41:04 -04:00
parent 9b9e4db51e
commit 3fb79e4a1f

View file

@ -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.