mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'nerf-leniency' into 'master'
Reduce tripwire leniency from 35 to 7 tics See merge request KartKrew/Kart!676
This commit is contained in:
commit
744129aefb
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ typedef enum
|
|||
#define TUMBLEBOUNCES 3
|
||||
#define TUMBLEGRAVITY (4*FRACUNIT)
|
||||
|
||||
#define TRIPWIRETIME (TICRATE)
|
||||
#define TRIPWIRETIME (7)
|
||||
|
||||
//}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue