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:
Oni VelocitOni 2025-07-09 04:03:23 +00:00
commit c97e24527c

View file

@ -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)