r4842 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Oct 23 09:16:37 EDT 2008


Author: div0
Date: 2008-10-23 09:16:37 -0400 (Thu, 23 Oct 2008)
New Revision: 4842

Modified:
   trunk/data/qcsrc/server/cl_weapons.qc
Log:
move weapon slots


Modified: trunk/data/qcsrc/server/cl_weapons.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weapons.qc	2008-10-23 13:11:27 UTC (rev 4841)
+++ trunk/data/qcsrc/server/cl_weapons.qc	2008-10-23 13:16:37 UTC (rev 4842)
@@ -452,9 +452,8 @@
 	register_weapon(WEP_PORTO,            w_porto,     IT_SUPERWEAPON, 0, 0,     0, "porto" ,    "porto",           "Port-O-Launch");
 	register_weapon(WEP_MINSTANEX,        w_minstanex, IT_CELLS,       7, 0, 10000, "minstanex", "minstanex",       "MinstaNex");
 	register_weapon(WEP_HOOK,             w_hook,      IT_CELLS,       0, 0,     0, "hookgun",   "hook",            "Grappling Hook");
+	register_weapon(WEP_SEEKER,           w_seeker,    IT_ROCKETS,     8, 0,     0, "seeker",     "seeker",         "T.A.G. Seeker");
+	register_weapon(WEP_HLAC,             w_hlac,      IT_CELLS,       6, 0,     0, "hlac",       "hlac",           "Heavy Laser Assault Cannon");
 
-	register_weapon(WEP_SEEKER,           w_seeker,    IT_ROCKETS,     0, 0,     0, "seeker",     "seeker",         "T.A.G. Seeker");
-	register_weapon(WEP_HLAC,             w_hlac,      IT_CELLS,       0, 0,     0, "hlac",       "hlac",           "Heavy Laser Assault Cannon");
-
 	register_weapons_done();
 }




More information about the nexuiz-commits mailing list