From a9a5e68c8a9f72f5058084ac14d7763b087db84d Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sat, 7 Jun 2025 22:18:29 -0400 Subject: [PATCH] Keep even more speed 80%->90% --- src/k_kart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.h b/src/k_kart.h index 89f7fd13f..e5f209b05 100644 --- a/src/k_kart.h +++ b/src/k_kart.h @@ -46,7 +46,7 @@ Make sure this matches the actual number of states #define BAIL_MAXCHARGE (84) // tics to bail when in painstate nad in air, on ground is half, if you touch this, also update Obj_BailChargeThink synced animation logic #define BAIL_DROP (2*FRACUNIT/3) -#define BAIL_BOOST (80*FRACUNIT/100) +#define BAIL_BOOST (90*FRACUNIT/100) #define BAIL_DROPFREQUENCY (2) #define BAILSTUN (TICRATE*10)