r2668 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed May 23 04:24:50 EDT 2007


Author: div0
Date: 2007-05-23 04:24:49 -0400 (Wed, 23 May 2007)
New Revision: 2668

Modified:
   trunk/data/qcsrc/server/w_electro.qc
Log:
moved electro blob a little bit to the right to be better aligned to the weapon when shooting


Modified: trunk/data/qcsrc/server/w_electro.qc
===================================================================
--- trunk/data/qcsrc/server/w_electro.qc	2007-05-23 04:03:57 UTC (rev 2667)
+++ trunk/data/qcsrc/server/w_electro.qc	2007-05-23 08:24:49 UTC (rev 2668)
@@ -118,7 +118,7 @@
 {
 	local entity proj;
 
-	W_SetupShot (self, '8 3 -13', FALSE, 2, "weapons/electro_fire2.wav");
+	W_SetupShot (self, '8 4.5 -13', FALSE, 2, "weapons/electro_fire2.wav");
 
 	proj = spawn ();
 	proj.classname = "plasma";




More information about the nexuiz-commits mailing list