Reduce tripwire leniency from 35 to 7 tics

This commit is contained in:
Sally Coolatta 2022-09-10 15:03:42 -04:00 committed by NepDisk
parent 6603c4e862
commit 899b6e2ce5

View file

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