mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Immediately cut tether when completing Insta-Whip charge
This commit is contained in:
parent
2270813eee
commit
71dc52d732
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue