]> icculus.org git repositories - divverent/nexuiz.git/blob - qcsrc/gamec/t_quake.c
Added more push when shot with bullets
[divverent/nexuiz.git] / qcsrc / gamec / t_quake.c
1 //***********************
2 //QUAKE 3 ENTITIES - So people can play quake3 maps with the nexuiz weapons
3 //***********************
4 weapon_lightning
5 weapon_nailgun
6 weapon_supernailgun
7 weapon_supershotgun 
8
9 void weapon_lightning (void) {weapon_nex();}
10 void weapon_nailgun (void) {weapon_electro();}
11 void weapon_supernailgun (void) {weapon_hagar();}
12 void weapon_supershotgun (void) {weapon_uzi();}
13
14 void item_spikes (void) {item_bullets();}
15 void item_armor1 (void) {item_armor25();}
16 void item_armor2 (void) {item_armor25();}
17 void item_armorInv (void) {item_armor25();}
18 void item_health (void) {item_health25();}
19
20 //item_spikes
21 //item_health
22