mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'more-lenient-bail' into 'master'
Raise Bail Boost Speed - TWO!!!! See merge request kart-krew-dev/ring-racers-internal!2681
This commit is contained in:
commit
c97e24527c
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