Reduce tripwire leniency from 35 to 7 tics
This commit is contained in:
parent
6603c4e862
commit
899b6e2ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ typedef enum
|
|||
// QUICKLY GET RING TOTAL, INCLUDING RINGS CURRENTLY IN THE PICKUP ANIMATION
|
||||
#define RINGTOTAL(p) (p->rings + p->pickuprings)
|
||||
|
||||
#define TRIPWIRETIME (TICRATE)
|
||||
#define TRIPWIRETIME (7)
|
||||
|
||||
//}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue