]> icculus.org git repositories - divverent/nexuiz.git/blob - attic/TeamNexuiz/game/gamec/t_quake3.c
moved navnodeedit & TeamNexuiz to attic
[divverent/nexuiz.git] / attic / TeamNexuiz / game / gamec / t_quake3.c
1 //***********************\r
2 //QUAKE 3 ENTITIES - So people can play quake3 maps with the nexuiz weapons\r
3 //***********************\r
4 void weapon_machinegun (void) {weapon_uzi();}\r
5 void weapon_plasmagun (void) {weapon_electro();}\r
6 void weapon_lightning (void) {weapon_crylink();}\r
7 void weapon_railgun (void) {weapon_nex();}\r
8 void weapon_bfg (void) {weapon_hagar();}\r
9 void item_slugs (void) {item_cells();}\r
10 void item_lightning (void) {item_cells();}\r
11 void item_armorshard (void) {item_armor1();}\r
12 void item_armorbody (void) {item_armor25();}\r
13 void item_armor_shard (void) {item_armor1();}\r
14 void item_armor_body (void) {item_armor25();}\r
15 void item_armor_combat (void) {item_armor25();}\r
16 void item_health_small (void) {item_health1();}\r
17 void item_health_large (void) {item_health25();}\r
18 void item_health_mega (void) {item_health100();}\r