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)