Reduce tripwire leniency from 35 to 7 tics

This commit is contained in:
Sally Coolatta 2022-09-10 15:03:42 -04:00
parent 5b42b3b41a
commit c878c7725c

View file

@ -268,7 +268,7 @@ typedef enum
#define TUMBLEBOUNCES 3
#define TUMBLEGRAVITY (4*FRACUNIT)
#define TRIPWIRETIME (TICRATE)
#define TRIPWIRETIME (7)
//}