]> icculus.org git repositories - divverent/nexuiz.git/blob - TeamNexuiz/game/gamec/tf_constants.c
- Added function to remove func_hud entities in tfq3fitems.c
[divverent/nexuiz.git] / TeamNexuiz / game / gamec / tf_constants.c
1 // Death message, Impulse, and misc Team:Nexuiz constants stored here\r
2 \r
3 /***************** Impulse Defs **********************/\r
4 ///////////////////////////////////////////////////////\r
5 /*****************************************************/\r
6 float DROP_FLAG_IMPULSE =               203;\r
7 float RELOAD_IMPULSE =                  70;\r
8 \r
9 \r
10 /******************* Death Messages ********************/\r
11 /////////////////////////////////////////////////////////\r
12 /*******************************************************/\r
13 float RAILGUN_HEADSHOT =                300;\r
14 float RAILGUN_CHESTSHOT =               301;\r
15 float RAILGUN_BODYSHOT =                302;\r
16 float RAILGUN_LEGSHOT =                 303;\r
17 float PISTOL_HEADSHOT =                 304;\r
18 float PISTOL_BODYSHOT =                 305;    // no chest shot dmsg for pistol\r
19 float PISTOL_LEGSHOT =                  306;