r3392 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 19 17:43:19 EST 2008


Author: div0
Date: 2008-02-19 17:43:18 -0500 (Tue, 19 Feb 2008)
New Revision: 3392

Modified:
   trunk/data/qcsrc/server/w_nex.qc
Log:
W_SetupShot fixed AGAIN


Modified: trunk/data/qcsrc/server/w_nex.qc
===================================================================
--- trunk/data/qcsrc/server/w_nex.qc	2008-02-19 22:43:09 UTC (rev 3391)
+++ trunk/data/qcsrc/server/w_nex.qc	2008-02-19 22:43:18 UTC (rev 3392)
@@ -1,7 +1,7 @@
 
 void W_Nex_Attack (void)
 {
-	W_SetupShot (self, '25 3 -1', TRUE, 5, "weapons/nexfire.wav");
+	W_SetupShot (self, '25 4 -4', TRUE, 5, "weapons/nexfire.wav");
 	//W_SetupShot (self, '25 8 -8', TRUE, 2, "weapons/nexfire.wav"); // TODO: move model down a little
 
 	// assure that nexdamage is high enough in minstagib




More information about the nexuiz-commits mailing list