]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/w_all.qc
why does fteqcc fail so much? seems like f *= x now is equivalent to f = x
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_all.qc
1 // ONLY EVER ADD NEW WEAPONS AT THE END. IF YOU REMOVE ONE, PUT THE LAST ONE ON
2 // ITS PLACE. THIS IS TO AVOID UNNECESSARY RENUMBERING OF WEAPON IMPULSES.
3 // IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA
4 #include "w_laser.qc"
5 #include "w_shotgun.qc"
6 #include "w_uzi.qc"
7 #include "w_grenadelauncher.qc"
8 #include "w_minelayer.qc"
9 #include "w_electro.qc"
10 #include "w_crylink.qc"
11 #include "w_nex.qc"
12 #include "w_hagar.qc"
13 #include "w_rocketlauncher.qc"
14 #include "w_porto.qc"
15 #include "w_minstanex.qc"
16 #include "w_hook.qc"
17 #include "w_hlac.qc"
18 #include "w_tuba.qc"
19 #include "w_campingrifle.qc"
20 #include "w_fireball.qc"
21 #include "w_seeker.qc"