0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/prozac-qfcc synced 2025-03-02 07:31:54 +00:00
prozac-qfcc/ai.qh

4 lines
130 B
C++

//CH How much to divide speed when tranqed
//distance * (UP / DN)
#define AI_TRANQ_FACTOR_UP 2.0
#define AI_TRANQ_FACTOR_DN 3.0