From 9c428bad16a7acae76141954877f6ded1f828ba4 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sat, 2 Aug 2025 03:38:49 -0400 Subject: [PATCH] Lower bail-stun by 1 more second Just 1 more second, feels like the appropriate sweetspot. I want people to like this button just a tiny bit more --- 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 181bac2fd..99c257b5c 100644 --- a/src/k_kart.h +++ b/src/k_kart.h @@ -49,7 +49,7 @@ Make sure this matches the actual number of states #define BAIL_BOOST (6*FRACUNIT/5) #define BAIL_CREDIT_DEBTRINGS (true) #define BAIL_DROPFREQUENCY (2) -#define BAILSTUN (TICRATE*7) +#define BAILSTUN (TICRATE*6) #define MAXCOMBOTHRUST (mapobjectscale*20) #define MAXCOMBOFLOAT (mapobjectscale*10)