]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/w_all.qc
Dynamic weapon system - assign weapon IDs dynamically
[divverent/nexuiz.git] / data / qcsrc / server / w_all.qc
1 // NOTE: the weapon priority lists in defaultNexuiz.cfg need to match the order
2 // of the weapons in this file. Therefore, avoid reordering.
3 #include "w_laser.qc" // 1
4 #include "w_shotgun.qc" // 2
5 #include "w_uzi.qc" // 3
6 #include "w_grenadelauncher.qc" // 4
7 #include "w_electro.qc" // 5
8 #include "w_crylink.qc" // 6
9 #include "w_nex.qc" // 7
10 #include "w_hagar.qc" // 8
11 #include "w_rocketlauncher.qc" // 9
12 #include "w_porto.qc" // 10
13 #include "w_minstanex.qc" // 11
14 #include "w_hook.qc" // 12
15 #include "w_hlac.qc" // 13
16 #include "w_tuba.qc" // 14
17 #include "w_campingrifle.qc" // 15
18 #include "w_fireball.qc" // 16