From 1ccd24c2809bbd3d6986b10453aba4794d733e24 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Fri, 1 Mar 2024 22:07:33 -0700 Subject: [PATCH] Stronger bot rubberbanding, weaker high-end bots --- src/k_bot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k_bot.cpp b/src/k_bot.cpp index 65c559943..1045b51e3 100644 --- a/src/k_bot.cpp +++ b/src/k_bot.cpp @@ -581,13 +581,13 @@ fixed_t K_BotRubberband(const player_t *player) const fixed_t rubberBase = Easing_OutSine( difficultyEase, FRACUNIT * 65 / 100, - FRACUNIT * 11 / 10 + FRACUNIT * 10 / 10 ); // +/- x0.25 const fixed_t rubberStretchiness = FixedMul( FixedDiv( - FRACUNIT / 4, + 35 * FRACUNIT / 100, K_GetKartGameSpeedScalar(gamespeed) ), K_BotMapModifier()