Merge branch 'more-lenient-bail' into 'master'

BAILSTUN Reduced

See merge request kart-krew-dev/ring-racers-internal!2680
This commit is contained in:
Oni VelocitOni 2025-07-09 03:45:37 +00:00
commit 5ced0439a6

View file

@ -49,7 +49,7 @@ Make sure this matches the actual number of states
#define BAIL_BOOST (FRACUNIT)
#define BAIL_CREDIT_DEBTRINGS (true)
#define BAIL_DROPFREQUENCY (2)
#define BAILSTUN (TICRATE*10)
#define BAILSTUN (TICRATE*7)
#define MAXCOMBOTHRUST (mapobjectscale*20)
#define MAXCOMBOFLOAT (mapobjectscale*10)