From cf068695509078d3f19434218947332ae7a0bd25 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Tue, 8 Jul 2025 22:41:46 -0400 Subject: [PATCH] BAILSTUN Reduced Reduced from 10 -> 7 seconds --- 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 7c644e0ad..d3158fe73 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 (FRACUNIT) #define BAIL_CREDIT_DEBTRINGS (true) #define BAIL_DROPFREQUENCY (2) -#define BAILSTUN (TICRATE*10) +#define BAILSTUN (TICRATE*7) #define MAXCOMBOTHRUST (mapobjectscale*20) #define MAXCOMBOFLOAT (mapobjectscale*10)