mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-05 15:43:08 +00:00
Raise Bail Boost Speed
I FUCKING MERGED IT WITHOUT PUSHING THE COMMITS I BUILT AND HANDED TO THE TESTERS
This commit is contained in:
parent
cf06869550
commit
8f695d4aac
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (FRACUNIT)
|
||||
#define BAIL_BOOST (FRACUNIT)
|
||||
#define BAIL_BOOST (6*FRACUNIT/5)
|
||||
#define BAIL_CREDIT_DEBTRINGS (true)
|
||||
#define BAIL_DROPFREQUENCY (2)
|
||||
#define BAILSTUN (TICRATE*7)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue