mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
Merge branch 'reduce-bailstun-by-1-more-second' into 'master'
Lower bail-stun by 1 more second See merge request kart-krew-dev/ring-racers-internal!2718
This commit is contained in:
commit
cb1c00ae2b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Make sure this matches the actual number of states
|
|||
#define BAIL_BOOST (6*FRACUNIT/5)
|
||||
#define BAIL_CREDIT_DEBTRINGS (true)
|
||||
#define BAIL_DROPFREQUENCY (2)
|
||||
#define BAILSTUN (TICRATE*7)
|
||||
#define BAILSTUN (TICRATE*6)
|
||||
|
||||
#define MAXCOMBOTHRUST (mapobjectscale*20)
|
||||
#define MAXCOMBOFLOAT (mapobjectscale*10)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue