From 71dc52d732bb24421d662f31592cb17d70eb9efa Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Mon, 13 Oct 2025 06:11:50 -0400 Subject: [PATCH] Immediately cut tether when completing Insta-Whip charge --- 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 1f8ea739e..e9234555d 100644 --- a/src/k_kart.h +++ b/src/k_kart.h @@ -41,7 +41,7 @@ Make sure this matches the actual number of states #define INSTAWHIP_RINGDRAINEVERY (TICRATE/2) #define INSTAWHIP_HOLD_DELAY (TICRATE*2) // MUST be longer or equal to INSTAWHIP_CHARGETIME. -#define INSTAWHIP_TETHERBLOCK (TICRATE*4) +#define INSTAWHIP_TETHERBLOCK (3*TICRATE/4) #define PUNISHWINDOW (G_CompatLevel(0x0010) ? 7*TICRATE/10 : 10*TICRATE/10) #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